﻿.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}
/* 工具类 浮动 */
.tolly .tolly-content {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
/* .tolly-main {
  width: 95%;
} */
.tolly .pull-right {
  float: right;
}
.tolly .pull-left {
  float: left;
}
.tolly img {
  max-width: 100%;
}
.tolly .item-one-ad {
  background: #2e4768 url(../images/banner-bg.png) no-repeat center top;
  height: 100%;
  background-size: cover;
}
.tolly .item-one-ad .tolly-content-banner {
  max-width: 1300px;
  margin: 0 auto 40px;
}
/* item01 */
.tolly .item-one-ad .ad-l {
  float: left;
  margin-top: 100px;
  width: 50%;
  padding-left: 80px;
}
.tolly .item-one-ad .ad-l-logo {
  width: 80px;
  margin-bottom: 20px;
  text-align: center;
}
.tolly .ad-l-logo img {
  max-width: 90%;
}

.tolly .ad-l-text {
  color: #fff;
  font-weight: normal;
  margin-bottom: 60px;
}

.tolly .ad-l-text h2 {
  letter-spacing: 2px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
}

.tolly .ad-l-text p {
  font-size: 18px;
  line-height: 32px;
}

.tolly .down-btn {
  width: 220px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  background: #e60039;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  vertical-align: middle;
  border-radius: 30px;
}

.tolly .down-btn:hover {
  color: #fff;
  text-decoration: none;
}

.tolly .down-btn img {
  margin-right: 10px;
  width: 15px;
}
.tolly .down-btn img,
.tolly .down-btn span {
  vertical-align: middle;
}
.tolly .ad-r {
  float: right;
  width: 50%;
  margin-top: 80px;
}
.tolly .ad-r img {
  max-width: 80%;
}
.tolly .ad-bottom {
  border-top: 1px solid #ccc;
  color: #fff;
  margin-top: 20px;
}

.tolly .ad-bottom-l-img {
  width: 40px;
  display: inline-block;
}

.tolly .ad-bottom h2 {
  margin: 6px 0;
  font-size: 20px;
  font-weight: 400;
}

.tolly .ad-bottom p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 !important;
  padding-left: 18px;
  text-indent: -14px;
/* 　margin-left: 2em; */

}

.tolly .ad-bottom-l {
  width: 50%;
  padding: 30px 0;
  padding-left: 2%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;  
  overflow: hidden;
}

.tolly .ad-bottom-r {
  width: 50%;  
  border-right: 1px solid #ccc;
  padding: 30px 0;
  padding-left: 2%; 
  overflow: hidden;
}
.tolly .ad-bottom-l-img img {
  width: 35px;
}
/* ad底部的下载部分 h1图片和文字一行显示*/
.tolly .item-one-ad .ad-bottom-l > div,
.tolly .item-one-ad .ad-bottom-r > div {
  display: inline-block;
  vertical-align: middle;
}
.tolly .item-one-ad .ad-bottom-l-img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-color: #e60039;
  text-align: center;
  line-height: 60px;
}
.tolly .ad-bottom-l .cloud-text,.ad-bottom-r .cloud-text{
  width: 80%;
}
.tolly .ad-bottom-l .cloud-text h2,
.tolly .ad-bottom-r .cloud-text h2 {
  font-size: 20px;
}

/* item02 */
.ws-new-table1 {
  width: 100%;
  max-height: 400px;
  height: 300px;
  font-size: 8px;
  padding-left: 10px;
}

.ws-bt-title {
  font-size: 16px;
  text-align: center;
  margin: 15px auto 0 auto;
  padding-bottom: 3rem;
}
.ws-echarts-per {
  position: absolute;
  color: #e60039;
  text-align: center;
  top: 37%;
  z-index: 5;
  line-height: 23px;
  width: 100%;
}

.ws-echarts-per .ch-num-style {
  display: block;
  font-size: 48px;
  margin-bottom: 1rem;
}

.ws-echarts-per .ws-better {
  font-size: 18px;
}

.ws-btn-tips {
  display: inline-block;
}

.ws-btn-tips img:last-child {
  display: none;
}

.Different-item {
  display: inline-block;
}

.Different-item img:last-child {
  display: none;
}
/* 大标题 */
.tolly  .big-title {
  font-size: 32px;
  color: #323232;
  height: 100px;
  line-height: 100px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 600;
}
/* 背景图 */
.tolly .item-two-bg {
  background: url(../images/bg-two.jpg) no-repeat center top;
  padding-bottom: 40px;
}
.tolly .title-tips {
  text-align: center;
  color: #e60039;
  padding-top: 30px;
  padding-bottom: 20px;
}
.tolly .title-tips-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.tolly .oblique-line {
  position: relative;
  width: 40px;
  height: 32px;
  font-size: 0;
  display: inline-block;
}
.tolly .oblique-line::before {
  content: '';
  position: absolute;
  left: -14px;
  top: -16px;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #e60039;
  transform-origin: bottom center;
  transform: rotateZ(-45deg) scale(1.5);
  animation: slash 5s infinite ease;
}
.tolly .title-tips h2 {
  font-size: 60px;
  font-family: 'Arial';
  letter-spacing: 0px;
  display: inline-block;
  font-weight: 600;
}
.tolly .title-tips p {
  font-size: 28px;
  color: #e60039;
}
/* item02 echarts */
.tolly .item-two-echart1 .echart-box-l {
  float: left;
  width: 28%;
  background-color: #ffffff;
  position: relative;
  height: 360px;
}
.tolly .item-two-echart1 .echart-box-l .tolly-product {
  width: 100%;
  height: 100%;
  position: relative;  
}
.tolly .item-two-echart1 .tolly-product img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:auto;
}

.tolly .item-two-echart1 .echart-box-r {
  padding-top: 20px;
  float: right;
  width: 70%;
  background-color: #ffffff;
  position: relative;
  height: 360px;
}
.tolly .item-two-echart1 .echart-box-r .product-chart-desc {
  margin: 0px 0 10px 40px;
  padding-left: 8px;
  border-left: 5px solid #e60039;
  font-size: 16px;
}
/* 5ghz */
.tolly .item-two-echart1 .item02-5ghz {
  position: absolute;
  bottom: 10px;
  right: 55px;
}
.tolly .item-two-echart1 .item02-5ghz img {
  max-width: 90%;
}
/* item02 “ */
.tolly .item-three .box-blue-bg {
  background: #b4dcf5;
  position: relative;
  padding: 30px 60px 20px;
  color: #325078;
  top: -13px;
}

.tolly .item-three .box-blue-title {
  width: 80%;
  margin-left: 30px;
}

.tolly .item-three .big-dot {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/dot_1.png) no-repeat center;
  background-size: contain;
  top: -13px;
  left: 50px;
}

.tolly .item-three .big_h3 {
  margin-left: 10px;
}
.tolly .item-three .box-blue-bg h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.tolly .item-three .box-blue-bg dl {
  float: left;
  margin-bottom: 10px;
}

.tolly .item-three .box-blue-bg dl dt {
  float: left;
  width: 18px;
}

.tolly .item-three .box-blue-bg dl dd {
  width: 100%;
  margin-left: 30px;
  font-size: px;
}
.tolly .item-three .f-logo-dot {
  width: 10%;
  margin-left: 2%;
}

