:root {
  --blue: #4079bf
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

textarea {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

a {
  color: #5e5e5e;
  text-decoration: none;
}

div {
  box-sizing: border-box;
}

.color-blue {
  color: var(--blue) !important;
}

input::placeholder,
textarea::placeholder {
  color: #afafaf;
}

input:focus,
textarea:focus {
  outline: none;
}

.display-none {
  display: none !important;
}

.input,
.textarea,
.select {
  width: 100%;
  padding: 12px;
  font-size: 24px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}

.radio_lb {
  cursor: pointer;
}

.radio_lb+.radio_lb {
  margin-left: 5rem;
}

.radio_lb input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio_lb span {
  display: inline-block;
  box-sizing: border-box;
  font-size: 0;
}

.radio_lb * {
  vertical-align: middle;
  font-style: normal;
}

.radio_lb .rd-border {
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 4px;
}

.radio_lb .rd-dot {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.clear {
  overflow: hidden;
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex-col {
  flex-flow: column;
}

.flex-row-center {
  align-items: center;
}

div {
  box-sizing: border-box;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.circle {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0;
}

.circle-green {
  background-color: #61d836;
}

.circle-orange {
  background-color: #f8ba00;
}

.circle-red {
  background-color: #ee220c;
}

.upload_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
  border: 1px solid #efeef6;
  min-height: 226px;
}

.upload_wrap::before {
  position: absolute;
  z-index: -1;
  content: "+";
  font-size: 100px;
  line-height: 1;
  color: #e5e5e5;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -30px;
}

.upload_wrap_btn {
  position: relative;
  display: inline-block !important;
  overflow: hidden;
  width: 116px;
  cursor: pointer;
}

.upload_wrap span {
  display: inline-block;
  margin: 2.5rem 0;
  font-size: 100px;
  line-height: 1;
  color: #e5e5e5;
}
.upload_wrap img {
  object-fit: contain;
}
.upload_wrap input[type=file],
.upload_wrap_btn input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.dialog {
  position: fixed;
  z-index: 100;
  top: 20%;
  left: 50%;
  margin: -100px 0 0 -300px;
  display: none;
  width: 600px;
  min-height: 300px;
  border: 1px solid #fdbb90;
  border-radius: 20px;
  /* background-color: rgba(174, 174, 174, .6); */
  background-color: #fefcf5;
}

.dialog .hd {
  text-align: right;
}

.dialog .inner {
  margin-top: 60px;
  padding: 0 50px;
  font-size: 22px;
  /* text-align: center; */
  font-weight: bold;
}

.dialog .btn-close {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 5px 20px 0 0;
  text-align: center;
  border-radius: 100%;
  line-height: 25px;
  color: #fff;
  background-color: #f8ba00;
  font-size: 30px;
  padding-left: 2px;
  box-sizing: border-box;
}

.btn-submit {
  box-sizing: border-box;
  /* margin-bottom: 40px; */
  display: inline-block;
  padding: 13px 60px;
  color: #fff;
  background-color: #f8ba00;
  border-radius: 14px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  line-height: 1.6;
  text-align: center;
}

.btn-submit-red {
  background-color: #ee220c;
}

.btn-submit-green {
  background-color: #00a89d;
}

.btn-submit-grey {
  background-color: #D6D5D5 !important;
}

.btn-submit-black {
  background-color: #000;
}


.cont {
  margin: 0 86px;
  min-width: 1000px;
  border: 1px solid #949494;
  border-top: none;
}

.line {
  margin: 20px 0;
  border-top: 1px solid #949494;
}

.min-width {
  min-width: 1000px;
}

.lnk-orange {
  display: inline-block;
  line-height: 1;
  padding: 0 2px 3px;
  margin-bottom: 3px;
  color: #5e5e5e;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

.lnk-orange.active,
.lnk-orange:hover {
  color: #000;
  border-bottom: 3px solid #ff9314 !important;
}

.lnk-normal {
  display: inline-block;
  line-height: 1;
  padding: 0 0 1px;
  /* margin-bottom: 3px; */
  color: #5e5e5e;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.lnk-normal.active,
.lnk-normal:hover {
  /* color: #000; */
  border-bottom: 1px solid #5e5e5e;
}

.lnk-normal-none:hover {
  border-bottom-color: transparent;
}

.btn-orange {
  background-color: #f8ba00;
  border-radius: 10px;
  padding: 8px;
  min-width: 130px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.btn-black {
  background-color: #000;
  border-radius: 10px;
  padding: 8px;
  min-width: 130px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.pager {
  padding: 20px 0;
  text-align: center;
}

.pager a {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  min-width: 36px;
  line-height: 1;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.pager a+a {
  margin-left: 10px;
}
.pager .active,
.pager a:hover {
  border-bottom: 3px solid #ff9300;
  /* background-color: #f2f2f2; */
  /* border-color: #f2f2f2; */
}

.module_language {
  background-color: #000;
  color: #fff;
}

.module_language .inner {
  padding: 0 30px;
  border: none;
}

.module_language .inner .left {
  line-height: 42px;
}

.module_language .inner .right a {
  display: inline-block;
  line-height: 42px;
  font-size: 12px;
  color: #fff;
}

.module_language .inner .right a+a {
  margin-left: 16px;
}

.module_language .inner .right img {
  width: 20px;
  margin-right: 4px;
}

.module_language .inner .right img,
.module_language .inner .right span {
  vertical-align: middle;
}

.module_gray {
  background-color: #f8f8f8;
  line-height: 42px;
  padding: 0 1rem;
}

.module_gray a {
  display: inline-block;
}

.module_gray a+a {
  margin-left: 16px;
}

.module_logo {
  height: 110px;
  border: 1px solid #949494;
  border-top: none;
}

.module_logo>img {
  height: 100%;
}

.module_logo .right {
  margin: 10px 20px;
}

.module_logo .right a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.module_logo .right .lnk {
  padding-top: 7px;
}

.module_logo .right a+a {
  margin-left: 52px;
}

.module_logo .right img {
  width: 30px;
  vertical-align: top;
}

.module_logo .ipt-warp {
  position: relative;
  margin-top: 12px;
  border: 1px solid #929292;
  border-radius: 6px;
  overflow: hidden;
}

.module_logo .ipt-warp input {
  outline: none;
  width: 100%;
  padding: 0 40px 0 6px;
  border: none;
  vertical-align: top;
  line-height: 2.4rem;
  box-sizing: border-box;
}

.module_logo .ipt-warp .btn-search {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
}

.module_logo .ipt-warp .btn-search img {
  padding: 4px 0 0;
  width: 26px;
}

.module_menu {
  display: flex;
  justify-content: space-evenly;
  padding: 8px 22px 0px;
  border: 1px solid #0076ba;
  border-top: none;
  background-color: #eaf8fb;
}

.module_menu span {
  /* flex: 1; */
  /* float: left;
  width: 7.6923%; */
  text-align: center;
  overflow: hidden;
}

.module_menu a {
  display: inline-block;
  line-height: 1;
  padding: 0 2px 3px;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 3px solid #eaf8fb;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.module_menu .active,
.module_menu a:hover {
  color: #000;
  border-bottom: 3px solid #ff9314;
}

.module_google_ad_top {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #949494;
  border-top: none;
}

.module_google_ad_top img {
  height: 270px;
  vertical-align: bottom;
  max-width:100%;
  object-fit: contain;
}

.module_download_app_button {
  display: flex;
  justify-content: space-around;
  padding: 6px 20px;
}

.module_download_app_button span {
  flex: 1;
  text-align: center;
}

.module_download_app_button span a {
  display: inline-block;
}

.module_download_app_button span img {
  vertical-align: top;
  width: 78%;
}


.module_catalogue_and_list {
  width: 70%;
  padding-left: 4%;
  border-right: 1px solid #949494;
}

.module_catalogue_and_list .item {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 30px 30px 10px 0;
  border-bottom: 1px dashed #000;
}

.module_catalogue_and_list .item h2 {
  width: 110px;
  background: url(../images/arrow.png) no-repeat left 5px;
  background-size: 13px auto;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 18px;
}

.module_catalogue_and_list .item div {
  flex: 1;
  display: flex;
  /* justify-content: space-around; */
  flex-wrap: wrap;
}

.module_catalogue_and_list .item div h3 {
  box-sizing: border-box;
  padding: 0 10px 0 0;
  margin: 0;
  width: 33.33333%;
  font-size: 16px;
  font-weight: normal;
}

.module_catalogue_and_list .item div h3 a {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.module_google_ad_right {
  padding: 20px 20px 0;
  flex: 1;
}

.module_google_ad_right div {
  text-align: center;
  position: relative;
}

.module_google_ad_right img {
  max-width: 320px;
}

.module_logo_ad {
  justify-content: center;
  padding: 30px 70px;
}

.module_logo_ad div {
  margin: 4px;
  /* border: 1px solid #5d5d5d; */
}

.module_logo_ad div img {
  vertical-align: top;
  max-width: 100%;
}

.module_google_ad_duplex {
  text-align: center;
}

.module_google_ad_duplex img {
  max-width: 100%;
}

.module_link {
  padding: 16px 4%;
}

.module_link>div {
  flex: 1;
}

.module_link>div>div {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.module_link a {
  color: #9a9a9a;
}

.module_link .lnk-normal:hover {
  border-bottom-color: #9a9a9a;
}


.module_sologon {
  border-bottom: 1px solid #949494;
  font-size: 16px;
  line-height: 2.5;
  padding-left: 70px;
}

.module_google_ad_left {
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #949494;
  margin-top: 20px;
  padding-bottom: 16px;
  padding-top: 30px;
}

.module_google_ad_left img {
  max-width: 70%;
}

/* ----- 二级页面 栏目------- */
.module_menu_level2 {
  width: 220px;
  border-right: 1px solid #949494;
}

.module_menu_level2 a {
  color: #000;
}

.module_menu_level2 h2,
.module_menu_level2 h3 {
  font-size: 16px;
}

.module_menu_level2 h2 {
  margin: 0;
  padding: 16px 0 4px 16px;
}

.module_menu_level2 h3 {
  margin: 0;
  padding: 3px 0 3px 32px;
  font-weight: normal;
}

.module_menu_level2 h3.active {
  background: url(../images/arrow.png) no-repeat 19px center;
  background-size: 10px auto;
}

.module_menu_level2+.flex {
  overflow: hidden;
}


.module_keyword_link {
  padding: 16px 4%;
}

.level2-page .module_google_ad_top {
  border: none;
  border-bottom: 1px solid #949494;
}

.module_catalogue_and_list_level2 {
  padding: 0 20px 0 30px;
}

.module_catalogue_and_list_level2 .item-top {
  border-top: 1px dashed #000;
  padding-bottom: 50px !important;
}

.module_catalogue_and_list_level2 .item {
  padding: 30px 14px;
}

.module_catalogue_and_list_level2 .item div {
  display: block;
}

.module_catalogue_and_list_level2 .item h3 {
  width: 33.33333%;
  margin: 0;
  padding: 0 10px 0 0;
  font-weight: normal;
  box-sizing: border-box;
}

.module_catalogue_and_list_level2 .item-top a {
  color: #000;
  font-size: 16px;
}

/* ========== 3级页面 ====== */
/* 3级栏目 */
.module_menu_level3 {
  border-bottom: 1px solid #949494;
  font-size: 16px;
  line-height: 2.5;
}

.menu_level3_wrap {
  width: 70%;
  justify-content: space-evenly;
}

.menu_level3_wrap h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: normal;
}

.menu_level3_wrap h4 a {
  font-size: 16px;
}

.module_menu_level3 .lnk-action {
  color: #ee220c;
}

.module_menu_level3 .lnk-action:hover {
  border-bottom-color: #ee220c;
}

/* 产品列表 */
.module_product_list {
  padding-right: 20px;
}

h1.level3-page-title {
  font-size: 2.5rem;
  font-weight: normal;
}

.module_product_list .prod-item {
  padding: 30px 10px 20px;
  border-bottom: 1px solid #929292;
}

.module_product_list .prod-item + .prod-item {
  padding-top:20px !important;
  }

.module_product_list .prod-img {
  margin-right: 20px;
  overflow: hidden;
  border: 1px solid #929292;
  width: 128px;
}

.module_product_list .prod-img a {
  display: block;
}

.module_product_list .prod-img img {
  width: 100%;
  vertical-align: top;
}

.module_product_list .prod-title {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1;
}

.module_product_list .prod-title a {
  color: #000;
}

.module_product_list .prod-title a:hover {
  border-bottom-color: #000;
}

.module_product_list .prod-desc {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 1.6;
}

/* 商铺 */
.module_shop_list .shop-item {
  width: 50%;
  float: left;
  margin: 25px 0;
  text-align: center;
}

.module_shop_list .shop-item a {
  overflow: hidden;
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 40px;
  box-shadow: 0 0 40px #e1e1e1;
}

.module_shop_list .shop-item a img {
  width: 100%;
}

/* 新闻 */
.module_news_list {
  padding-right: 30px;
}

.module_news_list .news-item {
  padding: 20px 10px;
  border-bottom: 1px dashed #000;
}

.module_news_list .news-date {
  color: #5e5e5e;
  padding: 0 0 4px 50px;
}

.module_news_list .news-title {
  margin: 0;
  padding: 0 0 0 50px;
  background: url(../images/arrow.png) no-repeat 0 13px;
  background-size: 13px auto;
}

.module_news_list .news-title a {
  color: #000;
  line-height: 1.5;
  font-size: 30px;
}

.module_news_list .news-title a:hover {
  text-decoration: underline;
}

/* 交易 */
.module_bs_list .news-title {
  position: relative;
  background: none;
}

.module_bs_list .news-title span {
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: normal;
}

.sp-buy {
  color: #ee220c;
}

.sp-sell {
  color: #1db100;
}

/* 企业 */
.module_corp_list .corp-item {
  padding: 30px 26px;
  display: flex;
}

.module_corp_list .corp-item img {
  margin: 0 40px 0 60px;
  width: 40px;
}

.module_corp_list .corp-item img::after {
  content: ".";
  color: transparent;
}

.module_corp_list .corp-item span {
  width: 90px;
}

.module_corp_list .corp-item span::after {
  content: ".";
  color: transparent;
}

.module_corp_list .corp-item span,
.module_corp_list .corp-item a {
  line-height: 40px;
  font-size: 28px;
}

.module_corp_list .corp-item h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  flex: 1;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.module_corp_list .corp-item h4 a {
  color: #000;
}


.module5 {
  padding: 6px 0;
  border: 1px solid #949494;
  border-top: none;
}

.module5 .item {
  float: left;
  width: 14.28571%;
  padding-left: 4%;
  color: #5e5e5e;
}

.module6 .inner {
  margin: 0 90px;
  padding: 10px 0 8px;
}

.module6 .inner .item+.item {
  margin-left: 36px;
}

.module6 .inner .item {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.module6 .item label {
  display: block;
  padding: 0 2px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
}

.module6 .inner .item:hover label {
  border-bottom: 3px solid #ff9314;
}

.module6 .inner .item:hover span {
  display: block;
}

.module6 .inner .active {
  border-bottom: 3px solid #ff9314;
}

.module6 .inner .item span {
  display: none;
  position: absolute;
  width: 300px;
  padding: 10px 10px 0;
  background-color: #d1efed;
  font-weight: normal;
  cursor: default;
}

.module6 .inner .item a {
  display: inline-block;
  margin: 0 16px 10px 0;
  color: #000;
}

.module7 {
  padding: 20px;
  border: 1px solid #949494;
  border-top: none;
}

.module7 .left {
  width: 70%;
}

.module7 .right {
  width: 200px;
}

.module7 .more {
  margin-top: 6px;
  text-align: right;
  font-size: 16px;
}

.module7 .right img {
  max-width: 100%;
}

.module7 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.module7 li {
  padding: 15px 0;
  border-bottom: 1px dashed #000;
}

.module7 .time,
.module7 .title {
  padding-left: 30px;
}

.module7 .time {
  margin-bottom: 5px;
  color: #5e5e5e;
}

.module7 .title {
  font-size: 20px;
  font-weight: bold;
  background: url(images/arrow.png) 0 6px no-repeat;
  background-size: 14px auto;
}

.module7 a {
  color: #000;
  text-decoration: none;
}

.module7 .line {
  margin: 20px -16px;
  border-top: 1px solid #000;
}

.download {
  padding: 20px 40px;
}

.download .links {
  margin-bottom: 24px;
}

.download .links span,
.download .links a {
  display: inline-block;
}

.download .links span {
  font-size: 40px;
}

.download .links a {
  margin-left: 40px;
}

.download .links img {
  height: 38px;
  vertical-align: bottom;
}

.download .app-imgs span {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.download .app-imgs span img {
  max-width: 100%;
}

.download .app-imgs span:last-child {
  margin-right: 0;
}

.module8 .inner {
  padding: 50px 40px 0;
  text-align: center;
}

.module8 .inner img {
  max-width: 100%;
  vertical-align: bottom;
}

.module_copyright {
  margin-top: 50px;
  padding: 50px 0;
  border: none;
  border-top: 1px solid #949494;
  color: #5e5e5e;
}

.module_copyright .cont {
  border: none;
}

.module_copyright .cont+.cont {
  margin-top: 1rem;
}

.module_copyright a,
.module_copyright span {
  vertical-align: middle;
}

.module_copyright span img {
  vertical-align: top;
}

.module_copyright a {
  margin-left: 50px;
  color: #5e5e5e;
}

.module_copyright a * {
  vertical-align: middle;
}

.module_copyright a,
.module_copyright span {
  display: inline-block;
}

.module-content-left {
  padding: 20px 50px 20px;
  border-right: 1px solid #949494;
  width: 70%;
}

/* 新闻详情 */
.module_news_detail {
  padding: 20px 50px 20px;
  border-right: 1px solid #949494;
  width: 70%;
}

.module_news_detail .content-title {
  font-size: 30px;
  margin: 16px 0;
}

.module_news_detail .infos {
  display: flex;
  color: #5e5e5e;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #000;
}

.module_news_detail .infos a,
.module_news_detail .infos span {
  display: inline-block;
}

.module_news_detail .infos a+a {
  margin-left: 20px;
}

.module_news_detail .infos .btn-post {
  margin-left: 40px;
  margin-right: 16px;
  font-size: 16px;
  color: red;
}

.module_news_detail .infos img {
  height: 30px;
  vertical-align: top;
}

.module_news_detail .infos .source {
  color: #5e5e5e;
  margin-left: 50px;
  flex: 1;
}

.module_news_detail .btn-wrap {
  margin-bottom: 1.5rem;
}

.module_news_detail .btn-wrap a {
  margin-right: 30px;
}

.module_news_detail .news_content {
  font-size: 16px;
}

.module_news_detail .news_content img {
  max-width: 100% !important;
}

/* 新闻详情 end */

/* 交易详情 */
.module_bs_detail {
  padding-left: 70px;
}
.module_bs_detail .bs_content {
  font-size: 16px;
}
.module_bs_detail .sp-buy,
.module_bs_detail .sp-sell {
  display: inline-block;
  margin-left: -50px;
  margin-top: 16px;
  width: 40px;
  font-size: 16px;
  line-height: 1;
  vertical-align: top;
}

/* 交易详情 end */

/* 价格详情 */
.module_price_detail .price_content {
  font-size: 16px;
}
.module_price_detail .price_content table {
  width: 100%;
}

.module_price_detail .price_content .lb {
  width: 120px;
  text-align: right;
  padding-right: 16px;
}

.module_price_detail .price_content th,
.module_price_detail .price_content td {
  vertical-align: top;
  padding: 12px 0;
  /* font-size: 16px; */
}

/* 价格详情 end */

/* 产品详情 */
.module_product_detail .prod-hd {
  align-items: center;
  border-bottom: 1px dashed #000;
  margin-bottom: 1.6rem;
}

.module_product_detail .prod-hd .infos {
  border: none;
  padding: 0;
  justify-content: end;
}

.module_product_detail .prod-hd .btn-wrap {
  margin-bottom: 0;
  flex: 1;
}
.module_product_detail .prod-hd .btn-wrap a {
  margin-right: 0;
  border-radius: 50px;
}

.module_product_detail .prod-hd .content-title {
  height: 74px;
  line-height: 1.2;
}

.module_product_detail .prod-img {
  border: 1px solid #929292;
  width: 128px;
  margin-right: 20px;
}

.module_product_detail .prod-img img {
  width: 100%;
}

.module_product_detail table {
  width: 100%;
}

.module_product_detail .lb {
  width: 170px;
  text-align: right;
  padding-right: 16px;
  color: #818181;
}

.module_product_detail td {
  vertical-align: top;
  padding: 3px 0;
  /* font-size: 16px; */
}
#module_product_content {
  font-size: 16px;
}

.module_product_detail .divided {
  margin: 1.6rem 0;
  border-top: 1px solid #000;
}

/* 产品详情 end */

/* 产品 inquiry_form */
.module_product_inquiry_form {
  padding: 1rem 6rem 1rem 1rem;
  border: 14px solid #f0f0f0;
}

.module_product_inquiry_form sup {
  color: red;
}

.module_product_inquiry_form .lb {
  font-size: 30px;
  color: #000;
  padding-right: 24px;
}

.module_product_inquiry_form td {
  vertical-align: middle;
  padding: 16px 0;
}

.module_product_inquiry_form input,
.module_product_inquiry_form textarea {
  width: 100%;
  padding: 12px;
  font-size: 24px;
  box-sizing: border-box;
  border: 1px solid #c9c9c9;
}

.module_product_inquiry_form textarea {
  line-height: 1.4;
}

.module_product_inquiry_form .btn-submit {
  min-width: 350px;
}

/* 产品 inquiry_form end */

/* 企业加入 */
.module_corp_join_form .content-title {
  line-height: 40px;
  margin-bottom: 50px;
}

.module_corp_join_form .content-title .img-country {
  width: 40px;
  vertical-align: top;
}

.module_corp_join_form .infos {
  justify-content: end;
}

.module_corp_join_form table {
  width: 80%;
  margin: 0 auto;
}

.module_corp_join_form table .lb {
  text-align: left;
  padding-left: 16px;
}

.module_corp_join_form .module_product_inquiry_form {
  padding: 1rem 2rem 1rem 0;
}

/* 企业加入 end */

/* 免责声明 */
.mzsm {
  margin: 20px 0 0;
}

.mzsm a {
  color: #d5d4d4;
  font-size: 16px;
}

/* 免责声明 end */

/* 验证码 */
.verify-code-item>div {
  display: inline-block;
  vertical-align: top;
}

.verify-code-item .verifycode-img,
.verify-code-item .verifycode-ipt {
  display: none;
}

.verify-code-item input {
  margin-top: 0 !important;
}

.verify-code-item .form-title {
  width: 180px;
}

.verify-code-item .btn-submit {
  min-width: 350px;
}

.verify-code-item .verifycode-img {
  margin-right: 8px;
}

.verify-code-item .verifycode-img img {
  height: 53px;
  cursor: pointer;
  vertical-align: bottom;
}

.verify-code-show .btn-submit {
  display: none;
}

.verify-code-show .verifycode-img,
.verify-code-show .verifycode-ipt {
  display: inline-block;
}

.verify-code-show .verifycode-ipt {
  width: 40%;
}

.verify-code-show .form-title {
  line-height: 48px;
}

/* 验证码 end */

.required {
    position: relative;
}
.required::before {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -.35rem;
    content: "*";
    color: red;
    line-height: 1;
}


@media only screen and (max-width: 1279px) {
  .cont {
    margin-left: 20px;
    margin-right: 20px;
  }

  .module6 .inner {
    margin-left: 40px;
    margin-right: 40px;
  }

  .module_copyright span {
    display: block;
    margin-left: 50px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .cont {
    margin-left: auto;
    margin-right: auto;
  }
}

.google-auto-placed { display:none; }