html,
body{
	font-family: Microsoft YaHei,Arial,Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Helvetica Neue,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #f1f1f1;
}

#app {
	max-width: 540px;
	margin: 0 auto;
	font-size: 14px;
	background-color: #FFFFFF;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.lb-color1 {
	color: #00CCCD;
}

.w100p {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.tc {
	text-align: center;
}

a {
	color: #01C8C9;
	text-decoration: none;
}

.header-fixed {
	position: fixed;
	height: 1.375rem;
	top: 0;
	right: 0;
	left: 0;
	background-color: #FFFFFF;
	z-index: 9;
	box-shadow: 0 1px 1px #F1F1F1;
	z-index: 11;
}

.header {
	width: 10rem;
	height: 1.375rem;
	margin: 0 auto;
	padding: 0 0.375rem;
	line-height: 1.375rem;
}

.header-logo {
	width: 1.09rem;
	margin-top: 0.1425rem;
}

.header span {
	margin-left: 0.375rem;
}

.header-register {
	color: #FFFFFF;
    background-color: #00CCCD;
	line-height: 0.675rem;
	margin: 0.35rem 0;
	padding: 0 0.375rem;
}

.header-register:active {
	color: #00CCCD;
	background-color: #FFFFFF;
}

.row1 {
	width: 10rem;
	height: 8.3733333333rem;
	background: url("../img/row1_background2.png") ;
	background-size: cover;
}

.row2 {
	position: relative;
	width: 10rem;
	min-height: 6.05rem;
	background-color: white;
}

.item {
	float: left;
	text-align: center;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.row2 .item {
	position: relative;
	width: 5rem;
	height: 3.025rem;
}

.logo-container {
	position: absolute;
    width: 2rem;
    height: 2rem;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
}

.logo {
	width: 1rem;
	height: 1rem;
	animation: heartbeat 1.25s infinite;
	background: url("../img/logo.png") ;
	background-size: cover;
	border-radius: 50%;
}

@keyframes heartbeat { 
	0% { transform: scale(1); }
	10% { transform: scale(1.25); }
	100% { transform: scale(1); }
}

.line-top,
.line-right,
.line-bottom,
.line-left {
	position: absolute;
	background: #CFECFF;
}

.line-top,
.line-bottom {
	width: 1.55rem;
	height: 0.025rem;
}

.line-top {
	top: 50%;
	left: 1.725rem;
}

.line-bottom {
	bottom: 50%;
	right: 1.725rem;
}

.line-right,
.line-left {
	height: 1rem;
	width: 0.025rem;
	left: 50%;
}

.line-right {
	right: 50%;
	top: 0.7375rem;
}

.line-left {
	left: 50%;
	bottom: 0.7375rem;
}

.num {
	font-size: 0.5rem;
}

.mb5 {
	margin-bottom: 5px!important;
}

.row3 {
	width: 10rem;
	min-height: 4.1866666666rem;
	background: #E7F5FF;
	padding: 0 0.5rem;
}

.row3 .item {
	width: 3rem;
	min-height: 4.1866666666rem;
}

.row3 img {
	width: 1.6rem;
	margin-top: 0.4rem;
}

.mask {
    position: fixed;
    width: 100%;
    transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	min-width: 3.2rem;
    max-width: 8.533333rem;
    display: none;
    z-index: 999;
    justify-content: center;
}

.mask-inner {
    position: relative;
}

.mask-text {
	min-width: 120px;
	max-width: 320px;
    background: #4c4c4c;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
	font-size: 0.375rem;
}

.display-block {
	display: block;
}

.title {
	width: 10rem;
	height: 4.5rem;
	color: #2C2C2C;
	text-align: center;
	font-size: 0.75rem;
	font-weight: bold;
}

.sub-title {
	color: #494949;
	font-size: 0.375rem;
	font-weight: normal;
	margin-top: 0.125rem;
}

.item-img {
	width: 10rem;
	height: 8.3733333333rem;
}

.row5 .item-img {
	height: auto;
}

.item-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.line {
	height: 0.5rem;
}

.map {
	position: relative;
	padding: 0 2.5%;
}

.row6 {
	width: 10rem;
	height: 9.58rem;
}

.row6-container,
.swiper-slide-img {
	position: relative;
	width: 10rem;
	height: 5.08rem;
}

.swiper-slide-img {
	position: relative;
	padding: 0 0.25rem;
}

.swiper-slide-img img {
	width: 100%;
	height: 100%;
	border-radius: 0.175rem;
}

.swiper-slide-img-title {
	position: absolute;
	bottom: 0;
	left: 0.25rem;
	right: 0.25rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	border-bottom-left-radius: 0.175rem;
	border-bottom-right-radius: 0.175rem;
}

.swiper-pagination {
	left: 50%;
	margin-left: -1.2rem;
}

.swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.075rem;
	border-radius: 0.0375rem;
	margin: 0 0.05rem;
}

:root {
    --swiper-theme-color: #00CCCD;
}

.row7_img1 {
	width: 2.72rem;
}

.row7_img2 {
	width: 2.35rem;
	margin: 0 0.64rem;
}

.row7_img3 {
	width: 2.24rem;
}

.row8 {
	width: 10rem;
	height: 6.08rem;
	background: url("../img/row8_background.png");
	background-size: cover;
	color: #FFFFFF;
	text-align: center;
}

.row8-text1 {
	font-size: 0.5rem;
	letter-spacing: 0.0125rem;
	font-weight: bold;
	margin-top: 0.1rem;
}

.row8-btn {
	font-size: 0.375rem;
	letter-spacing: 0.0125rem;
	font-weight: bold;
	color: #00CCCD ;
	background-color: #FFFFFF;
	display: inline-block;
	line-height: 1rem;
	padding: 0 0.625rem;
	border-radius: 0.5rem;
	margin: 0.55rem 0;
	cursor: pointer;
	animation: heartbeat2 1.25s infinite;
}

@keyframes heartbeat2 { 
	0% { transform: scale(1); }
	10% { transform: scale(1.075); }
	100% { transform: scale(1); }
}

.row8-btn:active {
	color: #FFFFFF;
	background-color: #00CCCD ;
}

.row8-text2 {
	font-size: 0.425rem;
	letter-spacing: 0.0125rem;
	margin-top: 0.1rem;
}

.row8 .register {
	position: relative;
	color: #FFD200;
	font-weight: bold;
	margin-left: 0.25rem;
	cursor: pointer;
}

.row8 .register::after {
	position: absolute;
    display: block;
    content: "";
    bottom: -0.025rem;
    left: 0;
    width: 100%;
    height: 0.025rem;
    background-color: #FFD200;
}

.row8_img1 {
	position: relative;
    height: 0.3125rem;
    top: 0.01875rem;
    margin-left: 0.2rem;
}

.row9 {
	width: 10rem;
	height: 2.25rem;
	background-color: #000000;
	color: #FFFFFF;
}

.row9 > div,
.row10 > div {
	flex-grow: 1;
	text-align: center;
}

.row9 > div {
	line-height: 2.25rem;
}

.row9 > div img {
	width: 0.37rem;
    position: relative;
    top: 0.0375rem;
    margin-right: 0.1rem;
}

.row10 {
	width: 10rem;
	height: 1.5rem;
	color: #FFFFFF;
}

.row10 > div {
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.row10-btn1 {
	background: #FF9E00;
}

.row10-btn1:active {
	color: #FF9E00;
	background-color: #FFFFFF;
}

.row10-btn2 {
	background: #069A9B;
}

.row10-btn2:active {
	color: #069A9B;
	background-color: #FFFFFF;
}

.customerService-mask {
	background-color: rgba(0, 0, 0, 0.625);
}

.customerService {
	width: 8rem;
}

.customerService-close {
	margin: 0.5rem;
    width: 1rem;
}

.customerService-text {
	padding: 0.675rem 0.5rem 0;
	background-color: #FFFFFF;
	font-size: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}

.customerService-btn {
	width: 5rem;
	line-height: 1rem;
	color: #00CCCD;
	background-color: #FFFFFF;
	border: 1px solid #00CCCD;
	font-size: 0.4125rem;
	margin: 0.5rem 0.25rem 0.675rem;
	border-radius: 0.5rem;
}

#customerServicePhone {
	color: #FFFFFF;
	background-color: #00CCCD;
}

.customerService-btn > img {
	position: relative;
	width: 0.4125rem;
	top: 0.05rem;
	margin-right: 0.1875rem;
}

#customerServicePhone img {
	top: 0.0625rem;
}


