/* inche font size start */
.size{
   font-size:28px;
}

@media only screen and (max-width: 1068px) {
.size{
   font-size:24px;
}
}
@media only screen and (max-width: 734px) {
.size{
   font-size:16px;
}
}
/* inche font size end */

/*wechat fix AR start*/

html.wechat-fix .section-augmented-reality .ar-wrapper .quicklook-component{display:none;}

html.wechat-fix .section-augmented-reality .ar-wrapper .typography-router-copy.quicklook-hide{display:block;}
html.wechat-fix .section-use-cases .use-cases-links .quicklook-component{
   display:none;
}

/*wechat fix AR end*/

html.enhanced .section-features .image-experience-features-screen-ui {
	display: none;
}

.section-giveback-apple-card {
   background-color: #f5f5f5!important;
}
section.section-compare {
   background-color: #fbfbfd!important;
}