* {
	box-sizing: border-box;
	font-family: PingFangSC, "Microsoft Yahei", Helvetica, Tahoma, Arial,
    "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, Heiti, SimSun,
    sans-serif !important;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #2a75ed;
}

html,
body {
	background-color: #f3f7f9;
	margin: 0;
}

[type="checkbox"]:checked+label {
	color: #666666;
}

[type="checkbox"].filled-in {
	display: none;
}

[type="checkbox"]+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #999;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

[type="checkbox"].filled-in+label:after,
[type="checkbox"].filled-in+label:before {
	content: "";
	left: 0;
	position: absolute;
	transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
	z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 3px;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 20% 40%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
	height: 12px;
	width: 12px;
	background-color: transparent;
	border: 1px solid #d4d9e2;
	top: 0px;
	z-index: 0;
}

[type="checkbox"].no-agree:not(:checked)+label:after {
	height: 12px;
	width: 12px;
	background-color: transparent;
	border: 1px solid #ff3366;
	top: 0px;
	z-index: 0;
}

[type="checkbox"].filled-in:checked+label:before {
	top: -4px;
	left: 1px;
	width: 5px;
	height: 11px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+label:after {
	top: 0px;
	width: 12px;
	height: 12px;
	border: 1px solid #d4d9e2;
	z-index: 0;
}

.loginContainer {
	position: absolute;
	min-height: 730px;
	width: 100%;
	height: 100%;
	left: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.logo {
    width: auto;
    height: 70px;
    float: left;
    margin-left: 18px;
}

.logo img {
	width: auto;
	height: 70px;
}

.lanDesc {
	line-height: 20px;
	text-align: center;
	position: absolute;
	bottom: 3.6%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
	min-width: 600px;
}

.lanDesc .lan-des {
	position: relative;
	margin: 0;
	font-size: 14px;
	letter-spacing: -0.2px;
	color: #666666;
}

.lanDesc .lan-des .lan-line-left {
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #888;
	width: 30px;
	top: -3px;
}

.lanDesc .lan-des .lan-line-right {
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #888;
	width: 30px;
	top: -3px;
}

.lanDesc .lan-des .dot {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 3px 5px;
	border-radius: 50%;
	background-color: #888888;
}

.lanDesc .lan-records {
	margin: 15px 0 0;
	font-size: 12px;
	color: #999;
}

.inputText {
	color: #666666;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	font-size: 16px;
	margin: 0;
	line-height: 35px;
	transform: translate3d(0, 28px, 0) scale(1);
	transform-origin: left top;
	position: absolute;
	bottom: 30px;
}

.inputTextFocus {
	transform: translateZ(0) scale(0.75);
}

.inputBox {
	position: relative;
	width: 100%;
	height: 36px;
}

.inputBox:focus {
	border: 1px solid #000;
}

.inputBox.hasIcon {
	background-size: 12px auto;
	background-position: left 10px center;
	background-repeat: no-repeat;
}

.inputBox input {
	font-size: 16px;
	border: none;
	outline: none;
	box-shadow: none;
	width: 100%;
	line-height: 34px;
	height: 36px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: solid 1px #d4d9e2;
	background: transparent;
	transition: all 0.2s linear;
}

.inputBox input:focus {
	border-bottom: solid 1px #2a75ed;
}

.inputBox.alert input {
	border-color: #ff3366;
}

.inputBox.alert .inputAlert {
	display: block;
	color: #ff3366;
	font-size: 12px;
	margin: 0;
	line-height: 12px;
	position: absolute;
	right: 0;
	bottom: -18px;
}

.inputBox.alert .inputAlert.hasTitle {
	margin-left: 66px;
}

.inputBox .inputAlert {
	display: none;
}

.login-wrapper {
	width: 1000px;
	height: 500px;
    display: flex;
    box-shadow: 0 0 20px 0 rgba(12,1,4,0.05);
    border-radius: 4px;
}

.login-wrapper .login-bg {
	position: relative;
	width: 480px;
	height: 100%;
	background: #ffffff;
	display: flex;
	align-items: center;
}

.login-wrapper .login-bg .login-img {
	width: 100%;
	height: auto;
}

.login-wrapper .login-bg-hover:hover {
	cursor: pointer;
}

.login-wrapper .login-container {
	width: 520px;
	height: 100%;
	padding: 35px 80px;
	background: white;
	position: relative;
}

.picture-tag {
	position: absolute;
	right: 33px;
	top: 33px;
	display: flex;
	justify-content: flex-start;
}

.picture-tag .picture-tag-name {
	position: relative;
	margin: 0;
	margin-right: 8px;
	box-sizing: content-box;
	width: 87px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	background: #d9e5ff;
	border: 1px solid #bad0ff;
	color: #2a75ed;
}

.picture-tag .picture-tag-name::before {
	border: 6px solid transparent;
	border-left-color: #bad0ff;
	z-index: 1;
	content: " ";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -6px;
}

.picture-tag .picture-tag-name::after {
	content: " ";
	display: block;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left-color: #d6e4f7;
	transform: translateX(0.5px);
	margin-left: -2px;
	z-index: 1;
}

.picture-tag .picture-icon {
	position: relative;
	top: -4px;
	width: 42px;
	height: 42px;
	cursor: pointer;
}

.global-widget-loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10000;
	background: hsla(0, 0%, 100%, .9)
}

.loading-content {
	position: absolute;
	width: 100px;
	height: 75px;
	left: 50%;
	margin-left: -45px;
	margin-top: -37px
}

.global-widget-loading .loadingText {
	text-align: center;
	color: #20a0ff;
	margin: 3px 0;
	font-size: 14px
}

.global-widget-loading .circular {
	width: 42px;
	height: 42px;
	-webkit-animation: loading-rotate 2s linear infinite;
	animation: loading-rotate 2s linear infinite
}

.global-widget-loading .path {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #20a0ff;
	stroke-linecap: round;
	-webkit-animation: loading-dash 1.5s ease-in-out infinite;
	animation: loading-dash 1.5s ease-in-out infinite
}

@keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px
	}
}

