@charset "UTF-8";
/* reset */
body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 0.08rem tahoma, "微软雅黑", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

span:hover {
  /* text-decoration: underline; */
  text-decoration: none;
  cursor: pointer !important;
}

img {
  border: 0;
  pointer-events: none;
}

body {
  width: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body::-webkit-scrollbar {
  display: none;
}

/*common*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  zoom: 1;
}

.clear:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.text-indent {
  text-indent: -99.99rem;
}

.text-center {
  text-align: center;
}

.dis-in-block {
  display: inline-block;
}

.dis-block {
  display: block;
}

.mg-auto {
  margin: 0 auto;
}

.no-mg {
  margin: 0 !important;
}

.no-pd {
  padding: 0 !important;
}

.hidden {
  overflow: hidden;
}

@font-face {
  font-family: "font";
  src: url("../ossweb-img/font.otf");
}

* {
  box-sizing: border-box;
  outline: none;
  user-select: none;
}

html {
  font-size: calc(100vw / 750 * 100);
}

header {
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0 0.26rem 0.3rem;
  padding-right: 0.2rem;
}

header .logo {
  width: 5.52rem;
  height: 0.7rem;
  /* background: url(../images/logo.png) no-repeat;
  background-size: 100%; */
}

header .share {
  width: 0.38rem;
  height: 0.38rem;
  margin-top: 0.1rem;
  background-image: url(../images/share.png);
  background-size: cover;
}

.bg {
  width: 7.5rem !important;
  height: 4.41rem !important;
}

.title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.27rem;
  padding: 0 0.31rem;
  color: #131313;
  font-weight: bold;
  /* font-size: 0.38rem; */
  font-size: 0.33rem;
  font-family: PingFang SC;
  line-height: 0.6rem;
}

.time {
  margin-top: 0.21rem;
  margin-left: 0.3rem;
  color: #858585;
  font-weight: 500;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 1;
}

.line {
  width: 7.5rem;
  height: 0.02rem;
  margin: 0.27rem 0;
  margin-bottom: 0;
  background-color: #dddada;
}

.tab1 {
  position: relative;
  width: 7.5rem;
  margin: 0.15rem auto 0;
  padding: 0.42rem 0.31rem 0.31rem 0.31rem;
  overflow: hidden;
  background-color: #f9f9f9;
}
.tab1 .kefu {
  position: fixed;
  top: 6.72rem;
  right: 0.2rem;
  width: 1.18rem;
  color: #2c5ca6;
  font-weight: 500;
  font-size: 0.18rem;
  font-family: PingFang SC;
  line-height: 0.41rem;
  text-align: center;
  background-color: #dbe5f5;
  border-radius: 0.1rem;
}

.tab1 li {
  margin-bottom: 0.3rem;
}
textarea {
  height: 100% !important;
}

.tab1 .kefu .people {
  width: 0.56rem;
  height: 0.44rem;
  margin-top: 0.17rem;
  margin-bottom: 0.1rem;
  margin-left: 0.33rem;
  background-image: url(../images/people.png);
  background-size: cover;
}

.tab1 .kefu span {
  margin-bottom: 0.16rem;
}

.tab1 .zb-msg {
  width: 100%;
  padding: 0.18rem 0.27rem 0.18rem 0.18rem;
  color: #4e4e4e;
  font-weight: 500;
  font-size: 0.26rem;
  font-family: PingFang SC;
  line-height: 0.37rem;
  background-color: #fff;
  border-radius: 5px;
}
.peo {
  color: red;
  font-size: 0.24rem;
}
.peo span {
}
.tab1 .m1 {
  width: 1.6rem;
}

.tab1 .li:nth-of-type(2) {
  text-align: right;
}

.tab1 .m2 {
  width: 4.8rem;
}

.tab1 .phone {
  margin-bottom: 0.1rem;
  color: #759aca;
  font-weight: 500;
  font-size: 0.28rem;
  font-family: DIN;
  line-height: 0.41rem;
}

.tab1 .phone span {
  color: red;
}

.login {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 7.5rem;
  padding: 0.1rem 0.18rem;
  background-color: #bfddf1;
}

.login > input {
  width: 6.9rem;
  height: 0.72rem;
  margin: 0.17rem auto;
  color: #333;
  font-weight: 500;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.72rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0.4rem;
}