/* 注册成功-立即下载、使用 start */
#register ,#registerInfo{
	width: 10rem;
	height: 100%;
	padding: 1rem 0.5rem;
	background-color: #F7F7F7;
}

#register .input {
    position: relative;
    margin: 0.375rem 0 0 0;
    padding-left: 1.2rem;
	background-color: #FFF;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
	border-radius: 0.6875rem;
}

#register .input.tel::before, 
#register .input.code::before {
    position: absolute;
    display: block;
    content: '';
}
/* 注册填写信息  start*/
#registerInfo h4{
	text-align: center;
	font-size: 0.625rem;
	margin-bottom: 1rem;
	opacity: 0.6;
}
#registerInfo label{
	font-size: 0.375rem;
	display: inline-block;
	width: 1.7rem;
	color: rgba(0, 0, 0, 0.7);
}
#registerInfo .input{
	position: relative;
    margin: 0.5rem 0;
	background-color: #FFF;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
	padding-left: 0.625rem;
	border-radius: 0.625rem;
}
#registerInfo .input.pwd::before{
	position: absolute;
    display: block;
    content: '*';
	width: 0.2rem;
    height: 0.4rem;
    left: 0.3rem;
    top: 0.35rem;
	color: red;
}
#registerInfo input{
	width: 75%;
	height: 1.375rem;
    vertical-align: middle;
	border-bottom: 1px solid transparent;
	border: none;
    outline: none;
    padding: 0.2rem 0;
	font-size: 0.325rem;
	border-radius:  0 0.6875rem 0.6875rem 0;
	color: #01C8C9;
	background-color: #FFFFFF!important;
}
#registerInfo input:-webkit-autofill{
    box-shadow: 0 0 0 10rem white inset;
}
#registerInfo .finish-register-btn {
    color: #FFF;
    line-height: 1.375rem;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(90deg, #00CCCD 0%, #06A6A7 100%);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
	border-radius: 0.6875rem;
	margin: 2rem 0 0.375rem 0;
}
/*注册填写信息 end */
/* 添加手机区号界面 start*/
.tel .area-code .arrow{
	width: 0.3rem;
    height: 0.4rem;
	vertical-align:middle;
}
.step-one .hint{
	margin-top: .133333rem;
	text-align: right;
	padding-top: 3px;
    color: #ccc;
    font-size: 13px;
}
.step-one .hint>span{
	color: #00ADFF;
    border-bottom: 1px solid #00ADFF;
    padding: 2px 0;
    margin-left: 2px;
    font-size: 13px;
	cursor: pointer;
}