@-webkit-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px
	}
}

@keyframes loading-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loading-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.loadingLine {
	color: #3b3229
}

.account-wrapper .account-title {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 64px;
}

.account-wrapper .account-title .account-title-item {
	position: relative;
	margin: 0 29px;
	font-size: 18px;
	color: #999;
	font-weight: 500;
	cursor: pointer;
}

.account-wrapper .account-title .account-title-active {
	color: #333;
}

.account-wrapper .account-title .account-title-active .account-title-line {
	width: 40px;
	background-color: #2a75ed;
}

.account-wrapper .account-title .account-title-line {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 0;
	height: 2px;
	transition: all 0.2s linear;
}

.account-login-wrapper {
	margin-top: 55px;
}

.account-login-wrapper a {
	color: #999;
	font-size: 12px;
}

.account-login-wrapper a:hover {
	color: #2a75ed;
}

.account-login-wrapper .account-input-item {
	margin-bottom: 45px;
}

.account-login-wrapper .account-input-list .account-input-item:last-child {
	margin-bottom: 25px;
}

.account-login-wrapper .account-operate {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	width: 380px;
}

.account-login-wrapper .account-operate .remind-pwd {
	position: relative;
	padding-top: 1px;
}

.account-login-wrapper .login-btn {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0;
	width: 380px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	text-align: center;
	border-radius: 100px;
	cursor: pointer;
	color: #fff;
	background-color: #2a75ed;
	outline: none;
	transition: all 100ms ease;
}

.account-login-wrapper .login-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
    background-color: #2a75ed;
}

.account-login-wrapper .login-btn-disable {
	color: #bbb;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	cursor: not-allowed;
}

.account-login-wrapper .login-btn-disable:hover {
	background-color: #f8f8f8;
}

.account-login-wrapper .account-des {
	position: absolute;
	bottom: 86px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	text-align: center;
	color: #666;
	font-size: 13px;
}

.account-login-wrapper .account-des a {
	color: #2a75ed;
	font-size: 13px;
}

