html {
	font-size: 13.3333vw;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #f1f1f1;
}
* {
	box-sizing: border-box;
}
body {
	font-size: 14px;
}
h1,
p,
ul,
li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
.tlc-appinstall {
	padding-top: 3rem;
	background-image: url('./../images/bg.png');
	padding-bottom: 35px;
	background-size: cover;
	background-position: center;
}
#isAndroidReminder {
	font-size: 12px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding-top: 24px;
}
#banner img{
	width: 260px;
	min-height: 240px;
	object-fit: contain;
}
.imgBox {
	display: flex;
	flex-direction: row;
	padding: 10px;
	position: relative;
	height: 86px;
}
.imgBox img {
	width: 52px;
}
.title {
	display: flex;
	justify-content: center;
}
.title img {
	height: 46px;
    position: absolute;
    top: 20px;
}
.button {
	margin: 0 auto 0.2rem;
	width: 1.5rem;
	padding: 0.1292rem;
	border-radius: 0.3rem;
	font-size: 13px;
	text-align: center;
}

#isAndroid .androidDownload{
	margin: auto;
	background: #00a826;
	width: 4.5rem;
	height: 45px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 1rem;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#isCSAndroid {
	display: none;
}
#isCSAndroid .androidDownload{
	margin: auto;
	background: #00a826;
	width: 4.5rem;
	height: 45px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0.3rem;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#isCSAndroid span{
	font-size: 12px;
}
#iosOnlyMDM {
	padding-top: 15px;
}
#iosOnlyStore, #iosOnlyMDM, #iosOnlyENt, #iosOnlyTF, #iosOnlyCSENT, #iosOnlyCSMDM {
	display: block;
}
#iosOnlyCSMDM img {
	border-radius: 10px;
}
#iosOnlyCSENT {
	display: none;
}
#iosOnlyCSENT img {
	border-radius: 10px;
}
#iosOnlyStore {
	padding-top: 16px;
}
#iosOnlyStore .reminder {
	font-size: 12px;
	color: #6F6D77;
	font-weight: 600;
	text-align: center;
	padding-bottom: 16px;
}
.button-download {
	color: #fff;
	background: #33c85d;
	border: 0.027rem solid #33c85d;
	position: absolute;
	right: 0.2703rem;
	top: 15px;
	width: 1.8rem;
}
.button-tutorial {
	color: #000;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.prompt {
	margin: 0 auto;
	padding: 0.1rem 0.1rem 0.7rem;
	font-size: 12px;
	line-height: 0.36rem;
	text-align: center;
	color: #8e8e93;
	border-radius: 0.1rem;
}
.prompt .color-blue {
	color: #25aae1;
	text-decoration: underline;
}
.cooperation {
	width: 3.6rem;
	margin: 0 auto 0.2rem;
}
.cooperation .left {
	float: left;
	width: 50%;
}
.cooperation h2 {
	font-size: 12px;
	text-align: center;
	color: #000;
	opacity: 0.75;
	margin: 0.2rem;
}
.cooperation img {
	width: 1.6rem;
}

.swiper-slide,
.swiper-slide img {
	text-align: center;
}
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 900;
	top: 0;
	left: 0;
	background-color: #0e0e0e;
	opacity: 0.5;
}
.tutorial-modal {
	position: absolute;
	z-index: -999999;
}
.tutorial-modal .modal-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 999;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tutorial-modal .modal-content {
	position: relative;
	width: 85%;
	background: #fff;
	border-radius: 0.1rem;
}
.tutorial-modal .modal-title {
	position: relative;
	width: 100%;
	height: 0.82rem;
	line-height: 0.82rem;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.tutorial-modal .modal-title .close {
	position: absolute;
	display: block;
	left: 10px;
	height: 100%;
	width: 30px;
	font-size: 24px;
	color: #222;
}

.TFtitle {
	font-size: 17px;
	font-weight: bold;
	line-height: 0.82rem;
}

.swiper-slide .text {
	margin-left: 20px;
	margin-bottom: 20px;
}
.swiper-slide .text h2 {
	font-size: 14px;
	margin-top: 40px;
}
.swiper-slide .text p {
	font-size: 12px;
	text-align: left;
	color: #00000099;
}
.HomeSwiper .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 110px;
}
.teachingimgA {
	display: none;
}


.helpText {
	text-align: center;

	color: #1c8eff;
	font-size: 12px;
}

.helpPop {
	background-color: white;
}

.helpPopButton {
	text-align: center;
	background-color: #fff;
	padding-bottom: 10px;
	padding-top: 10px;
}

.helpPopButton div {
	border-radius: 10px;
	border: 1px #9e9e9e solid;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.swiperHome-container {
	width: 600px;
	height: 300px;
}

