/*通用类*/
* {
  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;
}
.contain {
  width: 1200px;
  margin: 0 auto;
}
.warpin {
  width: 100%;
  padding: 0 10vw;
}
.pulic_head_cont {
  background: #f5f5f5;
  padding: 10px 0;
  font-size: 12px;
  color: #8f96a6;
}
.pulic_head_cont .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_head_cont a {
  color: 12px;
  color: #0094e7;
}
.pulic_index_head {
  padding: 30px 0;
}
.pulic_index_head .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_index_head .logo {
  display: flex;
  align-items: center;
}
.pulic_index_head .logo img {
  width: 200px;
  margin-right: 14px;
}
.pulic_index_head .logo .login_btn {
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-left: 1px solid #eeecec;
}
.pulic_index_head .logo .login_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 32px;
  border-radius: 10px;
  background: #2ba4f8;
  font-size: 16px;
  color: #ffffff;
}
.pulic_index_head .search_int {
  display: flex;
  align-items: center;
  width: 600px;
  height: 45px;
  border: 2px solid #269bec;
  border-radius: 10px;
}
.pulic_index_head .search_int input {
  width: 512px;
  height: 100%;
  padding-left: 30px;
  padding-right: 10px;
  background: url(../i/ico_1.png) no-repeat 5px center;
  background-size: 17px;
  font-size: 15px;
  border: none;
}
.pulic_index_head .search_int .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 512px);
  height: 100%;
  border-radius: 5px;
  background: #269bec;
  font-size: 16px;
  color: #fff;
}
.pulic_index_head .buy_car {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 42px;
  border: 1px solid #dbe6ed;
  border-radius: 10px;
  font-size: 14px;
  color: #7b868c;
}
.pulic_index_head .buy_car .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  position: relative;
  margin-right: 12px;
}
.pulic_index_head .buy_car .dt .num {
  position: absolute;
  right: -10px;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 15px;
  border-radius: 100px;
  background: #feae1e;
  font-size: 12px;
  color: #fff;
}
.index_main_head {
  background: #fff;
  box-shadow: 0px 10px 10px rgba(151, 151, 151, 0.15);
}
.index_baner_last {
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px;
}
.index_baner_last img {
  display: block;
  width: 100%;
}
.index_anno_cont {
  padding: 20px 0;
}
.index_anno_cont .title_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.index_anno_cont .title_head .dt {
  font-size: 25px;
  color: #282828;
}
.index_anno_cont .title_head .more {
  font-size: 14px;
  color: #c4c3c3;
}
.index_anno_cont .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.index_anno_cont .last_cont .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_anno_cont .last_cont .list:nth-child(2n) {
  margin-right: 0;
}
.index_anno_cont .last_cont .list .txt {
  width: 100%;
  font-size: 15px;
  color: #898484;
}
.index_anno_cont .last_cont .list .txt .tips {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
  background: #e6f4fd;
  margin-right: 10px;
  font-size: 12px;
  color: #23a0f6;
}
.index_anno_cont .last_cont .list .time {
  display: none;
  font-size: 14px;
  color: #898484;
}
.index_main_nav {
  display: flex;
  align-items: center;
}
.index_main_nav .li {
  padding: 14px 34px;
  margin-right: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 16px;
  color: #242933;
}
.index_main_nav .li:nth-child(2n) {
  margin-right: 0;
}
.index_main_nav .li:hover,
.index_main_nav .li.hover {
  background: #269bec;
  color: #fff;
}
.index_main_cont {
  padding: 25px 0;
  background: #f6f7fb;
}
.index_main_cont .filter_cont {
  margin-bottom: 30px;
  background: #fff;
  padding: 0 20px;
}
.index_main_cont .filter_cont .filter_dl {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  align-items: center;
}
.index_main_cont .filter_cont .filter_dl:last-child {
  border-bottom: 0;
}
.index_main_cont .filter_cont .filter_dl .dt {
  width: 74px;
  font-size: 14px;
  color: #8f96a6;
}
.index_main_cont .filter_cont .filter_dl .det_cont {
  width: calc(100% - 74px);
  padding-left: 10px;
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.index_main_cont .filter_cont .filter_dl .det_cont .det_last {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index_main_cont .filter_cont .filter_dl .det_cont .all {
  display: block;
  padding: 8px 16px;
  border: 1px solid #31a7f9;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #269bec;
}
.index_main_cont .filter_cont .filter_dl .det_cont .li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #282828;
}
.index_main_cont .filter_cont .filter_dl .det_cont .li:hover,
.index_main_cont .filter_cont .filter_dl .det_cont .li.hover {
  color: #29a4f9;
}
.index_main_cont .filter_cont .filter_dl .more_btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
  color: #7b808b;
}
.index_main_cont .filter_cont .filter_dl .more_btn .arr {
  width: 12px;
  margin-left: 4px;
}
.index_main_cont .filter_sort {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.index_main_cont .filter_sort .btn {
  padding: 8px 10px;
  background: #edeff4;
  border-radius: 3px;
  font-size: 12px;
  color: #333;
  margin-right: 6px;
}
.index_main_cont .filter_sort .li {
  padding-right: 14px;
  margin-right: 6px;
  position: relative;
  font-size: 12px;
  color: #333;
}
.index_main_cont .filter_sort .li::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../i/filter_arr_top.png) no-repeat center;
}
.index_main_cont .filter_sort .li::before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../i/filter_arr_bot.png) no-repeat center;
}
.index_product_last {
  display: flex;
  flex-wrap: wrap;
}
.index_product_last .list {
  width: 230px;
  background: #fff;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px 14px;
}
.index_product_last .list:nth-child(5n) {
  margin-right: 0;
}
.index_product_last .list .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 180px;
}
.index_product_last .list .tis_i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.index_product_last .list .bit_deta .pri {
  font-size: 20px;
  font-weight: bold;
  color: #ff7800;
  margin-bottom: 15px;
}
.index_product_last .list .bit_deta .name {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_product_last .list .bit_deta .inf {
  font-size: 12px;
  color: #a0adb4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pulic_foot_cont {
  padding: 40px 0 50px;
  text-align: center;
}
.pulic_foot_cont .txt {
  font-size: 12px;
  color: #98989a;
  padding: 4px 0;
}
/*登录*/
.login_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../i/login_bg.png) no-repeat center;
  background-size: cover;
}
.login_content_main .head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 0;
}
.login_content_main .head_cont .login_cont {
  display: flex;
  align-items: center;
}
.login_content_main .head_cont .login_cont .logo {
  display: block;
}
.login_content_main .head_cont .login_cont .logo img {
  display: block;
}
.login_content_main .head_cont .login_cont .tel {
  margin-left: 14px;
  padding: 10px 0 10px 14px;
  border-left: 1px solid #ccd2d8;
  font-size: 24px;
  color: #7f838f;
}
.login_content_main .head_cont .home_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 42px;
  background: #fff;
  border-radius: 10px;
  font-size: 15px;
  color: #282828;
}
.login_content_main .head_cont .home_btn img {
  width: 16px;
  margin-right: 8px;
}
.login_content_main .login_content {
  display: block;
  width: 462px;
  margin: 60px auto 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 56px 40px 50px;
}
.login_content_main .login_content .title_head {
  font-size: 30px;
  color: #282828;
  margin-bottom: 40px;
}
.login_content_main .login_content .int_dl {
  margin-bottom: 20px;
}
.login_content_main .login_content .int_dl .dt {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.login_content_main .login_content .int_dl .dd input {
  width: 100%;
  height: 50px;
  border: 1px solid #e9e9e9;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  border-radius: 5px;
}
.login_content_main .login_content .int_dl .dd input:focus {
  border: 2px solid #2b2b2b;
}
.login_content_main .login_content .bit_forgot {
  text-align: right;
  padding: 20px 0;
  font-size: 15px;
  color: #269bec;
}
.login_content_main .login_content .bit_forgot a {
  color: #269bec;
}
.login_content_main .login_content .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #269bec;
  font-size: 18px;
  color: #fff;
  margin: 20px auto 0;
}
.login_copy {
  position: fixed;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.login_copy p {
  font-size: 12px;
  color: #98989a;
  padding: 4px 0;
}
.pulic_user_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f6f7fb;
}
.pulic_user_head {
  background: #fff;
  padding: 10px 0;
}
.pulic_user_head .warpin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pulic_user_head .l_cont {
  display: flex;
  align-items: center;
}
.pulic_user_head .l_cont .logo {
  display: block;
  margin-right: 20px;
}
.pulic_user_head .l_cont .logo img {
  height: 50px;
}
.pulic_user_head .l_cont .home_btn {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #282828;
}
.pulic_user_head .l_cont .home_btn img {
  display: block;
  margin-right: 10px;
}
.pulic_user_head .r_cont {
  display: flex;
  align-items: center;
}
.pulic_user_head .r_cont .anno_btn {
  display: flex;
  align-items: center;
  margin-right: 70px;
  font-size: 14px;
  color: #282828;
}
.pulic_user_head .r_cont .anno_btn img {
  display: block;
  width: 16px;
  margin-right: 6px;
}
.pulic_user_head .r_cont .user_inf_cont {
  position: relative;
}
.pulic_user_head .r_cont .user_inf_cont .user_head {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #282828;
  font-weight: bold;
}
.pulic_user_head .r_cont .user_inf_cont .user_head .arr {
  width: 8px;
  margin-left: 16px;
}
.pulic_user_head .r_cont .user_inf_cont .inf_det {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 80px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.pulic_user_head .r_cont .user_inf_cont .inf_det .li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  padding: 10px 0;
}
.pulic_user_head .r_cont .user_inf_cont:hover .inf_det {
  display: block;
}
.user_pulic_main {
  padding: 50px 0;
}
.user_pulic_main .warpin {
  display: flex;
}
.user_pulic_main .l_main {
  width: 280px;
  min-height: 80vh;
  background: #fff;
  border-radius: 5px;
}
.user_pulic_main .l_main .head_cont {
  padding: 20px 24px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 18px;
  color: #000000;
}
.user_pulic_main .l_main .navi_main {
  padding: 30px 12px;
}
.user_pulic_main .l_main .navi_main .li {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  border-radius: 10px;
  margin-bottom: 22px;
  font-size: 15px;
  color: #282828;
}
.user_pulic_main .l_main .navi_main .li .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-right: 14px;
}
.user_pulic_main .l_main .navi_main .li .i img {
  max-width: 100%;
}
.user_pulic_main .l_main .navi_main .li:hover {
  background: #e6f4fd;
}
.user_pulic_main .l_main .navi_main .li.active {
  background: #269bec;
  color: #fff;
}
.user_pulic_main .l_main .navi_main .li.active .i img {
  filter: brightness(1000%);
}
.user_pulic_main .pulic_r_main {
  width: calc(100% - 280px);
  padding-left: 34px;
}
.purchase_detail_cont .head_cont .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.purchase_detail_cont .head_cont .title .dt {
  font-size: 24px;
  color: #000000;
}
.purchase_detail_cont .head_cont .title .dt span {
  font-size: 14px;
  color: #798893;
}
.purchase_detail_cont .head_cont .title .dt span em {
  color: #3daffe;
}
.purchase_detail_cont .head_cont .title .more {
  font-size: 15px;
  color: #999999;
}
.purchase_detail_cont .head_cont .title .add_dares {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 35px;
  border-radius: 5px;
  background: #269bec;
  font-size: 14px;
  color: #ffffff;
}
.purchase_detail_cont .head_cont .last_cont {
  display: flex;
  flex-wrap: wrap;
}
.purchase_detail_cont .head_cont .last_cont .list {
  width: calc(97% / 4);
  margin-right: 1%;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background: #fff;
  border-radius: 5px;
}
.purchase_detail_cont .head_cont .last_cont .list:nth-child(4n) {
  margin-right: 0;
}
.purchase_detail_cont .head_cont .last_cont .list .dt_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
}
.purchase_detail_cont .head_cont .last_cont .list .dt_i img {
  display: block;
  width: 100%;
}
.purchase_detail_cont .head_cont .last_cont .list .dd {
  width: calc(100% - 44px);
  padding-left: 30px;
}
.purchase_detail_cont .head_cont .last_cont .list .dd h2 {
  font-size: 15px;
  color: #647785;
  margin-bottom: 6px;
}
.purchase_detail_cont .head_cont .last_cont .list .dd p {
  font-size: 24px;
  color: #282828;
}
.purchase_detail_cont .head_cont .order_filter_cont {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase_detail_cont .head_cont .order_filter_cont .l_cont {
  display: flex;
  align-items: center;
}
.purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl:last-child {
  margin-right: 0;
}
.purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl .dt {
  font-size: 14px;
  color: #333;
}
.purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl .dd {
  padding-left: 10px;
}
.purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl .dd input {
  height: 34px;
  border: 1px solid #d8d9de;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.purchase_detail_cont .head_cont .order_filter_cont .btn_dl {
  display: flex;
  align-items: center;
}
.purchase_detail_cont .head_cont .order_filter_cont .btn_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 34px;
  border-radius: 5px;
  margin-right: 5px;
  background: #f0f2f3;
  font-size: 14px;
  color: #2a2a2a;
}
.purchase_detail_cont .head_cont .order_filter_cont .btn_dl .btn.btn_1 {
  background: #269bec;
  color: #fff;
}
.purchase_detail_cont .from_content {
  padding: 10px 24px;
  background: #fff;
  border-radius: 5px;
}
.purchase_detail_cont .from_content .form_head {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.purchase_detail_cont .from_content .form_head .tle {
  font-size: 16px;
  color: #32325d;
  margin-right: 20px;
}
.purchase_detail_cont .from_content .form_head .tab_nav {
  display: flex;
  align-items: center;
  padding: 3px;
  background: #f6f7fb;
  border-radius: 5px;
}
.purchase_detail_cont .from_content .form_head .tab_nav .dd {
  padding: 6px 0;
  width: 76px;
  font-size: 14px;
  color: #54565c;
  margin-right: 5px;
  text-align: center;
  cursor: pointer;
}
.purchase_detail_cont .from_content .form_head .tab_nav .dd:hover,
.purchase_detail_cont .from_content .form_head .tab_nav .dd.hover {
  background: #ffffff;
  color: #269bec;
}
.purchase_detail_cont .from_content .tab_form_cont {
  border-bottom: 1px solid #e8eaf0;
}
.purchase_detail_cont .from_content .tab_form_cont .thead_cont {
  display: flex;
  align-items: center;
  background: #f7f9fc;
  border-top: 1px solid #e8eaf0;
  border-bottom: 1px solid #e8eaf0;
}
.purchase_detail_cont .from_content .tab_form_cont .thead_cont .td:nth-child(1) {
  text-align: left;
}
.purchase_detail_cont .from_content .tab_form_cont .td {
  padding: 10px 16px;
  font-size: 14px;
  color: #8899aa;
}
.purchase_detail_cont .from_content .tab_form_cont .td:nth-child(1) {
  width: 460px;
}
.purchase_detail_cont .from_content .tab_form_cont .td:nth-child(2) {
  width: 160px;
}
.purchase_detail_cont .from_content .tab_form_cont .td:nth-child(3) {
  width: 160px;
}
.purchase_detail_cont .from_content .tab_form_cont .td:nth-child(4) {
  width: 160px;
}
.purchase_detail_cont .from_content .tab_form_cont .td:nth-child(5) {
  width: 240px;
}
.purchase_detail_cont .from_content .tab_form_cont .td:nth-child(6) {
  width: 240px;
  text-align: center;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #e3e3e3;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr:last-child {
  border-bottom: none;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .pro_inf {
  display: flex;
  align-items: center;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .pro_inf .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .pro_inf .pro_i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .pro_inf .inf_cont {
  width: calc(100% - 60px);
  padding-left: 14px;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .pro_inf .inf_cont h2 {
  font-size: 15px;
  color: #282828;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .pro_inf .inf_cont p {
  font-size: 12px;
  color: #999999;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .seet_dl .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  margin: 5px auto;
  border: 1px solid #bdb9b9;
  font-size: 14px;
  color: #bdb9b9;
}
.purchase_detail_cont .from_content .tab_form_cont .tbody_cont .tr .td {
  font-size: 15px;
  color: #282828;
}
.purchase_detail_cont .from_content .tab_form_cont .order_last {
  padding: 14px 0;
  border: 1px solid #ececec;
  margin-bottom: 14px;
}
.purchase_detail_cont .from_content .tab_form_cont .order_last .title_num {
  font-size: 16px;
  color: #333;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase_detail_cont .from_content .tab_form_cont .order_last .title_num .li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  margin: 5px 35px;
  border: 1px solid #bdb9b9;
  font-size: 14px;
  color: #bdb9b9;
}
.purchase_detail_cont .from_content .form_null {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
}
.purchase_detail_cont .from_content .form_null img {
  max-width: 100%;
}
.adres_tab_cont {
  min-height: 60vh;
  padding: 30px 32px;
  background: #fff;
  border-radius: 10px;
  border-bottom: 1px solid #e8eaf0;
}
.adres_tab_cont .thead_cont {
  display: flex;
  align-items: center;
  background: #f7f9fc;
  border-top: 1px solid #e8eaf0;
  border-bottom: 1px solid #e8eaf0;
}
.adres_tab_cont .thead_cont .td {
  font-size: 14px;
  font-weight: bold;
  color: #8899aa;
}
.adres_tab_cont .tbody_cont .tr {
  display: flex;
  border-bottom: 1px solid #e8eaf0;
}
.adres_tab_cont .tbody_cont .tips {
  padding: 3px 5px;
  background: #8899aa;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.adres_tab_cont .tbody_cont .tips.active {
  background: #269bec;
  color: #fff;
}
.adres_tab_cont .tbody_cont .adres_seet_dc {
  font-size: 14px;
  color: #0068d3;
}
.adres_tab_cont .td {
  font-size: 15px;
  color: #282828;
  padding: 15px 6px;
}
.adres_tab_cont .td:nth-child(1) {
  width: 260px;
}
.adres_tab_cont .td:nth-child(2) {
  width: 160px;
}
.adres_tab_cont .td:nth-child(3) {
  width: 360px;
}
.adres_tab_cont .td:nth-child(4) {
  width: 160px;
}
.adres_tab_cont .td:nth-child(5) {
  width: 140px;
}
.adres_tab_cont .td:nth-child(6) {
  width: 140px;
}
.adres_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.45);
  display: none;
}
.adres_add_cont {
  display: none;
  position: fixed;
  top: 50%;
  left: 25%;
  width: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 10px;
  z-index: 13;
}
.adres_add_cont .head_cont {
  padding: 14px 20px;
  border-bottom: 1px solid #dedede;
  position: relative;
  font-size: 14px;
  color: #32325a;
}
.adres_add_cont .head_cont .shut_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url(../i/shut_btn.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.adres_add_cont .form_data_cont {
  padding: 30px 20px;
}
.adres_add_cont .form_data_cont .dl {
  display: flex;
  margin-bottom: 20px;
}
.adres_add_cont .form_data_cont .dl .dt {
  width: 90px;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 32px;
}
.adres_add_cont .form_data_cont .dl .dt em {
  color: #ff5a7c;
  font-size: 12px;
}
.adres_add_cont .form_data_cont .dl .dd {
  width: calc(100% - 90px);
  padding-left: 10px;
  display: flex;
}
.adres_add_cont .form_data_cont .dl .dd textarea {
  width: 100%;
  height: 120px;
  padding: 5px;
  border: 1px solid #d8d9de;
  box-sizing: border-box;
  font-size: 14px;
}
.adres_add_cont .form_data_cont .dl .dd input {
  width: 100%;
  height: 32px;
  padding-left: 10px;
  border: 1px solid #d8d9de;
  box-sizing: border-box;
  font-size: 14px;
}
.adres_add_cont .form_data_cont .dl .dd select {
  width: 100%;
  height: 32px;
  padding: 5px;
  border: 1px solid #d8d9de;
  box-sizing: border-box;
  font-size: 14px;
  margin-right: 10px;
}
.adres_add_cont .form_data_cont .dl .dd select:last-child {
  margin-right: 0;
}
.adres_add_cont .form_data_cont .bit_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.adres_add_cont .form_data_cont .bit_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 32px;
  border: 1px solid #d8d9de;
  border-radius: 3px;
  margin-left: 14px;
  font-size: 14px;
  color: #32325d;
}
.adres_add_cont .form_data_cont .bit_btn .btn.btn_1 {
  background: #269bec;
  border: 1px solid #269bec;
  color: #fff;
}
.user_anno_cont {
  min-height: 60vh;
  padding: 30px 32px;
  background: #fff;
  border-radius: 10px;
  border-bottom: 1px solid #e8eaf0;
}
.user_anno_cont .anno_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.user_anno_cont .anno_list .txt {
  width: 70%;
  font-size: 18px;
  color: #2d2b2b;
}
.user_anno_cont .anno_list .time {
  width: 20%;
  font-size: 16px;
  color: #999999;
  text-align: right;
}
.user_infor_cont {
  min-height: 60vh;
  padding: 30px 32px;
  background: #fff;
  border-radius: 10px;
}
.user_infor_cont .user_infor {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}
.user_infor_cont .user_infor .ava {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  overflow: hidden;
}
.user_infor_cont .user_infor .ava img {
  display: block;
  width: 100%;
  height: 100%;
}
.user_infor_cont .user_infor .ava .change {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  color: #fff;
}
.user_infor_cont .user_infor input {
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 104px;
  opacity: 0;
}
.user_infor_cont .user_infor .data_inf {
  width: calc(100% - 104px);
  padding-left: 10px;
}
.user_infor_cont .user_infor .data_inf .name {
  font-size: 16px;
  color: #333;
}
.user_infor_cont .user_infor .data_inf .name_xg {
  font-size: 14px;
  color: #4279d4;
}
.user_infor_cont .bit_inf .dl {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}
.user_infor_cont .bit_inf .dl .xg {
  font-size: 14px;
  color: #4279d4;
}
.pulic_maps {
  padding: 24px 0;
  font-size: 13px;
  color: #878c96;
}
.pulic_maps .contain {
  display: flex;
  align-items: center;
}
.pulic_maps img {
  margin-right: 8px;
}
.pulic_maps span {
  color: #242933;
}
.buy_cars_content {
  padding: 45px 0;
}
.buy_cars_content .head_title {
  font-size: 28px;
  color: #262626;
  margin-bottom: 30px;
  position: relative;
}
.buy_cars_content .head_title .down_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex
		;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 42px;
  border-radius: 5px;
  background: #269bec;
  font-size: 20px;
  color: #fff;
  letter-spacing: 5px;
}
.buy_cars_content .buy_form_cont {
  margin-bottom: 40px;
}
.buy_cars_content .buy_form_cont .form_head {
  display: flex;
  align-items: center;
  padding: 20px 26px;
  background: #fbfbfb;
}
.buy_cars_content .buy_form_cont .form_head .td {
  font-size: 15px;
  font-weight: bold;
  color: #282828;
}
.buy_cars_content .buy_form_cont .total {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ff7800;
}
.buy_cars_content .buy_form_cont input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border: 2px solid #d7d9da;
  border-radius: 3px;
  margin-right: 5px;
}
.buy_cars_content .buy_form_cont .td {
  width: calc(100% / 6);
  font-size: 15px;
  color: #333333;
}
.buy_cars_content .buy_form_cont .td:nth-child(2) {
  width: 40%;
}
.buy_cars_content .buy_form_cont .td:nth-child(5) {
  width: 25%;
}
.buy_cars_content .buy_form_cont .td span {
  color: #999999;
}
.buy_cars_content .buy_form_cont .td span.cor_1 {
  color: #ff7800;
}
.buy_cars_content .buy_form_cont .buy_inf_list {
  display: flex;
  align-items: center;
  padding: 0 26px;
}
.buy_cars_content .buy_form_cont .buy_inf_list .td {
  padding: 12px 0;
}
.buy_cars_content .buy_form_cont .pro_inf {
  display: flex;
  align-items: center;
}
.buy_cars_content .buy_form_cont .pro_inf .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #ededed;
}
.buy_cars_content .buy_form_cont .pro_inf .pro_i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.buy_cars_content .buy_form_cont .pro_inf .inf {
  width: calc(100% - 90px);
  padding-left: 5px;
  padding-right: 5px;
}
.buy_cars_content .buy_form_cont .pro_inf .inf .tle {
  font-size: 15px;
  font-weight: bold;
  color: #282828;
  margin-bottom: 10px;
}
.buy_cars_content .buy_form_cont .pro_inf .inf .txt {
  font-size: 12px;
  color: #999999;
}
.buy_cars_content .buy_form_cont .buy_form_foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 26px;
  background: #fbfbfb;
}
.buy_cars_content .buy_form_cont .buy_form_foot .l_cont {
  display: flex;
  align-items: center;
}
.buy_cars_content .buy_form_cont .buy_form_foot .l_cont .buy_set {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.buy_cars_content .buy_form_cont .buy_form_foot .l_cont .buy_set .li {
  font-size: 15px;
  color: #282828;
  padding: 0 10px;
  border-right: 1px solid #dbdbdb;
}
.buy_cars_content .buy_form_cont .buy_form_foot .l_cont .buy_set .li:hover {
  color: #3daaf6;
}
.buy_cars_content .buy_form_cont .buy_form_foot .l_cont .buy_set .li:last-child {
  border-right: none;
}
.buy_cars_content .buy_form_cont .buy_form_foot .r_cont {
  display: flex;
  align-items: center;
}
.buy_cars_content .buy_form_cont .buy_form_foot .r_cont .tips {
  font-size: 15px;
  color: #282828;
  margin-right: 26px;
}
.buy_cars_content .buy_form_cont .buy_form_foot .r_cont .tips span {
  color: #3daaf6;
}
.buy_cars_content .buy_form_cont .buy_form_foot .r_cont .total {
  font-size: 15px;
  color: #282828;
  margin-right: 20px;
}
.buy_cars_content .buy_form_cont .buy_form_foot .r_cont .total span {
  color: #ff7800;
  font-size: 20px;
}
.buy_cars_content .buy_form_cont .buy_form_foot .r_cont .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 52px;
  border-radius: 10px;
  background: #269bec;
  font-size: 20px;
  color: #fff;
  letter-spacing: 5px;
}
.buy_cars_content .recei_address {
  margin-bottom: 30px;
}
.buy_cars_content .recei_address .head_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: #fbfbfb;
}
.buy_cars_content .recei_address .head_cont .tle {
  font-size: 18px;
  color: #262626;
}
.buy_cars_content .recei_address .head_cont .manage {
  font-size: 15px;
  color: #269bec;
}
.buy_cars_content .recei_address .adres_last {
  border: 1px solid #f3f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
}
.buy_cars_content .recei_address .adres_last .deta_cont {
  display: flex;
  align-items: center;
}
.buy_cars_content .recei_address .adres_last .deta_cont .i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
}
.buy_cars_content .recei_address .adres_last .deta_cont .i img {
  max-width: 100%;
}
.buy_cars_content .recei_address .adres_last .deta_cont .det_inf {
  width: calc(100% - 66px);
}
.buy_cars_content .recei_address .adres_last .deta_cont .det_inf .tle {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.buy_cars_content .recei_address .adres_last .deta_cont .det_inf .tle span {
  font-size: 22px;
  color: #282828;
  font-weight: bold;
}
.buy_cars_content .recei_address .adres_last .deta_cont .det_inf .txt {
  font-size: 16px;
  color: #999999;
}
.buy_cars_content .recei_address .adres_last .set_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 40px;
  border: 1px solid #d7d9da;
  border-radius: 5px;
  font-size: 14px;
  color: #999999;
}
.buy_cars_content .product_cont .head {
  padding: 18px 20px;
  background: #fbfbfb;
  font-size: 18px;
  color: #262626;
}
.buy_cars_content .product_cont .product_tab_form .thead {
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.buy_cars_content .product_cont .product_tab_form .thead .td:nth-child(1) {
  padding: 16px 24px;
}
.buy_cars_content .product_cont .product_tab_form .td {
  padding: 14px 0;
  font-size: 14px;
  color: #262626;
  width: calc(100% / 5);
}
.buy_cars_content .product_cont .product_tab_form .td:nth-child(1) {
  width: 40%;
}
.buy_cars_content .product_cont .product_tab_form .tr {
  display: flex;
  padding: 16px 0;
}
.buy_cars_content .product_cont .product_tab_form .tr span {
  font-size: 15px;
  color: #999999;
}
.buy_cars_content .product_cont .product_tab_form .pro_inf {
  display: flex;
  align-items: center;
}
.buy_cars_content .product_cont .product_tab_form .pro_inf .pro_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border: 1px solid #d7d9da;
}
.buy_cars_content .product_cont .product_tab_form .pro_inf .pro_i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.buy_cars_content .product_cont .product_tab_form .pro_inf .inf_cont {
  width: calc(100% - 53px);
  padding-left: 16px;
}
.buy_cars_content .product_cont .product_tab_form .pro_inf .inf_cont .tle {
  font-size: 15px;
  color: #282828;
  margin-bottom: 6px;
}
.buy_cars_content .product_cont .product_tab_form .pro_inf .inf_cont .txt {
  font-size: 12px;
  color: #999999;
}
.buy_cars_content .product_cont .leave_cont {
  padding: 12px 20px;
  background: #fbfbfb;
  border-top: 1px solid #eeeeee;
}
.buy_cars_content .product_cont .leave_cont .tle {
  font-size: 18px;
  color: #262626;
  margin-bottom: 10px;
}
.buy_cars_content .product_cont .leave_cont textarea {
  width: 100%;
  height: 76px;
  background: #fff;
  border: 1px solid #fbfbfb;
  padding: 10px;
  box-sizing: border-box;
}
.buy_cars_content .product_cont .bit_total {
  text-align: right;
  padding: 24px 0;
  border-bottom: 1px solid #f2f2f2;
}
.buy_cars_content .product_cont .bit_total .txt {
  font-size: 16px;
  color: #282828;
}
.buy_cars_content .product_cont .bit_total .txt span {
  color: #333333;
}
.buy_cars_content .product_cont .bit_total .bits {
  font-size: 14px;
  color: #999999;
}
.buy_cars_content .product_cont .foot_cont {
  padding: 16px 0;
}
.buy_cars_content .product_cont .foot_cont .payment {
  text-align: right;
  font-size: 20px;
  color: #282828;
  margin-bottom: 20px;
}
.buy_cars_content .product_cont .foot_cont .payment span {
  color: #ff7800;
}
.buy_cars_content .product_cont .foot_cont .btn_last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.buy_cars_content .product_cont .foot_cont .btn_last .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 194px;
  height: 54px;
  background: #e1f1fb;
  border: 1px solid #7dc3f4;
  border-radius: 5px;
  font-size: 20px;
  color: #269bec;
  margin-left: 7px;
}
.buy_cars_content .product_cont .foot_cont .btn_last .btn.btn_1 {
  background: #269bec;
  color: #fff;
}
.count_dl {
  display: flex;
  align-items: center;
  width: 180px;
  height: 42px;
  border: 1px solid #a4bfe7;
  border-radius: 3px;
  padding: 3px 4px;
}
.count_dl .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 33px;
  background: #f5f6f8;
  border-radius: 5px;
  font-size: 28px;
  color: #929dae;
  font-weight: bold;
}
.count_dl input {
  width: 100px;
  height: 40px;
  text-align: center;
  border: none;
}
.product_detail_cont {
  padding: 30px 0;
}
.product_head_cont {
  display: flex;
  margin-bottom: 80px;
}
.product_head_cont .pro_img_cont {
  width: 460px;
  padding: 0 24px;
}
.product_head_cont .pro_img_cont .pro_img_top {
  width: 100%;
  height: 406px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.product_head_cont .pro_img_cont .pro_img_top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_head_cont .pro_img_cont .pro_img_top img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product_head_cont .pro_img_cont .pro_img_tom {
  position: relative;
  overflow: hidden;
}
.product_head_cont .pro_img_cont .pro_img_tom img {
  display: block;
  max-width: 100%;
  height: 80px;
}
.product_head_cont .pro_img_cont .pro_img_tom .swiper-slide {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_head_cont .pro_img_cont .pro_img_tom .swiper-slide-thumb-active {
  border: 1px solid #269bec;
}
.product_head_cont .pro_deta_inf {
  width: calc(100% - 460px);
  padding-left: 20px;
}
.product_head_cont .pro_deta_inf .name {
  font-size: 32px;
  color: #282828;
  margin-bottom: 24px;
}
.product_head_cont .pro_deta_inf .det_dl {
  margin-bottom: 10px;
}
.product_head_cont .pro_deta_inf .det_dl .dd {
  font-size: 14px;
  color: #747b80;
  margin-bottom: 4px;
}
.product_head_cont .pro_deta_inf .rebate {
  margin-bottom: 30px;
}
.product_head_cont .pro_deta_inf .rebate span {
  padding: 2px 4px;
  border: 1px solid #ff7800;
  font-size: 12px;
  color: #ff7800;
  border-radius: 5px;
}
.product_head_cont .pro_deta_inf .price {
  font-size: 15px;
  color: #9e9e9e;
  margin-bottom: 30px;
}
.product_head_cont .pro_deta_inf .price span {
  font-size: 30px;
  color: #ff7800;
  font-weight: bold;
}
.product_head_cont .pro_deta_inf .num_det .td {
  width: 40%;
}
.product_head_cont .pro_deta_inf .num_det .td:nth-child(1) {
  width: 60%;
}
.product_head_cont .pro_deta_inf .num_det .thead {
  display: flex;
}
.product_head_cont .pro_deta_inf .num_det .thead .td {
  padding: 10px 0;
  font-size: 17px;
  color: #282828;
}
.product_head_cont .pro_deta_inf .num_det .tr {
  display: flex;
  padding: 14px 18px;
  background: #f7f9fc;
}
.product_head_cont .pro_deta_inf .num_det .tr .td {
  font-size: 15px;
  color: #929dae;
  display: flex;
  align-items: center;
}
.product_head_cont .pro_deta_inf .num_det .tr .count_dl {
  margin-right: 10px;
}
.product_head_cont .pro_deta_inf .buy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 42px;
  border-radius: 10px;
  background: #269bec;
  font-size: 18px;
  color: #ffffff;
  margin-top: 40px;
}
.product_main_cont .cont {
  display: none;
}
.product_main_cont .tis_cont {
  background: #f6f8fa;
  border-top: 1px solid #e3e6e8;
  border-bottom: 1px solid #e3e6e8;
  display: flex;
  align-items: center;
}
.product_main_cont .tis_cont .li {
  padding: 14px 42px;
  font-size: 16px;
  color: #616b72;
  font-weight: bold;
  cursor: pointer;
}
.product_main_cont .tis_cont .li.hover,
.product_main_cont .tis_cont .li:hover {
  background: #fff;
  border-top: 3px solid #269bec;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #e3e6e8;
  color: #269bec;
}
.product_main_cont .bit_cont {
  padding: 24px 0;
}
.product_main_cont .bit_cont p {
  font-size: 15px;
  color: #5d6266;
  padding: 8px 0;
}
.product_main_cont .file_down_tab {
  border: 1px solid #ececec;
}
.product_main_cont .file_down_tab .list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
}
.product_main_cont .file_down_tab .list:last-child {
  border-bottom: none;
}
.product_main_cont .file_down_tab .list .td {
  width: 70%;
  font-size: 14px;
  color: #282828;
  padding: 20px 22px;
}
.product_main_cont .file_down_tab .list .td:first-child {
  width: 30%;
}
.product_main_cont .file_down_tab .list .td:last-child {
  border-left: 1px solid #ececec;
}
.product_main_cont .file_down_tab .list .file_down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 90px 14px 22px;
  background: #f7f9fc;
  border-radius: 5px;
  position: relative;
}
.product_main_cont .file_down_tab .list .file_down .file_txt {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #282828;
}
.product_main_cont .file_down_tab .list .file_down .file_txt img {
  width: 36px;
  margin-right: 10px;
}
.product_main_cont .file_down_tab .list .file_down .down {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  background: #fff;
  font-size: 12px;
  color: #269bec;
  padding: 8px 10px;
}
.product_main_cont .file_down_tab .list .file_down .down img {
  margin-right: 4px;
}
.anno_main_cont {
  padding: 20px 0;
  background: #f6f7fb;
}
.anno_main_cont .tis_nav {
  display: flex;
  align-items: center;
  padding: 0 30px;
  background: #fafbfd;
  border-radius: 4px;
  margin-bottom: 8px;
}
.anno_main_cont .tis_nav .li {
  padding: 20px 0;
  margin-right: 40px;
  position: relative;
  font-size: 16px;
  color: #313030;
  cursor: pointer;
}
.anno_main_cont .tis_nav .li:hover,
.anno_main_cont .tis_nav .li.hover {
  color: #2ba4f8;
}
.anno_main_cont .tis_nav .li:hover::after,
.anno_main_cont .tis_nav .li.hover::after {
  width: 100%;
}
.anno_main_cont .tis_nav .li::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  border-radius: 100px;
  background: #269bec;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
