* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

input,
button {
  margin: 0;
  font-size: 12px;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  overflow: hidden;
}

body {
  font-size: 14px;
  /* font-family: "SimSun"; */
  /* font-family: "MicrosoftYaHei"; */
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  background: #F3F4F8;
}

img {
  display: block;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #000;
  text-decoration: none;
}

/**/
.clear {
  clear: both;
  overflow: hidden;
}

.fixed {
  position: fixed;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fullImg {
  width: 100%;
}

.baseWidth {
  width: 1200px;
  margin: 0 auto;
}

/* 云交会PC通用 */
.mwc {
  margin: 0 auto;
  width: 1200px;
}

.mr10 {
  margin-right: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mt40 {
  margin-top: 40px;
}

.ml10 {
  margin-left: 10px;
}


.toastText {

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.toastText p {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  font-size: 30px;
  border-radius: 5px;
  letter-spacing: 1px;
}

.toastText span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  margin: 0 10%;
}

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.wrap {
  background: #f0f1f6;
}

.wrap_header {
  background: #F7F7F7;
}

/* 登录注册页头部 */
.loginHeader {
  background: #fff;
  padding: 17px 0;
}

.loginHeader .logo img {
  height: 53px;
}

.loginHeader .login_title .text {
  color: #0F131A;
  font-size: 24px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
}

.loginHeader .login_title .text::before {
  content: '';
  width: 1px;
  height: 28px;
  background: #CDCDCD;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.loginHeader .login_phone img {
  height: 20px;
  margin-right: 10px;
  margin-top: 17px;
}

.loginHeader .login_phone p {
  font-weight: bold;
  font-size: 22px;
  color: #EE1C25;
  font-style: italic;
  margin-top: 12px;
}

/* 云交会PC登录 */
.login_tip {
  width: 1200px;
  margin: 0 auto;
  font-size: 13px;
  color: #666;
}

.login_link {
  line-height: 50px;
  cursor: pointer;
  color: #e1251b;
}

.loginTips {
  position: fixed;
  top: 20%;
  left: 50%;
  margin-left: -200px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 320px;
  height: 260px;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 12;
  border-radius: 20px;
  display: none;
}

.loginTips .wxcode {
  margin: 20px auto 0 auto;
}

.loginTips .closebtn {
  margin-top: 30px;
  width: 65px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  text-align: center;
  line-height: 28px;
  background: none;
  color: #fff;
}

/* 吸顶导航 公共 */
.head {
  width: 100%;
  padding-bottom: 10px;
  background: #fff;
  z-index: 9;
}

.navigation p {
  float: left;
}

.head_group {
  padding: 19px 0 20px 0;
}

.head_group .logo {
  float: left;
  margin-right: 66px;
}

.navigation {
  margin-top: 17px;
  margin-left: 45px;
}

.navigation p {
  margin-right: 80px;
}

.navigation p:last-child {
  margin-right: 0;
}

.navigation p a {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.navigation p.active a {
  color: #EE1C25;
}

.search_group {
  float: right;
  position: relative;
}

.head_group .search {
  position: relative;
  width: 272px;
  border: 2px solid #ee1c25;
  border-radius: 10px;
  padding: 2px;
  margin-top: 4px;
}

.search_ipt {
  float: left;
  margin-left: 3px;
  width: 211px;
  height: 34px;
  font-size: 14px;
  text-indent: 1em;
  background: #fff;
  border: none;
}

.search_btn {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  cursor: pointer;
  height: 34px;
  width: 58px;
  background: #EE1C25;
  border-radius: 8px;
}

.search_btn a {
  color: #fff;
}

.search_icon {
  margin: 8px auto 0;
  width: 17px;
  height: 19px;
}

.search_group .history {
  background: #fff;
  position: absolute;
  left: 0px;
  right: 59px;
  top: 44px;
  border: 2px solid #ee1c25;
  z-index: 10;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 10px 10px 5px;
  display: none;
}

.search_group .history p {
  float: left;
  width: 50%;
  padding: 7px 0;
  /* text-indent: 10px; */
  font-size: 13px;
  cursor: pointer;
}

.search_find {
  max-width: 600px;
  line-height: 20px;
  margin-top: 4px;
  font-size: 13px;
  color: #666;
}

.search_find a {
  color: #666;
}

.searchPannel {
  position: absolute;
  top: 40px;
  width: 520px;
  text-indent: 1em;
  color: #666;
  font-size: 12px;
  line-height: 22px;
  background: #fff;
  border: 1px solid #eee;
  z-index: 2;
  display: none;
}

.searchPannel a {
  display: block;
}

.searchPannel a:hover {
  background: #eee;
}

.head_ad {
  float: left;
  margin-left: 80px;
}

@-webkit-keyframes stars-rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes stars-rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body,
html {
  height: 100%;
  /* overflow: hidden; */
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1;
  }
}

.bounceOut {
  /* -webkit-animation-name:bounceOut; 
   animation-name:bounceOut ;
   -webkit-animation-duration:1s; 
   animation-duration:1s; 
   -webkit-animation-fill-mode:both; 
   animation-fill-mode:both;
   -webkit-animation-duration:.75s; 
   animation-duration:.75s; */

  -webkit-animation: bounceOut 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: bounceOut 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.error {
  text-align: center;
  line-height: 30px;
  min-height: 550px;
}

.menu {
  background: #EE1C25;
  height: 40px;
  line-height: 40px;
}

.menu .menu_all {
  background: rgba(255, 255, 255, 0.2);
  width: 118px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 23px;
}

.menu .con {
  position: relative;
  overflow: visible;
  display: flex;
}

.menu .menu_item {
  flex: 1;
  width: 88%;
}

.menu .menu_item div {
  color: #FFFFFF;
  font-size: 13px;
  padding-right: 26px;
  cursor: pointer;
}

.menu .menu_item div.hover {
  font-weight: bold;
}

.menu .menu_item p:last-child {
  padding-right: 0;
}

.menu .menu_item .child {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid #F14951;
  border-radius: 10px;
  padding: 6px 39px;
  display: none;
}

.menu .menu_item .child li {
  display: inline-block;
  color: #091831;
  font-size: 13px;
  margin-right: 13px;
}

.menu .menu_item .child li a:hover {
  color: #EE1C25;
}

.clickMore {
  padding: 29px 0;
}

.clickMore .btn {
  width: 281px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
  font-size: 12px;
  color: #999999;
  margin: 0 auto;
  cursor: pointer;
}

.clickMore .text {
  font-size: 12px;
  color: #999999;
  text-align: center;
  padding: 20px 0;
  display: none;
}

.footer {
  border-top: none;
}

.footer_group {
  display: flex;
  padding: 33px 0;
  min-height: 169px;
}

.footer_info {
  flex: 1;
  color: #666666;
  font-size: 14px;
}

.footer_info p {
  margin-bottom: 18px;
}

.footer_info p a {
  color: #666666;
}

.footer_code {
  display: flex;
}

.footer_code p {
  margin: 0 20px;
}

.footer_code p span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}

.float_right {
  position: fixed;
  right: 30px;
  bottom: 300px;
  z-index: 10;
  background: #fff;
}

.float_right .gotop {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
}

.float_right .gotop img {
  width: 33px;
  margin: 17px auto 5px;
}

.float_right .gotop p {
  font-size: 14px;
  color: #999999;
  text-align: center;
}

.fixed_nologin {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.26);
  padding: 10px 0;
}

.fixed_nologin_con {
  width: 525px;
  margin: 0 auto;
}

.fixed_nologin_con .logo {
  width: 48px;
  height: 48px;
}

.fixed_nologin_con .text {
  font-size: 20px;
  color: #FFFFFF;
  margin: 10px 30px 0;
}

.fixed_nologin_con .btn {
  width: 120px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #EE1C25;
  border-radius: 8px;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 2px;
  margin-left: 30px;
}

.fixed_nologin_con .close {
  width: 22px;
  margin-left: 24px;
  margin-top: 12px;
}


/* ===============footer============= */
.footer {
  background: #fff;
  /* border-top: 8px solid #ef2001; */
}

.footer_group {
  position: relative;
  margin: 0 auto;
  /* padding: 20px 0; */
  display: flex;
  width: 1200px;
  /* min-height: 120px; */
}

.footer_info {
  margin: 39px 20px 0px 20px;
}

.code {
  position: absolute;
  right: 20px;
}