a:hover{
  color: #ffffff;
}

html,
body {
  overflow-x: hidden;
}

/* 公共区 */
.text-center {
  text-align: center;
}

/*  */

.flex-between {
  justify-content: space-between;
}

.index-container,
.index-sec-title,
.index-content {
  /* width: 1200px; */
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}



/* logo区域 */


/* bannner */
#flash {
  position: relative;
  width: 100%;
  height: 720px;
  /* cursor: pointer; */
}

#flash .banner-img {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;

}

#falsh .banner-img img {
  width: 100%;
  height: 100%;
  /* position: absolute;
  display: block;
  left: 0;
  top: 0; */
}

a.lunbo-div {
  position: relative;
}


#flash .btn-div {
  height: auto;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
  padding-top: 100px;
}

#flash .btn-div .ba {
  height: 62px;
  margin-top: 300px;
}

#flash .btn-div .ba .a-btn {
  margin-right: 28px;
  width: 191px;
  height: 58px;
  border: 1px solid #fff;
  font-size: 22px;
  line-height: 58px;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
  display: block;
  float: left;
}

#flash .btn-div .ba .a-btn.a-btn-solid {
  background: #fff;
}

#flash .btn-div .ba .a-btn.a-btn-trans {
  border: 1px solid #ffffff;
  color: #ffffff;
}

#flash .btn-div .ba .a-btn.a-btn-solid.text-red {
  color: #ff3333;
}

#flash .btn-div .ba .a-btn.a-btn-solid.text-blue {
  color: #0068ff;
}

/* #flash .btn-div .ba .a-btn.a-btn-trans.text-light-blue{
  color: #18fffc;
} */
#flash .btn-div .ba .a-btn.jb-b-light-blue {
  border-width: 1px;
  border-image-source: linear-gradient(-84deg,
      #22b9ff 0%,
      #18fffc 100%);
  color: #18fffc;
  border-image-slice: 1;
}

#flash .btn-div .ba .a-btn.jb-light-blue {
  background-image: linear-gradient(-84deg,
      #22b9ff 0%,
      #18fffc 100%),
    linear-gradient(#18fffc,
      #18fffc);
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0)
}

#flash .btn-div .a-btn:hover {
  opacity: 0.8;
}


#flash ul {
  position: absolute;
  left: 45%;
  bottom: 30px;
  bottom: 10px;
  list-style: none;
  /* width: 200px; */
  /* height: 30px; */
}

#flash ul li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
  margin-left: 10px;
  cursor: pointer;
}

#flash ul .li_first {
  opacity: 1;
}

/* banner下区域 */

.index-four .div-title {
  margin-top: 24px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  line-height: 18px;
}

.index-four .top-content {
  margin-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 14px;
}

.index-four {
  border-right: 1px solid rgba(221, 221, 221, 0.2);
  width: 25%;
  height: 100px;
  padding: 0 40px;
  cursor: pointer;
}

.index-four:last-child {
  border-right: none;
}


/* 版块 */
.bg-black-title-bg {
  font-size: 38px;
  font-weight: bold;
  color: rgba(40, 40, 42, 0.1);
  line-height: 38px;
}

.bg-black-title {
  font-size: 36px;
  font-weight: bold;
  color: #28282A;
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: -20px;
}

.bg-white-title-bg {
  font-size: 38px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.05);
  line-height: 38px;
}

.bg-white-title {
  font-size: 36px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
  margin-bottom: 40px;
  margin-top: -20px;
}

.l-white-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}

/* 认识癞蛤蟆工具箱软件 */
ul.applist-ullist>li {
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px solid #5e5e5e;
  color: #fff;
}

ul.applist-ullist>li .liitem-logoimg {
  width: 48px;
  height: 48px;
}

ul.applist-ullist>li .liitem-name {
  margin-left: 25px;
}

ul.applist-ullist>li.active {
  color: #DF4A43;
  border-bottom: none;
}

ul.applist-ullist>li .right-a-n {
  width: 22px;
  height: 22px;
  text-align: center;
}

ul.applist-ullist>li .right-a-n img:nth-child(1) {
  display: block;
  padding: 6px 7px;
}

ul.applist-ullist>li .right-a-n img:nth-child(2) {
  display: none;
}

ul.applist-ullist>li.active .right-a-n img:nth-child(1) {
  display: none;
}

ul.applist-ullist>li.active .right-a-n img:nth-child(2) {
  display: block;
}

ul.applist-ullist>li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
  background-color: #DF4A43;
}

ul.applist-ullist>li.active:after {
  width: 100%;
}

.start-section {
  display: flex;
  position: relative;
  height: 134px;
  background-image: url(../images/red-bgimg.png);
  justify-content: center;
  align-items: center;
  margin-top: 86px;
}

.start-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: -71px;
  width: 100%;
  height: 72px;
  background-image: url(../images/red-before.png);
  background-size: 100% 100%;
}

.start-section p {
  display: inline;
  font-size: 30px;
  color: #fff;
  margin: 0 30px 0 0;
  font-weight: 300;
}

.start-section .large-btn {
  margin: 0;
  background: #fff;
  color: #9E1F24;
  text-shadow: none;
  height: 55px;
  width: 150px;
  text-align: center;
  line-height: 55px;
  border-radius: 4px;
  font-size: 18px;
}

/* 如何使用癞蛤蟆 */


.video-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}

.VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 10;
}


/* 工具箱大全 */
.price {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.price h2 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 10px;
  padding-left: 10px;
}