.anno_main_cont .bit_cont {
  min-height: 40vh;
  background: #fff;
  border-radius: 3px;
  padding: 20px 40px;
}
.anno_main_cont .bit_cont .list {
  display: flex;
  align-items: center;
  position: relative;
  padding: 22px 120px 22px 0;
  border-bottom: 1px dashed #e8e8e8;
}
.anno_main_cont .bit_cont .list:last-child {
  border-bottom: none;
}
.anno_main_cont .bit_cont .list .det_cont {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
}
.anno_main_cont .bit_cont .list .det_cont span {
  padding: 6px 10px;
  background: #e6f4fd;
  border-radius: 10px;
  font-size: 13px;
  color: #269bec;
  margin-right: 5px;
}
.anno_main_cont .bit_cont .list .time {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: #999999;
}
.anno_detail_cont {
  width: 100%;
  background: #fff;
  padding: 50px 28px;
  margin-bottom: 24px;
}
.anno_detail_cont .title_head {
  margin-bottom: 10px;
  text-align: center;
}
.anno_detail_cont .title_head h2 {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.anno_detail_cont .title_head p {
  padding: 14px 0;
  font-size: 14px;
}
.anno_detail_cont .tips {
  padding: 16px 10px;
  background: #f5f5f5;
  font-size: 14px;
  color: #5a5a5a;
}
.anno_detail_cont .deta_txt {
  padding: 30px 0;
  font-size: 14px;
  color: #333;
}
.pulic_floor_cont {
  position: fixed;
  right: 20px;
  top: 40vh;
  width: 50px;
  background: #f2f2f2;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  z-index: 15;
}
.pulic_floor_cont .li {
  display: block;
  position: relative;
  padding: 12px 0;
}
.pulic_floor_cont .li .tis_i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.pulic_floor_cont .li .tis_i img {
  max-width: 100%;
}
.pulic_floor_cont .li .txt {
  text-align: center;
  font-size: 13px;
  color: #333333;
}
.pulic_floor_cont .li .det_cont {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 195px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.5s;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.pulic_floor_cont .li .det_cont::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.pulic_floor_cont .li .det_cont h2 {
  font-size: 22px;
  color: #d00000;
  padding: 10px 0;
}
.pulic_floor_cont .li .det_cont p {
  font-size: 14px;
  color: #999999;
  padding: 10px 0;
}
.pulic_floor_cont .li .det_cont img {
  display: block;
  width: 100%;
}
.pulic_floor_cont .li:hover .det_cont {
  display: block;
  opacity: 1;
  right: 70px;
  visibility: inherit;
}
.contact_case_2 {
  padding: 70px 0;
  background: #f7f7f7;
}
.contact_case_2 .title_head {
  text-align: center;
  margin-bottom: 60px;
}
.contact_case_2 .title_head h2 {
  font-size: 44px;
  color: #222429;
  margin-bottom: 14px;
}
.contact_case_2 .int_last {
  display: flex;
  flex-wrap: wrap;
}
.contact_case_2 .int_last .li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.contact_case_2 .int_last .li:nth-child(3n) {
  margin-right: 0;
}
.contact_case_2 .int_last .li:last-child {
  width: 100%;
  margin-right: 0;
}
.contact_case_2 .int_last .li input {
  width: 100%;
  height: 50px;
  padding-left: 10px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
}
.contact_case_2 .int_last .li textarea {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #dddddd;
  background: #fff;
  font-size: 14px;
  padding: 10px;
}
.contact_case_2 .sub_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 54px;
  background: #000099;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  margin: 30px auto 0;
}
/* 720 */
@media (max-width: 720px) {
  .contain {
    width: 100%;
    padding: 0 2vw;
  }
  .warpin {
    padding: 0 2vw;
  }
  .pulic_index_head {
    padding: 1rem 0;
  }
  .pulic_index_head .contain {
    flex-wrap: wrap;
  }
  .pulic_index_head .logo {
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }
  .pulic_index_head .search_int {
    width: 100%;
  }
  .pulic_index_head .search_int input {
    width: 80%;
  }
  .pulic_index_head .search_int .btn {
    width: 20%;
    font-size: 1.4rem;
  }
  .pulic_index_head .buy_car {
    display: none;
  }
  .index_baner_last {
    margin: 0 auto 1rem;
  }
  .index_baner_last img {
    width: 100%;
  }
  .index_anno_cont {
    padding: 1rem 0;
  }
  .index_anno_cont .title_head {
    margin-bottom: 1rem;
  }
  .index_anno_cont .title_head .dt {
    font-size: 1.5rem;
  }
  .index_anno_cont .title_head .more {
    font-size: 1.2rem;
  }
  .index_anno_cont .last_cont .list {
    width: 100%;
    margin-right: 0;
    flex-wrap: wrap;
  }
  .index_anno_cont .last_cont .list .time {
    width: 100%;
  }
  .pagination {
    flex-wrap: wrap;
    height: auto !important;
  }
  .pagination li {
    margin-bottom: 8px !important;
  }
  .index_main_cont {
    padding: 1rem 0;
  }
  .index_main_cont .filter_cont {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .index_main_cont .filter_cont .filter_dl {
    flex-wrap: wrap;
    padding: 1rem 0;
  }
  .index_main_cont .filter_cont .filter_dl .dt {
    width: 100%;
    padding: 1.5rem 0;
  }
  .index_main_cont .filter_cont .filter_dl .det_cont {
    width: 100%;
    padding: 0;
  }
  .index_product_last .list {
    width: 49%;
    margin-right: 2% !important;
    padding: 1rem;
  }
  .index_product_last .list:nth-child(2n) {
    margin-right: 0 !important;
  }
  .pulic_maps {
    padding: 1.5rem 0;
  }
  .pulic_maps .contain {
    flex-wrap: wrap;
  }
  .product_detail_cont {
    padding: 1rem 0;
  }
  .product_head_cont {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  .product_head_cont .pro_img_cont {
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
  }
  .product_head_cont .pro_img_cont .pro_img_tom img {
    height: 6rem;
  }
  .product_head_cont .pro_deta_inf {
    width: 100%;
    padding: 1rem 0;
  }
  .product_head_cont .pro_deta_inf .name {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .product_head_cont .pro_deta_inf .rebate {
    margin-bottom: 1rem;
  }
  .product_head_cont .pro_deta_inf .price {
    margin-bottom: 1rem;
  }
  .product_head_cont .pro_deta_inf .price span {
    font-size: 2rem;
  }
  .product_head_cont .pro_deta_inf .buy_btn {
    width: 14rem;
    height: 4rem;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .product_main_cont .tis_cont .li {
    padding: 1.5rem 2rem;
    font-size: 1.4rem;
  }
  .product_main_cont .file_down_tab .list .td {
    padding: 1rem;
  }
  .product_main_cont .file_down_tab .list .file_down {
    padding: 1rem;
    flex-wrap: wrap;
  }
  .product_main_cont .file_down_tab .list .file_down .file_txt {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .product_main_cont .file_down_tab .list .file_down .file_txt img {
    display: none;
  }
  .product_main_cont .file_down_tab .list .file_down .down {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
  }
  .count_dl {
    width: 100%;
  }
  .count_dl input {
    width: 4rem;
  }
  .login_content_main .head_cont {
    padding: 1rem 0;
  }
  .login_content_main .head_cont .login_cont .logo img {
    width: 10rem;
  }
  .login_content_main .head_cont .login_cont .tel {
    font-size: 1.6rem;
    padding: 0.5rem 0 0.5rem 0.6rem;
  }
  .login_content_main .head_cont .home_btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.2rem;
  }
  .login_content_main .head_cont .home_btn img {
    width: 1.5rem;
  }
  .login_content_main .login_content {
    width: 100%;
    margin: 8rem auto 3rem;
    padding: 2rem;
  }
  .login_content_main .login_content .title_head {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .login_content_main .login_content .int_dl {
    margin-bottom: 1rem;
  }
  .login_content_main .login_content .bit_forgot {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
  .login_content_main .login_content .sub_btn {
    height: 5rem;
    font-size: 1.4rem;
  }
  .pulic_user_head {
    padding: 2rem;
  }
  .pulic_user_head .l_cont .logo {
    display: none;
  }
  .pulic_user_head .r_cont .anno_btn {
    margin-right: 1rem;
  }
  .user_pulic_main {
    padding: 2rem 0;
  }
  .user_pulic_main .warpin {
    flex-wrap: wrap;
  }
  .user_pulic_main .l_main {
    width: 100%;
    min-height: auto;
  }
  .user_pulic_main .l_main .head_cont {
    padding: 2rem 1rem;
    font-size: 1.8rem;
  }
  .user_pulic_main .l_main .navi_main {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .user_pulic_main .l_main .navi_main .li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .user_pulic_main .l_main .navi_main .li:nth-child(3n) {
    margin-right: 0;
  }
  .user_pulic_main .l_main .navi_main .li .i {
    width: 2rem;
    height: 2rem;
    margin-right: 4px;
  }
  .user_pulic_main .pulic_r_main {
    width: 100%;
    padding: 1rem 0;
  }
  .purchase_detail_cont .head_cont .title {
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .purchase_detail_cont .head_cont .title .dt {
    font-size: 1.8rem;
  }
  .purchase_detail_cont .head_cont .title .add_dares {
    margin-top: 1rem;
  }
  .purchase_detail_cont .head_cont .last_cont .list {
    padding: 1rem;
  }
  .purchase_detail_cont .head_cont .last_cont .list .dt_i {
    display: none;
  }
  .purchase_detail_cont .head_cont .last_cont .list .dd {
    width: 100%;
    padding: 0;
  }
  .purchase_detail_cont .head_cont .last_cont .list .dd h2 {
    font-size: 1.4rem;
  }
  .purchase_detail_cont .head_cont .last_cont .list .dd p {
    font-size: 1.8rem;
  }
  .purchase_detail_cont .head_cont .order_filter_cont {
    flex-wrap: wrap;
  }
  .purchase_detail_cont .head_cont .order_filter_cont .l_cont {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl .dt {
    width: 25%;
  }
  .purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl .dd {
    width: 75%;
  }
  .purchase_detail_cont .head_cont .order_filter_cont .l_cont .dl .dd input {
    width: 100%;
  }
  .purchase_detail_cont .from_content {
    padding: 1rem;
  }
  .purchase_detail_cont .from_content .form_head {
    padding: 1rem 0;
  }
  .purchase_detail_cont .from_content .form_head .tle {
    display: none;
  }
  .purchase_detail_cont .from_content .form_head .tab_nav {
    width: 100%;
  }
  .purchase_detail_cont .from_content .form_head .tab_nav .dd {
    width: calc(100% / 5);
  }
  .purchase_detail_cont .from_content .tab_form_cont {
    overflow-x: scroll;
  }
  .purchase_detail_cont .from_content .tab_form_cont .thead_cont {
    width: 250%;
  }
  .purchase_detail_cont .from_content .tab_form_cont .tbody_cont {
    width: 250%;
  }
  .adres_tab_cont {
    overflow-x: scroll;
    border-radius: 0;
    padding: 1rem;
  }
  .adres_tab_cont .thead_cont {
    width: 220%;
  }
  .adres_tab_cont .tbody_cont {
    width: 220%;
  }
  .user_anno_cont {
    padding: 1rem;
  }
  .user_anno_cont .anno_list {
    flex-wrap: wrap;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
  }
  .user_anno_cont .anno_list .txt {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .user_anno_cont .anno_list .time {
    width: 100%;
  }
  .user_anno_cont .anno_list:last-child {
    border-bottom: 0;
  }
  .user_infor_cont {
    padding: 1rem;
  }
  .buy_cars_content {
    padding: 2rem 0;
  }
  .buy_cars_content .head_title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .buy_cars_content .head_title .down_btn {
    display: none;
  }
  .buy_cars_content .buy_form_cont {
    margin-bottom: 1rem;
    overflow-x: scroll;
  }
  .buy_cars_content .buy_form_cont .form_head {
    width: 250%;
  }
  .buy_cars_content .buy_form_cont .buy_inf_list {
    width: 250%;
  }
  .buy_cars_content .buy_form_cont .buy_form_foot {
    width: 250%;
  }
  .buy_cars_content .buy_form_cont .buy_form_foot .r_cont .sub_btn {
    width: 12rem;
    height: 4rem;
    font-size: 1.4rem;
    border-radius: 5px;
  }
  .buy_cars_content .buy_form_cont .count_dl {
    width: 80%;
  }
  .buy_cars_content .recei_address {
    margin-bottom: 1rem;
  }
  .buy_cars_content .recei_address .head_cont {
    padding: 1rem;
  }
  .buy_cars_content .recei_address .head_cont .tle {
    font-size: 1.8rem;
  }
  .buy_cars_content .recei_address .head_cont .manage {
    font-size: 1.2rem;
  }
  .buy_cars_content .recei_address .adres_last {
    padding: 1rem;
  }
  .buy_cars_content .recei_address .adres_last .deta_cont {
    width: 80%;
  }
  .buy_cars_content .recei_address .adres_last .deta_cont .i {
    display: none;
  }
  .buy_cars_content .recei_address .adres_last .deta_cont .det_inf .txt {
    font-size: 1.2rem;
  }
  .buy_cars_content .recei_address .adres_last .set_btn {
    width: 6rem;
    height: 3rem;
  }
  .buy_cars_content .product_cont .head {
    padding: 1rem;
    font-size: 1.6rem;
  }
  .buy_cars_content .product_cont .product_tab_form {
    overflow-x: scroll;
  }
  .buy_cars_content .product_cont .product_tab_form .thead {
    width: 250%;
  }
  .buy_cars_content .product_cont .product_tab_form .tbody {
    width: 250%;
  }
  .buy_cars_content .product_cont .leave_cont {
    padding: 1rem;
  }
  .buy_cars_content .product_cont .bit_total {
    padding: 1rem 0;
  }
  .buy_cars_content .product_cont .foot_cont {
    padding: 1rem 0;
  }
  .buy_cars_content .product_cont .foot_cont .payment {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .buy_cars_content .product_cont .foot_cont .btn_last .btn {
    width: 10rem;
    height: 4rem;
    font-size: 1.4rem;
  }
  .anno_detail_cont {
    padding: 1rem;
  }
  .anno_main_cont {
    padding: 1rem 0;
  }
  .anno_main_cont .tis_nav .li {
    margin-right: 2rem;
    padding: 2rem 0;
  }
  .anno_main_cont .bit_cont {
    padding: 1rem;
  }
  .anno_main_cont .bit_cont .list {
    padding: 2rem 1rem;
    flex-wrap: wrap;
  }
  .anno_main_cont .bit_cont .list .det_cont {
    flex-wrap: wrap;
    font-size: 1.45rem;
  }
  .anno_main_cont .bit_cont .list .det_cont span {
    display: inline-block;
  }
  .anno_main_cont .bit_cont .list .time {
    position: relative;
    transform: translateY(0);
    text-align: right;
    width: 100%;
    font-size: 1.2rem;
  }
  .contact_case_2 {
    padding: 2rem 0;
  }
  .contact_case_2 .title_head {
    margin-bottom: 2rem;
  }
  .contact_case_2 .title_head h2 {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
  }
  .contact_case_2 .int_last .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .contact_case_2 .int_last .li input {
    height: 4rem;
    font-size: 1.3rem;
  }
  .contact_case_2 .int_last .li textarea {
    height: 12rem;
    padding: 0.5rem;
    font-size: 1.3rem;
  }
  .contact_case_2 .sub_btn {
    width: 13rem;
    height: 4rem;
    font-size: 1.5rem;
    margin: 1rem auto 0;
  }
}
/*# sourceMappingURL=app.css.map */