<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
.team-viewer-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* é¡¶éƒ¨banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url('../img/teamViewer/banner_top.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.banner .contact {
  margin-top: 30px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn + .btn {
  margin-left: 30px;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* TeamViewer æ˜¯ä»€ä¹ˆï¼Ÿ */
.what-is {
  padding: 60px 0 75px;
}
.what-is .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.what-is .profile {
  width: 933px;
  margin: 20px auto 0;
  text-align: center;
}
.what-is .numbers {
  margin-top: 37px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.what-is .numbers &gt; li {
  width: 387px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 34px 20px;
}
.what-is .numbers .icon {
  display: inline-block;
  vertical-align: top;
  width: 93px;
  height: 93px;
}
.what-is .numbers .icon.phone {
  background: url('../img/teamViewer/what_is_phone.png') center center no-repeat;
}
.what-is .numbers .icon.earth {
  background: url('../img/teamViewer/what_is_earth.png') center center no-repeat;
}
.what-is .numbers .icon.cloud {
  background: url('../img/teamViewer/what_is_cloud.png') center center no-repeat;
}
.what-is .numbers .number {
  font-size: 26px;
  font-weight: bold;
  margin-top: 26px;
}
.what-is .numbers .title {
  margin-top: 4px;
}

/* ä¸ºä½• TeamViewer çš„æŠ€æœ¯å¦‚æ­¤ç‹¬æ&nbsp;‘ä¸€å¸œï¼Ÿ*/
.special {
  padding-bottom: 75px;
}
.special .caption {
  text-align: center;
}
.special .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.special .video {
  text-align: center;
  margin: 37px 80px 0;
  padding-bottom: 12px;
}
.special .video video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.special .gray-box {
  background-color: #f8f8f8;
}
.special .item {
  margin-top: 65px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.special .item .profile {
  width: 550px;
}
.special .item .profile .title {
  font-size: 26px;
  font-weight: bold;
}
.special .item .profile .subtitle {
  font-weight: bold;
  margin-top: 14px;
}
.special .item .profile .description {
  margin-top: 14px;
}
.special .specific {
  margin-top: 28px;
}
.special .specific &gt; dt {
  font-weight: bold;
}
.special .specific &gt; dd {
  margin-top: 14px;
}
.special .specific &gt; dd &gt; p {
  padding-left: 20px;
  position: relative;
}
.special .specific &gt; dd &gt; p::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #e5a414;
}

/* å¦‚ä½•åˆ©ç”¨ TeamViewer è¿›è¡Œè¿žæŽ¥ */
.how-connect {
  padding-bottom: 75px;
}
.how-connect .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.how-connect .process {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.how-connect .process &gt; dt {
  width: 350px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.how-connect .process &gt; dd {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.how-connect .process .step {
  padding: 20px 20px 20px 15px;
}
.how-connect .process .step &gt; p {
  padding: 21px 0 0 72px;
  position: relative;
}
.how-connect .process .step &gt; p::before {
  content: '';
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
}
.how-connect .process .step.s1 &gt; p::before {
  background: url('../img/teamViewer/step_icon_1.png') no-repeat;
  background-size: 100% 100%;
}
.how-connect .process .step.s2 &gt; p::before {
  background: url('../img/teamViewer/step_icon_2.png') no-repeat;
  background-size: 100% 100%;
}
.how-connect .process .step.s3 &gt; p::before {
  background: url('../img/teamViewer/step_icon_3.png') no-repeat;
  background-size: 100% 100%;
}
.how-connect .process .arrow {
  display: block;
  width: 50px;
  height: 28px;
  background: url('../img/teamViewer/step_arrow.png') no-repeat;
}

/* ä¸ºä½•é€‰æ‹© TeamViewer ï¼Ÿ */
.why-select {
  padding-bottom: 75px;
}
.why-select .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.why-select .reasons {
  margin-top: 55px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.why-select .reasons &gt; li {
  width: 320px;
}
.why-select .reasons .icon img {
  display: inline-block;
  vertical-align: top;
}
.why-select .reasons .title {
  font-size: 18px;
  font-weight: bold;
}
.why-select .reasons .title,
.why-select .reasons .summary,
.why-select .reasons .description {
  margin-top: 15px;
}

/* å®¢æˆ·æˆåŠŸæ¡ˆä¾‹ */
.customer {
  padding-bottom: 110px;
}
.customer .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.customer .list {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.customer .list &gt; li {
  width: 50%;
  background-color: #f8f8f8;
}
.customer .list &gt; li.right {
  background-color: #eee;
}
.customer .customer-box {
  padding: 58px 55px;
}
.customer .customer-box img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.customer .customer-box .title {
  font-size: 26px;
  font-weight: bold;
  margin-top: 45px;
}
.customer .customer-box .profile {
  margin-top: 18px;
}

/* ä½“éªŒ Demo  */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 64px;
}
.download .contact {
  padding-top: 20px;
}
.download .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #e5a414;
  font-size: 16px;
  background-color: #fff;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
</pre></body></html>