* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 640px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.sptitle {
  width: 18rem;
  margin: 1rem auto;
  position: relative;
}
.sptitle img {
  display: block;
  width: 100%;
}
.sptitle h2 {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 1.3rem;
  color: #206cc3;
  width: 100%;
  display: flex;
  height: 3.2rem;
  align-items: center;
  justify-content: center;
}

.spbox {
  display: flex;
  flex-wrap: wrap;
}
.spbox #videoswiper {
  width: 100%;
}
.spbox #videoswiper #videoswiperp {
  bottom: 21px;
}
.spbox .spmaxbox {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.spbox .spmaxbox .videobox img {
  display: block;
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
}
.spbox .spmaxbox .videobox video {
  display: block;
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
}
.spbox .spmaxbox .spinfo {
  padding: 0.5rem;
  background: #f2f2f2;
  border-radius: 0 0 0.4rem 0.4rem;
}
.spbox .spmaxbox .spinfo h3 {
  margin-bottom: 0.5rem;
  line-height: 1.3rem;
  color: #333;
  font-size: 0.8rem;
}
.spbox .spmaxbox .spinfo ul {
  margin-top: 0.5rem;
  display: flex;
}
.spbox .spmaxbox .spinfo ul li {
  display: flex;
  align-items: center;
  flex: 1;
  color: #333;
  font-size: 0.8rem;
}
.spbox .spmaxbox .spinfo ul li img {
  width: 1.2rem;
  margin-right: 0.5rem;
}
.spbox .spmaxbox .spinfo ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #faa90d;
}
.spbox .spmaxbox .spinfo ul li:nth-child(2) {
  justify-content: flex-end;
}
.spbox .box {
  width: 50%;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.spbox .box .videobox img {
  display: block;
  width: 100%;
  border-radius: 0.4rem 0.4rem 0 0;
}
.spbox .box .videobox video {
  display: block;
  width: 100%;
  height: 6.7rem;
  border-radius: 0.4rem 0.4rem 0 0;
  border: 1px solid #f2f2f2;
}
.spbox .box .spinfo {
  padding: 0.5rem;
  background: #f2f2f2;
  border-radius: 0 0 0.4rem 0.4rem;
}
.spbox .box .spinfo h3 {
  margin-bottom: 0.5rem;
  line-height: 1.3rem;
  color: #333;
  font-size: 0.8rem;
}
.spbox .box .spinfo ul {
  margin-top: 0.5rem;
  display: flex;
}
.spbox .box .spinfo ul li {
  display: flex;
  align-items: center;
  flex: 1;
  color: #333;
  font-size: 0.8rem;
}
.spbox .box .spinfo ul li img {
  width: 1.2rem;
  margin-right: 0.5rem;
}
.spbox .box .spinfo ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #faa90d;
}
.spbox .box .spinfo ul li:nth-child(2) {
  justify-content: flex-end;
}
.spbox .btngroup {
  width: 100%;
  display: flex;
}
.spbox .btngroup .btn {
  border: 1px solid #fff;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1;
  background: #999;
  color: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}
.spbox .btngroup .on {
  background: #006be0;
}
.spbox .btncon{
	width:100%;
}
.spbox .btncon .conbox {
  display: none;
  padding-top: 0.5rem;
}
.spbox .btncon .conbox .tconbox{
	display:flex;
	flex-wrap: wrap;
}
.spbox .btncon .conbox:nth-child(1) {
  display:block;
}

.sploadimg {
  height: 2rem;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.sploadimg img {
  width: 15px;
}

.spgdbtn {
  cursor: pointer;
  width: 95%;
  margin: 0 auto 1rem auto;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.9rem;
  color: #fff;
  background: #006be0;
  border-radius: 0.4rem;
}
.fixed_top{
	position:fixed;
	left:50%;
	top:0;
	width:24rem;
	margin-left:-12rem;
	z-index:9999;
}