img {
  display: block;
}
.navBar {
  background-color: #F3F6FE;
}
.siteChat {
  width: 0.73rem;
  position: fixed;
  bottom: 15%;
  right: 7%;
  z-index: 10;
}
.siteChat_tips {
  position: absolute;
  width: 1.68rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #E6212A;
  top: -0.34rem;
  box-shadow: 0 0 0.08rem 0 rgba(92, 147, 255, 0.65);
  color: #fff;
  font-size: 0.12rem;
  text-align: center;
  right: 0.11rem;
  border-radius: 0.1rem;
}
.siteChat_tips:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0.06rem;
  border-bottom-width: 0;
  border-top-color: #E6212A;
  border-radius: 0 0 0.1rem 0;
  z-index: 1;
  bottom: -0.06rem;
  right: 0.2rem;
}
.siteChat_input {
  width: 3.86rem;
  height: 4rem;
  border: 0.06rem solid rgba(230, 33, 42, 0.23);
  right: 0;
  position: absolute;
  transform: translateY(-101%);
  border-radius: 0.15rem;
  display: none;
  z-index: 1;
}
.siteChat_input_text {
  border: 0.02rem solid #E6212A;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background: linear-gradient(180deg, #F9C5CF 20%, #FFFFFF 50%);
  padding: 0.2rem 0.2rem 0;
}
.siteChat_input_textarea {
  padding: 0.16rem;
  box-sizing: border-box;
  color: #131416;
  font-size: 0.14rem;
  display: block;
  width: 100%;
  height: 0.84rem;
  border-radius: 0.1rem;
  background: #F8F8F8;
  margin-top: 0.2rem;
}
.siteChat_input_textarea::-webkit-input-placeholder {
  color: #131416;
}
.siteChat_input_btn {
  width: 1.4rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.18rem;
  background-color: #E6212A;
  font-size: 0.14rem;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-right: 0.1rem;
  text-align: center;
  margin-top: 0.2rem;
}
.siteChat_info_head {
  width: 0.36rem;
  height: 0.36rem;
}
.siteChat_info_text {
  color: #131416;
  font-size: 0.14rem;
  margin-left: 0.12rem;
}
.siteChat_info_tips {
  color: #131416;
  font-size: 0.14rem;
  padding-left: 0.5rem;
  padding-top: 0.24rem;
}
.siteChat_info_item {
  height: 0.28rem;
  color: #E6212A;
  font-size: 0.14rem;
  padding-left: 0.1rem;
  margin-top: 0.12rem;
}
.siteChat_info_item_img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}
.siteChat_img {
  width: 0.73rem;
  height: 0.84rem;
  position: relative;
  z-index: 2;
}
.siteChat_list {
  width: 0.5rem;
  margin: -0.42rem auto 0;
  padding-top: 0.34rem;
  padding-bottom: 0.3rem;
  background-color: #E6212A;
  border-radius: 0.25rem;
}
.siteChat_list_item {
  margin-top: 0.2rem;
  position: relative;
}
.siteChat_list_item_img {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  margin: 0 auto;
}
.siteChat_list_item_title {
  text-align: center;
  font-size: 0.1rem;
  color: #fff;
  margin-top: 0.05rem;
}
.siteChat_list_item_code {
  width: 1rem;
  height: 1rem;
  transform: translateX(-100%);
  padding-right: 0.2rem;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  display: none;
}
.siteChat_list_item_codes {
  box-shadow: 0 0 0.2rem 0 rgba(92, 147, 255, 0.65);
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.05rem;
  box-sizing: border-box;
  position: relative;
}
.siteChat_list_item_codes:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0.06rem;
  border-right-width: 0;
  border-left-color: #fff;
  border-radius: 0 0 0.1rem 0;
  z-index: 1;
  right: -0.06rem;
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
}
.siteChat_list_item:hover .siteChat_list_item_code {
  display: block;
}
.inputWrap {
  width: 100%;
  height: 10.2rem;
  margin-top: -0.66rem;
  box-sizing: border-box;
  padding-top: 2.98rem;
}
.inputWrap_logo {
  width: 3.55rem;
  height: 0.55rem;
}
.inputWrap_input {
  width: 8.4rem;
  margin-top: 0.52rem;
  border-radius: 0.1rem;
  border: 0.02rem solid #E6212A;
  box-sizing: border-box;
}
.inputWrap_input .input {
  width: 6.5rem;
  border-radius: 0.1rem 0 0 0.1rem;
  box-sizing: border-box;
  padding: 0 0.26rem;
  font-size: 0.18rem;
}
.inputWrap_input .input.inputWrap_input .input::-webkit-input-placeholder {
  color: #76797F;
}
.inputWrap_input .createBtn {
  width: 1.9rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background-color: #E6212A;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0 0.06rem 0.06rem 0;
}
.textList {
  width: 8.4rem;
  margin-top: 0.02rem;
}
.textList_item {
  height: 0.34rem;
  line-height: 0.34rem;
  padding: 0 0.18rem;
  color: #E6212A;
  font-size: 0.14rem;
  border-radius: 0.17rem;
  background-color: #fff;
  margin-right: 0.22rem;
  margin-top: 0.2rem;
  float: left;
}
.contents {
  margin: -3.2rem auto 1.1rem;
  padding-bottom: 0.9rem;
  border-radius: 0.1rem;
}
.contents_tools {
  margin-top: 1.2rem;
}
.contents_tools_title {
  color: #28292A;
  font-size: 0.39rem;
  font-weight: bold;
  text-align: center;
}
.contents_tools_tips {
  color: #000;
  font-size: 0.18rem;
  margin-top: 0.08rem;
  text-align: center;
}
.contents_tools_list {
  padding-left: 0.6rem;
  margin-top: 0.5rem;
}
.contents_tools_list_item {
  width: 2.6rem;
  height: 3.35rem;
  border-radius: 0.25rem;
  background-color: #F3F6FE;
  float: left;
  padding-top: 0.52rem;
  box-sizing: border-box;
  position: relative;
}
.contents_tools_list_item:nth-child(n+2) {
  margin-left: 0.2rem;
}
.contents_tools_list_item_img {
  width: 0.9rem;
  height: 0.9rem;
}
.contents_tools_list_item_title {
  color: #000;
  font-size: 0.18rem;
  font-weight: bold;
  margin-top: 0.3rem;
}
.contents_tools_list_item_intro {
  color: #76797F;
  font-size: 0.16rem;
  margin-top: 0.1rem;
  padding: 0 0.4rem;
  text-align: center;
  line-height: 0.24rem;
}
.contents_tools_list_item_btn {
  position: absolute;
  bottom: -0.23rem;
  width: 1.3rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  font-weight: bold;
  left: 0.65rem;
  border-radius: 0.1rem;
  background: linear-gradient(90deg, #967BFE, #789BFF);
}
.contents_titles {
  font-size: 0.35rem;
}
.contents_1 .titles {
  text-align: center;
  margin-top: 0.6rem;
}
.contents_1 .tips {
  color: #464646;
  font-size: 0.18rem;
  text-align: center;
  margin-top: 0.05rem;
  font-weight: bold;
}
.contents_1 .video {
  height: 6.18rem;
  width: 11rem;
  margin: 0.4rem auto 0;
  display: block;
  border-radius: 0.5rem;
}
.contents_info {
  margin-top: 1.4rem;
}
.contents_info .info {
  padding-top: 0.35rem;
}
.contents_info .info_intro {
  font-size: 0.16rem;
  color: #000;
  margin-top: 0.2rem;
  line-height: 0.34rem;
}
.contents_info .info_btn {
  width: 1.69rem;
  height: 0.46rem;
  margin-top: 0.6rem;
}
.contents_info .box {
  width: 6.2rem;
  height: 4.2rem;
  flex-shrink: 0;
  margin-left: 0.55rem;
}
.contents_2 .box {
  margin-left: 0;
  height: auto;
}
.contents_2 .info {
  margin-left: 0.4rem;
  padding-top: 0.5rem;
}
.contents_3 {
  margin-top: 1rem;
}
.contents_3 .box {
  margin-left: auto;
}
.contents_3 .info {
  padding-top: 0.5rem;
}
.contents_4 {
  padding-left: 1.8rem;
  padding-right: 1.7rem;
}
.contents_4 .box {
  width: 6.49rem;
  height: 4.76rem;
  margin-left: 0;
  margin-right: 0.3rem;
}
.contents_4 .info {
  padding-top: 0.6rem;
}
.contents_5 {
  padding-left: 2.1rem;
  padding-right: 1.8rem;
  margin-top: 0.2rem;
}
.contents_5 .info {
  padding-top: 1.52rem;
}
.contents_5 .box {
  width: 6.37rem;
  height: 5.34rem;
  margin-left: auto;
}
/*# sourceMappingURL=index.css.map */