.login .login1 {
  width: 6.9rem;
  height: 0.72rem;
  margin: 0.17rem auto;
  color: #333;
  font-weight: 500;
  font-size: 0.28rem;
  font-family: PingFang SC;
  line-height: 0.72rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.4rem;
}

footer {
  width: 7.5rem;
  height: 2.8rem;
  padding-top: 0.32rem;
  color: #979696;
  font-weight: 500;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.37rem;
  text-align: center;
  background-color: #323232;
}

footer span {
  display: block;
  margin-bottom: 0.2rem;
}

footer .fenge {
  width: 5.75rem;
  margin: auto;
  border-top: 0.01rem dashed #979696;
}

footer .f-logo {
  width: 6.7rem;
  height: 0.7rem;
  /* background-image: url(../images/logo1.png);
  background-size: cover; */
  margin: 0.25rem auto;
}

.tab2 {
  background: #fff url(../images/bggs.png) no-repeat;
  background-size: 100% auto;
}

.tab2-ctn {
  width: 100%;
  margin-top: 0.16rem;
  padding-bottom: 0.47rem;
}

.tab2-ctn .tab2-text1 {
  margin-left: 1.14rem;
  padding-top: 2.2rem;
  color: #000000;
  font-weight: 800;
  font-size: 0.38rem;
  font-family: PingFang SC;
  line-height: 0.44rem;
}

.tab2-ctn .tab2-text2 {
  margin: auto;
  margin-top: 0.4rem;
  padding: 0 0.3rem;
  color: #979797;
  font-weight: 500;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
  text-indent: 2em;
}

.tab2-ctn .erweima {
  display: flex;
  margin-top: 0.6rem;
  margin-left: 0.87rem;
}

.tab2-ctn .erweima .modao {
  margin-left: 0.42rem;
}

.tab2-ctn .erweima .erweima-box {
  width: 2.67rem;
  height: 3.07rem;
  padding: 0.27rem 0;
  text-align: center;
  background-color: #fff;
}

.tab2-ctn .erweima .erweima-box .erweima-tu {
  width: 2.05rem;
  height: 2.04rem;
  margin: auto;
  background-image: url(../images/erweima.png);
  background-size: contain;
}

.tab2-ctn .erweima .erweima-box .erweima-tu1 {
  width: 2.05rem;
  height: 2.04rem;
  margin: auto;
  background-image: url(../images/guisi.png);
  background-size: contain;
}

.tab2-ctn .erweima .erweima-box .erweima-text {
  margin: 0.1rem;
  color: #434343;
  font-weight: bold;
  font-size: 0.26rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
}

.tab2-ctn .tab2-text3 {
  margin-top: 0.5rem;
  margin-left: 1.66rem;
  color: #434343;
  font-weight: 500;
  font-size: 0.26rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
}

body {
  overflow-x: hidden;
}

.tab2-ctn .tab2-text3 .tab2-text4 {
  color: #194699;
  border-bottom: 0.01rem solid #194699;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.wrapper .block {
  width: 6.28rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 0.2rem;
}

.wrapper .block .kefu-header {
  height: 0.92rem;
  padding: 0.2rem 0;
  text-align: center;
  border-bottom: 0.01rem solid #d9d9d9;
}

.wrapper .block .kefu-header span {
  margin-right: 1.7rem;
  margin-left: 2rem;
  color: #2c5ca6;
  font-weight: bold;
  font-size: 0.34rem;
  font-family: PingFang SC;
  line-height: 0.41rem;
}

.wrapper .block .kefu-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.16rem;
  border-bottom: 0.01rem solid #d9d9d9;
}

.wrapper .block .kefu-body .r-line {
  border-right: 0.01rem solid #d9d9d9;
}

.wrapper .block .kefu-body .kefu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 3.16rem;
  color: #2c5ca6;
  font-weight: bold;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.41rem;
}

.wrapper .block .kefu-body .kefu-content img {
  width: 1.8rem;
  height: 1.8rem;
}

.wrapper .block .kefu-footer {
  height: 0.92rem;
  padding-top: 0.28rem;
  color: #434343;
  font-weight: 500;
  font-size: 0.26rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
  text-align: center;
}

.wrapper .block .kefu-footer img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.16rem;
}

.wrapper .block .kefu-footer .phone-text {
  color: #194699;
  font-weight: bold;
  border-bottom: 0.02rem solid #194699;
}

.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.login-wrapper .login-block {
  width: 6.28rem;
  padding-bottom: 0.6rem;
  background-color: #fff;
  border-radius: 0.15rem;
}