.account-login-wrapper .slide-wrapper {
	position: absolute;
	bottom: 195px;
	z-index: 10;
	display: flex;
	justify-content: center;
	padding-top: 25px;
	width: 380px;
	height: 270px;
	background: white;
	box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.2);
	border-radius: 4px;
}

.account-login-wrapper .slide-wrapper::before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	z-index: 5;
	content: "";
	width: 12px;
	height: 12px;
	background-color: #fff;
	box-shadow: 1px 1px 2px -1px rgba(115, 115, 115, 0.2);
	transform: translateX(-50%) rotate(45deg);
}

.account-login-wrapper .slide-wrapper .slide-img {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.account-login-wrapper .verify-code-wrapper {
	position: absolute;
	bottom: 195px;
	z-index: 10;
	padding: 20px;
	width: 380px;
	height: 195px;
	background: white;
	box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.2);
	border-radius: 4px;
}

.account-login-wrapper .verify-code-wrapper::before {
	position: absolute;
	bottom: -5px;
	left: 50%;
	z-index: 5;
	content: "";
	width: 12px;
	height: 12px;
	background-color: #fff;
	box-shadow: 1px 1px 2px -1px rgba(115, 115, 115, 0.2);
	transform: translateX(-50%) rotate(45deg);
}

.account-login-wrapper .verify-code-wrapper .verify-code-close-img {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.account-login-wrapper .verify-code-wrapper .verify-code-text {
	margin: 0;
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
}

.account-login-wrapper .verify-code-wrapper .verify-code-input-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.account-login-wrapper .verify-code-wrapper .verify-code-input {
	padding: 15px 12px;
	width: 216px;
	height: 50px;
	background: white;
	border: 1px solid #d4d9e2;
	color: #333;
	font-size: 20px;
	outline: none;
}

.account-login-wrapper .verify-code-wrapper .verify-code-img {
	width: 104px;
	height: 50px;
	cursor: pointer;
}

.account-login-wrapper .verify-code-wrapper .verify-code-error {
	margin: 0;
	margin-top: 10px;
	color: #FF3366;
	font-size: 12px;
}

.account-login-wrapper .verify-code-wrapper .verify-code-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 104px;
	height: 40px;
	line-height: 40px;
	background: #2a75ed;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.account-login-wrapper .verify-code-wrapper .verify-code-btn:hover {
	background-color: #136ffe;
}

.phoneWrapper {
	color: #353535;
	position: relative;
}

.phoneWrapper a {
	text-decoration: none;
	color: #2a75ed !important;
	font-size: 12px !important;
}

.passwordWrapper {
	color: #353535;
	position: relative;
}

.passwordWrapper .eyes {
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #d4d9e2;
	cursor: pointer;
	font-size: 24px;
}

.passwordWrapper .inputBox input {
	padding-right: 30px;
}

.error-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -246.5px;
	margin-left: -350px;
	text-align: center;
}

.error-wrapper img {
	border-style: none;
	vertical-align: top;
}

.error-img {
	width: 261px;
}

.error-title,
.error-des {
	color: #353535;
	font-size: 24px;
}

.error-title {
	margin: 27px 0 32px;
	font-weight: bold;
}

.error-des {
	margin-bottom: 48px;
	font-weight: 400;
}

.error-btn_img {
	width: 227px;
	height: 56px;
}

.verify-login-wrapper {
	margin-top: 50px;
}

.verify-login-wrapper .verify-input-item {
	margin-bottom: 45px;
}

