/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  padding: 0 1rem;
}
.index_case_1 {
  padding: 1rem 0 2rem;
}
.index_case_1 .bit_cont {
  padding-top: 2rem;
}
.index_case_1 .bit_cont .tle {
  font-size: 2rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 1rem;
}
.index_case_1 .bit_cont .txt {
  font-size: 1.4rem;
  color: #999999;
  margin-bottom: 1rem;
}
.index_case_1 .bit_cont p {
  font-size: 1.6rem;
  color: #333333;
}
.index_baner_cont {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  position: relative;
}
.index_baner_cont img {
  display: block;
  width: 100%;
}
.index_baner_cont .swiper-pagination-bullet {
  width: 13px;
  height: 5px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
}
.index_baner_cont .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index_case_2 {
  padding: 2rem 0;
  background: #f0f0f2;
}
.index_case_2 .title_head {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 2rem;
}
.index_case_2 .last_cont {
  padding: 0 2rem;
}
.index_case_2 .list_cont {
  width: 100%;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
.index_case_2 .list_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6rem;
}
.index_case_2 .list_cont .tis_i img {
  display: block;
  width: 3rem;
}
.index_case_2 .list_cont .pro_name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  margin-bottom: 1rem;
}
.index_case_2 .list_cont .pro_price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #999999;
}
.index_case_2 .list_cont .pro_price span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fc6014;
}
.index_case_2 .list_cont .pro_price span em {
  font-size: 1.3rem;
}
.index_case_2 .list_cont .inf_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.index_case_2 .list_cont .inf_dl .dl {
  width: 50%;
  font-size: 1.3rem;
  color: #333333;
}
.index_case_2 .list_cont .inf_dl .dd {
  width: 50%;
  text-align: right;
  font-size: 1.3rem;
  color: #333;
}
.index_case_2 .list_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 4rem;
  border-radius: 10px;
  margin: 1rem auto;
  background: #3955fb;
  font-size: 1.4rem;
  color: #ffffff;
}
.index_case_3 .title_head {
  padding: 3rem 1rem;
}
.index_case_3 .title_head h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 1rem;
}
.index_case_3 .title_head p {
  font-size: 1.3rem;
  color: #333333;
}
.index_case_3 .bit_cont {
  width: 100%;
  padding: 3rem 2rem;
  background: #3955fb;
}
.index_case_3 .bit_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}
.index_case_3 .bit_cont .tis_i img {
  width: 4rem;
}
.index_case_3 .bit_cont .txt_cont {
  margin-bottom: 2rem;
}
.index_case_3 .bit_cont .txt_cont h2 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.index_case_3 .bit_cont .txt_cont p {
  font-size: 1.4rem;
  color: #ffffff;
}
.index_case_3 .bit_cont .bit_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_case_3 .bit_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  padding: 1rem 0;
  background: #fff;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #121212;
}
.index_case_3 .bit_cont .bit_btn .btn .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-right: 5px;
}
.index_case_3 .bit_cont .bit_btn .btn .i img {
  width: 1.8rem;
}
.index_case_4 {
  padding: 3rem 0;
}
.index_case_4 .title_head {
  margin-bottom: 2rem;
}
.index_case_4 .title_head h2 {
  font-size: 1.3rem;
  color: #677cfa;
}
.index_case_4 .title_head p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e1e1e;
}
.index_case_4 .list {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.index_case_4 .list .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.index_case_4 .list .dt img {
  width: 2.5rem;
}
.index_case_4 .list .det_cont {
  width: calc(100% - 4rem);
  padding-left: 1rem;
}
.index_case_4 .list .det_cont h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #202020;
  margin-bottom: 0.4rem;
}
.index_case_4 .list .det_cont p {
  font-size: 1.2rem;
  color: #6e6e6e;
}
.index_case_5 {
  position: relative;
}
.index_case_5 .bg {
  display: block;
  width: 100%;
}
.index_case_5 .det_cont {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 10px;
}
.index_case_5 .det_cont p {
  font-size: 1.4rem;
  color: #2e2d2d;
}
.index_case_5 .title_head {
  position: absolute;
  left: 0;
  top: 4rem;
  text-align: center;
  width: 100%;
}
.index_case_5 .title_head h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.4rem;
}
.index_case_5 .title_head p {
  font-size: 1.3rem;
  color: #fff;
}
.pulic_link_last {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.pulic_link_last .li {
  width: 100%;
  padding: 0 0.25rem;
}
.pulic_link_last .li img {
  display: block;
  width: 100%;
}
.index_case_6 {
  padding: 2rem 0 3rem;
  background: #fcfbf9;
}
.index_case_6 .title {
  font-size: 1.8rem;
  color: #1e1e1e;
  margin-bottom: 1.5rem;
}
.index_case_6 .contact_cont {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.index_case_6 .contact_cont .tis_i {
  display: block;
  width: 100%;
}
.index_case_6 .contact_cont .tis_i img {
  display: block;
  width: 100%;
}
.index_case_6 .contact_cont .det_cont {
  width: 100%;
  padding: 2rem 1rem;
}
.index_case_6 .contact_cont .det_cont .dl {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.index_case_6 .contact_cont .det_cont .dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.index_case_6 .contact_cont .det_cont .dl .dt img {
  display: block;
  width: 1.5rem;
}
.index_case_6 .contact_cont .det_cont .dl .dd {
  width: calc(100% - 3rem);
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #333333;
}
.pulic_foot_cont {
  width: 100%;
  height: 7rem;
}
.pulic_foot_cont .cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: #fff;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.05);
}
.pulic_foot_cont .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3rem;
}
.pulic_foot_cont .tis_i img {
  width: 3rem;
  filter: grayscale(1);
}
.pulic_foot_cont .txt {
  text-align: center;
  font-size: 1.4rem;
  color: #2f2f2f;
}
.pulic_foot_cont .li {
  width: 100%;
}
.pulic_foot_cont .li.hover .tis_i img {
  filter: grayscale(0);
}
.pulic_foot_cont .li.hover .txt {
  color: #3955fb;
}
/*****登录*****/
.login_content {
  padding: 4rem 2rem;
}
.login_content .tis_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  margin-bottom: 10rem;
}
.login_content .tis_logo img {
  display: block;
  height: 5rem;
}
.login_content .int_dl {
  margin-bottom: 1rem;
  padding: 0 1rem;
}
.login_content .int_dl .dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #020202;
  padding: 1rem 0;
}
.login_content .int_dl .dd {
  width: 100%;
}
.login_content .int_dl .dd input {
  width: 100%;
  height: 4rem;
  border: 1px solid #d4d5d5;
  border-radius: 5px;
  padding-left: 1rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  color: #333;
}
.login_content .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border-radius: 10px;
  background: #3955fb;
  font-size: 1.5rem;
  color: #fff;
  margin: 8rem auto 0;
}
.pulic_main_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f0f0f2;
}
.product_last_navi {
  background: #3955fb;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  max-width: 85%;
}
.product_last_navi a {
  display: inline-block;
  padding: 1.5rem 1.8rem;
  font-size: 1.3rem;
  color: #fff;
  max-width: 38%;
}
.product_last_cont {
  padding: 2rem 0;
}
.product_last_cont .list_cont {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 2rem;
  background: #fff;
  overflow: hidden;
}
.product_last_cont .list_cont .tis_cont {
  display: flex;
  align-items: flex-start;
  /*background: linear-gradient(to right,#6ba8f3, #3a56fb);
			padding:3rem 2rem 1rem;*/
}
.product_last_cont .list_cont .tis_cont .l_det {
  display: none;
  width: 50%;
}
.product_last_cont .list_cont .tis_cont .l_det h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2rem;
}
.product_last_cont .list_cont .tis_cont .l_det .dl {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.product_last_cont .list_cont .tis_cont .l_det .dl .dt {
  width: 50%;
  font-size: 1.2rem;
  color: #b5cefd;
}
.product_last_cont .list_cont .tis_cont .l_det .dl .dd {
  width: 50%;
  font-size: 1.2rem;
  color: #fff;
}
.product_last_cont .list_cont .tis_cont .l_det .bits {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 2rem;
}
.product_last_cont .list_cont .tis_cont .r_img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.product_last_cont .list_cont .tis_cont .r_img img {
  display: block;
  width: 100%;
}
.product_last_cont .list_cont .bit_cont {
  width: 100%;
  padding: 1rem 2rem  2rem;
}
.product_last_cont .list_cont .bit_cont .bit_det {
  display: flex;
  justify-content: space-between;
}
.product_last_cont .list_cont .bit_cont .l_inf {
  width: 60%;
}
.product_last_cont .list_cont .bit_cont .l_inf .tle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.product_last_cont .list_cont .bit_cont .l_inf .det {
  font-size: 1.4rem;
  color: #666666;
}
.product_last_cont .list_cont .bit_cont .l_inf .det em {
  padding: 0 0.5rem;
}
.product_last_cont .list_cont .bit_cont .price {
  width: 40%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fc6014;
  line-height: 23px;
  text-align: right;
}
.product_last_cont .list_cont .bit_cont .price .xj {
  font-size: 1.3rem;
}
.product_last_cont .list_cont .bit_cont .price .xj span {
  font-size: 1.8rem;
}
.product_last_cont .list_cont .bit_cont .price .yj {
  font-size: 1.5rem;
  color: #666;
  text-decoration: line-through;
  margin-left: 0.5rem;
  font-weight: normal;
}
.product_last_cont .list_cont .bit_cont .price .yj em {
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: line-through;
}
.product_last_cont .list_cont .bit_cont .buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4rem;
  border-radius: 10px;
  background: #3955fb;
  font-size: 1.4rem;
  color: #fff;
  margin: 2rem auto 0;
}
.product_inf_head {
  margin-bottom: 3rem;
}
.product_inf_head .tis_cont {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(to right, #6ba8f3, #3a56fb);
  padding: 3rem 2rem 2rem;
  position: relative;
  overflow: hidden;
}
.product_inf_head .tis_cont .link_logo {
  position: absolute;
  left: 3rem;
  top: 1rem;
  width: 15rem;
  overflow: hidden;
  opacity: 0.05;
  border-radius: 10px;
}
.product_inf_head .tis_cont .l_det {
  width: 50%;
  position: relative;
  z-index: 2;
}
.product_inf_head .tis_cont .l_det h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2rem;
}
.product_inf_head .tis_cont .l_det .dl {
  display: flex;
  align-items: center;
  padding: 2px 0;
}
.product_inf_head .tis_cont .l_det .dl .dt {
  width: 50%;
  font-size: 1.2rem;
  color: #b5cefd;
}
.product_inf_head .tis_cont .l_det .dl .dd {
  width: 50%;
  font-size: 1.2rem;
  color: #fff;
}
.product_inf_head .tis_cont .l_det .bits {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 2rem;
}
.product_inf_head .tis_cont .r_img {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.product_inf_head .tis_cont .r_img img {
  display: block;
  width: 8rem;
}
.product_inf_head .bit_det {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
}
.product_inf_head .bit_det .l_cont h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #373943;
}
.product_inf_head .bit_det .l_cont p {
  font-size: 1.3rem;
  color: #999999;
}
.product_inf_head .bit_det .pri {
  font-size: 2.6rem;
  color: #fc6014;
  font-weight: bold;
}
.product_inf_head .bit_det .pri span {
  font-weight: normal;
  font-size: 1.5rem;
}
.product_inf_head .bit_det .pri span.yj {
  display: block;
  text-decoration: line-through;
  color: #666;
}
.product_detail_cont {
  margin-bottom: 2rem;
}
.product_detail_cont .title_head {
  font-size: 2rem;
  color: #1e1e1e;
  padding: 2rem 0;
  font-weight: bold;
}
.product_detail_cont .deta_inf_main {
  background: #fff;
  padding: 2rem 0;
}
.product_detail_cont .deta_inf_main .title_head {
  margin-bottom: 2rem;
  text-align: center;
}
.product_detail_cont .deta_inf_main .title_head h2 {
  font-size: 1.3rem;
  color: #677cfa;
}
.product_detail_cont .deta_inf_main .title_head p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1e1e1e;
}
.product_detail_cont .deta_inf_main .list {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.product_detail_cont .deta_inf_main .list .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.product_detail_cont .deta_inf_main .list .dt img {
  width: 2.5rem;
}
.product_detail_cont .deta_inf_main .list .det_cont {
  width: calc(100% - 4rem);
}
.product_detail_cont .deta_inf_main .list .det_cont h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #202020;
  margin-bottom: 0.4rem;
}
.product_detail_cont .deta_inf_main .list .det_cont p {
  font-size: 1.2rem;
  color: #6e6e6e;
}
.product_detail_cont .bit_seet {
  display: block;
  width: 100%;
}
.index_pro_baner {
  position: relative;
  overflow: hidden;
  margin: 2rem auto;
}
.index_pro_baner img {
  display: block;
  width: 100%;
}
.detail_foot_cont {
  width: 100%;
  height: 6rem;
  z-index: 99999999;
  position: relative;
}
.detail_foot_cont .cont {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 1rem 2rem;
}
.detail_foot_cont .cont .l_cont {
  font-size: 1.4rem;
  color: #999999;
  display: flex;
  align-items: flex-end;
}
.detail_foot_cont .cont .l_cont .pri {
  font-size: 2.6rem;
  color: #fc6014;
  font-weight: bold;
  margin-right: 0.8rem;
}
.detail_foot_cont .cont .l_cont .pri span {
  font-weight: normal;
  font-size: 1.5rem;
}
.detail_foot_cont .cont .buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4rem;
  border-radius: 100px;
  background: #3955fb;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  box-shadow: 0px 3px 8px rgba(104, 124, 244, 0.35);
}
.user_head_cont {
  margin-bottom: 1rem;
}
.user_head_cont .tis_cont {
  display: flex;
  align-items: center;
  padding: 3rem 2rem;
  background: #3955fb;
  position: relative;
  border-bottom-right-radius: 30px;
}
.user_head_cont .tis_cont::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.user_head_cont .tis_cont .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
}
.user_head_cont .tis_cont .ava img {
  display: block;
  width: 100%;
}
.user_head_cont .tis_cont .inf_cont {
  width: calc(100% - 5rem);
  padding-left: 1rem;
}
.user_head_cont .tis_cont .inf_cont .name {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}
.user_head_cont .tis_cont .inf_cont .tips {
  display: flex;
  align-items: center;
}
.user_head_cont .tis_cont .inf_cont .tips .dd {
  padding: 0.8rem 1rem;
  border-radius: 6px;
  border-bottom-right-radius: 0;
  font-size: 1.2rem;
  color: #fff;
}
.user_head_cont .bit_cont {
  position: relative;
  background: #fff;
  padding: 3rem 2rem 4rem;
  border-top-left-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_head_cont .bit_cont::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: #3955fb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.user_head_cont .bit_cont .income_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 55%;
}
.user_head_cont .bit_cont .income_cont .balan_dl .dt {
  font-size: 2rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
.user_head_cont .bit_cont .income_cont .balan_dl .dd {
  font-size: 2rem;
  color: #3955fb;
}
.user_head_cont .bit_cont .income_cont .income_inf .dt {
  font-size: 1.4rem;
  color: #999999;
  margin-bottom: 0.3rem;
}
.user_head_cont .bit_cont .income_cont .income_inf .dd {
  font-size: 2rem;
  color: #4c4e58;
}
.user_head_cont .bit_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 4rem;
  border-radius: 100px;
  background: #f5605b;
  font-size: 1.4rem;
  color: #ffffff;
}
.user_last_cont {
  margin-bottom: 1rem;
  padding: 2rem;
  background: #fff;
}
.user_last_cont .title_head {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1rem;
}
.user_last_cont .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.user_last_cont .last_cont .list {
  width: calc(100% / 3);
  text-align: center;
}
.user_last_cont .last_cont .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
}
.user_last_cont .last_cont .list .tis_i img {
  height: 3rem;
}
.user_last_cont .last_cont .list .txt {
  text-align: center;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  color: #333333;
}
.withdra_head_cont {
  padding: 3rem 2rem;
  background: linear-gradient(to right, #4777fa, #3a57fb);
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.withdra_head_cont .det_dl .dt {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.withdra_head_cont .det_dl .dd {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
.withdrawal_detail_cont {
  width: 100%;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
}
.withdrawal_detail_cont .drawal_inf {
  margin-bottom: 2rem;
}
.withdrawal_detail_cont .drawal_inf .dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #171616;
  padding: 1rem 0;
}
.withdrawal_detail_cont .drawal_inf .int {
  position: relative;
  width: 100%;
}
.withdrawal_detail_cont .drawal_inf .int input {
  width: 100%;
  height: 5rem;
  padding-left: 1rem;
  border: 1px solid #e1e3e1;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #333;
  border-radius: 5px;
}
.withdrawal_detail_cont .drawal_inf .int span {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  color: #161415;
}
.withdrawal_detail_cont .bit_tips {
  padding: 2rem 0;
}
.withdrawal_detail_cont .bit_tips h2 {
  font-size: 1.4rem;
  color: #ec4646;
  margin-bottom: 0.4rem;
}
.withdrawal_detail_cont .bit_tips p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #999999;
}
.withdrawal_detail_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 5rem;
  border-radius: 100px;
  background: #e6e3e4;
  font-size: 1.4rem;
  color: #333;
  margin: 1rem auto;
}
.withdrawal_detail_cont .btn.btn_1 {
  background: #3955fb;
  color: #fff;
}
.order_det_head {
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  display: flex;
}
.order_det_head .l_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  height: 10rem;
  border-radius: 10px;
  background-color: #f6f6f6;
}
.order_det_head .l_img img {
  display: block;
  max-width: 100%;
}
.order_det_head .det_cont {
  width: 60%;
  padding-left: 1rem;
}
.order_det_head .det_cont .name {
  font-size: 2rem;
  font-weight: bold;
  color: #2d2d2d;
}
.order_det_head .det_cont .det {
  font-size: 1.4rem;
  color: #999999;
  margin-bottom: 2rem;
}
.order_det_head .det_cont .pri {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2a2929;
}
.order_det_head .det_cont .pri span {
  font-weight: normal;
}
.order_inf_cont {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  margin: 1rem auto;
}
.order_inf_cont .title_head {
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 1rem;
}
.order_inf_cont .int_dl {
  margin-bottom: 0.8rem;
}
.order_inf_cont .int_dl .dt {
  padding: 0.5rem 0;
  font-size: 1.4rem;
  color: #333333;
}
.order_inf_cont .int_dl .dt span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  color: #ff3333;
}
.order_inf_cont .int_dl .dd {
  position: relative;
}
.order_inf_cont .int_dl .dd input {
  width: 100%;
  height: 4rem;
  padding-left: 1rem;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.order_inf_cont .int_dl .dd input.tel_txt {
  padding-left: 8rem;
}
.order_inf_cont .int_dl .dd .tel_num {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
  border-right: 1px solid #c2c2c2;
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
}
.order_inf_cont .upload_cont {
  display: block;
  width: 100%;
}
.order_inf_cont .upload_cont img {
  display: block;
  width: 100%;
  max-height: 300px;
}
.order_foot_cont {
  width: 100%;
  height: 22rem;
}
.order_foot_cont .cont {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem;
  background: #fff;
}
.order_foot_cont .title_head {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  color: #2d2d2d;
}
.order_foot_cont .cound_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order_foot_cont .cound_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 5px;
  overflow: hidden;
}
.order_foot_cont .cound_dl .btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.order_foot_cont .cound_dl input {
  width: calc(100% - 10rem);
  height: 4rem;
  text-align: center;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #333;
  border: none;
  background-color: #f2f2f2;
}
.order_foot_cont .total_dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.order_foot_cont .total_dl .dt {
  font-size: 1.4rem;
  color: #2d2d2d;
}
.order_foot_cont .total_dl .dd {
  font-size: 1.6rem;
  color: #fc6014;
}
.order_foot_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
  border-radius: 100px;
  background: #3955fb;
  font-size: 1.5rem;
  color: #ffffff;
}
.income_content {
  padding: 2rem 1rem;
  background: #fff;
}
.income_content .title_head {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  color: #2d2d2d;
}
.income_content .last_cont {
  position: relative;
  padding: 1.2rem 1rem 1.2rem;
  border-bottom: 1px solid #ccc;
}
.income_content .last_cont .time {
  font-size: 1.53rem;
  color: #999999;
}
.income_content .last_cont .det {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}
.income_content .last_cont .det .ys1 {
  margin-left: 10px;
  color: #df6f43;
}
.income_content .last_cont .det .ys2 {
  margin-left: 10px;
  color: green;
}
.income_content .last_cont .det .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.2rem;
  border-radius: 100%;
}
.income_content .last_cont .det .ava img {
  display: block;
  width: 100%;
}
.income_content .last_cont .pri {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: bold;
  color: #3955fb;
}
.income_content .last_cont:last-child {
  border-bottom: 0;
}
.invite_cont {
  margin: 0 auto 1rem;
  padding: 2rem 1rem;
  background: #fff;
}
.invite_cont .title_head {
  padding: 0.5rem 0;
  font-size: 1.5rem;
  color: #2d2d2d;
}
.invite_cont .last_dl {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.invite_cont .last_dl .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.invite_cont .last_dl .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.invite_cont .last_dl .inf {
  width: calc(100% - 4rem);
  padding-left: 1rem;
}
.invite_cont .last_dl .inf .tle {
  font-size: 1.4rem;
  color: #000000;
}
.invite_cont .last_dl .inf .time {
  font-size: 1.2rem;
  color: #999999;
}
.invite_cont .last_dl:last-child {
  border-bottom: 0;
}
.yqm_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../i/yqm_bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.yqm_code_cont {
  padding: 2rem;
}
.yqm_code_cont .user_code_title {
  text-align: center;
  margin-bottom: 2rem;
}
.yqm_code_cont .user_code_title .ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.yqm_code_cont .user_code_title .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.yqm_code_cont .user_code_title h2 {
  font-size: 1.6rem;
  color: #171b1d;
  padding: 0.6rem 0;
}
.yqm_code_cont .code_deta_cont {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
}
.yqm_code_cont .code_deta_cont .code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 22rem;
  padding: 1rem;
  background: #fff;
  margin: 0 auto;
}
.yqm_code_cont .code_deta_cont .code img {
  display: block;
  width: 100%;
}
.yqm_code_cont .code_deta_cont .copy_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #3c3939;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.yqm_code_cont .code_deta_cont .copy_box .copy_btn {
  margin-left: 1rem;
}
.yqm_code_cont .code_deta_cont .copy_box .copy_btn img {
  width: 1.4rem;
}
.yqm_code_cont .code_deta_cont .copy_title .title {
  text-align: center;
  position: relative;
  margin-bottom: 0.2rem;
}
.yqm_code_cont .code_deta_cont .copy_title .title span {
  padding: 0 1rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.yqm_code_cont .code_deta_cont .copy_title .title::after {
  content: "";
  display: block;
  width: 16rem;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yqm_code_cont .code_deta_cont .copy_title .txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3939;
  text-align: center;
}
.yqm_code_cont .code_deta_cont .share_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  border-radius: 5px;
  background: #f8567a;
  font-size: 1.4rem;
  color: #fff;
  margin: 4rem auto 0;
}
.strat_content {
  padding: 1rem;
  background: #fff;
}
.strat_det_title {
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #32363d;
  border-bottom: 1px solid #ccc;
}
.strat_det_title em {
  font-size: 1.2rem;
  color: #f76565;
  font-weight: bold;
}
.strat_last {
  position: relative;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.strat_last .time {
  width: 35%;
}
.strat_last .time .dt {
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.strat_last .time .dd {
  font-size: 1.3rem;
  color: #3955fb;
}
.strat_last .det {
  width: 35%;
}
.strat_last .det .dt {
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.strat_last .det .dd {
  font-size: 1.3rem;
  color: #3955fb;
}
.strat_last .pri {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-weight: bold;
  color: #3955fb;
  z-index: 2;
}
.strat_last:last-child {
  border-bottom: none;
}
.tuichu {
  background: #e50000;
  color: white;
  text-align: center;
  width: 80px;
  padding: 5px 0;
  border-radius: 5px;
}
.pulic_nav_floor {
  position: fixed;
  right: 0px;
  bottom: 5rem;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.pulic_nav_floor .li {
  display: block;
  width: 6rem;
  padding: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
  background: #3955fb;
  box-sizing: border-box;
  word-break: break-all;
  border-bottom: 1px dashed #bfbfbf;
}
.detail_inf_cont {
  padding: 2rem  1rem;
}
.detail_inf_cont .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.detail_inf_cont .txt h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 4px 0;
  color: #373737;
}
.detail_inf_cont .txt p {
  font-size: 14px;
  margin-bottom: 5px;
}
/*# sourceMappingURL=app.css.map */