.login-wrapper .login-block .login-header {
  position: relative;
  height: 0.92rem;
  padding-top: 0.15rem;
  text-align: center;
  border-bottom: 0.01rem solid #d9d9d9;
}

.login-wrapper .login-block .login-header .van-icon {
  position: absolute;
  top: 0;
  right: 0.2rem;
}

.login-wrapper .login-block .login-header span {
  margin-right: 2rem;
  margin-left: 2.2rem;
  color: #2c5ca6;
  font-weight: bold;
  font-size: 0.34rem;
  font-family: PingFang SC;
  line-height: 0.7rem;
}

.login-wrapper .login-block .login-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.6rem;
}

.login-wrapper .login-block .login-body .send-code {
  color: #3161aa;
  font-weight: 500;
  font-size: 0.24rem;
  font-family: PingFang SC;
}

.login-wrapper .login-block .login-body .input-style {
  width: 5rem;
  margin-bottom: 0.4rem;
  border: 0.05rem solid #dbe7fc;
  border-radius: 0.8rem;
}

.login-wrapper .login-block .login-body .input-style.textarea {
  height: 2rem;
  border-radius: 0.2rem;
}

.login-wrapper .login-block .login-body .input-style.textarea .van-field__body {
  height: 100%;
}

.login-wrapper
  .login-block
  .login-body
  .input-style.textarea
  .van-field__body
  input {
  height: 100%;
  line-height: 1.5;
}

.login-wrapper .login-block .login-body .next {
  width: 5rem;
  height: 0.94rem;
  color: #ffffff;
  font-size: 0.34rem;
  font-family: PingFang SC;
  line-height: 0.94rem;
  text-align: center;
  background: linear-gradient(to right bottom, #9eceec, #18489b);
  border-radius: 0.94rem;
}
.van-tabs__line {
  width: 0.5rem !important;
  height: 0.08rem !important;
  background: linear-gradient(to right bottom, #9eceec, #18489b) !important;
}

.login-wrapper .login-block .login-body .loginBtn {
  margin-bottom: 0.7rem;
}

.login-wrapper .login-block .login-body .note {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  color: #c0c0c0;
  font-weight: 500;
  font-size: 0.24rem;
  font-family: PingFang SC;
  line-height: 0.4rem;
}

.login-wrapper .login-block .login-body .note a {
  color: #18489b;
}

::v-deep .van-tabs__line {
  background: linear-gradient(to right, #9eceec, #18489b);
}

.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border: none;
}

.contUs {
  margin-top: 0.1rem;
  padding: 0 0.3rem;
  font-weight: bold;
  font-size: 0.26rem;
}

.qqEwmBox {
  margin-top: 0.5rem;
  padding: 0 0.3rem;
}

.qqEwmBox h3 {
  margin-bottom: 0.2rem;
  font-weight: normal;
  font-size: 0.3rem;
}

.qqEwmBox .qqBox {
  display: flex;
  justify-content: space-between;
}

.qqEwmBox .qqBox .icon {
  width: 3rem;
  height: 3.5rem;
}

.qqEwmBox .qqBox .icon img {
  display: block;
  display: block;
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeLine {
  margin-top: 0.5rem;
  padding: 0 0.3rem;
}

.timeLine h3 {
  margin-bottom: 0.2rem;
  font-weight: normal;
  font-size: 0.3rem;
}

.timeLine img {
  display: block;
  width: 100%;
}

.loginPoster {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.loginPoster a {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin-top: 0.3rem;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
}

.bige img {
  display: block;
  width: 6rem;
}
body {
  max-width: 1080px;
}
.pcBody {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffff;
  font-size: 30px;
  background-color: #000;
}
.pcBody p {
  margin-top: 30px;
}
.videoList {
  padding: 0.42rem 0.31rem 0.31rem 0.31rem;
  background-color: #f9f9f9;
}
.videoList .items {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  padding: 0 0.24rem;
  font-size: 0.26rem;
  line-height: 2.6;
  background-color: #fff;
  border-radius: 5px;
}
.videoList .items span img {
  width: 0.15rem;
  height: auto;
}
.videoList .items span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.1rem;
  background-color: #759aca;
  border-radius: 100%;
}
.hbPlay,
.videoBox {
  width: 6.8rem;
  height: 4rem;
}
.hbBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hbBox .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  background-color: #fff;
  border-radius: 100%;
}