.verify-login-wrapper .verify-operate {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.verify-login-wrapper .login-btn {
	position: absolute;
	bottom: 125px;
	left: 50%;
	transform: translateX(-50%);
	width: 380px;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	text-align: center;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	background-color: #2a75ed;
	outline: none;
}

.verify-login-wrapper .login-btn:hover {
	background-color: #136ffe;
}

.verify-login-wrapper .login-btn:disabled {
	cursor: not-allowed;
}

.verify-login-wrapper .verify-des {
	position: absolute;
	bottom: 86px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	text-align: center;
	color: #666;
	font-size: 13px;
}

.verify-login-wrapper .verify-des a {
	color: #2a75ed;
	font-size: 13px;
}

.invalidPhoneWrapper {
	color: #353535;
	position: relative;
}

.invalidPhoneWrapper .verify-code-box {
	position: relative;
	top: -10px;
	z-index: 1;
}

.blueBtn {
	display: inline-block;
	text-align: center;
	background: #fff;
	color: #2a75ed;
	cursor: pointer;
}

.blueBtn.grey {
	color: #b2b2b2;
	border-color: #b2b2b2;
}

.verify-code-box {
	float: right;
}

.blueBtn {
	width: 90px;
	height: 36px;
	border-radius: 2px;
	border: solid 1px #2a75ed;
	line-height: 34px;
	font-size: 12px;
}

.verify-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
}

.verify-wrapper .verify-box {
	position: relative;
	display: flex;
	justify-content: center;
	padding-top: 25px;
	width: 360px;
	height: 270px;
	background: white;
	box-shadow: 0px 0px 10px 0px rgba(115, 115, 115, 0.2);
	border-radius: 4px;
}

.verify-wrapper .verify-img {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.verify-window {
	padding: 20px;
	width: 300px;
	background: white;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	text-align: left;
	z-index: 5;
}

.verify-window .code-text {
	font-size: 18px;
	color: #333;
	line-height: 24px;
	margin: 0;
	margin-bottom: 20px;
}

.verify-window .img-code-item {
	margin-bottom: 20px;
	display: flex;
	height: 36px;
	align-items: center;
}

.verify-window .img-code-item img,
    .verify-window .img-code-item input {
	width: 50%;
	margin-right: 10%;
	height: 36px;
	border: 1px solid #ccc;
}

.verify-window .img-code-item input {
	outline: none;
}

.verify-window .img-code-item .blue-text {
	color: #2a75ed;
	cursor: pointer;
}

.verify-window .verify-close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 16px;
	cursor: pointer;
}

