* {
  margin: 0;
  padding: 0;
}

img,
video {
  object-fit: cover;
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:hover {
  color: #E90800;
}
input::placeholder{
  color: #CCCCCC;
  font-weight: 300;
}
body {
  background-color: #F8F8F8 !important;
}

.mr12 {
  margin-right: 12px;
}
.ml12{
  margin-left: 12px;
}

.pupop{
  padding: 20px;
}

.required{
  color: #E90800 !important;
  font-weight: 700 !important;
}

.red{
  color: #E90800 !important;
}

.wid1200 {
  width: 1200px;
  margin: 0 auto;
  font-family: "微软雅黑";
}

.common_box_w {
  padding: 50px 0;
}
/* 公用标题 */
.common_box_header {
  display: flex;
  flex-direction: column;
  padding: 0 50px;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.common_box_header_title {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  line-height: 56px;
}

.common_box_header_desc {
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 20px;
  margin-top: 16px;
}
/* 查看更多 */
.trade_home_more {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trade_home_more a {
  width: 200px;
  height: 48px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
/* 通用缺省页 */
.common_empty_list_box {
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.common_empty_list_box .common_empty_list_img {
  width: 333px;
  height: 200px;
}

.common_empty_list_box .common_empty_list_txt {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
  text-align: center;
}
/* 通用全屏弹窗 */
#common_popup_show_w {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*display: none;*/
}

#common_popup_show_w .common_popup_show {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#common_popup_show_w .common_popup_box {
  background-color: #FFFFFF;
  padding: 30px 40px;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}

#common_popup_show_w .common_popup_title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: center;
}

#common_popup_show_w .common_popup_content {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
}

#common_popup_show_w .common_popup_btns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#common_popup_show_w .common_popup_btn {
  height: 36px;
  background: #F5F5F5;
  border-radius: 100px 100px 100px 100px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  margin-right: 30px;
}
#common_popup_show_w .common_popup_btn:last-child{
  margin-right: 0;
}
#common_popup_show_w .common_popup_btn1{
  background: #E90800;
}
#common_popup_show_w .common_popup_btn1 a{
  color: #FFFFFF;
}
#common_popup_show_w .common_popup_btn1 a:hover{
  color: #FFFFFF;
}
#common_popup_show_w .common_popup_btn2{
  background: #E9080014;
  color: #E90800;
}

#common_popup_show_w .common_popup_close_icon {
  position: absolute;
  right: 12px;
  top: 12px;
}

#common_popup_show_w .common_popup_close_icon i {
  font-size: 20px;
  cursor: pointer;
  color: #999999;
}
.xiaozhuzi_theme_color{
  color: #E90800 !important;
}

.full-screen-slides-pagination{
  font-size: 0;
  background: rgba(255, 255, 255, 0.2);
  text-align: right;
  display: block;
  list-style: none;
  height: 6px;
  padding: 7px 8px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 9;
}
.full-screen-slides-pagination .current{
  border-bottom: none;
}
.no-results {
  color: #AAA;
  padding: 200px 0;
  text-align: center;
}

.upload-file-box {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  float: left;
}

.upload-file{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 100px;
  filter: alpha(opacity:0);
  opacity: 0;
  cursor: pointer;
}

.cke_top a:hover{
  transition: none !important;
  -webkit-transition: none !important;
}


/*地区选择器*/
.city-picker-input {
  opacity: 0 !important;
  top: -9999px;
  left: -9999px;
  position: absolute;
}

.city-picker-span {
  position: relative;
  display: block;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}

.city-picker-span>.placeholder {
  color: #aaa;
}

.city-picker-span>.arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  margin-top: -3px;
  height: 5px;
  background: url(../images/drop-arrow.png) -10px -25px no-repeat;
}

.city-picker-span.open>.arrow {
  background-position: -10px -10px;
}

.city-picker-span>.title>span {
  color: #333;
  padding: 5px;
  border-radius: 3px;
  font-size: 14px;
}

.city-picker-span>.title>span:hover {
  color: #E90800;
}

.city-picker-dropdown {
  position: absolute;
  width: 315px;
  left: -9999px;
  top: -9999px;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999999;
  display: none;
  min-width: 330px;
  margin-bottom: 20px;
}

.city-select-wrap {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
  border-bottom: 1px solid #ccc;
  background: #f0f0f0;
  font-size: 13px;
}

.city-select-tab>a {
  display: inline-block;
  padding: 8px 22px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  color: #4D4D4D;
  text-align: center;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: -1px;
}

.city-select-tab>a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #E90800;
}

.city-select-tab>a:first-child {
  border-left: none;
}

.city-select-tab>a:last-child.active {
  border-right: 1px solid #ccc;
}

.city-select-content {
  width: 100%;
  min-height: 10px;
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
}

.city-select {
  font-size: 13px;
}

.city-select dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}

.city-select dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
}

.city-select dd {
  margin-left: 0;
  line-height: 2;
}

.city-select.province dd {
  margin-left: 3em;
}

.city-select a {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
  background-color: #E908001a;
  border-radius: 2px;
  color: #E90800;
}

.city-select a.active {
  background-color: #E90800;
  color: #fff;
  border-radius: 2px;
}