html,
  body {
    background: #fff;
  }

  .skin-white {
    padding-top: 60px;
  }

  .wrap-index {
    height: 100%;
    width: 100%;
  }

  .n-gradient-text {
    display: inline-block;
    font-weight: var(--n-font-weight);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
    white-space: nowrap;
    background-image: linear-gradient(var(--n-rotate), var(--n-color-start) 0%, var(--n-color-end) 100%);
    transition: --n-color-start 0.3s var(--n-bezier), --n-color-end 0.3s var(--n-bezier);
  }

  @media (max-width: 767px) {
    .skin-white {
      padding-top: 50px;
    }
  }

  .nav-tabs {
    font-size: 16px;
    width: 100%;
  }

  a:hover,
  a:focus {
    color: #18a058;
  }

  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #18a058;
    border: 0px;
    border-bottom: 2px solid #18a058;
    cursor: default;
  }

  .wrap-index > section.container-coop {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    row-gap: 16px;
  }

  .wrap-index > section.container-coop > h1 {
    font-size: 36px;
    font-weight: 400;
  }

  .wrap-index > section > h1 {
    margin-bottom: 32px;
  }

  .container-footer {
    background-attachment: fixed;
    background-image: url(/images/_nuxt/2784f17746804f7094f1effa3dba4c68.BGUWZYuJ.jpg);
    gap: 32px;
    padding: 72px 0;
  }

  .main-content:after {
    height: 241px;
  }

  .container-footer > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    margin: 0 auto;
    position: relative;
  }

  .container-footer > div > p {
    color: #fff;
    font-size: 32px;
    font-weight: 888;
    text-align: center;
  }

  .wrap-index > .container-footer > div > button {
    background-color: #fff;
    border-radius: 24px;
    font-size: 18px;
    padding: 12px 40px;
  }

  button.__component-button {
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .container-footer > div > button {
    background-color: #fff;
    border-radius: 24px;
    font-size: 18px;
    padding: 12px 40px;
  }

  .wrap-index > section.container-coop .container-icons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
    width: 1200px;
  }

  .wrap-index > section.container-coop .container-icons:before {
    background-image: linear-gradient(270deg, #fff0, #fff, #fff);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 256px;
    z-index: 1;
  }

  .wrap-index > section.container-coop .container-icons > div {
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
  }

  @keyframes left-374df392 {
    0% {
      transform: translateZ(0);
    }

    to {
      transform: translate3d(-100%, 0, 0);
    }
  }

  @keyframes right-374df392 {
    0% {
      transform: translateZ(0);
    }

    to {
      transform: translate3d(100%, 0, 0);
    }
  }

  .wrap-index > section.container-coop .container-icons > div > div {
    align-items: center;
    animation: left-374df392 30s linear infinite;
    display: flex;
    justify-content: space-between;
    left: 0;
    position: relative;
  }

  @media screen and (max-width: 1440px) {
    .wrap-index > section.container-coop .container-icons {
      width: 1024px;
    }
  }

  @media screen and (max-width: 1024px) {
    .wrap-index > section.container-coop .container-icons {
      width: 610px;
    }
  }

  #floatbtn {
    top: calc(100vh - 340px);
    right: 20px;
    margin-right: 0px;
  }

  #floatbtn > a,
  #floatbtn .floatbtn-item {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  }
  
  
.index-css {
	margin: 0;
	padding: 0;
	font-family: Arial, MicrosoftYaHei;
}

html {
	scroll-behavior: smooth;
}

i,
em {
	font-style: normal;
}