.find-pass-wrapper a {
  color: #999999;
  font-size: 14px;
}
.find-pass-wrapper .find-pass-title {
  margin: 0;
  padding-top: 35px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.find-pass-wrapper .find-pass-input-list {
  margin-top: 50px;
}
.find-pass-wrapper .find-pass-input-item {
  margin-bottom: 35px;
}
.find-pass-wrapper .find-pass-input-list .find-pass-input-item:last-child {
  margin-bottom: 30px;
}
.find-pass-wrapper .confirm-btn {
  position: absolute;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 380px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  background-color: #2a75ed;
  outline: none;
}
.find-pass-wrapper .confirm-btn:hover {
    background-color: #136ffe;
}
.find-pass-wrapper .find-pass-des {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  color: #666;
  font-size: 13px;
}
.find-pass-wrapper .find-pass-des a {
    color: #2a75ed;
    font-size: 13px;
}
.find-pass-wrapper .repass-success {
  text-align: center;
}
.find-pass-wrapper .repass-success img {
    margin: 105px auto 28px;
    width: 80px;
}
.find-pass-wrapper .repass-success p {
    margin-top: 0;
    margin-bottom: 120px;
    font-size: 16px;
    color: #353535;
}


.register-wrapper a {
  color: #999999;
  font-size: 12px;
}
.register-wrapper .register-title {
  margin: 0;
  padding-top: 35px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.register-wrapper .register-input-list {
  margin-top: 50px;
}
.register-wrapper .register-input-item {
  margin-bottom: 35px;
}
.register-wrapper .register-input-list .register-input-item:last-child {
  margin-bottom: 30px;
}
.register-wrapper .register-btn {
  position: absolute;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  width: 380px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  background-color: #2a75ed;
  outline: none;
}
.register-wrapper .register-btn:hover {
    background-color: #136ffe;
}
.register-wrapper .register-des {
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  color: #666;
  font-size: 13px;
}
.register-wrapper .register-des a {
    color: #2a75ed;
    font-size: 13px;
}
.register-wrapper .register-operate {
  position: absolute;
  bottom: 172px;
  margin: 0;
  line-height: 14px;
  display: inline-block;
  width: 380px;
}
.register-wrapper .register-operate label {
    color: #999;
}
.register-wrapper .register-operate span {
    border-bottom: 1px solid #999;
    padding-bottom: 2px;
}

.wx-wrapper a {
  color: #c4c4c4;
  font-size: 14px;
}
.wx-wrapper .wx-title {
  margin: 0;
  padding-top: 35px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.wx-wrapper .wx-des {
  position: relative;
  z-index: 5;
  margin-top: 30px;
  text-align: center;
  color: #666;
  font-size: 13px;
}
.wx-wrapper .wx-des a {
    color: #2a75ed;
    font-size: 13px;
}
.wx-wrapper #login_container {
  margin: 42px auto 0;
  width: 200px;
  height: 200px;
  display: block;
}
.wx-wrapper .wx-tip {
  margin: 0;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 63px;
}
.wx-wrapper .wx-login-faild {
  text-align: center;
}
.wx-wrapper .wx-login-faild img {
    width: 80px;
    margin-top: 20px;
    height: 80px;
}
.wx-wrapper .wx-login-faild .title {
    font-size: 18px;
    color: #333333;
    margin: 20px 0;
}
.wx-wrapper .wx-login-faild .cont {
    font-size: 18px;
    margin: 0;
}
.wx-wrapper .wx-login-faild button {
    margin-top: 88px;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #2a75ed;
    border-radius: 4px;
    outline: none;
}
.wx-wrapper .wx-login-faild button:hover {
      background-color: #136ffe;
}

.zh-title{
	margin: 0;
    padding-top: 35px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.header{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: left;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header-info{
    max-width: 1380px;
    min-width: 1140px;
    margin: 0 auto;
    font-size: 12px;
    width: 100%;
    height: 100%;
}
.lanviki-donghua{
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.lanviki-donghua-info{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.lanviki-donghua-info li:first-child {
	left: 15%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}
.lanviki-donghua-info li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    bottom: -200px;
}
.lanviki-donghua-info li:nth-child(2) {
	left: 5%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 12s;
	animation-duration: 12s
}

.lanviki-donghua-info li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.lanviki-donghua-info li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 18s;
	animation-duration: 18s
}

.lanviki-donghua-info li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.lanviki-donghua-info li:nth-child(6) {
	left: 75%;
	width: 150px;
	height: 150px;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.lanviki-donghua-info li:nth-child(7) {
	left: 35%;
	width: 200px;
	height: 200px;
	-webkit-animation-delay: 7s;
	animation-delay: 7s
}

.lanviki-donghua-info li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 45s;
	animation-duration: 45s
}

.lanviki-donghua-info li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 35s;
	animation-duration: 35s
}

.lanviki-donghua-info li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 11s;
	animation-duration: 11s
}

@-webkit-keyframes animate {
	0% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0
	}

	to {
		-webkit-transform: translateY(-1000px) rotate(2turn);
		transform: translateY(-1000px) rotate(2turn);
		opacity: 0;
		border-radius: 50%
	}
}

@keyframes animate {
	0% {
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0
	}

	to {
		-webkit-transform: translateY(-1000px) rotate(2turn);
		transform: translateY(-1000px) rotate(2turn);
		opacity: 0;
		border-radius: 50%
	}
}
.shop-list{
    padding: 50px 80px;
    width: 1000px;
    height: 550px;
    background: #ffffff;
    overflow: auto;
}
.shop-list2{
    padding: 50px 77px;
}
.shop-item{
    padding-left: 20px;
    padding-right: 20px;
    width: 226px;
    height: 100px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 20px 27px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-top: 3px solid #e5e5e5;
    border-radius: 2px;
    align-items: center;
}
.shop-item:hover{
    border-top: 3px solid #2a75ed;
}
.shop-item-icon{
    width: 60px;
    height: 60px;
}
.shop-item-icon img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.shop-item-info{
    flex:1;
    display:flex;
    flex-direction: column;
    margin-left: 10px;
}
.shop-item-title{
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.shop-item-info p{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 4px;
    color: #999;
}