.modal-wrap .swiper-pagination-bullet-active {
	opacity: 1;
	background: #111;
}

.HomeSwiper .swiper-pagination-bullet-active {
	opacity: 1;
	background: white !important;
}
.swiper-button-next,
.swiper-button-prev {
	color: white;
}
.HomeSwiper .swiper-pagination-bullet {
	background: #a0a0a0;
	width: 30px;
	opacity: unset;
	border-radius: 0px;
	height: 3px;
	margin-right: 10px !important;
	/* border: 1px solid white; */
}
.customer-service {
	position: absolute;
	right: 15px;
	top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 12px;
}
.customer-service img {
	width: 30px;
}
.swiper-button-next, .swiper-button-prev {
	color: white;
}
.HomeSwiper .swiper-button-prev, .HomeSwiper .swiper-button-next {
	color: white;
}
.HomeSwiper .swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 0.6757rem;
	font-weight: bold;
}
.imgBox .left {
	text-align: left;
	padding: 0.1351rem 0.2703rem;
}
.imgBox .name {
	font-size: 14px;
}
.imgBox small {
	color: #29abe2;
	text-decoration: underline;
}
.imgBox .star img {
	width: 11px;
	height: 11px;
}
.imgBox .star span{
	color: #8e8e93;
	padding-bottom: 10px;
}
hr {
	width: 93%;
	background-color: #e5e5e5;
	height: 0.027rem;
	border: none;
}
#androidOnlyShow {
	padding-left: 15px;
	margin-top: -9px;
}
#androidOnlyShow span {
	font-size: 12px;
}
#androidOnlyShow .star {
	padding: 0 15px;
	font-size: 13px;
	color: #00000066;
}
.HomeSwiper {
	height: 260px;
}
.teachingimgA img {
	width: 100%;
	padding: 5px 15px;
	border-radius: 22px;
}
.teachingimg img {
	width: 100%;
	padding: 5px 15px;
	border-radius: 22px;
}
.closebtn {
	background: #33c85d;
	padding: 10px;
	color: white;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 55px;
	text-align: center;
}
.modal-wrap .swiper-pagination {
	bottom: 75px !important;
}
.modal-wrap .swiper-button-next {
	right: 20px;
}
.modal-wrap .swiper-button-prev {
	left: 20px;
}
.modal-wrap .swiper-button-next:after {
	font-size: 30px;
}
.modal-wrap .swiper-button-prev:after {
	font-size: 30px;
}
.swiper-button-next,
.swiper-button-prev {
	cursor: none;
}
.swiper-button-prev:focus {
	outline-color: transparent !important;
	outline-style: dashed !important;
	outline-width: 0px !important;
}
.swiper-button-next:focus {
	outline-color: transparent !important;
	outline-style: dashed !important;
	outline-width: 0px !important;
}
.showModal {
	position: absolute;
	z-index: 999999;
}

#PC {
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	min-width: 1100px;
	zoom: 1;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-image: url('./../images/bg.png');
	display: none;
}
#Mobile {
	display: none;
	height: 100%;
}
#PC .fullsite_header {
	display: -moz-box;
	display: flex;
	-moz-box-pack: center;
	justify-content: center;
	margin-top: .5rem;
	font-size: 14px;
	text-align: center;
}

#QRCode {
	height: 250px;
	width: 250px;
	padding: 10px;
	margin-right: 22px;
	font-size: 0;
	vertical-align: top;
	background-color: #fff;
	border-radius: 8px;
}
#PC .fullsite_header .right img {
	width: 243px;
}

#PC .fullsite_header .right .qrdowapp {
    color: #00a826;
    background: white;
    padding: 15px;
    margin-bottom: 35px;
    border-radius: 7px;
    margin-top: 35px;
	font: normal normal bold 17px/17px PingFang SC;
}
#PC .fullsite_header .right .mobiledow {
	color: white;
	font: normal normal bold 17px/25px PingFang SC;
}
#isStoreModal {
	display: none;
}