#internationalCode{
	width: 10rem;
	display: flex;
	flex-direction: column;
}
#internationalCode .top-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #01C8C9;
	height: 1.2rem;
	padding: 0 0.3rem;
	
}
.top-container p{
	color: #fff;
	font-size: 0.4rem;
}

#internationalCode .top-container img{
	width: 0.4rem;
	width: 0.4rem;
}
#internationalCode .search-container{
	height: 1.3rem;
	background-color: #fff;
	padding: 0.2rem;
	box-shadow: 0 0 0.1rem #d9d9d9;
}
#internationalCode .search-box{
	background-color: #f1f1f1;
	padding-left: 1rem;
	height: 100%;
	position: relative;
	border-radius: 0.5rem;
}
#internationalCode .search-box img{
	width: 0.3rem;
	width: 0.5rem;
	position: absolute;

	top: 0.2rem;
	left: 0.3rem;
}
#internationalCode .search-box input{
	border-radius: 0 0.5rem 0.5rem 0;
	border:none;
	outline:none;
	width: 100%;
	height: 100%;
	background-color: inherit;
}
#internationalCode .list-container{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}
#internationalCode .list-container .area-item{
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1.2rem;
	padding: 0 0.5rem;
}
#internationalCode .list-container .area-item span:last-of-type{
	color: #aaa;
}

/* 添加手机区号界面 end */
#register .input.tel::before {
	width: 0.45rem;
    height: 0.6rem;
    left: 0.5rem;
    top: 0.35rem;
    background: url(https://cdn.qinsilk.com/img/qinsilk/is/html/isAppHtml/m/channelsFission/img/20190701/page_02_tel.png);
    background-size: cover;
}

#register .input.code::before {
    width: 0.525rem;
    height: 0.6rem;
    left: 0.5rem;
    top: 0.35rem;
    background: url(https://cdn.qinsilk.com/img/qinsilk/is/html/isAppHtml/m/channelsFission/img/20190701/page_02_code.png);
    background-size: cover;
}

#register input {
	height: 1.375rem;
    vertical-align: middle;
    margin-left: 0.2rem;
	border-bottom: 1px solid transparent;
	border: none;
    outline: none;
    padding: 0;
	font-size: 0.425rem;
	color: #01C8C9;
	background-color: #FFFFFF!important;
}
#register input:-webkit-autofill{
    box-shadow: 0 0 0 10rem white inset;
}
.get-tel-code {
    position: absolute;
	width: 3rem;
    top: 0;
    right: 0;
	color: #01C8C9;
	background-color: #FFFFFF;
    cursor: pointer;
    line-height: 1.375rem;
	text-align: center;
	border-radius: 0.6875rem;
    z-index: 6;
	-webkit-tap-highlight-color: transparent;
}

.get-tel-code.gain {
	background-color: #01C8C9;
	color: #FFFFFF;
}

.register-btn {
    color: #FFF;
    line-height: 1.375rem;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
	cursor: pointer;
	background-image: linear-gradient(90deg, #00CCCD 0%, #06A6A7 100%);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.04);
	border-radius: 0.6875rem;
	margin: 1rem 0 0.375rem 0;
}

.register_registered {
	color: #01C8C9;
	font-size: 0.375rem;
}

.register_logo {
	font-size: 0.5rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin-bottom: 1.5rem;
}

.register_logo img {
	width: 2.13rem;
	margin-top: 0.375rem;
}

#registered,
#registered_download {
	width: 10rem;
	height: 100%;
	padding: 0.5rem;
	background-image: linear-gradient(-46deg, #E2F1FF 0%, #F6FBFF 100%, #FCFCFC 100%);
}

.footer-fixed {
	position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
	z-index: 11;
}

.footer-div {
	height: 1.5rem;
}

.footer-fixed > div {
	margin: auto;
}
.guide-mask {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 9;
  justify-content: center;
}
.mask-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.invite-guide-page {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-content {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.guide-detail {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}