﻿/*验证结果*/

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

body {
  background: #efefef;
  font-size: 14px;
  font-family: "sans-serif";
}

.container img {
  width: 100%;
  position: relative;
}

.top-video {
  position: relative;
  overflow: hidden;
  width: 16rem;
  height: 9rem;
}

.top-image {
  width: 16rem;
  height: 9rem;
  display: block;
}

.video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.6);
}

.video-mask::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-20px, -20px);
}

.video-mask::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-5px, -10px);
}

.top-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: #000;
  outline: none;
  border: none;
}

.result-report {
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 12px;
}

.report-title {
  font-size: 18px;
  margin-bottom: 3px;
  height: 35px;
}

.report-title i {
  font-size: 14px;
  color: #999;
  padding-left: 5px;
}

.reprot-content {
  padding: 10px;
  box-sizing: border-box;
}

.report-head {
  margin-top: -10px;
  background: #21b5a9;
  color: #fff;
  height: 48px;
  line-height: 23px;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}

.report-head span {
  display: block;
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/logo_min-812d64fb97d4191a60ebd6ef849d8060.png) no-repeat center center;
  /*background-size: 18px 20px;*/
}

.report-main {
  padding-bottom: 20px;
  padding-top: 10px;
  box-sizing: border-box;
}

/*.report-main img {
	height: 220px;
}*/

/**************************************************************************新加样式******************************************************/
.report-items {
  overflow: visible;
  margin-top: 10px;
  transition: all 0.6s ease-in;
  position: relative;
}
.report-items .report-item:nth-child(-n + 5) {
  display: flex;
}

.report-items.showMore .report-item {
  display: flex;
}