#isStoreModal .modal-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 999;
	display: flex;
	background-color: rgb(0 0 0 / 60%);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#isStoreModal .modal-content {
	position: relative;
	width: 72%;
	background: #fff;
	border-radius: 0.3rem;
	overflow: hidden;
}
#isStoreModal .modal-content .storeModalTitle {
	text-align: center;
	color: #000;
	font-size: 16px;
    padding-top: 12px;
    padding-bottom: 5px;
}
#isStoreModal .modal-content p {
	font-size: 13px;
    color: #585858;
    text-align: center;
    line-height: 20px;
	padding-left: 20px;
    padding-right: 20px;
	padding-bottom: 10px;
}
#isStoreModal .modal-content span {
	color: #51A2FF;
}
#isStoreModal .activeStoreDownload {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	border-top: 1px solid #00000029;
}
#isStoreModal .activeStoreDownload div {
	text-align: center;
	width: 49%;
	line-height: 45px;
	font-size: 18px;
}
#modalStore .close {
    position: absolute;
    bottom: -70px;
    z-index: 9;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modalStore .modalTitle {
	padding-top: 5px;
}
#modalStore .modalTitle p{
	text-align: center;
	font-size: 21px;
    font-weight: 600;
}
#modalStore .modal-wrap .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00A826;
}
#modalStore .modal-wrap .swiper-pagination {
	bottom: 8px !important;
}
#modalStore .close img {
	width: 52px;
	height: 52px;
}
#modalStore .swiper-slide .stpe {
	color: #00A826;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
}
#modalStore .swiper-slide {
	padding-bottom: 25px;
}
#modalStore .swiper-slide p {
	color: #5A5A5A;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	padding-bottom: 5px;
}
#modalStore .teachingimg {
	width: 310px;
	display: flex;
	justify-content: flex-start;
}
#modalStore .banner {
	display: flex;
	justify-content: center;
}
#modalStore .teachingimg img {
	width: 310px;
	padding: 0px;
	border-radius: 22px;
}
#activeIcon5 {
    position: relative;
    z-index: 9;
    left: -209px;
    top: 38px;
}
#modalStore #activeIcon5 img {
	width: 39px;
	padding: 0px;
	border-radius: 0px;
}
#activeName5 {
	position: relative;
    z-index: 9;
    left: -205px;
    top: 37px;
	transform: scale(0.7);
	transform-origin: left top
}
#activeName5 span {
	font-size: 12px;
	background: #fff;
	width: 97px;
    display: block;
	text-align: left;
}

#activeIcon3 {
    position: relative;
    z-index: 9;
    left: -296px;
    top: 9px;
}
#modalStore #activeIcon3 img {
	width: 100px;
	padding: 0px;
	border-radius: 6px;
}
#activeName3 {
	position: relative;
    z-index: 9;
    left: -287px;
    top: 4px;
}
#activeName3 span {
	font-size: 15px;
	line-height: 30px;
	background: #fff;
	width: 190px;
    display: block;
	text-align: left;
}

#activeIcon4 {
    position: relative;
    z-index: 9;
    left: -275px;
    top: 86px;
}
#modalStore #activeIcon4 img {
	width: 37px;
	padding: 0px;
	border-radius: 6px;
}
#activeName4 {
	position: relative;
    z-index: 9;
	left: -267px;
    top: 78px;
	transform: scale(0.7);
	transform-origin: left top
}
#activeName4 span {
	font-size: 16px;
	line-height: 30px;
	background: rgb(198, 201, 206);
	width: 200px;
    display: block;
	text-align: left;
}

#storeModalClose {
	color: #585858;
	border-right: 1px solid #00000029;
}
#storeModalDownload {
	color: #51A2FF;
}
#isNotSafariModal {
	display: none;
}
#isNotSafariModal .icon-slide{
	flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

#isNotSafariModal .modal-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 999;
	display: flex;
	background-color: rgb(0 0 0 / 60%);
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#isNotSafariModal .modal-content {
	position: relative;
	width: 85%;
	background: #fff;
	border-radius: 0.3rem;
	overflow: hidden;
}
.modal-backs {
	position: absolute;
	left: 10px;
	top: 3px;
}
.modal-backs img {
	width: 35px;
}
#isNotSafariModal .modal-title .closeIsNotSafariModal {
	position: absolute;
	display: block;
	right: 0;
	height: 50px;
	width: 30px;
	font-size: 24px;
	color: #222;
	z-index: 100;
}

#isNotSafariModal .helpPop #safariLogo {
	width: 108px;
	height: 108px;
	display: block;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

#isNotSafariModal .helpPop .text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	margin: 15px;
}

#isNotSafariModal .helpPop .text p {
	font-size: 13px;
	text-align: center;
}

#isNotSafariModal .helpPop .copyWrap {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

#isNotSafariModal .helpPop .copyWrap .copyContainer {
	background-color: #dadada;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 0.1rem;
}

#isNotSafariModal .helpPop .currentURL {
	display: flex;
	/* flex-direction: row;
	justify-content: center;
	align-items: center; */
	flex: 2;
	height: 35px;
	padding-left: 10px;
	border-radius: 0.1rem;
	overflow: hidden;
	text-align: left;
	line-height: 35px;
	white-space: nowrap;
}

#isNotSafariModal .helpPop .copyWrap .copytext {
	width: 85px;
	height: 35px;
	text-align: center;
	background-color: #00b324;
	color: #fff;
	border-radius: 0.1rem;
	border: 0px;
}