/** 初始化 **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{
  color: #333;
  text-decoration: none;
}
a:active,
a:hover {
  color: #ffffff;
  outline: 0;
  text-decoration: none;
}

img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

/** 初始化全局标签 **/
body {
  line-height: 24px;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
html, body { scroll-behavior:smooth; }
hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both;
}

a {
  text-decoration: none;
}
/*
a:hover {
  color: #777;
} */


a:active,
a:hover {
  outline: 0;
}

a cite {
  font-style: normal;
  *cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


input[type="button"],
input[type="submit"],
input[type="reset"],
botton,
bottom {
  -webkit-appearance: none;
}
.hide{
  display: none!important;
}
.show{
  display:initial;
}
.flex_between{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_start{
  display: flex;
  align-items: start;
  justify-content: start;
}
/* 初始样式 */
body {
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  font-family: MicrosoftYaHei, "微软雅黑";
  color: #666666;
  /*background: #fafafa;*/
  min-width: 1200px;
}
/*head-footer*/
/*头部*/
.top_fixed_box {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 11;
  background-color: #fff;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.top_black_box {
  width:100%;
  height:80px;
}

.top_fixed {
  width: 1210px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}
.top_fixed .logo {
  display: flex;
  align-items: center;
}
.top_fixed .logo img{
  width: 200px;
}
.top_fixed ul {
  display: flex;
  align-items: center;
  margin-left: -46px;
  margin-bottom: 0;
}

.top_fixed ul li {
  margin-left: 46px;
  position: relative;
}

.top_fixed ul li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.76px;
  color: rgb(51, 51, 51);
  word-break: keep-all;
  text-decoration: none;
}
.top_fixed ul li a:hover{
  color: #be3935;
}
.topSoftBox{
  width: 1380px;
  display: none;
}
.top_fixed ul li>img{
  width: 11px;
  height: 8px;
  transition: all 0.3s linear;
  transform: rotate(180deg);
  position: absolute;
  top:10px;
  right:-20px;
}
.top_fixed ul li:hover>img{
  transform: rotate(0deg);
}
.top_fixed ul li:hover .topSoftBox{
  display: block;
  position: fixed;
  top:50px;
  left:50%;
  transform: translateX(-50%);
  background: transparent;
  padding-top:35px;
  z-index: 99;
}
.topSoftList{
  background: white;
  padding:34px 37px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  /*box-shadow: 0 0 6px rgba(0,0,0,0.1);*/
  /*border:1px solid #dadada;*/
}
.topSoftList:before{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 30px;
  z-index: 2;
  background: transparent linear-gradient(180deg, #FFFFFFD8 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.topSoftList .item{
  flex: 1;
}
.topSoftList .item h5{
  font-size: 16px;
}
.topSoftList .item dl{
  margin-top: 16px;
  height: 300px;
  overflow: auto;
  -ms-overflow-style:none;
  padding-bottom: 35px;
}
.topSoftList .item dl::-webkit-scrollbar{
  display: none;
}
.topSoftList .item dl dd{
  margin-bottom: 11px;
}
.topSoftList .item dl dd a{
  display: flex;
  align-items: center;
}
.topSoftList .item dl dd a img{
  width: 42px;
  height: 42px;
  margin-right: 14px;
}
.topSoftList .item dl dd a div p{
  font: normal normal normal 14px/22px PingFang SC;
  color: #333333;
  transition: all 0.3s linear;
}
.topSoftList .item dl dd a:hover div p{
  color: #be3935
}
.topSoftList .item dl dd a div span{
  font: normal normal normal 12px/20px PingFang SC;
  color: #999999;
}
.signRegister {
  display: flex;
  align-items: center;
}

.signRegister a {
  display: inline-block;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
}

.signRegister .register {
  border: 1px solid #999999;
}

.signRegister .sign {
  background: rgb(190, 57, 53);
  border: 1px solid rgb(190, 57, 53);
  color: #fff;
  margin-left: 12px;
}
.signRegister .sign:hover{
background-color: #CF4646;
}
  /*已登录*/
.alreadyLogin{
  position: relative;
  display: flex;
  align-items: center;
}
.alreadyLogin>a{
  color: #333;
  font: normal normal normal 18px/56px Microsoft YaHei;
  padding-right: 26px;
  position: relative;
}
.alreadyLogin>a:before {
  content: '';
  position: absolute;
  top:23px;
  right: 4px;
  width: 0px;
  height: 0px;
  border-left: 6px solid rgba(0,0,0,0);
  border-bottom: 10px solid #B5B5B5;
  border-right: 6px solid rgba(0,0,0,0);
  transition:0.4s;
}
.alreadyLogin>a img{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 9px;
}
.alreadyLogin>div{
  position: absolute;
  display: none;
  top:40px;
  background-color: transparent;
  left:0;
}
.alreadyLogin dl{
  width: 160px;
  height: 130px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  margin-top: 30px;
}
.alreadyLogin dl dd a{
  font: normal normal normal 16px/36px Microsoft YaHei;
  color: #333333;
}
.alreadyLogin:hover>div{
  display: block;
}
.alreadyLogin:hover>a:before{
  transform: rotate(180deg);
}
/*公共*/
.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.wrapper_content {
  width: 1210px;
}
/*侧边栏客服*/
.new-right-div {
  position: fixed;
  right:20px;
  top: 200px;
  z-index: 10;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius:7px;
  text-align: center;
  padding: 20px 18px;
  width: 178px;
  transform: translateX(0);
  transition:1s;
  opacity: 1;
  background: #fff linear-gradient(165deg, rgb(204 41 4 / 8%) 12%, rgba(204,41,4,0) 35%);
}
.newRightPackUp{
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: -30px;
}
.newRightPackUp span{
  transform: rotate(0deg);
  transition:0.3s;
  display: block;
  font-size: 20px;
  color: #dadada;
}
.newRightPackUp span:hover{
  transform: rotate(90deg);
}
.newRightDevelopHide .newRightPackUp span{
  transform: rotate(180deg);
}
.newRightDevelopHide{
  transform: translateX(100%);
  right:0;
}
.new-right-div .red-connect-btn {
  height: 38px;
  background: #BE3935;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  background: #BE3935;
  font-weight: bold;
  border-radius: 20px;
  margin-top:15px;
}
.new-right-div .pbox{
  font-family: SimSun;
  margin-top: 15px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #eee;
}
.new-right-div .pbox p{
  font-size:14px;
  line-height:20px;
}
.new-right-div .pbox p:before{
  color:#00BE1D;
  margin-right: 6px;
}
.new-right-div .name{
  text-align: left;
}
.new-right-div .name strong{
  font-size: 16px;
  white-space: nowrap;
}
.new-right-div .name span{
  font-size: 14px;
}
.new-right-div .name span:before{
  color: #FFC739;
  margin-right: 6px;
}
.new-right-div img.head{
  width: 38px;
  height: 38px;
  object-fit:cover;
  border-radius: 50%;
  border: 2px solid #D8D8D8;
  margin-right: 6px;
}
.new-right-div .headBox{
  display: flex;
  align-items: center;
  justify-content: start;
}
.new-right-div img.code{
  width: 90px;
  height: 90px;
  margin-top:10px;
}
.new-right-div .shouqi-div {
  height: 32px;
  background: rgba(184, 184, 184, 1);
  border-radius: 4px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
/*footer*/
.footer,.beianBox{
  width: 100%;
  background: #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footerList{
  width: 1210px;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  padding-bottom: 20px;
}
.footerLogo img{
  margin-top: 55px;
}
.footerSoft h4{
  font-size: 18px;
  color: #dadada;
}
.footerSoft ul{
  margin-top: 25px;
  width: 400px;
}
.footerSoft ul li{
  padding-left: 20px;
  line-height: 40px;
  position: relative;
  display: inline-block;
  width: 190px;
  padding-right: 15px;
  height: 40px;
  text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
  white-space :nowrap; /*让文字不换行*/
  overflow : hidden; /*超出要隐藏*/
}
.footerSoft ul li:before{
  content: '';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  width: 0px;
  height: 0px;
  border-bottom:6px solid rgba(0,0,0,0);
  border-left: 10px solid #B5B5B5;
  border-top: 6px solid rgba(0,0,0,0);
}
.footerSoft ul li a{
  font-size: 14px;
  color: #dadada;
}
.footerSoft{
  margin-top: 40px;
  padding-left: 100px;
}
.footerImg dl{
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.footerImg dl dd{
  text-align: center;
}
.footerImg dl dd:last-child{
  margin-left: 48px;
}
.footerImg dl dd img{
  width: 148px;
  height: 148px;
}
.footerImg dl dd p{
  font: normal normal normal 16px/34px Microsoft YaHei;
  color: #DADADA;
  margin-top: 10px;
}
.beianBox{
  background: #000;
}
.beianBox .beian{
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.beianBox .beian p{
  margin-bottom:7px;
  font-size: 16px;
  color: #DADADA;
}
    .beianBox .beian a {
        font-size: 16px;
        color: #DADADA;
        padding-left: 23px;
        background: url("https://res.91laihama.com/xigua/Content/2024/images/ba.png") no-repeat left center;
    }

/**/
.mt35{
  margin-top: 35px!important;
}
.mt50{
  margin-top: 50px!important;
}
.mt60{
  margin-top: 60px!important;
}
.mt90{
  margin-top: 90px!important;
}
/* 手机自适应 */
@media only screen and (max-width: 1024px) {
    body {
        width: 1600px !important;
    }
}