.report-item {
  min-height: 36px;
  position: relative;
  display: none;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.report-items .report-item:nth-child(1) {
  border-top: 1px solid #e6e6e6;
}
.item-left {
  width: 35%;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #e6e6e6;
}
.item-left span {
  display: block;
  word-break: break-all;
}

.item-left p {
  color: #999;
  font-size: 13px;
  word-break: break-all;
}

.item-right {
  width: 65%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px;
}
.item-right div {
  display: inline-block;
  font-size: 16px;
  word-break: break-all;
}

/**************************************************************************新加样式******************************************************/

.view-more {
  text-align: center;
  font-size: 16px;
  display: none;
  color: #305e9f;
  margin-top: 18px;
}

.view-more p {
  display: inline-block;
}
.down-arrow {
  width: 6px;
  margin: auto 4px;
  height: 6px;
  border-bottom: 2px solid #305e9f;
  border-right: 2px solid #305e9f;
  display: inline-block;
  transform: rotate(45deg);
  /*width: 0;
	margin: auto;
	height: 0;
	border-width: 6px 6px 0;
	border-style: solid;
	border-color: #305e9f transparent transparent;
	display: inline-block;
	transform:rotate(45deg);*/
}

.down-up {
  width: 6px;
  margin: auto 4px;
  height: 6px;
  border-bottom: 2px solid #305e9f;
  border-right: 2px solid #305e9f;
  display: inline-block;
  transform: rotate(225deg);
}

.right-arrow {
  width: 10px;
  margin: 13px auto 4px;
  height: 10px;
  border-bottom: 2px solid #a0a0a0;
  border-right: 2px solid #a0a0a0;
  display: inline-block;
  transform: rotate(-45deg);
  float: right;
}
.link-content {
  margin-bottom: 15px;
}

.link-title {
  background: #fff;
  padding: 15px;
  font-size: 16px;
  padding-left: 0;
}

.link-title div {
  border-left: 5px solid #21b5a9;
  padding-left: 10px;
  box-sizing: border-box;
}

.link-title i {
  color: #999;
  font-size: 14px;
  padding-left: 5px;
}

.story-item {
  padding: 15px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 15px;
  background: #fff;
}

.story-item img {
  height: 6.72rem;
}

.story-title {
  font-size: 16px;
  padding-bottom: 10px;
}

.story-info {
  color: #999;
  font-size: 12px;
  padding-bottom: 10px;
}

.jewelry-item {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
}

.jewelry-head {
  height: 40px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 48px;
  box-sizing: border-box;
}

.jewelry-head img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.jewelry-head span {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.jewelry-head p {
  color: #999;
  font-size: 12px;
}

.jewelry-img {
  margin-bottom: 10px;
  height: 7.4rem;
}

.jewelry-info {
  font-size: 16px;
  margin: 5px 0;
}

.jewelry-bottom {
  position: relative;
  color: #999;
  font-size: 12px;
}

.jewelry-bottom div {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.you-like {
  overflow: hidden;
}

.you-like .like-item:last-child {
  margin-bottom: 0;
}

.like-title {
  font-size: 16px;
  text-align: center;
  /*padding: 15px 15px 0;*/
  background: #fff;
  margin-bottom: 12px;
  display: inline-block;
}

.like-item {
  display: block;
  background: #fff;
  /*padding: 15px;*/
  box-sizing: border-box;
  margin-bottom: 15px;
}

.like-head {
  font-size: 16px;
  padding: 10px 0;
}

.like-item img {
  height: 5.8rem;
}

.like-bottom {
  position: relative;
  color: #999;
  font-size: 12px;
}

.icon-view {
  padding-right: 5px;
  display: inline-block;
  width: 20px;
  height: 13px;
  background: url(../image/icon-917afc4ac7a49f6b0d007cbbc69a63a0.png) no-repeat center center;
  background-size: 59px 13px;
  background-position: -40px 1px;
  vertical-align: middle;
}

.icon-text {
  vertical-align: middle;
}

.like-bottom span i {
  padding: 0 5px;
}

.like-bottom div {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

/*绑定*/

.bind-container {
  position: relative;
  padding: 180px 15px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.bind-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.bind-content {
  background: #fff;
  min-height: 300px;
  padding: 15px 20px;
  box-sizing: border-box;
}

.bind-title {
  font-size: 16px;
  margin: 15px 0 20px;
}

.bind-content p {
  color: #666;
  padding-bottom: 15px;
  line-height: 24px;
  word-break: break-all;
}

.bind-btn {
  background: #21b5a9;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: 25px auto 20px;
  border-radius: 22px;
  font-size: 16px;
  box-shadow: 0 1px 15px 1px #dedede;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:active {
  opacity: 0.7;
}

/*协议*/
.protocol {
  background-color: #fff;
  padding: 24px 17px;
  color: #818181;
  font-size: 12px;
}

.protocol .title {
  font-size: 14px;
  margin-bottom: 24px;
}

.protocol p {
  margin-bottom: 25px;
}

/*详情*/
.Detail-container {
  width: 100%;
  padding-bottom: 50px;
}
.Detail-title {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 15px 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.Detail-title .title {
  line-height: 20px;
  max-height: 60px;
  word-break: break-all;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 17px;
}

.Detail-title .title-other {
  font-size: 13px;
  color: #777777;
  overflow: hidden;
}

.Detail-title .left {
  float: left;
  overflow: hidden;
}

.Detail-title .right {
  float: right;
  overflow: hidden;
  padding-right: 10px;
}

.Detail-content {
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  word-break: break-all;
}

.Detail-bottom {
  width: 100%;
  height: 50px;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  overflow: hidden;
}

.Detail-bottom div {
  text-align: center;
  width: 33%;
  float: left;
  font-size: 16px;
  position: relative;
  height: 100%;
  color: #b0b0b0;
  line-height: 48px;
}

.Detail-bottom .icon1 {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../image/icon-917afc4ac7a49f6b0d007cbbc69a63a0.png) no-repeat;
  background-position: -50px 5px;
  background-size: 70px 16px;
}
.Detail-bottom .icon2 {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 25px;
  background: url(../image/icon-917afc4ac7a49f6b0d007cbbc69a63a0.png) no-repeat;
  background-position: -25px 10px;
  background-size: 70px 15px;
}

.Detail-bottom .icon3 {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 25px;
  background: url(../image/icon-917afc4ac7a49f6b0d007cbbc69a63a0.png) no-repeat;
  background-position: 0px 10px;
  background-size: 70px 15px;
}

.Detail-bottom .icon4 {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../image/icon4-3e1bf403468904fa938a444e19e12a7b.png) no-repeat;
  background-size: 15px 15px;
}

.Detail2-bottom {
  width: 100%;
  height: 50px;
  position: fixed;
  background-color: #fff;
  bottom: 0;
  text-align: center;
}

.Detail2-bottom div {
  text-align: center;
  font-size: 16px;
  height: 100%;
  color: #b0b0b0;
  line-height: 48px;
}

.Detail2-bottom .icon3 {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  height: 25px;
  background: url(../image/icon-917afc4ac7a49f6b0d007cbbc69a63a0.png) no-repeat;
  background-position: 0px 10px;
  background-size: 70px 15px;
}

/*下载*/
.ngtc-download {
  margin-top: 20px;
  height: 150px;
  box-sizing: border-box;
  border-top: 1px solid #efefef;
}
.ngtc-download-info {
  overflow: hidden;
  position: relative;
  height: 110px;
}
.ngtc-download-content {
  position: relative;
  height: 60px;
  width: 210px;
  overflow: hidden;
  margin: 30px auto 20px;
  padding: 3px 0 0 60px;
  box-sizing: border-box;
}
.ngtc-download-content div {
  font-size: 18px;
  color: #21b5a9;
  line-height: 26px;
  letter-spacing: 1px;
}
.ngtc-download-icon {
  position: absolute;
  left: 9px;
  top: 5px;
  display: block;
  width: 42px;
  height: 50px;
  background: url(../image/icon_download-97a00c04385c08856fe34deb8e445de9.png) no-repeat center;
  background-size: contain;
}
.ngtc-download-btn {
  background: #21b5a9;
  height: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.top-imgs img {
  height: 24px;
  width: auto;
}
.rectangle {
  width: 4px;
  height: 20px;
  background-color: #21b5a9;
  color: #21b5a9;
  display: inline-block;
  vertical-align: middle;
}
.rectangle-text-rectangle {
  margin-top: 10px;
}
.rectangle-text-rectangle span {
  text-align: center;
  margin-top: 10px;
  vertical-align: middle;
}
.rectangle-head {
  margin-left: -100px;
  width: 10000px;
  height: 1px;
  background-color: #efefef;
  margin-bottom: 20px;
}
.line-bottom {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #dedede;
  margin-bottom: 5px;
}
.line-div {
  text-align: center;
}

.img-zhang {
  width: 33%;
  height: auto;
  position: absolute;
  right: 8px;
  transform: rotate(-15deg);
  display: none;
}