nav ul,
ul {
	list-style: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

.flex {
	display: flex;
	align-items: center;
}

.center {
	justify-content: center;
}

.between {
	justify-content: space-between;
}

.mb0 {
	margin-bottom: 0;
}

.mt8 {
	margin-top: 8px;
}

.ml8 {
	margin-left: 8px;
}

.ml20 {
	margin-left: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.tc {
	text-align: center;
}

.f12 {
	font-size: 12px;
}

.colea8 {
	color: #7D8EA8;
}

.colorWord {
	font-style: normal;
	background: linear-gradient(90deg, #F73109, #DE43B0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pointer {
	cursor: pointer;
}

.width100 {
	max-width: 100%;
}

.height100 {
	height: 100%;
}

/*按钮 start*/
.blueBtn {
	font-size: 16px;
	color: #0066FF;
	cursor: pointer;
}

.border-button {
	display: inline-block;
	padding: 1px;
	height: 36px;
	word-break: keep-all;
	background: linear-gradient(-90deg, #786FF2, #F26664);
	border-radius: 6px;
	position: relative;
}

.border-button.big {
	height: 50px;
	border-radius: 12px;
}

.border-button em {
	width: 100%;
	height: 100%;
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	line-height: 34px;
	cursor: pointer;
	padding: 0 15px;
	background: linear-gradient(-90deg, #DE43B2, #F73108);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-radius: 6px;
	position: relative;
}

.border-button.big em {
	font-size: 16px;
	line-height: 48px;
	padding: 0 37px;
	border-radius: 12px;
}

.border-button:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #fff;
	border-radius: 6px;
}

.border-button:hover:before {
	background-color: #FFF5F4;
}

.border-button.big:before {
	border-radius: 12px;
}

.solid-button {
	display: inline-block;
	cursor: pointer;
	word-break: keep-all;
	color: #fff;
	padding: 0 15px;
	line-height: 36px;
	background: linear-gradient(90deg, #F73108, #DE43B2);
	border-radius: 6px;
}

.solid-button:hover {
	background: linear-gradient(90deg, #FA836D, #EB8ECD);
}

.solid-button.big {
	height: 52px;
	padding: 0 69px;
	font-size: 16px;
	line-height: 52px;
	border-radius: 12px;
}

/*按钮 end*/

/*导航 start*/
nav {
	width: 100%;
	background-color: #fff;
	transition: all 0.5s ease;
}

nav .container {
	height: 60px;
}

.nav-body {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.nav-list {
	height: 100%;
	display: flex;
	margin: 0;
}

.nav-list li {
	height: 100%;
	cursor: pointer;
	margin-right: 32px;
	position: relative;
}

.nav-list li a {
	height: 100%;
	display: inline-block;
	color: #191919;
	line-height: 60px;
	word-break: keep-all;
}

.nav-list li:hover:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #595959;
	position: absolute;
	left: 0;
	bottom: 0;
	animation: navHove 0.4s ease;
}

@keyframes navHove {
	0% {
		width: 0px;
	}

	100% {
		width: 100%;
	}
}

.scrolled {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .09);
	position: fixed;
	top: 0;
	z-index: 99;
}

@media screen and (max-width: 1200px) {
	.nav-list li {
		margin-right: 18px;
	}
}

@media screen and (max-width: 786px) {
	.nav-body{
		margin-left: 0;
		margin-right: 0;
	}
	.nav-list {
		display: none;
	}
}

/*导航 end*/

/*banner start*/
.banner {
	width: 100%;
	color: #001529;
	background: url(../images/banner-bj.png) no-repeat;
	background-size: cover;
}

.banner h2 {
	padding-top: 66px;
	font-size: 42px;
	font-weight: bold;
}

.banner h1 {
	font-size: 50px;
	font-weight: bold;
}

.banner p {
	font-size: 18px;
	line-height: 32px;
}

.banner .solid-button.big {
	height: 62px;
	padding: 0 69px;
	font-size: 20px;
	line-height: 62px;
	border-radius: 12px;
}

@media screen and (max-width: 768px) {
	.banner h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.banner h2 {
		padding-top: 40px;
		font-size: 34px;
	}
}

/*banner end*/

.section-item {
	padding-top: 90px;
}

.section-item.marginBoth {
	padding-bottom: 90px;
}

.section-item h1 {
	font-size: 40px;
	color: #191919;
	margin-top: 0;
	margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
	.section-item {
		padding-top: 50px;
	}

	.section-item.marginBoth {
		padding-bottom: 50px;
	}

	.section-item h1 {
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 20px;
	}
}

/*短视频 start*/
.shortVideo .shortVideo-item {
	height: 276px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 29px 27px;
	box-sizing: border-box;
	background: #FAFAFA;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
	border: 1px solid #F0F0F0;
	margin: 5px auto;
}

.shortVideo .shortVideo-item:hover {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.16);
}

.shortVideo .shortVideo-item img {
	width: fit-content;
}

.arrow em {
	font-style: normal;
	margin-left: 8px;
	transition: all 0.2s linear;
}

.arrow:hover em {
	margin-left: 15px;
}

.shortVideo .shortVideo-item strong {
	font-size: 18px;
	color: #191919;
}

.shortVideo .shortVideo-item p {
	font-size: 14px;
	line-height: 22px;
	color: #646A73;
	margin-top: 15px;
}

/*短视频 end*/

/*视频平台 common样式 start*/
.feature-wrap {
	margin-top: 70px;
}

@media screen and (max-width: 768px) {
	.feature-wrap {
		margin: 30px 0;
	}
}

.feature-item {
	margin-left: 25px;
}

.feature-item-title {
	display: flex;
	align-items: center;
	cursor: pointer;
	/* transition: all 0.2s linear; */
}

.feature-item-title em {
	font-size: 20px;
	font-weight: bold;
	color: #191919;
}

.feature-item+.feature-item {
	margin-top: 28px;
}

.feature-item-containt {
	max-width: 408px;
	padding: 26px;
	cursor: pointer;
	margin-left: -25px;
	position: relative;
	border-radius: 16px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
	background: linear-gradient(90deg, #F73108, #DE43B1);
	/* animation: fadeInOut 1s 1;
	animation-timing-function: ease; */

}

.feature-item-containt:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	border-radius: 16px;
	background-color: #fff;
}

.feature-item-containt * {
	position: relative;
	z-index: 1;
}

.feature-item-containt p {
	text-align: left;
	margin-top: 16px;
	line-height: 26px;
	font-size: 16px;
	color: #646A73;
}

.feature-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 13px;
	background-repeat: no-repeat;
}

@keyframes fadeInOut {
	0% {
		margin-top: 80px;
	}

	100% {
		margin-top: 0;
	}
}

.fade-animation {
	animation: fadeInOut 0.5s infinite;
	/* 调整时间和重复次数 */
}

/*视频平台 common样式 end*/

/*Tiktok start*/
.Tiktok {
	min-height: 663px;
	background: url(../images/Tiktok/Tiktok-bj.png) no-repeat;
	background-size: cover;
}

.Tiktok .zf {
	background-image: url(../images/Tiktok/zf-icon.png);
}

.Tiktok .zf-on {
	background-image: url(../images/Tiktok/zf-icon-on.png);
}

.Tiktok .hf {
	background-image: url(../images/Tiktok/hf-icon.png);
}

.Tiktok .hf-on {
	background-image: url(../images/Tiktok/hf-icon-on.png);
}

.Tiktok .zh {
	background-image: url(../images/Tiktok/zh-icon.png);
}

.Tiktok .zh-on {
	background-image: url(../images/Tiktok/zh-icon-on.png);
}

.Tiktok .gl {
	background-image: url(../images/Tiktok/gl-icon.png);
}

.Tiktok .gl-on {
	background-image: url(../images/Tiktok/gl-icon-on.png);
}

/*Tiktok end*/

/*redBook start*/
.redBook .tb {
	background-image: url(../images/redBook/tb-icon.png);
}

.redBook .tb-on {
	background-image: url(../images/redBook/tb-icon-on.png);
}

.redBook .ts {
	background-image: url(../images/redBook/ts-icon.png);
}

.redBook .ts-on {
	background-image: url(../images/redBook/ts-icon-on.png);
}

.redBook .wh {
	background-image: url(../images/redBook/wh-icon.png);
}

.redBook .wh-on {
	background-image: url(../images/redBook/wh-icon-on.png);
}

.redBook .zc {
	background-image: url(../images/redBook/zc-icon.png);
}

.redBook .zc-on {
	background-image: url(../images/redBook/zc-icon-on.png);
}

/*redBook end*/

/*kuaiShou start*/
.kuaiShou .gl {
	background-image: url(../images/kuaiShou/gl-icon.png);
}

.kuaiShou .gl-on {
	background-image: url(../images/kuaiShou/gl-icon-on.png);
}

.kuaiShou .wj {
	background-image: url(../images/kuaiShou/wj-icon.png);
}

.kuaiShou .wj-on {
	background-image: url(../images/kuaiShou/wj-icon-on.png);
}

.kuaiShou .zh {
	background-image: url(../images/kuaiShou/zh-icon.png);
}

.kuaiShou .zh-on {
	background-image: url(../images/kuaiShou/zh-icon-on.png);
}

/*kuaiShou end*/

/*shiPinhao start*/
.shiPinhao .sy {
	background-image: url(../images/shiPinhao/sy-icon.png);
}

.shiPinhao .sy-on {
	background-image: url(../images/shiPinhao/sy-icon-on.png);
}

.shiPinhao .dj {
	background-image: url(../images/shiPinhao/dj-icon.png);
}

.shiPinhao .dj-on {
	background-image: url(../images/shiPinhao/dj-icon-on.png);
}

.shiPinhao .zc {
	background-image: url(../images/shiPinhao/zc-icon.png);
}

.shiPinhao .zc-on {
	background-image: url(../images/shiPinhao/zc-icon-on.png);
}

/*shiPinhao end*/

/*functionDiv start*/
.functionDiv {
	background-color: #FAFAFA;
}

.functionDiv ul {
	display: flex;
	flex-wrap: wrap;
}

.functionDiv li {
	margin-top: 15px;
	margin-bottom: 15px;
}

.functionDiv li>div {
	height: 100%;
	padding: 35px 31px;
	background: #FFFFFF;
	border-radius: 16px;
	border: 1px solid #F0F0F0;
	text-align: left;
}

.functionDiv img {
	width: 48px;
	height: 48px;
}

.functionDiv h3 {
	margin-top: 26px;
	color: #191919;
	font-size: 24px;
}

.functionDiv p {
	font-size: 16px;
	color: #646A73;
	line-height: 22px;
	margin-top: 20px;
}

/*functionDiv end*/

/*口碑 start*/
.kouBei {
	min-height: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/kouBei/kb-bg.png) no-repeat;
	background-size: 100% 100%;
}

.kouBei h3 {
	font-size: 24px;
	line-height: 32px;
	color: #191919;
	position: relative;
	z-index: 2;
}

.kouBei h3:before,
.kouBei h3:after {
	width: 32px;
	height: 29px;
	margin: 0 20px;
	font-size: 126px;
	color: #F73108;
	opacity: 0.5;
	position: absolute;
	top: -14px;
	z-index: 0;
	line-height: 96px;
}

.kouBei h3:before {
	content: "“";
	left: -16px;
}

.kouBei h3:after {
	content: "”";
	right: -16px;
}

@media screen and (max-width: 768px) {
	.kouBei {
		min-height: 130px;
	}

	.kouBei h3 {
		font-size: 20px;
	}

	.kouBei h3:before,
	.kouBei h3:after {
		font-size: 100px;
	}
}

/*口碑 end*/
/*保障*/
.baoZhang dl,
.huHang dl {
	margin-bottom: 0;
}

.baoZhang dt,
.huHang dt {
	font-weight: bold;
	font-size: 24px;
	color: #191919;
}

.baoZhang dd,
.huHang dd {
	margin-top: 18px;
	font-size: 16px;
	color: #191919;
}

.baoZhang>div>div {
	margin: 10px 0;
	padding: 56px 37px;
}

.baoZhang>div:first-of-type>div {
	background: url(../images/baoZhang/bz-bg1.png) no-repeat;
	background-size: 100% 100%;
}

.baoZhang>div:last-of-type>div {
	background: url(../images/baoZhang/bz-bg2.png) no-repeat;
	background-size: 100% 100%;
}

.huHang li>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: #FAFAFA;
	border-radius: 16px;
	border: 1px solid #F0F0F0;
	padding: 40px 26px 40px 36px;
	margin-top: 24px;
}

.huHang dt {
	margin-top: 15px;
}

.contact {
	background: url(../images/contact-bg.png) no-repeat;
	background-size: cover;
}

.contact h1 {
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.baoZhang>div>div {
		padding: 35px 15px;
	}

	.huHang li>div {
		padding: 10px 10px 18px 20px;
	}

	.baoZhang dd,
	.huHang dd {
		margin-top: 8px;
	}
}

/*版本更新 start*/
.versionUp {
	background-color: #FEFCFB;
}

.versionUp h1 {
	font-weight: bold;
}

.versionUp-item {
	height: 216px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 22px;
	background: #f0f0f0;
	position: relative;
}

.versionUp-item:before {
	content: '';
	border-radius: 22px;
	background: #FFFFFF;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
}

.versionUp-item-main {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 5s linear;
}

.versionUp-item-main img {
	margin-bottom: 18px;
}

.versionUp-item-main h4 {
	color: #191919;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.versionUp-item-main dl {
	display: flex;
	color: #646A73;
	font-size: 12px;
	margin-bottom: 0;

}

.versionUp-item-main dt {
	font-weight: normal;
}

.versionUp-item-hover {
	display: none;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 5s linear;
}

.versionUp-item.windowDiv:hover {
	background: linear-gradient(90deg, #F73108, #DE43B2);
}

.versionUp-item.windowDiv:hover .versionUp-item-main {
	display: none;
}

.versionUp-item.windowDiv:hover .versionUp-item-hover {
	display: flex;
}

.versionUp-item.windowDiv .versionUp-item-hover a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.versionUp-item.windowDiv .versionUp-item-hover a b {
	color: #646A73;
	margin-top: 16px;
}

.versionUp-item.windowDiv .versionUp-item-hover a:hover b {
	color: #191919;
}

.ewmSup {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.versionUp-item.appDiv.on {
	background: linear-gradient(90deg, #F73108, #DE43B2);
}

.versionUp-item.appDiv.on .versionUp-item-main {
	display: none;
}

.versionUp-item.appDiv.on .versionUp-item-hover {
	display: flex;
}

.appImg {
	width: 126px;
	height: 126px;
}

/*版本更新 end*/


@media screen and (max-width: 768px) {
	.foot-list {
		margin-left: 15px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.foot-list li+li {
		margin-left: 10px;
	}
}

.registerDialog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.registerDialog-box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 540px;
	height: auto;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: -3px 3px 16px rgba(0, 21, 41, 0.1);
	transform: translate(-50%, -50%);
	padding: 50px 70px;
}

.registerDialog-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 40px;
	color: #CCCCCC;
	line-height: 20px;
	cursor: pointer;
	transition: .3s linear;
}

.registerDialog-close:after {
	content: '\d7';
	position: absolute;
	right: 0;
	top: 0;
}

.registerDialog-close:hover {
	color: #666666;
}

.registerDialog-title {
	position: relative;
	text-align: center;
	margin-bottom: 26px;
}

.registerDialog-title h3 {
	font-weight: 400;
	font-size: 28px;
	color: #262626;
	line-height: 30px;
}

.registerDialog-title p {
	font-weight: 400;
	font-size: 16px;
	color: #F73108;
	line-height: 24px;
	margin-top: 25px;
}

.registerDialog-panel {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.registerDialog-panel-box {}

.registerDialog-panel h3 {
	font-weight: 400;
	font-size: 22px;
	color: #161D2F;
	line-height: 24px;
	margin-top: 42px;
}

.registerDialog-panel p {
	font-weight: 400;
	font-size: 16px;
	color: #5E5E5E;
	line-height: 24px;
	margin-top: 16px;
}

.registerDialog-panel img {
	width: 65px;
	height: 65px;
}

.registerDialog-panel-btn {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	user-select: none;
	text-align: center;
	line-height: 50px;
	border-radius: 4px;
	background: linear-gradient(90deg, #F73108, #DE43B2);
	transition: all 0.5s;
	display: block;
	margin-top: 60px;
}

.registerDialog-panel-btn:hover {
	background: linear-gradient(90deg, #FA836D, #EB8ECD);
}

.register-wrapper {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.register-wrap {
	width: 100%;
	position: relative;
	max-width: 856px;
	margin: 0 auto;
}

.register-img {
	text-align: center;
	padding-top: 67px;
}

.register-txt {
	margin-top: 50px;
	text-align: center;
}

.register-txt h3 {
	font-size: 30px;
	font-weight: bold;
	color: #262626;
	margin-bottom: 43px;
	font-family: 微软雅黑;
}

.register-txt p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	padding: 0 20px;
}

.register {
	margin-top: 65px;
}

.register-form {
	border-radius: 6px;
	background-color: #FFFFFF;
}

.register-form .register-form-item {
	border-radius: 6px;
	border: 1px solid #E1E6F5;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 16px;
	margin-top: 20px;
}

.register-form .register-form-item>label {
	flex: 0 0 100px;
	font-size: 14px;
	font-weight: 400;
	color: #000001;
	display: block;
	line-height: 1;
	white-space: nowrap;
}

.register-form-item input:focus-visible {
	border: 0;
	outline: none;
}

.register-form input {
	height: 46px;
	font-size: 14px;
	border: 0;
	width: 100%;
}

.register-form input::-webkit-input-placeholder {
	font-size: 14px;
	color: #AEB1B9;
}

.register-form .register-form-linne {
	border: 0;
	display: flex;
	align-items: baseline;
}

.register-form .register-form-linne .register-form-item {
	flex: 1;
	padding-right: 0;
}

.register-form .register-form-linne .register-form-item .register-input {
	width: calc(100% - 2px);
}

.register-input {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.register-input-Code {
	margin-left: 10px;
}

.register-input-Code .yzm {
	width: 125px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	transition: all 0.5s;
	border: 0;
	background: linear-gradient(90deg, #F73108, #DE43B2);
	border-radius: 4px;
}

.register-input-Code .yzm:hover {
	background: linear-gradient(90deg, #FA836D, #EB8ECD);
}

.register-input-Code img {
	height: 50px;
}

.register-success {
	width: 100%;
	height: 460px;
	text-align: center;
	border-radius: 4px;
	max-width: 856px;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}

.register-success .register-success-title h3 {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #262626;
	margin-top: 30px;

}

.register-success .register-success-title p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 25px;
}

.register-success a {
	display: block;
	margin: 0 auto;
	width: 360px;
	text-align: center;
	background: linear-gradient(90deg, #F73108, #DE43B2);
	border: 0;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.5s;
}

.user-check-read {
	font-size: 14px;
	color: #999999;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}

.user-check-read a {
	color: #F73108;
}

.register-submit {
	margin-top: 22px;
}

.register-submit-btn {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	user-select: none;
	text-align: center;
	line-height: 50px;
	border-radius: 4px;
	background: linear-gradient(90deg, #F73108, #DE43B2);
	transition: all 0.5s;
	display: block;
}

.register-submit-btn:hover {
	background: linear-gradient(90deg, #FA836D, #EB8ECD);
}

.alert {
	width: 100%;
	max-width: 423px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	display: none;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(177, 177, 177, 0.3);
	border-radius: 4px;
	padding: 16px;
	transform: translate(-50%, -50%);
}

.clip {
	font-size: 14px;
	line-height: 20px;
}

.alert .alert-hd {
	display: flex;
	justify-content: space-between;
}

.alert .alert-hd h2 {
	font-size: 16px;
	font-weight: bold;
	color: #303133;
}

.alert .alert-hd .alert-close {
	position: relative;
	cursor: pointer;
	font-size: 26px;
	color: #CCCCCC;
	line-height: 13px;
}

.alert .alert-hd .alert-close:hover {
	color: #666666;
}

.alert .alert-hd .alert-close:after {
	content: '\d7';
	position: absolute;
	right: 0;
	top: 0;
}

.alert .alert_con {
	margin-top: 24px;
	text-align: left;
}

.alert .alert_con p {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}

.alert .alert-ft {
	margin-top: 24px;
	text-align: right;
}

.alert .alert-ft .btn {
	padding: 5px 15px;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(90deg, #F73108, #DE43B2);
	border-radius: 4px;
	text-align: right;
}

.alert .alert_con .btn:hover {
	background: linear-gradient(90deg, #FA836D, #EB8ECD);
}

.register-red {
	color: #FF4D4F;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	line-height: 22px;
}

.register-border {
	border: 1px solid #FF4D4F !important;
	transition: all 1s;
}

.register-footer {
	width: 100%;
	text-align: center;
	margin: 24px 0;
}

.register-footer>p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

/* 安全认证 */
.containerFluid {
	width: 400px;
	height: 400px;
	display: none;
	position: fixed;
	transform: translate(-50%, 0);
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin: 0;
	padding: 0;
	margin-top: -238px;
	background-color: initial;
	box-shadow: initial;
}


.slidercaptcha {
	height: 286px;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
	background-color: #fff;
}

.slidercaptcha .card-body {
	padding: 1rem;
}

.slidercaptcha .alert-close {
	position: relative;
	cursor: pointer;
	font-size: 26px;
	color: #CCCCCC;
	line-height: 13px;
}

.slidercaptcha .alert-close::after {
	content: '\d7';
	position: absolute;
	right: 0;
	top: -5px;
}

.slidercaptcha .alert-close:hover {
	opacity: 0.8;
}

.slidercaptcha canvas:first-child {
	border-radius: 4px;
	border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
	background-image: none;
	background-color: rgba(0, 0, 0, 0.03);
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.refreshIcon {
	top: -54px;
}


/*手机端style*/
@media screen and (max-width: 375px) {
	.register-txt h3 {
		font-size: 24px;
	}

	.register-txt p {
		text-align: left;
	}

	.register-form {
		padding: 20px;
	}

	.register-input-Code .yzm {
		padding: 8px 28px;
		font-size: 14px;
	}
}

/* 悬浮菜单 begin */
.fixed-menu {
	position: fixed;
	right: 16px;
	top: 50%;
	margin-top: -90px;
	width: 70px;
	z-index: 999;
}

ul.fx-ul {
	padding: 0;
	margin-bottom: 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 103, 237, 0.3);
	border-radius: 5px;
}

.fx-ul li {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	list-style-type: none;
	padding: 0 5px;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.fx-ul li:hover {
	background-color: #f7f7f7;
}

.fx-ul li:first-child {
	border-radius: 5px 5px 0 0;
}

.fx-ul li:last-child {
	border-bottom: 0;
	border-radius: 0 0 5px 5px;
}

.fx-ul li>p {
	text-align: center;
	padding-bottom: 15px;
	line-height: 1;
	margin-bottom: 0;
}

.fx-ul li a p {
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	font-size: 12px;
	color: #0067ED;
	padding-bottom: 15px;
	margin-bottom: 0;
}

.fixed-menu .title {
	position: absolute;
	left: 150px;
	bottom: 1px;
	color: #fff;
	line-height: 1;
	text-align: center;
	font-family: \5FAE\8F6F\96C5\9ED1;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	min-width: 190px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 103, 237, 0.3);
	border-radius: 8px;
	padding: 16px;
	z-index: -99;
	opacity: 0;
}

.fixed-menu .title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	bottom: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}

.fixed-menu .title h3 {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-weight: bold;
	font-size: 16px;
	color: #161D2F;
	margin-bottom: 9px;
}

.fixed-menu .title .tit-img {
	margin-top: 16px;
}

.fixed-menu .title>p {
	font-family: \5FAE\8F6F\96C5\9ED1;
	font-size: 12px;
	font-weight: 300;
	color: #5E5E5E;

}

.fx-ul li:hover .title {
	left: -220px;
	opacity: 1;
}

.fx-ul li.fx-shop i {
	background: url("../images/consultation.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px 0;
	display: block;
}

.fx-ul li a {
	font-size: 12px;
	font-weight: 300;
	color: #0067ED;
	line-height: 18px;
	text-align: center;
}

.fx-ul li.fx-contact i {
	background: url("../images/QR-sider.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

.fx-ul li.fx-contact .title {
	background-color: #ffffff;
}

.fx-ul li.fx-contact .title:before {
	background-color: #ffffff;
}

.fx-ul li.fx-top {
	display: none;
}

.fx-ul li.fx-top i {
	background: url("../images/top.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

.fx-ul li.fx-phone i {
	background: url("../images/phone.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

.fx-ul li.fx-free i {
	background: url("../images/free.png") no-repeat;
	background-position: center center;
	background-size: auto;
	padding: 23px;
	display: block;
}

/* 悬浮菜单 End */