.price .category {
  width: 1180px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 10px;
}




.price .category ul {
  display: flex;
  justify-content: center;
}

.price .category a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}


.price .category ul li {
  display: table-cell;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  position: relative;
  padding: 18px 25px;
}

.price .category ul li.active {
  border-bottom-color: #ff3333;
  color: #ff3333;
}

.price .cont {
  display: none;
}

.price .cont.active {
  display: block;
}

.price .cont ul {
  display: flex;
  flex-wrap: wrap;
}

.price .cont ul li {
  width: 390px;
  /* float: left; */
  /* margin: 0 10px; */
  margin-right: 10px;
  box-sizing: border-box;
}

.price .cont ul li:nth-child(3n) {
  margin-right: 0px !important;
}

.price .cont ul li a {
  display: block;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: 20px;
  padding: 13px 20px 15px;
}

.price .cont ul li a:hover {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .1);
  border-color: rgba(229, 229, 229, .73);
}

/* 
.price .cont ul li a:hover .cont_main p.title {
  color: #00a4ff;
} */

.price .cont ul li a .cont_main {
  display: table-cell;
  vertical-align: top;
}

.price .cont ul li a .cont_main p.title {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.price .cont ul li a .cont_main p.title img {
  width: 30px;
  height: 30px;
}

.price .cont ul li a .cont_main p.desc {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  height: 42px;
  margin-top: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.price .cont ul li a .cont_main .btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.price .cont ul li a .cont_main .btn div {
  width: 82px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
}

.price .cont ul li a .cont_main .btn div.video {
  background: #F9F9F9;
  color: #666666;
}

.price .cont ul li a .cont_main .btn div.free {
  color: #fff;
  background: #CF272D;
  border-color: #CF272D;
  margin-left: 10px;
}

/* 插件专题 */
.five-swiper {
  /* height: auto; */
  position: relative;
}

.five-swiper .swiper-container {
  width: 1200px;
  margin: 0 auto;
}

.five-swiper .swiper-container .swiper-slide {
  width: 240px;
  /* overflow: auto */
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -58px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -58px !important;
}

/* .five-swiper .swiper-container .swiper-slide:hover {

  transform: scale(1.5);
  transform-origin: center bottom;
} */
.swiper-slide .nav {
  box-sizing: border-box;
  padding: 20px 40px 30px 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  transition: 0.5s;
  border-radius: 10px;

}

.swiper-slide .nav:hover {
  transform-origin: 100% 100% 0;
  transform: scale(1.3);
  z-index: 2222;
}

.five-swiper .swiper-wrapper {
  height: 445px;
  align-items: flex-end;
  position: relative;
  padding-bottom: 15px;
}

.swiper-container .nav .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.swiper-container .nav .title .right-title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}

.swiper-container .nav .title .img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.swiper-container .nav .title .img img {
  width: 100%;
  height: 100%;
}

.swiper-container .nav .nav-content .content-title {
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.swiper-container .nav .nav-content .content-second {
  font-size: 12px;
}

.swiper-container .nav .nav-content .content-three {
  width: 100%;
  text-align: center;
  line-height: 30px;
  background-color: #CF272D;
  color: #ffffff;
  font-size: 14px;
  margin: 20px 0 0 0;
}

.swiper-slide .nav:hover .title {
  flex-direction: row;
  align-items: flex-end;
  border-bottom: 1px #666666 solid;
}


.swiper-slide .nav:hover .title .right-title {
  padding-bottom: 5px;
}

.swiper-slide .nav:hover .content-title{
  text-align: left;
}


.w-p-100 {
  width: 100%;
}

.w-p-23 {
  width: 23%;
}

.w-p-30 {
  width: 30%;
}

.w-p-15 {
  width: 15%;
}

.w-p-18 {
  width: 18%;
}

.m-r-p2 {
  margin-right: 2%;
}

.m-r-p3 {
  margin-right: 3%;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t--10 {
  margin-top: -10px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t--15 {
  margin-top: -15px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-16 {
  margin-right: 16px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-50 {
  margin-right: 50px;
}

.m-l--5 {
  margin-left: -5px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-50 {
  margin-left: 50px;
}

.p-t-b-15 {
  padding: 15px 0;
}

.p-t-b-20 {
  padding: 20px 0px;
}

.p-l-r-10 {
  padding: 0px 10px;
}

.p-l-r-20 {
  padding: 0px 20px;
}

.w-p-100 {
  width: 100%;
}

.w-p-50 {
  width: 50%;
}

.w-p-20 {
  width: 20%;
}

.w-p-25 {
  width: 25%;
}

.w-p-80 {
  width: 80%;
}

.w-min-200 {
  min-width: 200px;
}



.w-100 {
  min-width: 60px;
  width: 100px;
}

.w-110 {
  min-width: 100px;
}

.w-150 {
  min-width: 130px;
}

.w-200 {
  min-width: 180px;
  width: 200px;
}

.w-250 {
  min-width: 235px;
  width: 250px;
}

.w-300 {
  width: 300px;
}


.line-20 {
  line-height: 20px;
}

.line-24 {
  line-height: 24px;
}

.line-36 {
  line-height: 36px;
}

.br-4 {
  border-radius: 4px;
}

.content-three a,
.content-three a:hover{
  color: #fff;
}

@media (max-width: 1500px) {
  .left-box {
      display: none;
  }
}

@media (max-width: 1730px) {
  .left-box {
      left: 2%;
  }
}

