* {
  margin: 0;
  padding: 0;
}

body {
  font: 14px/1.7 Source Han Sans Helvetica Source Han Sans CN, Microsoft YaHei, Arial, WenQuanYi Micro Hei, sans-serif !important;
  overflow-x: hidden;
  color: #333;
  margin: 0 auto;
}

html,
body {
  /* overflow-x: hidden; */
  width: 100%;
}

body .saa.none,
.s5_ul li .s5_a a.none,
.ft .sc .none {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dl,
dt,
dd,
ol,
form,
span,
input,
a,
div {
  margin: 0px;
  padding: 0px;
  font-style: normal;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select {
  font-size: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  outline: none;
  line-height: normal;
  color: #666;
  outline: none;
}

img {
  border: 0px;
  border: none;
}

ul,
li {
  list-style: none;
}

a {
  /*-webkit-transition: all 0.4s ease;*/
  /*transition: all 0.4s ease;*/
  text-decoration: none;
  outline: none;
  color: inherit;
}


/*animate*/
.animate_active{
  display: block !important;
}
/**/


.md {
  margin: 0 auto;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.rt {
  float: right;
}

.rt > a {
  padding-top: 14px;
}

.clear {
  clear: both;
}

.text_left {
  text-align: left !important;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.bg-none {
  background: none;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.flex_row_between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex_row_around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.flex_row {
  display: flex;
  flex-direction: row;
}

button {
  /*消除button的默认样式*/
  /*这种写法是对所有的button标签同时生效*/
  margin: 0px;
  padding: 0px;
  /*自定义边框*/
  border: 0px;
  /*消除默认点击蓝色边框效果*/
  outline: none;
}


.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.centerX {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.centerY {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
  color: #CCCCCC;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #CCCCCC;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
  color: #CCCCCC;
}

input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
  color: #CCCCCC;
}

.hidden {
  overflow: hidden;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1998;
}

.top1 {
  z-index: 998;
  height: 70px;
  line-height: 70px;
  background: rgba(0, 0, 0, 1);
  padding: 0 30px;
  /* background: #000; */
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  animation: thedrop 1s 1;
  -moz-animation: thedrop 1s 1;
  -webkit-animation: thedrop 1s 1;
}

.sticky.top1 {
  background: #000;
  height: 50px;
}

.nav_fl, .nav_fl2, .nav_rt2 {
  color: #fff;
}

.top .logo {
  background: url('/static/image/header/logo.png') no-repeat left center;
  width: 125.7px;
  height: 22.88px;
  display: block;
  float: left;
  margin-top: 21px;
  background-size: cover;
}

.nav_fl {
  float: right;
  margin-left: 40px;

}

.nav_fl li {
  float: left;

}

.nav_fl li a {

  margin: 0px 34px;
  display: block;
  font-size: 16px;
  /*font-family: "robotoregular";*/
  position: relative;
  height: 70px;
  line-height: 70px;
}

.nav_fl li.on a:after {
  -webkit-transform: none;
  transform: none;
}

.aaaa a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fc5b00;

}

.nav_fl li a:hover:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fc5b00;
}

/* header导航更新部分 */
.li2 {
  overflow: hidden;
  display: block;
  height: 56px;
  position: relative;
  float: left;
  cursor: pointer;
}

.li4 {
  position: relative;
  overflow: hidden;
}

.li4y {
  display: block;
  height: 56px;
  position: relative;
  float: left;
}

.li4type {
  /* position: relative; */
  /* overflow: hidden; */
  display: none;
}

.li4ytype {
  display: block;
  height: 56px;
  /* position: relative; */
  float: left;
  top: -80px;
  left: -30px;
}

.program_conter {
  width: 141px;
  background: #fff;
  position: absolute;
  top: 70px;
  box-sizing: border-box;
  color: black;
  /* padding: 10px 28px; */
}

.program_conter2 {
  width: 141px;
  background: #fff;
  position: absolute;
  top: 120px;
  box-sizing: border-box;
  color: black;
  left: 132px;
  /* padding: 10px 28px; */
}

.nav-a-img {
  width: 14px;
  margin-left: 25px;
  margin-top: -2px;
}

.program_conter p span {
  /*text-align: center;*/
  line-height: 42px;
  font-size: 16px;
  display: block;
  cursor: pointer;
}

.program_conter p :hover {
  font-size: 16px;
  color: #fc5b00;
  /* border-bottom: 1px solid; */
}

.program_conter2 p span {
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  display: block;
  cursor: pointer;
}

.program_conter2 p :hover {
  font-size: 16px;
  color: #fc5b00;
  /* border-bottom: 1px solid; */
}

.lii {
  cursor: pointer;
}

/* header更新结束 */
.apDivx {
  overflow: hidden;
  margin: 0 10px;
  display: block;
  width: 36px;
  height: 56px;
  position: relative;
  float: left;
  cursor: pointer;
  padding-top: 14px;
}

.apDivy {
  margin: 0 10px;
  display: block;
  width: 36px;
  height: 56px;
  position: relative;
  float: left;
}

.user_conter {
  width: 122px;
  background: rgba(59, 59, 59, 0.33);
  position: absolute;
  top: 65px;
  left: -40px;
  padding: 20px 0;
}

.user_conter:before {
  border-bottom: 10px solid rgba(59, 59, 59, 0.33);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -13px;
}

.user_conter ul li {
  color: #fff;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
}

.user_conter ul li:hover {
  font-size: 18px;
}

.main {
  margin: 0 auto;


}

.crpr {
  cursor: pointer;
}







.code img {
  width: 129px;
  margin: 0 auto;
  display: block;
  padding: 0 10px;
}

.code {
  position: absolute;
  background-color: #fff;
  padding: 0px 0px 0;
  top: -175px;
  height: 160px;
  line-height: 25px;
  left: 50%;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px #5d5d5d;
  z-index: 2222;
  width: 149px;
  margin-left: -74px;
  color: #333;
  text-align: center;

}

.dn {
  display: none;
}

.code p {
  font-weight: normal;
  display: block;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #666;
  height: 24px;
  text-indent: 0;
  font-size: 12px;
  line-height: 24px;
}

a.wechat:hover .code {
  display: block;
}

.code span {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}

a.wechat {
  position: relative;
}


/*动画加载*/
.spinner_main {
  width: 70px;
  height: 70px;
}

.spinner1 {
  width: 60px !important;
  height: 60px !important;
  position: relative;
}

.spinner {
  width: 70px;
  height: 70px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.circle5 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.3s;
  animation-delay: -1.3s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.container1 .circle2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container2 .circle2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container1 .circle5 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container2 .circle5 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.container3 .circle5 {
  -webkit-animation-delay: -0.0s;
  animation-delay: -0.1s;
}
.base-mar-top{
  margin-top: 102px;
}
@media (max-width: 992px) {
  .base-mar-top{
    margin-top: 70px;
  }
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*淡出淡入*/
.animate-show-hide {
  padding: 10px;
  border: 1px solid black;
  background: white;
}

.animate-show-hide.ng-hide-add, .animate-show-hide.ng-hide-remove {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  display: block !important;
}

.animate-show-hide.ng-hide-add.ng-hide-add-active,
.animate-show-hide.ng-hide-remove {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

.onloginPage {
  font-size: 16px;
  /*font-family: PingFang SC;*/
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  text-align: center;
}

.onloginPage a {
  color: #FC5B00;
  font-size: 16px;
  margin-left: 10px;
}

.onloginPage a:after {
  /*background: url("/static/image/cart/logo_int.png") no-repeat;*/
  background-size: cover;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}


.onLoginpage_conter {
  height: 609px;
  line-height: 400px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.data_none img {
  width: 336px;
  height: 280px;
  display: block;
  margin: 80px auto 20px;
}

.data_none text {
  display: block;
  text-align: center;
}


/*正在开发中的页面*/
.building_container {
  height: 70px;
  background: #000;
}

.building_main {
  margin-bottom: 292px;
}

.building_main img {
  width: 392px;
  height: 280px;
  display: block;
  margin: 160px auto 20px;
}

.building_main text {
  font-size: 16px;
  text-align: center;
  display: block;

}
.el-select-dropdown__item.selected{
  color: #fe5000;
  font-weight: 400;
}
.el-select .el-input .el-input__inner{
  border: 1px solid #888888;
}
.el-select .el-input.is-focus .el-input__inner{
  border: 1px solid #fe5000;
}
.el-select-dropdown{
  width: 338px;
  left: 17px!important;
}

/*
*   elememt-ui弹框样式开始修改
*/
.el-carousel__arrow {
  height: 64px !important;
  width: 64px !important;
  background-color: rgba(31,45,61,0.5);
  font-size: 22px !important;
}
.el-message {
  top: 120px !important;
}
.el-message-box{
  width: 340px !important;
}

.el-message-box button:hover{
  border-color: #DCDFE6;
  color: #606266;
  background: #FFF;
}
.el-message-box button.el-button--primary{
  background-color: #fc5b00;
  border-color: #fc5b00;
  color: #fff;
}
.el-message-box .el-button--primary:hover{
  background-color: #fc5b00;
  border-color: #fc5b00;
}
.el-input.is-active .el-input__inner, .el-input__inner:focus{
  border-color: #DCDFE6;
}
.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled), .el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){
  border-color: #DCDFE6;
}
.el-message-box .el-message-box__headerbtn .el-icon-close:hover{
  color: #666;
}
.el-message-box__wrapper /deep/ .el-button--small{
  display: none;
}
.el-message-box__wrapper /deep/ .el-button--primary{
  display: block;
  float: right;
}
/*
*   elememt-ui弹框样式结束修改
*/
