/*通用类*/
* {
  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;
  text-align: justify;
  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;
}
.warpin {
  padding: 0 2%;
}
.index_content_head {
  padding: 2rem 2%;
  background: #fff;
}
.index_search_box {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
.index_search_box input {
  width: 100%;
  height: 3.5rem;
  border: 2px solid #1878f1;
  border-radius: 5px;
  padding-left: 0.8rem;
}
.index_search_box img {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
}
.index_baner_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.index_baner_box img {
  display: block;
  width: 100%;
}
.index_navi_cont {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.index_navi_cont .list_box {
  width: calc(100% / 3);
  text-align: center;
}
.index_navi_cont .list_box .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5rem;
}
.index_navi_cont .list_box .i img {
  width: 4rem;
}
.index_navi_cont .list_box p {
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1.45rem;
  color: #2e2e2e;
}
.pro_title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #0a0b0d;
  padding: 1rem 0;
}
.pro_title img {
  margin-left: 0.5rem;
  width: 1.4rem;
}
.index_product_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f5f6fa;
}
.index_product_cont {
  padding: 2rem 2%;
}
.product_last {
  display: flex;
  flex-wrap: wrap;
}
.product_last .list_box {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.product_last .list_box:nth-child(2n) {
  margin-right: 0;
}
.product_last .list_box .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15rem;
}
.product_last .list_box .tis_i img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_last .list_box .bit_txt {
  padding: 1rem;
  position: relative;
}
.product_last .list_box .bit_txt .title {
  font-size: 1.7rem;
  color: #212121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
}
.product_last .list_box .bit_txt .price {
  font-size: 1.5rem;
  color: #f23c3a;
}
.product_last .list_box .bit_txt .buy_btn {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.5rem;
}
.pulic_footer_bg {
  width: 100%;
  height: 6rem;
}
.pulic_footer_cont {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 3rem;
  background: #fff;
  z-index: 2;
}
.pulic_footer_cont .li {
  text-align: center;
}
.pulic_footer_cont .li .i {
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 auto 0.3rem;
}
.pulic_footer_cont .li p {
  font-size: 1.4rem;
  color: #626262;
}
.pulic_footer_cont .li:nth-child(1) .i {
  background: url(../i/foot_nav_1.png) no-repeat center;
  background-size: 1.8rem;
}
.pulic_footer_cont .li:nth-child(2) .i {
  background: url(../i/foot_nav_2.png) no-repeat center;
  background-size: 1.8rem;
}
.pulic_footer_cont .li:nth-child(3) .i {
  background: url(../i/foot_nav_3.png) no-repeat center;
  background-size: 1.8rem;
}
.upload_detail_cont {
  padding: 2rem 2%;
}
.upload_title {
  margin-bottom: 2rem;
}
.upload_title h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #191818;
  margin-bottom: 0.8rem;
}
.upload_title p {
  font-size: 1.4rem;
  color: #848a96;
}
.speed_cont {
  display: flex;
  align-items: center;
  margin: 2rem auto;
  position: relative;
}
.speed_cont .speed_line {
  position: absolute;
  top: 3.4rem;
  left: 0;
  width: 100%;
  height: 6px;
  background: #cccccc;
  border-radius: 100px;
  overflow: hidden;
}
.speed_cont .speed_line .ing {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 100px;
  background: #1778f2;
}
.speed_cont .list {
  width: calc(100% / 3);
  text-align: center;
}
.speed_cont .list .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1.5rem;
}
.speed_cont .list .i img {
  display: none;
  width: 100%;
}
.speed_cont .list p {
  text-align: center;
  font-size: 1.5rem;
  color: #7f7d7d;
}
.speed_cont .list.active .i img {
  display: block;
}
.upload_content {
  width: 100%;
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f6f6f6;
  border-radius: 10px;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
}
.upload_content #adPic {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: 100%;
  max-height: 100%;
}
.upload_content .i {
  display: block;
  width: 10rem;
  margin: 0 auto 3rem;
}
.upload_content .i img {
  display: block;
  width: 100%;
}
.upload_content .upload_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 4rem;
  background: #fff;
  border-radius: 3px;
  font-size: 1.6rem;
  color: #1778f2;
  margin: 2rem auto;
}
.curcy_sele_cont {
  display: flex;
  align-items: center;
  margin: 2rem 0 3rem;
}
.curcy_sele_cont span {
  font-size: 1.6rem;
  color: #7a8593;
  width: 10%;
}
.curcy_sele_cont select {
  border: 1px solid #e2e4e5;
  border-radius: 3px;
  padding: 0 1rem;
  font-size: 1.4rem;
  width: 12rem;
  height: 3rem;
  color: #1778f2;
  margin-left: 1rem;
  -webkit-appearance: menulist;
}
.curcy_sele_cont input {
  border: none;
  border-bottom: 1px solid #bad9ff;
  border-radius: 3px;
  padding-left: 1rem;
  font-size: 1.4rem;
  width: 90%;
  height: 3rem;
  color: #1778f2;
  margin-left: 1rem;
}
.curcy_price_last {
  padding: 2rem 0;
}
.curcy_price_last .tle {
  font-size: 1.6rem;
  color: #7a8593;
  margin-bottom: 1rem;
}
.curcy_price_last .last_cont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.curcy_price_last .last_cont .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.8px solid #1778f2;
  border-radius: 3px;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #1778f2;
}
.curcy_price_last .last_cont .li:nth-child(3n) {
  margin-right: 0;
}
.curcy_price_last .last_cont .li input::-webkit-input-placeholder {
  color: #1778f2 !important;
}
.curcy_price_last .last_cont .li:hover,
.curcy_price_last .last_cont .li.hover {
  background: #1778f2;
  color: #fff;
}
.curcy_price_last .last_cont .li:hover input,
.curcy_price_last .last_cont .li.hover input {
  color: #fff;
}
.curcy_price_last .last_cont .li:hover input::-webkit-input-placeholder,
.curcy_price_last .last_cont .li.hover input::-webkit-input-placeholder {
  color: #fff !important;
}
.curcy_price_last .last_cont .curcy_price_int {
  width: 100%;
  height: 100%;
  border: 0px;
  text-align: center;
  background: none;
  color: #fff;
}
.curcy_price_last .last_cont .curcy_price_int:focus::-webkit-input-placeholder {
  color: #fff !important;
}
.upload_bit_bg {
  width: 100%;
  height: 6rem;
}
.upload_bit_bg .btn {
  position: fixed;
  bottom: 1rem;
  left: 5%;
  width: 90%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1778f2;
  border-radius: 5px;
  font-size: 1.45rem;
  color: #fff;
}
.product_navi_cont {
  background: #388df7;
}
.product_navi_cont .title {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 1.4rem 0;
}
.product_navi_cont .navi_cont {
  display: flex;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #fff;
  padding: 1.2rem 1rem;
}
.product_navi_cont .navi_cont .li {
  width: calc(100% / 3);
  text-align: center;
  font-size: 1.6rem;
  color: #7b7b7c;
}
.product_navi_cont .navi_cont .li.hover {
  color: #1e1e1e;
}
.pro_bit_null {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.2rem;
  color: #cfcece;
}
.pro_bit_null a {
  color: #9fc7fa;
}
.login_content {
  padding: 0 5rem;
}
.login_content .login_sub {
  padding: 2rem 0;
  text-align: center;
}
.login_content .login_sub a {
  background: #388df7;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem;
  color: #ffffff;
}
.login_content .login_bits {
  text-align: center;
  padding: 1rem 0 2rem;
  font-size: 1.4rem;
  color: #040404;
}
.login_content .login_bits a {
  color: #388df7;
}
.login_header {
  padding: 5rem 0;
  position: relative;
  text-align: center;
}
.login_header .logo {
  width: 16rem;
}
.login_header .bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 10rem;
}
.login_dl {
  margin-bottom: 2rem;
}
.login_dl .dt {
  font-size: 1.6rem;
  color: #d7d7d7;
  padding: 0.8rem 0;
}
.login_dl .dd {
  display: flex;
  align-items: center;
}
.login_dl .dd input {
  width: 100%;
  height: 4rem;
  background: #d7d7d7;
  padding-left: 1rem;
  font-size: 1.6rem;
  color: #040404;
  border-radius: 5px;
  border: none;
}
.login_dl .dd .code_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4rem;
  border-radius: 5px;
  background: #e6eff9;
  font-size: 1.6rem;
  color: #4996f7;
  margin-left: 2rem;
}
.regis_content {
  padding: 2rem 2rem;
}
.regis_content .login_header {
  padding: 2rem 0;
}
.regis_content .login_sub {
  padding: 2rem 0;
  text-align: center;
}
.regis_content .login_sub a {
  background: #388df7;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0.6rem 1.5rem;
  color: #ffffff;
}
.regis_content .login_bits {
  text-align: center;
  padding: 1rem 0 2rem;
  font-size: 1.4rem;
  color: #040404;
}
.regis_content .login_bits a {
  color: #388df7;
}
.regis_content .tis_title {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  color: #262626;
}
.regis_content .regis_dl {
  margin-bottom: 1rem;
}
.regis_content .regis_dl .dt {
  font-size: 1.6rem;
  color: #d7d7d7;
  padding: 1rem 0;
}
.regis_content .regis_dl .dd {
  width: 100%;
  display: flex;
  align-items: center;
}
.regis_content .regis_dl .dd select {
  width: 100%;
  height: 4rem;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #333;
}
.regis_content .regis_dl .dd input {
  width: 100%;
  height: 4rem;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding-left: 1rem;
  font-size: 1.4rem;
  color: #333;
}
.regis_content .regis_dl .dd .sjm_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 4rem;
  border-radius: 5px;
  background: #e6eff9;
  font-size: 1.6rem;
  color: #4996f7;
  margin-left: 2rem;
}
.buy_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f5f6fa;
}
.buy_contain {
  padding: 2rem;
}
.buy_product_list {
  display: flex;
  align-items: center;
  padding: 1rem 0.4rem 1rem 0;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  position: relative;
}
.buy_product_list .int {
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_product_list .int input {
  width: 1.5rem;
  height: 1.5rem;
}
.buy_product_list .pro_img {
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 5px;
}
.buy_product_list .pro_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.buy_product_list .pro_detail {
  padding-left: 1rem;
  width: calc(100% - 8rem);
}
.buy_product_list .pro_detail .tle {
  font-size: 1.4rem;
  color: #333333;
  font-weight: bold;
}
.buy_product_list .pro_detail .inf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
}
.buy_product_list .pro_detail .inf p {
  font-size: 1.3rem;
  color: #999999;
}
.buy_product_list .pro_detail .inf span {
  font-size: 1.5rem;
  color: #f23c3a;
}
.buy_product_list .user {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #333333;
}
.buy_product_list .user .ava {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.3rem;
}
.buy_product_list .user .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.buy_product_list .detail_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 2rem;
  background: #fe5656;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.buy_total_bg {
  width: 100%;
  height: 4rem;
}
.buy_total_cont {
  position: fixed;
  bottom: 6rem;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  background: #ffffff;
  padding: 1rem;
}
.buy_total_cont .dl {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.2rem;
}
.buy_total_cont .dl .dl_content {
  font-size: 1.4rem;
  color: #f53b46;
  display: flex;
  align-items: center;
}
.buy_total_cont .dl .dl_content input {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.4rem;
}
.buy_total_cont .dl .dl_content .qx {
  color: #545454;
}
.buy_total_cont .dl .dl_content .zj_wenzi {
  margin-left: 3rem;
}
.buy_total_cont .total_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3rem;
  background: #1878f1;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #fff;
}
.product_tis_baner {
  display: block;
  width: 100%;
}
.product_tis_baner img {
  display: block;
  width: 100%;
}
.product_bit_detail {
  padding: 1rem 0;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateY(-30px);
}
.product_bit_detail .detail_inf {
  padding: 1rem;
  border-bottom: 10px solid #f6f6f6;
}
.product_bit_detail .detail_inf .title {
  font-size: 1.6rem;
  color: #1f1f1f;
  margin-bottom: 1rem;
}
.product_bit_detail .detail_inf .pri {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f23c3a;
}
.product_bit_detail .detail_inf .txt p {
  padding: 0.2rem 0;
  font-size: 1.2rem;
  color: #818080;
}
.product_bit_detail .detail_user {
  display: flex;
  align-items: center;
  padding: 1.4rem 1rem;
  background: #fff;
  border-bottom: 10px solid #f6f6f6;
}
.product_bit_detail .detail_user .ava {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.product_bit_detail .detail_user .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.product_bit_detail .detail_user .txt {
  padding-left: 0.5rem;
}
.product_bit_detail .detail_user .txt h2 {
  font-size: 1.2rem;
  color: #818080;
}
.product_bit_detail .detail_user .txt p {
  font-size: 1.4rem;
  color: #1f1f1f;
}
.product_bit_detail .detail_gmxz {
  padding: 1rem;
  border-bottom: 10px solid #f6f6f6;
}
.product_bit_detail .detail_gmxz h2 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1f1f1f;
  margin-bottom: 1rem;
}
.product_bit_detail .detail_gmxz p {
  font-size: 1.4rem;
  color: #333333;
}
.product_bit_detail .detail_gmxz img {
  display: block;
  max-width: 100%;
  margin: 1rem auto;
}
.detail_bit_bg {
  width: 100%;
  height: 6rem;
}
.detail_bit_cont {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #ffffff;
  z-index: 11;
}
.detail_bit_cont .navi_box {
  display: flex;
  align-items: center;
  width: 30%;
}
.detail_bit_cont .navi_box .li {
  width: 50%;
}
.detail_bit_cont .navi_box .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}
.detail_bit_cont .navi_box .li .i img {
  width: 2.5rem;
}
.detail_bit_cont .navi_box .li p {
  text-align: center;
  font-size: 1.3rem;
  color: #6a6a6a;
}
.detail_bit_cont .btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.detail_bit_cont .btn_box .btn {
  width: 49%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d65d6;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #fff;
}
.detail_bit_cont .btn_box .btn:last-child {
  background: #1778f2;
}
/******************/
.upload_contain {
  padding: 1rem;
}
.upload_contain .title_head {
  margin-bottom: 4rem;
}
.upload_contain .title_head h2 {
  font-size: 1.8rem;
  color: #191818;
}
.upload_contain .title_head p {
  font-size: 1.4rem;
  color: #848a96;
}
.upload_contain .upload_last {
  display: flex;
  flex-wrap: wrap;
}
.upload_contain .upload_last .list {
  width: 30%;
  padding: 2rem 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 2px solid #fff;
  margin: 0 1.5% 2rem;
  overflow: hidden;
}
.upload_contain .upload_last .list .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  margin-bottom: 1rem;
}
.upload_contain .upload_last .list .i img {
  height: 3rem;
}
.upload_contain .upload_last .list p {
  text-align: center;
  font-size: 1.5rem;
  color: #363535;
}
.upload_contain .upload_last .list:hover,
.upload_contain .upload_last .list.hover {
  border: 2px solid #1e7bf0;
}
.upload_contain .upload_last .list:hover::after,
.upload_contain .upload_last .list.hover::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 3rem;
  border-top-left-radius: 100px;
  background: #1778f2 url(../i/ico_6.png) no-repeat center;
  background-size: 1rem;
  position: absolute;
  right: -2px;
  bottom: -2px;
}
.upload_contain .next_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  background: #1778f2;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #fff;
  margin: 2rem auto 0;
}
/**************/
.user_contain_box {
  padding: 2rem 1rem;
}
.user_contain_box .user_contain_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f5f5f7;
}
.user_contain_box .user_contain_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 18rem;
  background: linear-gradient(#217ef2, #f5f5f7);
}
.user_contain_box .user_infor_head {
  width: 100%;
  padding: 2rem 1rem 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.user_contain_box .user_infor_head .user_inf {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #202020;
}
.user_contain_box .user_infor_head .user_inf .ava {
  display: block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 1rem;
}
.user_contain_box .user_infor_head .user_inf .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_contain_box .user_infor_head .user_inf .user_box {
  font-size: 1.6rem;
}
.user_contain_box .user_infor_head .last_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_contain_box .user_infor_head .last_box .lis {
  width: calc(100% / 3);
  text-align: center;
  position: relative;
  padding: 1.4rem 0;
}
.user_contain_box .user_infor_head .last_box .lis h2 {
  font-size: 1.6rem;
  color: #202020;
}
.user_contain_box .user_infor_head .last_box .lis p {
  font-size: 1.4rem;
  color: #9e9e9e;
}
.user_contain_box .user_infor_head .last_box .lis::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #ebebeb;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.user_contain_box .user_infor_head .last_box .lis:last-child::after {
  display: none;
}
.user_contain_box .user_adver_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.user_contain_box .user_adver_btn .btn {
  display: block;
  width: 49%;
}
.user_contain_box .user_adver_btn .btn img {
  width: 100%;
  display: block;
}
.user_contain_box .user_adres_cont {
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.user_contain_box .user_adres_cont .title {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #2f3045;
  font-weight: bold;
}
.user_contain_box .user_adres_cont .title .more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #cccccc;
}
.user_contain_box .user_adres_cont .title .more img {
  width: 0.8rem;
  margin-left: 0.4rem;
}
.user_contain_box .user_adres_cont .last_box {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
}
.user_contain_box .user_adres_cont .last_box .list {
  width: calc(100% / 3);
}
.user_contain_box .user_adres_cont .last_box .i {
  display: flex;
  width: 100%;
  height: 4rem;
  justify-content: center;
  align-items: center;
}
.user_contain_box .user_adres_cont .last_box .i img {
  height: 3rem;
}
.user_contain_box .user_adres_cont .last_box p {
  font-size: 1.4rem;
  color: #858585;
  text-align: center;
}
.user_contain_box .user_last_cont {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
}
.user_contain_box .user_last_cont .list {
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem 0;
}
.user_contain_box .user_last_cont .list .dt {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #333333;
}
.user_contain_box .user_last_cont .list .dt img {
  width: 2rem;
  margin-right: 0.8rem;
}
.user_contain_box .user_last_cont .list .arr {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.personal_content_box {
  padding: 1rem 0;
}
.personal_content_box .dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #f7f7f7;
}
.personal_content_box .dl:first-child {
  border-bottom: 0;
}
.personal_content_box .dl:last-child {
  border-bottom: 0;
}
.personal_content_box .dl .dt {
  font-size: 1.5rem;
  color: #666666;
}
.personal_content_box .dl .dd {
  text-align: right;
  font-size: 1.5rem;
  color: #000000;
}
.personal_content_box .dl .dd .ava {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  overflow: hidden;
}
.personal_content_box .dl .dd .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.personal_content_box .dl .dd input {
  width: 23rem;
  height: 3rem;
  text-align: right;
  font-size: 1.5rem;
  border: 0px;
}
.personal_content_box .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 4rem;
  background: #388df7;
  border-radius: 5px;
  margin: 5rem auto 0;
  font-size: 1.5rem;
  color: #fff;
}
.adress_content_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
}
.adress_content_box {
  padding: 1rem;
}
.adress_content_box .list_box {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  position: relative;
}
.adress_content_box .list_box h2 {
  font-size: 1.8rem;
  color: #313030;
}
.adress_content_box .list_box p {
  font-size: 1.5rem;
  color: #4a4949;
  padding: 1rem 0;
}
.adress_content_box .list_box .tel {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 1.6rem;
  color: #666565;
}
.adress_content_box .list_box .bit_deta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adress_content_box .list_box .bit_deta .default {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #fd850f;
}
.adress_content_box .list_box .bit_deta .default img {
  margin-right: 0.4rem;
  width: 1.2rem;
}
.adress_content_box .list_box .bit_deta .sett_last {
  display: flex;
  align-items: center;
}
.adress_content_box .list_box .bit_deta .sett_last .dl {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #6ba1fa;
  margin-left: 2rem;
}
.adress_content_box .list_box .bit_deta .sett_last .dl img {
  margin-right: 0.3rem;
  width: 1.4rem;
}
.adress_content_box .list_box .bit_deta .sett_last .dl.sc {
  color: #fc3a4d;
}
.adress_content_box .bit_add_bg {
  width: 100%;
  height: 6rem;
}
.adress_content_box .bit_add_bg .add_btn {
  display: flex;
  position: fixed;
  bottom: 1rem;
  left: 5%;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: 4rem;
  background: #388df7;
  font-size: 1.3rem;
  color: #fff;
  border-radius: 5px;
}
/***************/
.user_adres_navi {
  display: flex;
  align-items: center;
  background: #fff;
}
.user_adres_navi .li {
  padding: 1rem 0;
  position: relative;
  width: calc(100% / 4);
  text-align: center;
  font-size: 1.3rem;
  color: #7f7c7c;
}
.user_adres_navi .li.hover::after {
  content: "";
  display: block;
  width: 2rem;
  height: 5px;
  background: #598cf0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}
.adress_user_content {
  padding: 1rem;
}
.adress_user_content .adress_deta_list {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.adress_user_content .adress_deta_list .head_cont {
  position: relative;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #f2f2f2;
}
.adress_user_content .adress_deta_list .head_cont .time {
  font-size: 1.4rem;
  color: #666666;
}
.adress_user_content .adress_deta_list .head_cont .time span {
  color: #fb652a;
}
.adress_user_content .adress_deta_list .head_cont .zt {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #cccccc;
}
.adress_user_content .adress_deta_list .head_cont .zt.zt_1 {
  color: #ff3b3b;
}
.adress_user_content .adress_deta_list .head_cont .zt.zt_2 {
  color: #83da6c;
}
.adress_user_content .adress_deta_list .pro_detail {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
}
.adress_user_content .adress_deta_list .pro_detail .img {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 5px;
  overflow: hidden;
}
.adress_user_content .adress_deta_list .pro_detail .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.adress_user_content .adress_deta_list .pro_detail .detail {
  width: calc(100% - 10rem);
  padding-right: 6rem;
  padding-left: 1rem;
  position: relative;
}
.adress_user_content .adress_deta_list .pro_detail .detail .tel {
  font-size: 1.4rem;
  color: #333333;
}
.adress_user_content .adress_deta_list .pro_detail .detail .ys {
  font-size: 1.3rem;
  color: #999999;
  padding: 0.4rem 0 1rem;
}
.adress_user_content .adress_deta_list .pro_detail .detail .time {
  font-size: 1.2rem;
  color: #b1b0b0;
}
.adress_user_content .adress_deta_list .pro_detail .detail .price {
  position: absolute;
  right: 0;
  top: 0.2rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: #686564;
}
.adress_user_content .adress_deta_list .bit_inf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
}
.adress_user_content .adress_deta_list .bit_inf .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.5rem;
  border-radius: 100px;
  background: #f89535;
  box-shadow: 0px 0px 10px rgba(252, 215, 166, 0.75);
  font-size: 1.3rem;
  color: #fff;
  margin: 0 0 0 0.8rem;
}
.adress_user_content .adress_deta_list .bit_inf .btn.btn_1 {
  background: #598cf0;
}
.adress_user_content .adress_deta_list .bit_inf .btn.btn_3 {
  background: #f25959;
}
/************/
.user_undown_cont {
  padding: 1rem;
}
.user_undown_cont .list_box {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.user_undown_cont .list_box .tis_i {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.user_undown_cont .list_box .tis_i img {
  display: block;
  width: 100%;
}
.user_undown_cont .list_box .txt_box {
  padding: 1rem;
}
.user_undown_cont .list_box .txt_box h2 {
  font-size: 1.5rem;
  color: #171717;
}
.user_undown_cont .list_box .txt_box p {
  font-size: 1.2rem;
  color: #999999;
}
/****************/
.user_upload_cont {
  padding: 1rem;
}
.user_upload_cont .list_box {
  padding: 1rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.user_upload_cont .list_box .img_box {
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.user_upload_cont .list_box .img_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_upload_cont .list_box .img_box .zt {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3rem 0.6rem;
  background: rgba(0, 0, 0, 0.5);
  border-bottom-right-radius: 5px;
  font-size: 1.2rem;
  color: #fff;
}
.user_upload_cont .list_box .img_box .zt.ys_green {
  background: rgba(12, 150, 0, 0.5);
}
.user_upload_cont .list_box .img_box .zt.ys_red {
  background: rgba(203, 0, 0, 0.5);
}
.user_upload_cont .list_box .detail_box {
  width: calc(100% - 12rem);
  padding-left: 1rem;
}
.user_upload_cont .list_box .detail_box .title {
  margin-bottom: 1rem;
}
.user_upload_cont .list_box .detail_box .title h2 {
  font-size: 1.6rem;
  color: #212121;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.user_upload_cont .list_box .detail_box .title p {
  font-size: 1.2rem;
  color: #999999;
}
.user_upload_cont .list_box .detail_box .bit_box h2 {
  font-size: 1.4rem;
  color: #f23c3a;
}
.user_upload_cont .list_box .detail_box .bit_box p {
  font-size: 1.2rem;
  color: #999999;
}
.user_upload_cont .list_box .detail_box .el_box {
  display: flex;
  justify-content: space-between;
}
.user_upload_cont .list_box .detail_box .buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 2.8rem;
  border-radius: 5px;
  background: #1778f2;
  color: #fff;
  font-size: 1.3rem;
  margin-top: 1rem;
}
.user_upload_cont .list_box .detail_box .buy_btn.xiajia {
  background: #a6a6a6;
}
.user_upload_cont .list_box .detail_box .buy_btn.buy_people {
  background: #80c5cd;
}
.user_upload_cont .list_box .detail_box .zfpz_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 2.8rem;
  border-radius: 3px;
  background: #80c5cd;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.zfpz_detail_img img {
  display: block;
  width: 100%;
}
.pulic_header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.pulic_header_content .logo {
  max-width: 25%;
}
.pulic_header_content .index_search_box {
  min-width: 72%;
  margin: 0;
}