.tolly .item-three .f-logo-dot img {
  max-width: 45%;
}
/* item03 */
.tolly .item-three-bg {
  background: #f4fbff;
}
.tolly .item-bg-3 {
  /* background-color: #fff; */
}
.tolly .item-bg-3 .tolly-main-title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.tolly .item-bg-3 .tolly-cont {
  width: 100%;
  max-width: 100%;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.tolly .title-tips .title-desc {
  font-size: 16px;
  color: #323232;
  font-weight: 600;
}
.tolly .item-bg-3 .tolly-cont .echart-wrap {
  width: 100%;
  padding-top: 4%;
  position: relative;
}
.tolly .item-bg-3 .tolly-cont .echart-wrap .title {
  position: absolute;
  left: 3%;
  bottom: 12%;
  z-index: 10;
}
.tolly .item-bg-3 .tolly-cont .source .logo {
  position: absolute;
  right: 10%;
  top: 2%;
  z-index: 2;
}
.tolly .item-bg-3 .tolly-cont .charts-box {
  width: 100%;
  height: 500px;
}
.tolly .item-bg-3 .tolly-cont .fast-box {
  border-left: 10px solid #e60039;
  width: 40%;
  padding-left: 22px;
  cursor: pointer;
  float: right;
  position: relative;  
  box-sizing: border-box;
}
/* .tolly .item-bg-3 .tolly-cont .fast-box:before{
  content: '';
  width: 10px;
  background-color: #e60039;  
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
} */
.tolly .item-bg-3 .tolly-cont .fast-box-wrap-1,
.tolly .item-bg-3 .tolly-cont .fast-box-wrap-2 {
  position: absolute;
  left: 13.3%;
  top: 25%;
  z-index: 10;
  width: 85%;
}
.tolly .item-bg-3 .tolly-cont .fast-box-wrap-2 {
  top: 40%;
}
.tolly .item-bg-3 .tolly-cont .fast-box.box-1 {
  top: 20px;
}
.item-bg-3 .tolly-cont .fast-box.box-2 {
  top: 35px;
}
.tolly .faster-bg {
  background: url(../images/opacity-red.png) repeat scroll 0 0;
  z-index: 10;
  float: left;
  display: none;
  width: 60%;
  height: 29%;
  position: relative;
  left: 10px;
  border-right: 10px solid #e60039;
}
.tolly .faster-bg.show {
  -moz-animation: showbg 1s ease-in 1; /* Firefox */
  -webkit-animation: showbg 1s ease-in 1; /* Safari and Chrome */
  -ms-animation: showbg 1s ease-in 1; /* IE10 */
  -o-animation: showbg 1s ease-in 1; /* Opera */
  animation: showbg 1s ease-in 1;
}
.tolly .faster-bg.hide {
  -moz-animation: hidebg 1s ease-in 1; /* Firefox */
  -webkit-animation: hidebg 1s ease-in 1; /* Safari and Chrome */
  -ms-animation: hidebg 1s ease-in 1; /* IE10 */
  -o-animation: hidebg 1s ease-in 1; /* Opera */
  animation: hidebg 1s ease-in 1;
}
.tolly .faster-bg.bg-1 {
  height: 150px;
}
.tolly .faster-bg.bg-2 {
  height: 265px;
  top: -83px;
}
.tolly .item-bg-3 .tolly-cont .fast-box h3 {
  font-size: 36px;
}
.tolly .item-bg-3 .tolly-cont .fast-box p {
  font-size: 18px;
  margin: 0 !important;
  line-height: 22px;
}
.tolly .item-bg-3 .source {
  padding: 4% 9% 0;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.tolly .item-bg-3 .source .source-text {
  float: left;
  width: 85%;
}
.tolly .item-bg-3 .source .item3-logo {
  float: right;
  width: 10%;
  margin-left: 2%;
}
.tolly .item-bg-3 .source .item3-logo img {
  max-width: 80%;
}

@-webkit-keyframes showbg {
  /* Chrome, Safari */
  0% {
    width: 0%;
  }
  20% {
    width: 14%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 44%;
  }
  100% {
    width: 59%;
  }
}
@-moz-keyframes showbg {
  /* FF */
  0% {
    width: 0%;
  }
  20% {
    width: 14%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 44%;
  }
  100% {
    width: 59%;
  }
}
@-ms-keyframes showbg {
  /* IE10 */
  0% {
    width: 0%;
  }
  20% {
    width: 14%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 44%;
  }
  100% {
    width: 59%;
  }
}
@-o-keyframes showbg {
  /* Opera */
  0% {
    width: 0%;
  }
  20% {
    width: 14%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 44%;
  }
  100% {
    width: 59%;
  }
}
@keyframes showbg {
  0% {
    width: 0%;
  }
  20% {
    width: 14%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 44%;
  }
  100% {
    width: 59%;
  }
}

@-webkit-keyframes hidebg {
  /* Chrome, Safari */
  0% {
    width: 59%;
  }
  20% {
    width: 44%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 14%;
  }
  100% {
    width: 0%;
  }
}
@-moz-keyframes hidebg {
  /* FF */
  0% {
    width: 59%;
  }
  20% {
    width: 44%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 14%;
  }
  100% {
    width: 0%;
  }
}
@-ms-keyframes hidebg {
  /* IE10 */
  0% {
    width: 59%;
  }
  20% {
    width: 44%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 14%;
  }
  100% {
    width: 0%;
  }
}
@-o-keyframes hidebg {
  /* Opera */
  0% {
    width: 59%;
  }
  20% {
    width: 44%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 14%;
  }
  100% {
    width: 0%;
  }
}
@keyframes hidebg {
  0% {
    width: 59%;
  }
  20% {
    width: 44%;
  }
  40% {
    width: 29%;
  }
  60% {
    width: 14%;
  }
  100% {
    width: 0%;
  }
}
.tolly .tolly-pc-show {
  display: block;
}

.tolly .tolly-mobile-show {
  display: none;
}
.tolly .item-bg-3 .tolly-cont .fast-box.selected {
  background-color: #e60039;
  color: #fff;
}
/* item04 */
.tolly .item-four-bg {
  /* position: relative; */
  background: url(../images/item04-bg.png) no-repeat 30%;
  background-size: 100% 50%;
  /* background-attachment: fixed; */
}
.tolly .item-four .tolly-four-charts-box1 {
  width: 100%;
  height: 500px;
  background: #fff;
  box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
}
.tolly .item-bg-4 .tolly-cont {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tolly .item-bg-4 .tolly-cont .echart-wrap {
  height: 500px;

  position: relative;
}
.tolly .item-bg-4 .item-four-title {
  position: absolute;
  bottom: 100px;
  left: 3%;
}
.tolly .item-bg-4 .item-four-title img {
  max-width: 80%;
}
.tolly .item-four .item-four-echart1 {
  margin-bottom: 30px;
}
.tolly .item-four .item-four-echart1,
.tolly .item-four .item-four-echart2 {
  position: relative;
}
.tolly .upto66Text{
  cursor:pointer;  
}
.tolly .uptospan{
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tolly .upto66Text .upto-pointer {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor:pointer;
  background: url(../images/pointer_1.png) no-repeat 0px center;
  background-size: contain;  
  position: relative;
  top: 2px;
}
.tolly .upto66Hover:hover{
  background: #e60039;
  color:#fff;
}
.tolly .upto66Hover:hover .upto-pointer{  
  position: relative;
  top: 2px;
  background-image: url(../images/pointer-hover.png);
  background-repeat: no-repeat;
  background-position: 0px center;  
  background-size: contain;
}
.tolly  .upto-pointer-active{  
 position: relative;
 top: 2px;
 background-image: url(../images/pointer-hover.png);
 background-repeat: no-repeat;
 background-position: 0px center;  
 background-size: contain;
}
.tolly .upto66 {
  position: absolute;
  top: 9%;
  left: 19%;
  border: 1px solid #e60039;
  height: 40px;
  border-radius: 28px;
  padding: 0 20px;
  line-height: 40px;
  color: #e60039;
  font-weight: 500;
  z-index: 1;
}
.tolly .upto66-active {
  position: absolute;
  z-index: 1;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background-color: #e60039;
  border-radius: 0;
  min-width: 35%;
  text-align: right;
  top: 9%;
  font-size: 12px;
}
.tolly .upto66-active-mobile {
  position: absolute;
  top: 2%;
  left: 9.5%;
  height: 34px;
  padding: 0px 10px;
  line-height: 34px;
  font-weight: 500;
  z-index: 1;
  font-size: 12px;
  width: 81%;
  text-align: center;
  background: #e60039;
  color: #fff;
  border-radius: 0;
}
/* .item-four-echart2 .upto66{
  top: 46%;
} */
.tolly .item-four-echart1 .upto66-img {
  position: absolute;
  background: url(../images/tolly-zan.png) no-repeat center;
  background-size: contain;
  padding: 10px;
  right: 7%;
  top: 25%;
  z-index: 1;
}
.tolly .item-four-echart2 .upto66-img {
  position: absolute;
  background: url(../images/tolly-zan.png) no-repeat center;
  background-size: contain;
  padding: 10px;
  right: 21%;
  top: 24%;
  z-index: 1;
}
.tolly .upto66-img p {
  color: #fff;
  font-weight: 500;
}
.tolly .upto66-img p:first-child {
  position: relative;
  text-align: center;
  top: 10px;
}
.tolly .upto66-img-hide {
  display: none;
}
.tolly .item-four .b-zan {
  margin-left: 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/better-zan.png) no-repeat center;
  vertical-align: text-bottom;
}
.tolly .item-four .itemfour-source {
  font-size: 14px;
  padding: 20px 50px;
}
/* part05 */
.tolly .item-five {
  background-color: #f3f3f3;
  background: url(../images/item5-bg.png) no-repeat scroll 0 bottom #f7f7f7;
  padding: 2% 0 40%;
  background-size: 100%;
  position: relative;
}
.tolly .upto1024{
  position: absolute;
  width: 52%;
  left: 24%;
  bottom: 15%;
}
.tolly .upto1024 .upto1024-t{
  width: 100%;
  text-align: center;
  font-size: 32px;
  color: #fff;
  border: 2px solid #fff  ;
}
.tolly .upto1024 .upto1024-b{
  width: 100%;
  background: #fff;
  color: #325078;
  text-align: center;  
  font-size: 20px;
}
.tolly .upto1024 .upto1024-b span{
  width: 32%;
  display: inline-block;
  text-align: center;
 
}

.tolly .upto1024 .upto1024-b .upto1024-span1{
text-align: right;
padding: 0 1%;
}
.tolly .upto1024 .upto1024-b .upto1024-span3{
  text-align: left;
  padding: 0 1%;
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2{
    position: relative;
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2:before{
    content: '';
    width: 2px;
    height: 18px;
    background-color: #325078;
    position: absolute;
    top: 6px;
    left: 4%;    
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2:after{
    content: '';
    width: 2px;
    height: 18px;
    background-color: #325078;
    position: absolute;
    top: 6px;
    right: 10%;    
  }


/* part 06 */
.tolly .item-six-content {
  width: 100%;
  box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
}
.tolly .item-six .itemsix-source {
  font-size: 14px;
  padding: 30px 10px 30px;
}
.tolly .item-six-content .item-six-l {
  width: 50%;
  float: left;
}
.tolly .item-six-lt {
  width: 100%;
  height: 100px;
  background: #e60039;
}
.tolly .item-six-lm {
  width: 100%;
  height: 100px;
  background: #fff;
  color: #e60039;
  line-height: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.tolly .item-six-lb {
  width: 100%;
  height: 285px;
  background: #e60039;
  position: relative;
}
.tolly .item-six-lb-text {
  color: #fff;
  width: 60%;
  left: 20%;
  position: absolute;
  bottom: 30px;
}
.tolly .item-six-content .item-six-r {
  width: 48%;
  float: right;
  padding-left: 20px;
  margin-right: 2%;
}
.tolly .item-six-r p{
  margin: 30px 0 20px 0 !important;
  color:'#323232'
}
.tolly .item-six-lsmile {
  margin-bottom: 40px;
}
.tolly .item-six-lsmile span {
  font-size: 14px;
}
.tolly .item-six-smile {
  margin-bottom: 60px;
}
.tolly .item-six-bigsmile {
  /* margin-bottom: 10px; */
}
.tolly .item-six-bigsmile li {
  display: inline-block;
  width: 10%;
  float: left;
  padding: 1%;

}

.tolly .item-six-bigsmile li:first-child {
  margin-left: 0;
}
.tolly .item-six-bigsmile li:last-child {
  margin-right: 0;
}
.tolly .item-six-bigsmile li img {
  max-width: 90%;
}
.tolly .item-six-rt {
  width: 30%;
  background: #e60039;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  height: 80px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 20px;
  font-size:20px
}
/* 页脚 */
.tolly .item-dowmReport-foot {
  background: #325078 url(../images/f-bg.png) center top;
  background-size: cover;
  color: #fff;
}
.tolly .item-dowmReport-foot .tolly-content {
  padding: 12px 0;
  align-content: center;
  position: relative;
}

.tolly .item-dowmReport-foot .tolly-foot-content {
  float: left;
  width: 70%;
  padding: 10px 0;
}
.tolly .item-dowmReport-foot .tolly-foot-content p{
  margin:  0 !important;
}

.tolly .item-dowmReport-foot .down-btn2 {
  float: right;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 3%;
}

.tolly .item-dowmReport-foot h2 {
  font-size: 32px;
  font-weight: 400;
  display: inline-block;
}
/* footer2 */
.tolly .item-footer2 {
  background: #325078;
  padding: 50px 0;
  color: #fff;
}

.tolly .item-footer2 .tolly-content {
}

.tolly .item-footer2 .tolly-content p {
  width: 85%;
  float: left;
}

.tolly .item-footer2 .tolly-content .f-logo-img {
  width: 60px;
  float: right;
  margin-right: 3%;
}

.tolly .item-footer2 .tolly-content .f-logo-img img {
  width: 100%;
  max-width: 100%;
}

/* 手机端 */
@media only screen and (max-width: 450px) {
  /* item-one ad */
  .tolly .tolly-content {
    width: 95%;
    margin: 0 auto;
  }
  .tolly .ad-l-text {
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .tolly .ad-l-text p {
    font-size: 16px;   
  }

  /* 为了border 边框 */
  .tolly-width {
    width: 100%;
  }
  .tolly .item-one-ad .ad-l {
    width: 100%;
    margin-top: 40px;
    float: none;
    padding-left: 0px;
  }

  .tolly .ad-l-logo {
    margin: 0 auto 10px;
  }
  .tolly .ad-l-logo img {
    max-width: 75%;
  }

  .tolly .ad-r {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .tolly .ad-r img {
    max-width: 100%;
  }
  .tolly .item-one-ad .ad-l-text {
    text-align: center;
  }

  .tolly .down-btn {
    margin: 0 auto;
  }

  .tolly .ad-bottom {
    margin-top: 5px;
  }
  .tolly .ad-bottom .tolly-content {
    max-width: 100%;
    width: 100%;
  }
  .tolly .ad-bottom-l,
  .tolly .ad-bottom-r {
    width: 100%;
    /* height: 120px; */
    border: none;
    padding-left: 5%;
  }
  .tolly .item-one-ad .ad-bottom-l {
    padding-top: 6%;
    border-bottom: 1px solid #ccc;
  }
  .tolly .item-one-ad .ad-bottom-r {
    padding-top: 6%;
  }

  .tolly .ad-bottom-l-img {
    width: 30px;
  }
  .tolly .item-one-ad .ad-l-text h2 {
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .tolly .item-one-ad .ad-bottom h2 {
    margin: 0px;
    font-size: 14px;
  }
  .tolly .ad-bottom p {
    font-size: 12px;
  }

  /* item2 */
  .tolly .item-two-bg {
    background-size: cover;
  }
  .tolly .item-two-echart1 .echart-box-r {
    height: 380px;
  }

  /* 大标题 */
  .tolly .big-title {
    font-size: 18px;
    height: 80px;
    line-height: 80px;
  }
  .tolly .oblique-line {  
    width: 28px;    
}
  .tolly .title-tips h2 {
    font-size: 40px;
  }
  /* .tolly .oblique-line {
    width: 30px;
  } */
  .tolly .title-tips p {
    font-size: 15px;
  }
  .tolly .item-two-echart1 .echart-box-r .product-chart-desc {
    margin: 0px 0 10px 15px;    
    font-size: 12px;
}
  /* 5ghz */
  .tolly .item-two-echart1 .item02-5ghz {
    position: absolute;
    right: 20px;
    width: 150px;
  }
  .tolly .item-two-echart1 .echart-box-l {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .tolly .item-two-echart1 .echart-box-r {
    float: none;
    width: 100%;
  }
  /* item02 " */
  .tolly .item-three .box-blue-bg {
    padding: 20px 10px 20px 0;
  }
  .tolly .item-three .box-blue-title {
    width: 80%;
    margin-left: 12px;
  }

  .tolly .item-three .big-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/dot_1.png) no-repeat center;
    background-size: contain;
    top: -13px;
    left: 4%;
  }

  .tolly .item-three .box-blue-bg h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tolly .item-three .box-blue-bg dl dd {
    width: 96%;
    margin-left: 30px;
    font-size: 10px;
  }
  .tolly .item-three .f-logo-dot {
    width: 13%;
    margin-left: 2%;
  }

  .tolly .item-three .f-logo-dot img {
    max-width: 70%;
  }
  /* item 3 */
  /* item03 */
  .tolly .title-tips .title-desc {
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .source-text {
    width: 100%;
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .item3-logo {
    display: none;
  }

  .tolly .item-bg-3 .tolly-cont .fast-box {
    width: 43%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box p {
    font-size: 12px;
  }
  .tolly .item-bg-3 .tolly-main-title {
    width: 67%;
  }
  /* item04 */

  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 400px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 95%;
    height: 400px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .item-bg-4 .item-four-title img {
    max-width: 45%;
  } 
  .tolly .upto66 {
    position: absolute;
    top: 0%;
    border: 1px solid #e60039;
    height: 36px;
    border-radius: 28px;
    padding: 0 5px;
    line-height: 36px;
    color: #e60039;
    font-weight: 500;
    z-index: 1;
    font-stretch: unset;
    font-size: 12px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    left: 0%;
    transform: scale(0.8);
  }
  
  /* .tolly .upto66 {    
    width: 90%;    
    left: 5%;    
  } */
  .tolly .item-bg-4 .item-four-title {
    position: absolute;
    bottom: 40%;
    left: 4%;
  }
  .tolly .item-four .itemfour-source {
    font-size: 14px;
    padding: 10px 5px;
  }
  .tolly .item-six .itemsix-source{
    font-size: 14px;
    padding: 30px 5px 10px;
  }
  .tolly .item-four-echart1 .upto66-img {
    padding: 2px;
    right: 3%;
    top: 14%;
    font-size: 12px;
  }
  .tolly .item-four-echart2 .upto66-img {
    right: 18%;
    top: 11%;
    padding: 2px;
    font-size: 12px;
  }
  
  .tolly .upto66-active-mobile {
    left: 0%;
    width: 100%;
    padding: 0px 0px;   
    font-size: 12px;    
    transform: scale(.9);
  }
  .tolly .item-five {   
    background-color: #f3f3f3; 
    padding: 2% 0 55%;    
    background: url(../images/itemfive-mobile.png) no-repeat scroll 0 bottom #f7f7f7;
    background-size: contain;
   }
  
  /* smile */
  .tolly .item-six {
    margin-bottom: 30px;
  }
  .tolly .item-six .item-six-l {
    margin-bottom: 20px;
  }
  .tolly .item-six .item-six-l,
  .tolly .item-six .item-six-r {
    float: none;
    width: 100%;
  }
  .tolly .item-six .item-six-r p,
  .tolly .item-six .item-six-lsmile {
    text-align: center;
  }
  .tolly .item-six .item-six-lt {
    height: 80px;
  }
  .tolly .item-six .item-six-lm {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .tolly .item-six .item-six-lb {
    height: 230px;
  }
  .tolly .item-six .item-six-smile {
    margin-bottom: 20px;
  }
  .tolly .item-six-r p {
    margin-bottom: 5px  !important;
    
  }
  .tolly .item-six .item-six-lsmile {
    margin-bottom: 20px;
  }
  .tolly .item-six .item-six-r .item-six-rt {
    width: 30%;
    font-weight: 700;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  /* footer */
  .tolly .item-dowmReport-foot .tolly-foot-content {
    padding-bottom: 0px;
  }
  .tolly .item-dowmReport-foot h2 {
    font-size: 14px;
  }
  .tolly-foot-content p {
    font-size: 12px;
  }
  .tolly .item-dowmReport-foot .down-btn {
    width: 130px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin-top: 20px;
  }
  .tolly .item-footer2 p {
    font-size: 12px;
  }
  .tolly .item-footer2 .tolly-content .f-logo-img {
    width: 44px;
    float: right;
  }
  /* zan */
  .tolly .item-four .b-zan {   
    background-size: 75%;
}
.tolly .item-four .zan-better{
  position: relative;
  top: -6px;
  left: 2px;
}
.tolly .item-dowmReport-foot .down-btn2 {    
  right: 0%;
}
.tolly .item-footer2 .tolly-content .f-logo-img {    
  margin-right: 0%;
}
.tolly .item-six-lb-text {  
  bottom: 10px;
}
.tolly .item-six-lb-text { 
  width: 76%;
  left: 12%;   
}
.tolly .item-six-content .item-six-r {  
  padding: 0 10px;
}
.tolly .upto1024 {
  position: absolute;
  width: 72%;
  left: 14%;
  bottom: 10%;
}
.tolly .upto1024 .upto1024-t{  
  font-size: 16px; 
}
.tolly .upto1024 .upto1024-b{
  
  font-size: 12px;
}

  .tolly .upto1024 .upto1024-b .upto1024-span2:before{   
    height: 12px;   
    top: 4px;
    left: 4%; 
    width:1px;   
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2:after{   
    height: 12px;    
    top: 4px;
    right: 5%;    
    width:1px; 
  }
}
@media only screen and (min-width: 350px) and (max-width: 450px) {
  .tolly  .item-four-echart2 .upto66 {   
    top: 0%;   
    height: 36px;
    border-radius: 28px;
    padding: 0 0px;
    line-height: 36px;
    color: #e60039;
    font-weight: 500;
    z-index: 1;
    font-stretch: unset;
    font-size: 12px;
    width: 104%;
    margin: 10px auto;
    text-align: center;
    left: -2%;
    transform: scale(0.8);
}
.tolly .item-four-echart2 .upto66-active-mobile { 
  top: 2%;
  left: -5%;
  height: 34px;
  padding: 0px 10px;
  line-height: 34px;
  font-weight: 500;
  z-index: 1;
  font-size: 12px;
  width: 110%;
  text-align: center;
  background: #e60039;
  color: #fff;
  border-radius: 0;
  transform: scale(0.82);
}
}
@media only screen and (min-width: 450px) and (max-width: 550px) {
  .tolly-content {
    width: 100%;
    margin: 0 auto;
  }
  /* 为了border 边框 */
  .tolly-width {
    width: 100%;
  }
  .tolly .item-one-ad .ad-l {
    width: 100%;
    margin-top: 40px;
    float: none;
    padding-left: 0px;
  }
  .tolly .item-one-ad .ad-l-logo {
    width: 80px;
  }
  .tolly .ad-l-text {
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
  }

  .tolly .ad-l {
    width: 100%;
    margin-top: 80px;
    float: none;
    padding-left: 0px;
  }

  .tolly .ad-l-logo {
    margin: 0 auto 10px;
  }

  .tolly .ad-r {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .tolly .ad-r img {
    max-width: 100%;
  }
  .tolly .item-one-ad .ad-l-text {
    text-align: center;
  }

  .tolly .down-btn {
    margin: 0 auto;
  }

  .tolly .ad-bottom {
    margin-top: -15px;
  }
  .tolly .ad-bottom .tolly-content {
    max-width: 100%;
    width: 100%;
  }
  .tolly .ad-bottom-l,
  .tolly .ad-bottom-r {
    width: 100%;
    /* height: 120px; */
    border: none;
    padding-top: 6%;
  }
  .tolly .item-one-ad .ad-bottom-l {
    border-bottom: 1px solid;
  }

  .tolly .ad-bottom-l-img {
    width: 30px;
  }
  .tolly .item-one-ad .ad-l-text h2 {
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .tolly .item-one-ad .ad-bottom h2 {
    margin: 0px;
    font-size: 20px;
  }
  .tolly .ad-bottom p {
    font-size: 14px;
  }
  /* item02 */
  .tolly .item-two-bg {
    background-size: cover;
  }
  .tolly .item-two-echart1 .echart-box-r .product-chart-desc {
    margin: 0px 5px 10px 20px;
    font-size: 14px;
    
}
  .tolly .title-tips h2 {
    font-size: 40px;
  }
  .tolly .oblique-line {
    width: 30px;
  }
  .tolly .title-tips p {
    font-size: 15px;
  }
  /* 5ghz */
  .tolly .item-two-echart1 .item02-5ghz {
    position: absolute;
    right: 15px;
    width: 150px;
  }
  .tolly .item-two-echart1 .echart-box-l {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }

  .tolly .item-two-echart1 .echart-box-r {
    float: none;
    width: 100%;
    height: 340px;
  }
  /* item02 " */
  .tolly .item-three .box-blue-bg {
    padding: 20px 10px;
  }
  .tolly .item-three .box-blue-title {
    width: 80%;
    margin-left: 12px;
  }

  .tolly .item-three .big-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/dot_1.png) no-repeat center;
    background-size: contain;
    top: -13px;
    left: 3%;
  }

  .tolly .item-three .box-blue-bg h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tolly .item-three .box-blue-bg dl dd {
    width: 95%;
    margin-left: 30px;
    font-size: 10px;
  }
  .tolly .item-three .f-logo-dot {
    width: 13%;
    margin-left: 2%;
  }

  .tolly .item-three .f-logo-dot img {
    max-width: 70%;
  }
  /* item3 */
  /* item03 */
  .tolly .title-tips .title-desc {
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .source-text {
    width: 87%;
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .item3-logo {
    margin-top: 20px;
  }
  .tolly .item-bg-3 .source .item3-logo img {
    max-width: 100%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box h3 {
    font-size: 20px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box p {
    line-height: 16px;
  }

  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    top: 24%;
  }
  .tolly .faster-bg.bg-1 {
    width: 40%;
    left: 28%;
    top: 17%;
    height: 19%;
  }
  .tolly .faster-bg.bg-2 {
    height: 34%;
    left: 27%;
    top: 17%;
    width: 70%;
  }
  /* item04 */
  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 400px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .item-bg-4 .item-four-title img {
    max-width: 45%;
  }
  .tolly .upto66 {
    position: absolute;
    top: 0%;
    border: 1px solid #e60039;
    height: 36px;
    border-radius: 28px;
    padding: 0 5px;
    line-height: 36px;
    color: #e60039;
    font-weight: 500;
    z-index: 1;
    font-stretch: unset;
    font-size: 12px;
    width: 86%;
    margin: 10px auto;
    text-align: center;
    left: 7%;
    transform: scale(0.9);
  }
  .tolly .item-bg-4 .item-four-title {
    position: absolute;
    bottom: 100px;
    left: 1%;
  }
  .tolly .item-four-echart1 .upto66-img {
    padding: 2px;
    right: 7%;
    top: 14%;
    font-size: 12px;
  }
  .tolly .item-four-echart2 .upto66-img {
    right: 18%;
    top: 11%;
    padding: 2px;
    font-size: 12px;
  }
  .tolly .item-four .b-zan{
    background-size: 80%;
  }
  .tolly .item-four .zan-better {
    position: relative;
    top: -6px;
    left: 2px;
}
/* item05 */
.tolly .item-five {
  background-color: #f3f3f3;
  padding: 2% 0 55%;
  background: url(../images/itemfive-mobile_1.png) no-repeat scroll 0 bottom #f7f7f7;
  background-size: contain;
  }
  .tolly .upto1024 {    
    bottom: 10%;
  }
  /* smile */
  .tolly .item-six {
    margin-bottom: 30px;
  }
  .tolly .item-six .item-six-l {
    margin-bottom: 20px;
  }
  .tolly .item-six .item-six-l,
  .tolly .item-six .item-six-r {
    float: none;
    width: 100%;
  }
  .tolly .item-six .item-six-r p,
  .tolly .item-six .item-six-lsmile {
    text-align: center;
  }
  .tolly .item-six .item-six-lsmile {
    margin-bottom: 10px;
  }
  .tolly .item-six .item-six-lt {
    height: 80px;
  }
  .tolly .item-six .item-six-lm {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .tolly .item-six .item-six-lb {
    height: 230px;
  }
  .tolly .item-six .item-six-smile {
    margin-bottom: 50px;
  }
  .tolly .item-six .item-six-r .item-six-rt {
    width: 30%;
    font-weight: 700;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  /* footer */
  .tolly .item-dowmReport-foot .tolly-foot-content {
    padding-bottom: 0px;
  }
  .tolly .item-dowmReport-foot h2 {
    font-size: 16px;
  }
  .tolly .tolly-foot-content p {
    font-size: 12px;
  }
  .tolly .item-dowmReport-foot .down-btn {
    width: 150px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin-top: 20px;
  }
  .tolly .item-footer2 p {
    font-size: 12px;
  }
  .tolly .item-footer2 .tolly-content .f-logo-img {
    width: 50px;
    float: right;
  }
  .tolly .item-dowmReport-foot .down-btn2 {    
    right: 0%;
  }
  .tolly .item-footer2 .tolly-content .f-logo-img {    
    margin-right: 0%;
}
.tolly .item-six-content .item-six-r {  
  padding: 0 10px;
}
.tolly .upto1024 .upto1024-t{  
  font-size: 14px; 
}
.tolly .upto1024 .upto1024-b{
  
  font-size: 12px;
}
.tolly .upto1024 .upto1024-b .upto1024-span2:before{   
  height: 12px;   
  top: 4px;
  left:0%;    
  width:1px
}
.tolly .upto1024 .upto1024-b .upto1024-span2:after{   
  height: 12px;    
  top: 4px;
  right:0%;   
  width:1px 
}
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
  
  .tolly .oblique-line {   
    width: 32px;
    height: 32px;   
  }  
  .tolly .title-tips h2 {
    font-size: 50px;   
  }
  .tolly .title-tips p {
    font-size: 24px;   
  }
  .tolly-content {
    width: 100%;
    margin: 0 auto;
  }
  .tolly-width {
    width: 100%;
  }
  .tolly .item-one-ad .ad-l {
    width: 100%;
    margin-top: 40px;
    float: none;
    padding-left: 0px;
  }
  .tolly .item-one-ad .ad-l-logo {
    width: 80px;
  }
  .tolly .ad-l-text {
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
  }

  .tolly .ad-l {
    width: 100%;
    margin-top: 80px;
    float: none;
    padding-left: 0px;
  }

  .tolly .ad-l-logo {
    margin: 0 auto 10px;
  }

  .tolly .ad-r {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .tolly .ad-r img {
    max-width: 100%;
  }
  .tolly .item-one-ad .ad-l-text {
    text-align: center;
  }

  .tolly .down-btn {
    margin: 0 auto;
  }

  .tolly .ad-bottom {
    margin-top: -15px;
  }
  .tolly .ad-bottom .tolly-content {
    max-width: 100%;
    width: 100%;
  }
  .tolly .ad-bottom-l,
  .tolly .ad-bottom-r {
    width: 100%;
    /* height: 120px; */
    border: none;
    padding-top: 6%;
  }
  .tolly .item-one-ad .ad-bottom-l {
    border-bottom: 1px solid;
  }

  .tolly .ad-bottom-l-img {
    width: 30px;
  }
  .tolly .item-one-ad .ad-l-text h2 {
    margin-top: 10px;
    letter-spacing: 2px;
  }
  .tolly .item-one-ad .ad-bottom h2 {
    margin: 0px;
    font-size: 20px;
  }
  .tolly .ad-bottom p {
    font-size: 14px;
  }
  /* item02  */
  .tolly .item-two-bg {
    background-size: cover;
  }
  .tolly .title-tips h2 {
    font-size: 40px;
  }
  .tolly .oblique-line {
    width: 30px;
  }
  .tolly .title-tips p {
    font-size: 15px;
  }
  .tolly .item-two-echart1 .echart-box-l {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .tolly .item-two-echart1 .echart-box-r {
    float: none;
    width: 100%;
    height: 340px;
  }
  .tolly .item-two-echart1 .echart-box-r .product-chart-desc {
    font-size: 14px;
  }
  .tolly .item-two-echart1 .item02-5ghz {
    right: 30px;
  }
  .tolly .item02-5ghz img {
    max-width: 90%;
  }
  /* item02 " */
  .tolly .item-three .box-blue-bg {
    padding: 20px 10px;
  }
  .tolly .item-three .box-blue-title {
    width: 80%;
    margin-left: 12px;
  }

  .tolly .item-three .big-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/dot_1.png) no-repeat center;
    background-size: contain;
    top: -13px;
    left: 3%;
  }

  .tolly .item-three .box-blue-bg h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tolly .item-three .box-blue-bg dl dd {
    width: 100%;
    margin-left: 30px;
    font-size: 10px;
  }
  .tolly .item-three .f-logo-dot {
    width: 10%;
    margin-left: 2%;
  }

  .tolly .item-three .f-logo-dot img {
    max-width: 70%;
  }
  /* item03 */
  .tolly .item-bg-3 .source .source-text {
    width: 87%;
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .item3-logo {
    margin-top: 25px;
  }
  .tolly .item-bg-3 .source .item3-logo img {
    max-width: 100%;
  }
  /* item04 */
  /* item04 */
  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 400px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .upto66 {
    position: absolute;
    top: 0%;
    border: 1px solid #e60039;
    height: 40px;
    border-radius: 28px;
    padding: 0 5px;
    line-height: 40px;
    color: #e60039;
    font-weight: 500;
    z-index: 1;
    font-stretch: unset;
    font-size: 13px;
    width: 76%;
    margin: 10px auto;
    text-align: center;
    left: 12%;
  }
  .tolly .item-bg-4 .item-four-title {
    position: absolute;
    bottom: 100px;
    left: 1%;
  }
  .tolly .item-four-echart1 .upto66-img {
    padding: 8px;
    right: 8%;
    top: 22%;
    font-size: 12px;
  }
  .tolly .item-four-echart2 .upto66-img {
    right: 20%;
    top: 19%;
    padding: 8px;
    font-size: 12px;
  }
  /* item05 */
  .tolly .item-five {
    background-color: #f3f3f3;
    padding: 2% 0 55%;
    background: url(../images/itemfive-mobile_1.png) no-repeat scroll 0 bottom #f7f7f7;
    background-size: contain;
    }
    .tolly .upto1024 {    
      bottom: 12%;
    }
  /* smile */
  .tolly .item-six {
    margin-bottom: 30px;
  }
  .tolly .item-six .item-six-l {
    margin-bottom: 20px;
  }
  .tolly .item-six .item-six-l,
  .tolly .item-six .item-six-r {
    float: none;
    width: 100%;
  }
  .tolly .item-six .item-six-r p,
  .tolly .item-six .item-six-lsmile {
    text-align: center;
  }
  .tolly .item-six .item-six-lsmile {
    margin-bottom: 10px;
  }
  .tolly .item-six .item-six-lt {
    height: 80px;
  }
  .tolly .item-six .item-six-lm {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .tolly .item-six .item-six-lb {
    height: 230px;
  }
  .tolly .item-six .item-six-smile {
    margin-bottom: 50px;
  }
  .tolly .item-six .item-six-r .item-six-rt {
    width: 30%;
    font-weight: 700;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
  }
  /* footer */
  .tolly .item-dowmReport-foot .tolly-foot-content {
    padding-bottom: 0px;
  }
  .tolly .item-dowmReport-foot h2 {
    font-size: 22px;
  }
  .tolly .tolly-foot-content p {
    font-size: 14px;
  }
  .tolly .item-dowmReport-foot .down-btn {
    width: 150px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
  }
  .tolly .item-footer2 p {
    font-size: 12px;
  }
  .tolly .item-footer2 .tolly-content .f-logo-img {
    width: 50px;
    float: right;
  }
  .tolly .item-dowmReport-foot .down-btn2 {    
    right: 2%;
  }
  .tolly .item-footer2 .tolly-content .f-logo-img {    
    padding-right: 2%;
    margin-right: 0;
}
.tolly .item-six-content .item-six-r {  
  padding: 0 10px;
}
.tolly .upto1024 .upto1024-t{  
  font-size: 18px; 
}
.tolly .upto1024 .upto1024-b{
  
  font-size: 14px;
}
.tolly .upto1024 .upto1024-b .upto1024-span2:before{   
  height: 14px;   
  top: 4px;
  left: 4%;    
}
.tolly .upto1024 .upto1024-b .upto1024-span2:after{   
  height: 14px;    
  top: 4px;
  right: 3%;    
}
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  .tolly .oblique-line {   
    width: 32px;
    height: 32px;   
  }  
  .tolly .title-tips h2 {
    font-size: 50px;   
  }
  .tolly .title-tips p {
    font-size: 24px;   
  }
  /* .tolly .tolly-content {
    width: 100%;
    margin: 0 auto;
  } */
  .tolly .ad-l {
    margin-top: 80px;
    width: 50%;
    float: left;
  }
  .tolly .item-one-ad .ad-l-logo {
    width: 50px;
  }
  .tolly .ad-r img {
    max-width: 80%;
  }
  .tolly .item-one-ad .ad-l-text {
    margin-bottom: 25px;
  }

  .tolly .item-one-ad .ad-l-text h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .tolly .ad-l-text p {
    font-size: 14px;
    line-height: 32px;
}

  .tolly .item-one-ad .down-btn {
    margin-bottom: 20px;
  }
  .tolly .down-btn {
    width: 170px;
    height: 34px;
    line-height: 28px;
    font-size: 14px;
  }
  .tolly .item-dowmReport-foot .down-btn2 {    
    right: 5%;
  }
  .tolly .item-footer2 .tolly-content .f-logo-img {    
    margin-right: 5%;
}
  .tolly .ad-r {
    width: 50%;
    margin-top: 70px;
    float: right;
  }
  .tolly .ad-bottom-l {
    width: 49%;
    padding-top: 2%;
    padding-left: 2%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 120px;
    overflow: hidden;
  }

  .tolly .ad-bottom-r {
    width: 50%;
    padding-left: 1%;
    border-right: 1px solid #ccc;
    padding-top: 2%;
    height: 120px;
    overflow: hidden;
  }
  .tolly .ad-bottom h2 {
    margin: 6px 0;
    font-size: 14px;
    font-weight: 400;
  }

  .tolly .ad-bottom p {
    font-size: 12px;
    line-height: 12px;
  }
  /* item02  */
  .tolly .title-tips h2 {
    font-size: 40px;
  }
  .tolly .oblique-line {
    width: 30px;
  }
  .tolly .title-tips p {
    font-size: 15px;
  }
  .tolly .item-two-echart1 .echart-box-l {
    width: 33%;
    height: 330px;
  }
  .tolly .item-two-echart1 .echart-box-r {
    width: 65%;
    height: 330px;
  }
  .tolly .item-two-echart1 .echart-box-r .product-chart-desc {
    font-size: 12px;
  }
  .tolly .item-two-echart1 .item02-5ghz {
    right: 7px;
  }
  /* item02 “ */
  .tolly .item-three .box-blue-bg {
    padding: 20px 10px;
  }
  .tolly .item-three .box-blue-title {
    width: 80%;
    margin-left: 12px;
  }

  .tolly .item-three .big-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/dot_1.png) no-repeat center;
    background-size: contain;
    top: -13px;
    left: 3%;
  }

  .tolly .item-three .box-blue-bg h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .tolly .item-three .box-blue-bg dl dd {
    width: 100%;
    margin-left: 30px;
    font-size: 10px;
  }
  .tolly .item-three .f-logo-dot {
    width: 10%;
    margin-left: 2%;
  }

  .tolly .item-three .f-logo-dot img {
    max-width: 70%;
  }
  /* item03 */
  .tolly .item-bg-3 .source .source-text {
    width: 87%;
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .item3-logo {
    margin-top: 25px;
  }
  .tolly .item-bg-3 .source .item3-logo img {
    max-width: 100%;
  }
  /* item04 */
  /* item04 */
  .tolly .item-bg-4 .item-four-title img {
    max-width: 70%;
  }
  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 400px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 90%;
    height: 400px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .upto66 {
    position: absolute;
    top: 0%;
    border: 1px solid #e60039;
    height: 40px;
    border-radius: 28px;
    padding: 0 20px;
    line-height: 40px;
    color: #e60039;
    font-weight: 500;
    z-index: 1;
    font-stretch: unset;
    font-size: 12px;
    width: 70%;
    margin: 10px auto;
    text-align: center;
    left: 15%;
    font-size: 14px;
  }
  .tolly .item-bg-4 .item-four-title {
    position: absolute;
    bottom: 100px;
    left: 1%;
  }
  .tolly .item-four-echart1 .upto66-img {
    padding: 7px;
    right: 11%;
    top: 22%;
    font-size: 12px;
    padding: 7px;
  }
  .tolly .item-four-echart2 .upto66-img {
    right: 22%;
    top: 20%;
    font-size: 12px;
    padding: 7px;
  }
  .tolly .item-four .b-zan{
    background-size: 80%;
  }
  /* smile */
  .tolly .item-six .item-six-lt {
    height: 80px;
  }
  .tolly .item-six .item-six-lm {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .tolly .item-six .item-six-lb {
    height: 230px;
  }
  .tolly .item-six .item-six-smile {
    margin-bottom: 50px;
  }
  .tolly .item-six .item-six-r .item-six-rt {
    width: 40%;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
  }
  .tolly .item-six-content .item-six-r {
    width: 48%;
    padding-right: 2%;
  }
  .tolly .item-dowmReport-foot h2 {
    font-size: 28px;    
  }
  .tolly .upto1024 .upto1024-t{  
    font-size: 22px; 
  }
  .tolly .upto1024 .upto1024-b{
    
    font-size: 14px;
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2:before{   
    height: 14px;   
    top: 5px;
    left: 4%;    
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2:after{   
    height: 14px;    
    top: 5px;
    right: 10%;    
  }




}
@media only screen and (min-width: 850px) and (max-width: 996px) {
  .tolly .oblique-line {   
    width: 32px;
    height: 32px;   
  }  
  .tolly .title-tips h2 {
    font-size: 50px;   
  }
  .tolly .title-tips p {
    font-size: 24px;   
  }
  /* .tolly .tolly-content {
    width: 100%;
    margin: 0 auto;
  } */
  .tolly .item-one-ad .ad-l-logo {
    width: 70px;
  }
  tolly .ad-r {
    float: right;
    width: 50%;
    margin-top: 80px;
  }
  .tolly .ad-r img {
    max-width: 90%;
  }

  .tolly .item-one-ad .ad-l-text {
    margin-bottom: 30px;
  }

  .tolly .item-one-ad .ad-l-text h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .tolly .ad-l-text p {
    font-size: 16px;
    line-height: 32px;
}
  .tolly .down-btn {
    width: 190px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .tolly .ad-bottom-l {
    width: 50%;
    padding-top: 1%;
    padding-left: 2%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 150px;
    overflow: hidden;
  }

  .tolly .ad-bottom-r {
    width: 50%;
    padding-left: 1%;
    border-right: 1px solid #ccc;
    padding-top: 1%;
    height: 150px;
    overflow: hidden;
  }
  .tolly .ad-bottom h2 {
    font-size: 16px;
  }
  .tolly.ad-bottom p {
    font-size: 14px;
    line-height: 14px;
  }
  /* item02  */
  .tolly .title-tips h2 {
    font-size: 40px;
  }
  .tolly .oblique-line {
    width: 30px;
  }
  .tolly .title-tips p {
    font-size: 15px;
  }
  .tolly .item-two-echart1 .echart-box-l {
    width: 33%;
    height: 340px;
  }
  .tolly .item-two-echart1 .echart-box-r {
    width: 65%;
    height: 340px;
  }
  .tolly .item-two-echart1 .echart-box-r .product-chart-desc {
    font-size: 14px;
  }
  .tolly .item-two-echart1 .item02-5ghz {
    right: 13px;
  }
  .tolly .item02-5ghz img {
    max-width: 90%;
  }
  /* item02 “ */
  /* item02 " */
  .tolly .item-three .box-blue-bg {
    padding: 20px 10px;
  }
  .tolly .item-three .box-blue-title {
    width: 80%;
    margin-left: 12px;
  }

  .tolly .item-three .big-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/dot_1.png) no-repeat center;
    background-size: contain;
    top: -13px;
    left: 3%;
  }

  .tolly .item-three .box-blue-bg h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tolly .item-three .box-blue-bg dl dd {
    width: 100%;
    margin-left: 30px;
    font-size: 14px;
  }
  .tolly .item-three .f-logo-dot {
    width: 10%;
    margin-left: 2%;
  }

  .tolly .item-three .f-logo-dot img {
    max-width: 55%;
  }
  /* item03 */
  .tolly .item-bg-3 .source .source-text {
    width: 87%;
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .item3-logo {
    margin-top: 20px;
  }
  .tolly .item-bg-3 .source .item3-logo img {
    max-width: 100%;
  }
  /* item02 echarts */

  /* item04 */
  /* item04 */
  .tolly .item-bg-4 .item-four-title img {
    max-width: 70%;
  }
  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 400px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 100%;
    height: 400px;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .upto66 {
    position: absolute;
    top: 13%;
    left: 9%;
    border: 1px solid #e60039;
    height: 34px;
    border-radius: 28px;
    padding: 0px 0px;
    line-height: 34px;
    color: #e60039;
    font-weight: 500;
    z-index: 1;
    font-size: 12px;
    width: 45%;
    text-align: center;
  }
  .tolly .upto66-active {
    top: 13%;
  }
  .tolly .item-four-echart1 .upto66 {
    width: 38%;
  }
  .tolly .item-four-echart1 .upto66-img {
    padding: 8px;
    right: 7%;
    top: 26%;
  }
  .tolly .item-four-echart2 .upto66-img {
    right: 18%;
    top: 24%;
  }
  /* smile */
  .tolly  .item-six .item-six-lt {
    height: 80px;
  }
  .tolly .item-six .item-six-lm {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }
  .tolly .item-six .item-six-lb {
    height: 230px;
  }
  .tolly .item-six .item-six-smile {
    margin-bottom: 15px;
  }
  .tolly .item-six .item-six-r .item-six-rt {
    width: 40%;
    font-weight: 700;
    height: 80px;
    line-height: 80px;
  }
  .tolly .item-six-content .item-six-r {
    width: 48%;
    padding-right: 2%;
    margin-right: 0;
}
.tolly .upto1024 .upto1024-t{  
  font-size: 24px; 
}
.tolly .upto1024 .upto1024-b{
  
  font-size: 16px;
}
.tolly .upto1024 .upto1024-b .upto1024-span2:before{   
  height: 16px;   
  top: 5px;
  left: 4%;    
}
.tolly .upto1024 .upto1024-b .upto1024-span2:after{   
  height: 16px;    
  top: 5px;
  right: 10%;    
}

}
@media only screen and (min-width: 996px) and (max-width: 1200px) {
  .tolly .oblique-line {   
    width: 32px;
    height: 32px;   
  }  
  .tolly .title-tips h2 {
    font-size: 50px;   
  }
  .tolly .title-tips p {
    font-size: 24px;   
  }
  /* ad */
  .tolly .ad-bottom-l {
    height: 160px;
  }
  
  .tolly .ad-bottom-r {
    height: 160px;
  }
  .tolly .item-one-ad .ad-l-logo {
    width: 75px;
  }
  .tolly .down-btn {
    width: 190px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .tolly .item-one-ad .ad-l-text {
    margin-bottom: 30px;
  }

  .tolly .item-one-ad .ad-l-text h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .tolly .ad-l-text h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0px;
  }
  .tolly .ad-bottom h2 {
    font-size: 20px;
  }
  .tolly .item-two-echart1 .echart-box-l {
    width: 33%;
    height: 360px;
  }

  .tolly .item-two-echart1 .echart-box-r {
    width: 65%;
    height: 360px;
  }
  .tolly .item-two-echart1 .echart-box-r .product-chart-desc {
    font-size: 14px;
  }
  .tolly .item-two-echart1 .item02-5ghz {
    right: 5%;
  }
  /* item02 “ */
  .tolly .item-three .f-logo-dot img {
    max-width: 70%;
  }
  .tolly .item-three .box-blue-bg dl dd {
    font-size: 14px;
  }
  /* item03 */
  .tolly .item-bg-3 .source .source-text {
    width: 87%;
    font-size: 12px;
  }
  .tolly .item-bg-3 .source .item3-logo {
    margin-top: 20px;
  }
  .tolly .item-bg-3 .source .item3-logo img {
    max-width: 100%;
  }
  /* item04 */
  /* item04 */
  .tolly .item-bg-4 .item-four-title img {
    max-width: 70%;
  }
  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 500px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 100%;
    height: 500px;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .upto66 {
    font-size: 12px;
    left: 10%;
  }
  .tolly .upto66-active {
    font-size: 12px;
  }
  .tolly .item-six-smile {
    margin-bottom: 80px;
}
.tolly .upto1024 .upto1024-t{  
  font-size: 28px; 
}
.tolly .upto1024 .upto1024-b{
  
  font-size: 18px;
}

}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  /* .tolly .ad-bottom-r */
  .tolly .ad-bottom-l,.tolly .ad-bottom-r{
    min-height: 175px;
  }
  .tolly .oblique-line {   
    width: 32px;
    height: 32px;   
  }  
  .tolly .title-tips h2 {
    font-size: 50px;   
  }
  .tolly .title-tips p {
    font-size: 24px;   
  }
  .tolly .item-one-ad .ad-l-logo {
    width: 80px;
  }

  .tolly .item-one-ad .ad-l-text {
    margin-bottom: 30px;
  }

  .tolly .item-one-ad .ad-l-text h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .tolly .ad-l-text h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
  }
  .tolly .ad-bottom h2 {
    font-size: 24px;
  }
  /* item02 */
  .tolly .item-two-echart1 .echart-box-l {
    width: 33%;
    height: 360px;
  }

  .tolly .item-two-echart1 .echart-box-r {
    width: 65%;
    height: 360px;
  }
  /* item04 */
  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 500px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 100%;
    height: 500px;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .upto66 {
    left: 10%;
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2:before{
    top: 7px;
    left: 4%;    
  }
  .tolly .upto1024 .upto1024-b .upto1024-span2:after{
    top: 7px;
    right: 10%;    
  }

}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .tolly .upto66 {
    left: 12%;
  }
}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .tolly .tolly-content {
    width: 95%;
    margin: 0 auto;
  }
  .tolly .tolly-content-banner {
    width: 95%;
  }
  /* item04 */
  .tolly .item-bg-4 .tolly-cont .echart-wrap {
    height: 500px;
    position: relative;
  }
  .tolly .item-four .tolly-four-charts-box1 {
    width: 100%;
    height: 500px;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.1);
  }
  .tolly .upto66 {
    left: 14%;
  }
  .tolly .upto66 {
   
    left: 16%;
    
    height: 48px;
    border-radius: 28px;
    padding: 0 60px;
    line-height: 48px;    
    text-align: center;
}
.tolly .upto66-active { 
  height: 48px;
  padding: 0 60px;
  line-height: 48px;  
  width: 40%;  
  font-size: 16px;
}
}
@media only screen and (min-width: 1700px) {
  .tolly .upto66 {  
    left: 17%;   
    height: 48px;   
    padding: 0 30px 0 55px;
    line-height: 48px;   
    text-align: center;
}
.tolly .upto66-active { 
  height: 48px;
  padding: 0 60px;
  line-height: 48px;  
  width: 45%;  
  font-size: 16px;
}
}
/* item03 */
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .tolly .faster-bg {
    left: 18px;
  }

  .tolly .item-bg-3 .tolly-cont .fast-box h3 {
    font-size: 32px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box p {
    font-size: 16px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-1 {
    top: 25%;
  }
  .tolly .faster-bg.bg-1 {
    height: 147px;
    left: 10px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-2 {
    top: 39%;
  }
  .tolly .faster-bg.bg-2 {
    height: 257px;
    left: 10px;
    top:-77px;
  }
  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    bottom: 14%;
  }
  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    bottom: 15%;
  }
  /* item04 */
}
@media screen and (max-width: 1500px) {
  .tolly .faster-bg {
    left: 10px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-1 {
    top: 25%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box {
    padding-left: 10px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box h3 {
    font-size: 28px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box p {
    font-size: 14px;
  }
  .tolly .faster-bg.bg-1 {
    height: 145px;
  }
  .tolly .faster-bg.bg-2 {
    height: 257px;
  }
  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    bottom: 17%;
    left: 2%;
  }
  .tolly .item-bg-3 .tolly-cont .source .logo {
    right: 6%;
  }
  /* item04
  .upto66{   
    left: 25%;
    
  } */
}
@media screen and (max-width: 1366px) {
  .tolly .item-bg-3 .tolly-cont .tolly-sub-title {
    line-height: 32px;
  }
  .tolly .item-bg-3 .tolly-cont {
    padding-top: 15px;
  }
  .tolly .item-bg-3 .tolly-cont .tolly-sub-title {
    width: 100%;
  }
  .tolly .item-bg-3 .tolly-cont .charts-box {
    height: 600px;
  }
  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    left: 1%;
    bottom: 18%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box {
    border-left-width: 5px;
    width: 40%;
    padding-left: 15px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box h3 {
    font-size: 28px;
  }
  .tolly .item-bg-5 .tolly-main-title {
    margin-bottom: 65px;
  }
  .tolly .faster-bg {
    border-right-width: 5px;
    left: 5px;
    width: 60%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-1 {
    top: 21.7%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-2 {
    top: 36%;
  }
  .tolly .faster-bg.bg-1 {
    height: 176px;
  }
  .tolly .faster-bg.bg-2 {
    top: -94px;
    height: 318px;
  }
}
@media screen and (max-width: 1300px) {
  .tolly .item-bg-3 .tolly-cont .tolly-sub-title {
    line-height: 32px;
  }
  .tolly .item-bg-3 .tolly-cont {
    padding-top: 15px;
  }
  .tolly .item-bg-3 .tolly-cont .tolly-sub-title {
    width: 100%;
  }
  .tolly .item-bg-3 .tolly-cont .charts-box {
    height: 600px;
  }
  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    left: 1%;
    bottom: 18%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box {
    border-left-width: 5px;
    width: 40%;
    padding-left: 15px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box h3 {
    font-size: 28px;
  }
  .tolly .item-bg-5 .tolly-main-title {
    margin-bottom: 65px;
  }
  .tolly .faster-bg {
    border-right-width: 5px;
    left: 5px;
    width: 60%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-1 {
    top: 21%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-2 {
    top: 36%;
  }
  .tolly .faster-bg.bg-1 {
    height: 179px;
  }
  .tolly .faster-bg.bg-2 {
    top: -97px;
    height: 319px;
  }
}
@media screen and (max-width: 1200px) {
  .tolly .faster-bg {
    left: 15px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-1 {
    top: 21%;
    left: 14%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-2 {
    left: 14%;
  }
  .tolly .faster-bg.bg-1 {
    height: 177px;
    left: 5px;
    top:-3px
  }
  .tolly .faster-bg.bg-2 {
    top: -99px;
    height: 313px;
    left: 5px;
  }
  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .tolly .item-bg-3 .tolly-cont {
    width: 80%;
    max-width: 80%;
  }
  .tolly .faster-bg {
    left: 19px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box-wrap-1 {
    top: 20%;
  }
  .tolly .faster-bg.bg-1 {
    left: 10px;
    width: 59%;
    height: 174px;
    top:-9px
  }
  .tolly .faster-bg.bg-2 {
    top: -107px;
    height: 313px;
    left: 10px;
    width: 59%;
  }
}
@media only screen and (max-width: 768px) {
  .tolly .item-bg-3 .tolly-cont {
    width: 95%;
    max-width: 95%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box {
    top: auto;
    right: 0;
    bottom: 0;
    border: 1px solid #e60039;
    padding: 8px 9px;
    width: 45%;
    border-left-width: 7px;
  }
  .tolly .item-bg-3 .tolly-cont .source .logo {
    right: 0;
  }
  .tolly .faster-bg {
    border: medium none;
    position: absolute;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box h3 {
    font-size: 20px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box p {
    font-size: 14px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box.selected {
    background-color: #e60039;
    color: #fff;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box.box-1,
  .tolly .item-bg-3 .tolly-cont .fast-box.box-2 {
    z-index: 10;
    position: absolute;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box.box-1 {
    top: auto;
    bottom: 20%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box.box-2 {
    top: auto;
  }
  .tolly .faster-bg.bg-1 {
    width: 42%;
    left: 23%;
    top: 17%;
    height: 19%;
  }
  .tolly .faster-bg.bg-2 {
    height: 34%;
    left: 23%;
    top: 17.7%;
    width: 73%;
  }
  .tolly .faster-bg.bg-1.show {
    -moz-animation: showbgFirst 1s ease-in 1; /* Firefox */
    -webkit-animation: showbgFirst 1s ease-in 1; /* Safari and Chrome */
    -ms-animation: showbgFirst 1s ease-in 1; /* IE10 */
    -o-animation: showbgFirst 1s ease-in 1; /* Opera */
    animation: showbgFirst 1s ease-in 1;
  }
  .tolly .faster-bg.bg-1.hide {
    -moz-animation: hidebgFirst 1s ease-in 1; /* Firefox */
    -webkit-animation: hidebgFirst 1s ease-in 1; /* Safari and Chrome */
    -ms-animation: hidebgFirst 1s ease-in 1; /* IE10 */
    -o-animation: hidebgFirst 1s ease-in 1; /* Opera */
    animation: hidebgFirst 1s ease-in 1;
  }
  @-webkit-keyframes showbgFirst {
    /* Chrome, Safari */
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 30%;
    }
    100% {
      width: 40%;
    }
  }
  @-moz-keyframes showbgFirst {
    /* FF */
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 30%;
    }
    100% {
      width: 40%;
    }
  }
  @-ms-keyframes showbgFirst {
    /* IE10 */
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 30%;
    }
    100% {
      width: 40%;
    }
  }
  @-o-keyframes showbgFirst {
    /* Opera */
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 30%;
    }
    100% {
      width: 40%;
    }
  }
  @keyframes showbgFirst {
    0% {
      width: 0%;
    }
    20% {
      width: 10%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 30%;
    }
    100% {
      width: 40%;
    }
  }

  @-webkit-keyframes hidebgFirst {
    /* Chrome, Safari */
    0% {
      width: 40%;
    }
    20% {
      width: 30%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 10%;
    }
    100% {
      width: 0%;
    }
  }
  @-moz-keyframes hidebgFirst {
    /* FF */
    0% {
      width: 40%;
    }
    20% {
      width: 30%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 10%;
    }
    100% {
      width: 0%;
    }
  }
  @-ms-keyframes hidebgFirst {
    /* IE10 */
    0% {
      width: 40%;
    }
    20% {
      width: 30%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 10%;
    }
    100% {
      width: 0%;
    }
  }
  @-o-keyframes hidebgFirst {
    /* Opera */
    0% {
      width: 40%;
    }
    20% {
      width: 30%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 10%;
    }
    100% {
      width: 0%;
    }
  }
  @keyframes hidebgFirst {
    0% {
      width: 40%;
    }
    20% {
      width: 30%;
    }
    40% {
      width: 20%;
    }
    60% {
      width: 10%;
    }
    100% {
      width: 0%;
    }
  }
  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    left: 0;
    bottom: auto;
    top: 25%;
  }
  .tolly .item-bg-3 .source {
    padding: 4% 0 0;
  }
  .tolly .faster-bg.tolly-mobile-show {
    display: none;
  }
  .tolly .item-bg-3 .tolly-cont .charts-box {
    height: 570px;
  }

  /* .tolly .tolly-img {
    width: 100%;
    max-width: 100%;
  } */
  .tolly .tolly-pc-show {
    display: none;
  }
  .tolly .tolly-mobile-show {
    display: block;
  } 
  .tolly .tolly-cont {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .tolly .item-bg-3 .tolly-cont .fast-box h3 {
    font-size: 20px;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box p {
    line-height: 16px;
  }

  .tolly .item-bg-3 .tolly-cont .echart-wrap .title {
    top: 24%;
  }
  .tolly .faster-bg.bg-1 {
    width: 40%;
    left: 28%;
    top: 17%;
    height: 19%;
  }
  .tolly .faster-bg.bg-2 {
    height: 34%;
    left: 27%;
    top: 17%;
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  .tolly .item-bg-3 .tolly-cont {
    width: 100%;
    max-width: 100%;
  }
  .tolly .item-bg-3 .tolly-cont .fast-box {
    width: 42%;
  }
}
