.i4-product-center-topbar {
  box-sizing: border-box;
  height: 76px;
  background-color: #fff;
}
.i4-product-center-sheet {
  background: linear-gradient(180deg, #e1e9ee 0%, #f3f3f3 100%);
}
.i4-product-center-content {
  box-sizing: border-box;
  width: 1240px;
  margin: 0 auto;
  padding: 140px 0 60px 0;
}
.i4-product-center-header {
  box-sizing: border-box;
  padding: 9px 0;
}
.i4-product-center-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  color: #333;
}
.i4-product-center-desic {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  box-sizing: border-box;
  padding-top: 12px;
  text-align: center;
  letter-spacing: 0;
  color: #999;
}

.product-ul {
  padding-top: 40px;
}

.product-ul .product-li {
  box-sizing: border-box;
  margin-top: 20px;
  padding: 0;
  padding-bottom: 20px;

  border-radius: 24px;
  background: #fff;
}
.product-ul .product-li:first-child {
  margin-top: 0;
}

.product-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  height: 80px;
  padding: 0 40px;
}
.product-header .logo-box {
  position: relative;
  width: 200px;
  height: 80px;
}
.product-header .logo-box .logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.product-header .logo-box .logo-i4 {
  top: 32px;
  left: 0;

  width: 166px;
  height: 40px;
}
.product-header .logo-box .logo-screen {
  top: 24px;
  left: -8px;

  width: 182px;
  height: 56px;
}
.product-header .logo-box .logo-remote {
  top: 24px;
  left: -8px;

  width: 176px;
  height: 56px;
}

.product-show-details:hover {
  color: #333;
}

.arctile-box {
  padding: 0 60px;
}
.arctile-box .arctile-li {
  box-sizing: border-box;
  margin-top: 10px;
  padding-top: 10px;

  border-top: 1px solid #eee;
}
.arctile-box .arctile-li:first-child {
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 0;

  border-top: none;
}
.arctile-box .arctile-item {
  display: flex;
  align-items: stretch;
}
.arctile-item .arctile-img {
  width: 400px;
  height: 260px;
}
.arctile-item .arctile-img .img {
  width: 400px;
  height: 260px;
  margin: 0;
  padding: 0;
}

.arctile-item .arctile-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-sizing: border-box;
  height: 260px;
  padding: 40px 20px 40px 20px;
}
.arctile-item .arctile-right .arctile-text {
  flex: 1;
}
.arctile-item .arctile-right .arctile-btn {
  display: flex;
  align-items: center;
  flex: none;
}
.arctile-btn .btn-li {
  position: relative;
  margin-left: 16px;
}
.arctile-btn .btn-li .btn-li-visbled {
  position: absolute;
  z-index: 10;
  top: 48px;
  left: 0;
  visibility: hidden;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transform: translateY(10px);
  opacity: 0;
}
.arctile-btn .btn-li:hover .btn-li-visbled {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.arctile-btn .btn-li .btn-li-tips-box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 432px;
  padding: 16px 16px 0 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.arctile-btn .btn-li .btn-li-tips-box2 {
  padding: 24px 24px 0 24px;
}
.arctile-btn .btn-li .btn-li-tips-box3 {
  width: 240px;
  box-sizing: border-box;
  padding: 16px 30px 0 30px;
}

.btn-li-tips-box .footer-desic {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.btn-li-tips-box .footer-desic .footer-positon {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.btn-li-tips-box .footer-desic .footer-positon .text-v8 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.arctile-btn .btn-li-href {
  margin-left: 24px;
}

.arctile-btn .btn-li:first-child {
  margin-left: 0;
}

.arctile-item .arctile-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: #333;
}
.arctile-item .arctile-desic {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 16px;
  letter-spacing: 0;
  color: #999;
}
.openTipsDetails {
  position: relative;
}
.left-tw-box1 {
 /* visibility: hidden;
  transition: opacity 0.2s linear, transform 0.2s linear;
  transform: translateY(10px);
  opacity: 0; */
  position: absolute;
  z-index: 1024;
  left: 0;
  top: 20px;
  width: 320px;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #666666;
  box-sizing: border-box;
}
#tipsDetailsBox{
	display: none;
}
.openTipsDetails:hover .left-tw-box1 {
  /* visibility: visible;
  transform: translateY(0);
  opacity: 1; */
}

.left-tw-box1 .tips-title1 {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.left-tw-box1 .tip-li1 {
  display: flex;
  text-align: left;
  align-items: flex-start;
}

.ios-to-install .ios-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 0;
  color: #333;
  font-variation-settings: "opsz" auto;
}

.ios-to-install .ios-ul {
  box-sizing: border-box;
  width: 100%;
  padding-top: 16px;
}

.ios-to-install .ios-li {
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  max-width: 360px;
  margin-top: 10px;
  letter-spacing: 0;
  color: #333;
}

.ios-to-install .ios-li .label {
  flex: none;
  width: 30px;
}

.ios-to-install .ios-li:first-child {
  margin-top: 0;
}

.seit-flex-product .qrcode {
  margin-top: 0;
  width: 180px;
  height: 180px;
}
.seit-flex-product .qrcode img {
  width: 180px;
  height: 180px;
  margin: 0;
  padding: 0;
}

.seit-flex-product .qrcode-text {
  padding-top: 22px;
}

.product-screen-tv-desic .title {
  padding-top: 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0em;
  color: #666666;
}

.product-screen-tv-desic .desic {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  padding-top: 8px;
  max-width: 494px;
  opacity: 0.4;
}

.footer-lite {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.footer-lite-box {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 4px;
}
.footer-lite-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0em;
  color: #333333;
}
.footer-lite-btn:hover,
.footer-lite-btn:hover .img {
  color: #666;
}
.footer-lite-btn:active,
.footer-lite-btn:active,
.img {
  color: #222;
}
.footer-lite-btn .img {
  width: 16px;
  height: 16px;
  color: #333333;
}
.footer-lite-btn span {
  padding-left: 6px;
}
.footer-lite-box .lite-box {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.2s linear, transform 0.2s linear;
  position: absolute;
  top: 20px;
  left: -16px;
  z-index: 1;
  width: 320px;
  height: 126px;
  border-radius: 10px;
  padding: 10px 0px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 16px 16px 0;
}
.footer-lite-box:hover .lite-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lite-box .lite-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0em;
  color: #333333;
}
.lite-box .lite-li {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #666666;
}
.lite-box .lite-li .label {
  width: 20px;
}
.footer-info {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #999999;
  padding-top: 4px;
}

/* 独立 */
.product-show-details {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0;
  color: rgba(51, 51, 51, 0.5);
}
.product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 136px;
  height: 48px;
  margin: 0;
  padding: 12px 15px;
  padding: 0;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
}
.product-btn:hover,
.product-btn:focus,
.product-btn:active {
  background: rgba(0, 0, 0, 0.1);
}
.product-btn .icon {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}
.product-btn .text {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding-left: 10px;
  letter-spacing: 0;
  color: #333;
}
.site-new-oos-li-z2 {
  z-index: 10;
}
.seit-flex .gray-text1 {
  text-align: left;
  padding-left: 20px;
}

.sscf-flex-center{
	display: flex;
	align-items: center;
}
.header-wrapper{
	background-color: #fff;
}

