#solution {
  font-family: "OpenSans-Regular";
}
#solution .fp-solution .head-wrap {
  padding: 0 10px;
  position: relative;
  overflow: overlay;
}
#solution .fp-solution .head-wrap::before {
  content: '';
  display: block;
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 100%;
  background: url(/static/img/store/banner.svg) center 0 no-repeat;
  background-size: 100%;
  z-index: -1;
}
#solution .fp-solution .head-wrap .swiper-container {
  margin: 84px auto 70px;
  max-width: 100%;
  width: 770px;
  height: 288px;
  overflow: visible;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  background: #0c132b;
  padding: 30px 0;
  opacity: 0;
  display: flex;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .img {
  flex: 0 0 40%;
  padding: 0 30px;
  text-align: center;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right {
  flex: 0 0 60%;
  position: relative;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
  font-weight: bold;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right p {
  color: #fff;
  width: 80%;
  line-height: 24px;
  font-size: 16px;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down {
  position: absolute;
  bottom: 0;
  height: 36px;
  font-size: 14px;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down a {
  max-width: 155px;
  max-height: 34px;
  padding: 7px 24px;
  color: #fff;
  border-radius: 6px;
  background: #2d8cff;
  display: inline-block;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down a em {
  position: relative;
  left: 8px;
  top: 1px;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down a.win {
  margin-right: 20px;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down a:hover {
  background: #067DF4;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-button-prev {
  left: -60px;
  border-radius: 50%;
  background: #c9caca;
  width: 33px;
  height: 33px;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-button-prev::before {
  content: '';
  background: url(../img/index-new/SVG/arrow-l.svg) no-repeat 40% center;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 50% 50%;
  height: 100%;
  border-radius: 50%;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-button-prev:hover {
  background: #2d8cff;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-button-next {
  background: #c9caca;
  width: 33px;
  height: 33px;
  right: -60px;
  border-radius: 50%;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-button-next::before {
  content: '';
  background: url(../img/index-new/SVG/arrow-r.svg) no-repeat 60% center;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 50% 50%;
  height: 100%;
  border-radius: 50%;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-button-next:hover {
  background: #2d8cff;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-pagination {
  bottom: -30px;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-pagination-bullet {
  opacity: unset;
  background: #c9caca;
}
#solution .fp-solution .head-wrap .swiper-container .swiper-pagination-bullet-active {
  background: #898989;
}
#tags li {
  border-left: 1px solid #ccc;
  padding: 10px 0;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
#tags li:last-child {
  border-left: unset;
}
#tags li:last-child::before {
  left: 0;
}
#tags li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 20px;
  height: 50%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#tags li.last {
  border-left: unset;
}
#tags li.last::before {
  left: 0;
}
#solution .solution-category a:hover,
#solution .released a:hover {
  opacity: 0.8;
  text-decoration: none;
}
/************solution*************/
#solution .search {
  min-height: 252px;
  background: rgba(0, 102, 203, 0.4);
  text-align: center;
}
#solution .search p {
  font-size: 36px;
  color: #231815;
  padding: 40px 0px 8px 0px;
}
#solution .search form,
#solution .hot-tips {
  width: 680px;
  margin: 20px auto;
  text-align: left;
}
#solution .hot-tips p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: inline-block;
}
#solution .search input {
  width: 550px;
  height: 45px;
  font-size: 18px;
  border-radius: 0;
}
#solution .search input::-webkit-input-placeholder {
  color: #969696;
}
#solution .search button {
  width: 130px;
  height: 45px;
  color: #fff;
  font-size: 18px;
  background-color: #231815;
  border: 0;
  text-align: center;
}
.solution-big-box {
  width: 1080px;
  margin: 0 auto;
}
.solution-big-box .nav {
  width: 100%;
  text-align: center;
  margin: 54px 0px 56px 0px;
  position: relative;
}
.solution-big-box .nav a {
  display: inline-block;
  color: #0066cb;
  font-size: 18px;
  text-align: center;
  height: 40px;
  min-width: 110px;
  line-height: 40px;
  border: 1px solid #0066cb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  margin: 0px 4px 8px 4px;
}
.solution-big-box .nav .more {
  display: inline-block;
  color: #0066cb;
  font-size: 18px;
  text-align: left;
  padding-left: 24px;
  height: 40px;
  width: 110px;
  line-height: 40px;
  border: 1px solid #0066cb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  margin: 0px 4px 8px 4px;
  cursor: pointer;
  background-image: url(../img/icon-caret-down-blue-1.png);
  background-repeat: no-repeat;
  background-position: 72px 18px;
}
.solution-big-box .nav .more span {
  width: 130%;
  position: relative;
  right: 30%;
  height: 10px;
  background-image: url(../img/icon-caret-down-blue-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -2px;
  display: none;
}
.solution-big-box .nav div.active {
  color: #fff;
  background-color: #0066cb;
  background-image: url(../img/icon-caret-down-white-1.png);
}
.solution-big-box .nav div.active1 {
  color: #fff;
  background-color: #0066cb;
  background-image: url(../img/icon-caret-down-white-1.png);
}
.solution-big-box .nav .more .active1 {
  display: block;
}
.solution-big-box .nav div.active1 span {
  display: block;
}
.solution-big-box .nav div.active span {
  display: block;
}
.solution-big-box .nav a span {
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #0066cb;
  margin: 0 auto;
  position: relative;
  top: -1px;
  display: none;
}
.solution-big-box .nav a:hover {
  color: #fff;
  background-color: #0066cb;
}
.solution-big-box .nav a:hover span {
  display: block;
}
.solution-big-box .nav a.active {
  color: #fff;
  background-color: #0066cb;
}
.solution-big-box .nav a.active span {
  display: block;
}
.solution-big-box .nav-show {
  width: 100%;
  background-color: #ebf1f6;
  text-align: center;
  min-height: 239px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  margin: -55px 0px 30px 0px;
  padding: 0px 30px 0px 30px;
  position: relative;
  display: none;
}
.solution-big-box .nav-show .common {
  float: left;
  width: 50%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.solution-big-box .nav-show .ios {
  padding-right: 20px;
  background-image: url(../img/mac_03.png);
}
.solution-big-box .nav-show .android {
  padding-left: 20px;
  background-image: url(../img/win_03.png);
}
.solution-big-box .nav-show .common p {
  font-size: 32px;
  color: #0066cb;
  padding: 34px 0px 18px 0px;
}
.solution-big-box .nav-show .common a {
  display: block;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #0066cb;
  font-size: 18px;
  color: #0066cb;
  min-width: 90px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  margin: 0px 8px 14px 8px;
  text-decoration: none;
}
.solution-big-box .nav-show .common a:hover {
  color: #fff;
  background-color: #0066cb;
}
.solution-big-box .nav-show .border {
  position: absolute;
  right: 50%;
  top: 26%;
  width: 2px;
  height: 66%;
  background-color: #97bee6;
}
.solution-big-box .title {
  font-size: 36px;
  color: #231815;
  text-align: center;
  padding-bottom: 30px;
  font-weight: bold;
}
.solution-big-box .content {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 14px;
}
.solution-big-box .active {
  display: block;
}
.solution-big-box .content .img {
  width: 30.8%;
  float: left;
  position: relative;
}
.solution-big-box .content .img img {
  height: 140px;
  margin-top: 6px;
}
.solution-big-box .content .img .hot {
  display: block;
  font-size: 18px;
  color: #fff;
  background-color: #fddc42;
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.solution-big-box .content .img .new {
  display: block;
  font-size: 18px;
  color: #fff;
  background-color: #fe7a95;
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.solution-big-box .content .img .class {
  display: block;
  font-size: 16px;
  color: #fff;
  background-color: #5eadfb;
  height: 32px;
  line-height: 32px;
  padding: 0px 18px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.solution-big-box .content .img .class:hover {
  text-decoration: none;
}
.solution-big-box .content .img a:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}
.solution-big-box .content .img img {
  width: 100%;
}
.solution-big-box .content .word {
  width: 69.2%;
  padding: 0px 0 0 32px ;
  float: left;
}
.solution-big-box .content .word a {
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-family: "OpenSans-SemiBold";
}
.solution-big-box .content .word a:hover {
  color: #0066cb;
}
.solution-big-box .content .word .by {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.solution-big-box .content .word .by a {
  font-size: 14px;
  font-weight: 100;
  color: #666666;
}
.solution-big-box .content .word .des {
  color: #777676;
  font-size: 16px;
  line-height: 28px;
}
.solution-big-box .content .word .des a {
  font-size: 16px;
  line-height: 24px;
}
.solution-big-box .content .word .more {
  font-size: 16px;
  color: #2d8cff;
  font-weight: normal;
  text-align: right;
  display: block;
  background-repeat: no-repeat;
  background-position: 86px center;
  padding-right: 0px;
  margin-top: 20px;
}
.solution-big-box .solution-select {
  text-align: center;
  margin-bottom: 74px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#solution .solution-select a {
  display: inline-block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  padding: 0px 12px;
  color: #666666;
  margin: 0px 5px 0 5px;
  text-decoration: none;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  font-family: "OpenSans-Regular";
}
#solution .solution-select span {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  padding: 0px 0px;
  color: #999;
  margin: 0px 0px 16px 0px;
  border-radius: 5px;
  font-family: "OpenSans-Regular";
}
#solution .solution-select span.more {
  position: relative;
  top: -5px;
  color: #aaa;
  font-size: 18px;
}
#solution .solution-select input {
  height: 32px;
  width: 47px;
  background-color: #e3e3e3;
  outline: medium;
  text-align: center;
  border: 0;
  margin: 0px 0px 0 8px;
  border-radius: 5px;
  display: block;
}
#solution .solution-select a.go {
  color: #fff;
  background-color: #b8b8b8;
  margin: 0px 0px 16px 18px;
  line-height: 30px;
  font-size: 18px;
}
#solution .solution-select span.active {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  background-color: #2d8cff;
  padding: 0px 12px;
  color: #fff;
  border: 0;
  margin: 0px 10px;
}
#solution .solution-select .prev {
  background-image: url(../img/pre.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 12px center;
  text-align: left;
  padding-left: 24px;
  border-radius: 5px;
  border: 1px solid #b8b8b8;
  padding: 0px 14px 0 26px;
  margin: 0px 10px 0 10px;
  color: #666666;
}
#solution .solution-select .next {
  background-image: url(../img/next.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 85px center;
  text-align: cener;
  padding-right: 22px;
  border-radius: 5px;
}
#solution .clear {
  clear: both;
}
/**********solution end***************/
#solution .solution-category {
  background-color: #dbf1fe;
  padding: 20px 0;
}
#solution .solution-category h1 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
}
#solution .solution-category .thumbnail {
  background-image: url("img/solution/box-bg.png");
  background-position: right 10px bottom 10px;
  background-repeat: no-repeat;
  min-height: 250px;
  padding: 20px;
}
#solution .solution-category .thumbnail .img img {
  max-width: 100%;
}
#solution .solution-category .thumbnail .caption {
  padding: 0;
}
#solution .solution-category .thumbnail .caption > h2 {
  color: #0066ca;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  margin: 10px 0;
}
#solution .solution-category .thumbnail .caption > h2 > a {
  color: #0066ca;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  padding-left: 10px;
}
#solution .solution-category .thumbnail .caption > p {
  font-size: 12px;
  line-height: 16px;
}
#solution .solution-category .thumbnail .caption > ul {
  list-style: outside none none;
  padding: 0;
}
#solution .solution-category .thumbnail .caption > ul > li {
  margin: 3px 0;
}
#solution .solution-category .thumbnail .caption > ul > li > a {
  color: #0066ca;
  cursor: pointer;
  display: inline-block;
}
#solution .solution-category .thumbnail .caption > ul > li > span {
  background-color: #0066ca;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-right: 9px;
  text-align: center;
  width: 18px;
}
#solution .released {
  margin: 50px auto 60px;
}
#solution .released .h3 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 56px;
  padding: 0;
  text-align: center;
}
#solution .released .thumbnail {
  padding: 20px;
}
#solution .released .thumbnail .img a > img {
  height: 170px;
  width: 100%;
}
#solution .released .thumbnail .caption {
  padding: 0;
}
#solution .released .thumbnail .caption > .title {
  color: #0066ca;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  margin: 10px 0;
}
#solution .released .thumbnail .caption > .p {
  font-size: 12px;
  color: #898989;
}
#solution .released .thumbnail .caption > .date {
  margin-bottom: 0;
  font-size: 12px;
  color: #231815;
  display: block;
}
#solution .released .thumbnail .caption .author {
  font-size: 12px;
  color: #0066ca;
  display: inline-block;
}
#solution .released .thumbnail .caption a:hover {
  opacity: 0.8;
  text-decoration: none;
  display: inline-block;
}
.solutionCategory {
  background-color: #dbf1fd;
}
.solutionCategory .breadcrumb {
  margin: 0;
  padding: 10px 0 20px;
}
.solutionCategory .banner img {
  max-width: 100%;
}
.solutionCategory .content .panel {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
}
.solutionCategory .content .panel .panel-heading {
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  color: #323333;
}
.solutionCategory .content .panel .panel-heading > h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.solutionCategory .content .panel .panel-heading > p {
  color: #323333;
  font-size: 14px;
  margin: 0 auto 30px;
  max-width: 730px;
  text-align: center;
}
.solutionCategory .content .panel .panel-body {
  background-color: #fff;
  display: table;
  padding: 50px 30px;
  width: 100%;
}
.solutionCategory .content .panel .panel-body .box {
  display: none;
}
.solutionCategory .content .panel .panel-body .box.active {
  display: block;
}
.solutionCategory .content .panel .panel-body .thumbnail {
  border: medium none;
  box-shadow: 0 0 3px 0 #ccc;
  margin-bottom: 32px;
  padding: 0;
}
.solutionCategory .content .panel .panel-body .thumbnail .img img {
  height: 170px;
  width: 100%;
}
.solutionCategory .content .panel .panel-body .thumbnail .caption > .title {
  color: #0066ca;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin: 10px 0;
}
.solutionCategory .content .panel .panel-body .thumbnail .caption > .p {
  color: #898989;
  font-size: 12px;
}
.solutionCategory .content .panel .panel-body .thumbnail .caption > .author {
  font-size: 13px;
  color: #323333;
}
.solutionCategory .content .panel .panel-body .thumbnail .caption > .author > a {
  font-size: 13px;
  color: #0066ca;
}
.solutionCategory .content .panel .panel-body .thumbnail .caption a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.solutionCategory .col-md-9 {
  padding-right: 0;
}
.solutionCategory .solution-nav {
  margin-left: -1px;
  margin-top: 140px;
  padding: 0;
}
.solutionCategory .solution-nav ul {
  background-color: #f0f4f7;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.solutionCategory .solution-nav ul li {
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
}
.solutionCategory .solution-nav ul li:last-child {
  border: none;
}
.solutionCategory .solution-nav ul li > span {
  color: #3e3a39;
  display: inline-table;
  font-size: 16px;
  line-height: 20px;
  padding-left: 15px;
  vertical-align: middle;
}
.solutionCategory .solution-nav ul li.first {
  background-color: #0066cb;
  border: none;
}
.solutionCategory .solution-nav ul li.first > span {
  color: #fff;
}
.solutionCategory .solution-nav ul li.active,
.solutionCategory .solution-nav ul li:hover {
  background-color: #fff;
}
.solutionCategory .solution-nav ul li.first:hover {
  background-color: #0066cb;
}
.photography-solution .carousel {
  height: 100%;
  margin: 0 auto;
}
.photography-solution .carousel .item {
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.photography-solution .carousel .item > a > img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.photography-solution .carousel-indicators {
  bottom: 0px;
}
.photography-solution .carousel-indicators li {
  border: none;
  margin: 0 4px;
  color: #9fa2af;
  background-color: #9fa2af;
}
.photography-solution .carousel-indicators li.active {
  background-color: #000;
  width: 10px;
  height: 10px;
}
.photography-solution .carousel .caption {
  top: 0;
  position: absolute;
  width: 100%;
  text-indent: -9999px;
}
.photography-solution .carousel-control {
  background: url("img/photography/left-s.png");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  width: 20px;
}
.photography-solution .carousel-control.left {
  left: 100px;
}
.photography-solution .carousel-control.right {
  background: url("img/photography/right-s.png");
  background-repeat: no-repeat;
  background-position: center center;
  right: 100px;
}
.photography-solution .carousel .android {
  background-image: url("img/photography/android-tips-bg.png");
}
.photography-solution .carousel .iphone {
  background-image: url("img/photography/iphone-tips-bg.png");
}
#solution .solution-category .container {
  position: relative;
}
@keyframes myrotate {
  0% {
    transform: rotate(-14deg);
  }
  25% {
    transform: rotate(-10.5deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  75% {
    transform: rotate(-3.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes myrotate {
  /* Firefox */
  0% {
    transform: rotate(-14deg);
  }
  25% {
    transform: rotate(-10.5deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  75% {
    transform: rotate(-3.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes myrotate {
  /* Safari 和 Chrome */
  0% {
    transform: rotate(-14deg);
  }
  25% {
    transform: rotate(-10.5deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  75% {
    transform: rotate(-3.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes myrotate {
  /* Opera */
  0% {
    transform: rotate(-14deg);
  }
  25% {
    transform: rotate(-10.5deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  75% {
    transform: rotate(-3.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#solution .solution-category .container .getandroidn {
  position: absolute;
  right: 0;
  top: -130px;
}
#solution .solution-category .container .getandroidn p {
  text-indent: -9999px;
}
#solution .solution-category .container #getandroidnleft {
  display: inline-block;
  padding-top: 16px;
  transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  animation: myrotate 2s;
  -moz-animation: myrotate 2s;
  -webkit-animation: myrotate 2s;
  -o-animation: myrotate 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-play-state: running;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
#solution .solution-category .container #getandroidnright {
  margin-left: -51px;
}
#solution .solution-category .container .getios p {
  text-indent: -9999px;
}
#solution .solution-category .container #getiosleft {
  left: 0;
  position: absolute;
  top: -40px;
}
#solution .solution-category .container #getiosright {
  left: 98px ;
  position: absolute;
  top: -110px;
  display: inline-block;
  padding-top: 16px;
  transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  animation: myrotate 2s;
  -moz-animation: myrotate 2s;
  -webkit-animation: myrotate 2s;
  -o-animation: myrotate 3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation-play-state: running;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
/*#solution .hot-tips{
    margin-top:20px;
    text-align: left;
    position: relative;
    padding-left: 100px
  }
  #solution .tips{
    display: inline-block;
    margin-top:2px;
  }*/
#solution .hot-tips span {
  font-size: 14px;
  border-left: 1px solid #666666;
  border-right: 1px solid #666;
  margin-left: -1px;
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 5px;
}
#solution .hot-tips span a {
  text-decoration: none;
  color: #333;
}
#solution .hot-tips span a:hover {
  color: #fff;
}
#solution .hot-tips .hot-search {
  display: inline-block;
  margin-right: 20px;
  border: none;
  padding: 0;
}
@media screen and (max-width: 1079px) {
  .solution-big-box {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .photography-solution .carousel-control.left {
    left: 0px;
  }
  .photography-solution .carousel-control.right {
    right: 0px;
  }
  .solution-big-box .content .word .more {
    position: static;
    float: right;
  }
  .solution-big-box .nav .more .common .border {
    display: none;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-button-prev {
    top: unset;
    bottom: -50px;
    left: 30%;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-button-next {
    top: unset;
    bottom: -50px;
    right: 30%;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-pagination {
    bottom: -44px;
  }
}
@media screen and (max-width: 767px) {
  /*#solution .tips{
      width: 68%;
    }*/
  /*#solution  .hot-tips .tips span{
      margin:5px 0;
    }
    #solution .hot-tips .hot-search{
      top:5px;
    }*/
  .solution-big-box .content .img {
    width: 100%;
    margin-bottom: 26px;
  }
  .solution-big-box .content .word {
    width: 100%;
  }
  #solution .fp-solution .head-wrap::before {
    background-size: 80%;
    top: -60px;
  }
  #solution .search {
    min-height: 252px;
    background-position: top center;
  }
  #solution .search form,
  .hd .searchs form {
    width: 290px;
  }
  #solution .hot-tips {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
  #solution .tips-all,
  .hd .searchs .tip-all {
    width: 100%;
    text-align: center;
  }
  #solution .search p {
    padding: 26px 0px 8px 0px;
    line-height: 36px;
  }
  .input-group-btn {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #solution .search input,
  .hd .searchs form .form-control {
    width: 290px;
  }
  #solution .search button,
  .hd .searchs .search-btn {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10px;
  }
  #solution .hot-tips .hot-search {
    margin-right: 0;
  }
  .solution-big-box .nav-show .common {
    width: 100%;
  }
  .solution-big-box .nav-show .border {
    display: none;
  }
}
@media screen and (max-width: 508px) {
  #tags li {
    border-left: unset;
  }
  #tags li::before {
    display: none;
  }
  #solution .fp-solution .head-wrap {
    padding: 0 20px;
  }
  #solution .fp-solution .head-wrap .swiper-container {
    height: 570px;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right {
    text-align: center;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right p {
    margin: 0 auto;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down {
    position: static;
    margin-top: 80px;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  #solution .fp-solution .head-wrap .swiper-container .swiper-button-prev {
    left: 20%;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-button-next {
    right: 20%;
  }
  .solution-big-box .content {
    width: 100%;
  }
  .solution-big-box .content .img img {
    width: 290px;
    height: 150px;
  }
  .solution-big-box .content .word {
    padding: 0;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down {
    margin-top: 26px;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down a.win {
    margin: 0 auto 20px;
  }
  #solution .fp-solution .head-wrap .swiper-container .swiper-wrapper .swiper-slide .right .down a {
    margin: 0 auto;
    display: block;
  }
}
/*new page
  2018.1.8
  by oyv1cent*/
@media (min-width: 1025px) {
  .head-wrap {
    width: 100%;
    min-width: 1080px;
    position: relative;
    overflow: hidden;
  }
  .head-content {
    padding: 40px 0;
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .article {
    position: relative;
    width: 340px;
    height: 310px;
  }
  .article .coverImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #679add, rgba(121, 216, 233, 0.5));
    z-index: 2;
  }
  .article:hover .coverImg {
    background: linear-gradient(to top, #1c5bad, rgba(121, 216, 233, 0.7));
  }
  .article img {
    position: absolute;
    display: block;
    width: 340px;
    height: 310px;
    z-index: 1;
  }
  .article-info {
    width: 90%;
    z-index: 3;
    color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .article h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .article p {
    font-size: 16px;
  }
  .section-wrap {
    width: 100%;
    min-width: 1080px;
    position: relative;
    overflow: hidden;
  }
  .section-content {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
  }
  .aside-nav {
    float: left;
    width: 20%;
    margin-bottom: 30px;
  }
  .nav-title a {
    text-decoration: none;
    font-size: 22px;
    color: #000;
  }
  .nav-title a:hover {
    color: #0066cb;
  }
  .nav-title a.tagactive {
    color: #0066cb;
  }
  #tags {
    -webkit-padding-start: 0px;
  }
  #tags li {
    border-left: 1px solid #ccc;
    padding: 10px 0;
    list-style: none;
    padding-left: 30px;
    position: relative;
  }
  #tags li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1px;
    width: 20px;
    height: 50%;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #tags li.last {
    border-left: unset;
  }
  #tags li.last::before {
    left: 0;
  }
  #tags li a {
    display: block;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: 0.8s;
  }
  .tagactive a {
    color: #0066cb !important;
    font-size: 22px !important;
  }
  .tagactive a::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #0066cb;
    border-bottom: 5px solid transparent;
    float: right;
    margin-top: 8px;
  }
  #tags li:hover a {
    padding-left: 10px;
    color: #0066cb;
  }
  #tags li:hover a::after {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #0066cb;
    border-bottom: 5px solid transparent;
    float: right;
    margin-top: 6px;
  }
  #moreBtn {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    color: #888;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
  }
  #moreBtn:hover {
    color: #166dc4;
  }
  #moreBtn:hover > .morev {
    background: url(img/solution/v-on.svg) center no-repeat;
  }
  .morev {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/solution/v.svg) center no-repeat;
    position: relative;
    top: 1px;
    left: 6px;
  }
  #hideBtn {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    color: #888;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
  }
  #hideBtn:hover {
    color: #166dc4;
  }
  #hideBtn:hover > .hidev {
    background: url(img/solution/h-on.svg) center no-repeat;
  }
  .hidev {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/solution/h.svg) center no-repeat;
    position: relative;
    top: 1px;
    left: 6px;
  }
  .solution-big-box {
    float: right;
    width: 80%;
    padding-left: 40px;
  }
}
@media (min-width: 415px) and (max-width: 1024px) {
  .tagactive a {
    color: #0066cb !important;
    font-size: 24px !important;
  }
  .section-wrap {
    width: 100%;
    min-width: 415px;
    position: relative;
    overflow: hidden;
  }
  .section-content {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
  }
  .aside-nav {
    float: left;
    width: 20%;
    margin-bottom: 30px;
  }
  .nav-title a {
    text-decoration: none;
    font-size: 22px;
    color: #0066cb;
  }
  #tags {
    -webkit-padding-start: 0px;
  }
  #tags li a {
    display: block;
    text-decoration: none;
    color: #666;
    font-size: 14px;
  }
  #tags li:hover a {
    color: #0066cb;
  }
  #tags li:hover a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #0066cb;
    border-bottom: 5px solid transparent;
    float: right;
    margin-top: 6px;
  }
  #moreBtn {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    color: #888;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
  }
  #moreBtn:hover {
    color: #166dc4;
  }
  #moreBtn:hover > .morev {
    background: url(img/solution/v-on.svg) center no-repeat;
  }
  .morev {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/solution/v.svg) center no-repeat;
    position: relative;
    top: 1px;
    left: 6px;
  }
  #hideBtn {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    color: #888;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
  }
  #hideBtn:hover {
    color: #166dc4;
  }
  #hideBtn:hover > .hidev {
    background: url(img/solution/h-on.svg) center no-repeat;
  }
  .hidev {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/solution/h.svg) center no-repeat;
    position: relative;
    top: 1px;
    left: 6px;
  }
  .solution-big-box {
    float: right;
    width: 80%;
    padding-left: 42px;
  }
}
@media (min-width: 701px) and (max-width: 1024px) {
  .head-content {
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
  }
  .head-content a {
    display: block;
    width: 30%;
  }
  .article {
    position: relative;
    height: 260px;
  }
  .article .coverImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #679add, rgba(121, 216, 233, 0.5));
    z-index: 2;
  }
  .article:hover .coverImg {
    background: linear-gradient(to top, #1c5bad, rgba(121, 216, 233, 0.7));
  }
  .article img {
    position: absolute;
    display: block;
    width: 100%;
    height: 260px;
    z-index: 1;
  }
  .article-info {
    width: 90%;
    z-index: 3;
    color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .article h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .article p {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  img {
    max-width: 100%;
  }
  .head-content {
    overflow: hidden;
    position: relative;
  }
  .head-content a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .article {
    position: relative;
    height: 300px;
  }
  .article .coverImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #679add, rgba(121, 216, 233, 0.5));
    z-index: 2;
  }
  .article:hover .coverImg {
    background: linear-gradient(to top, #1c5bad, rgba(121, 216, 233, 0.7));
  }
  .article img {
    position: absolute;
    display: block;
    width: 100%;
    height: 300px;
    z-index: 1;
  }
  .article-info {
    width: 86%;
    z-index: 3;
    color: #fff;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .article h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .article p {
    font-size: 16px;
  }
}
@media (max-width: 415px) {
  .tagactive a {
    color: #0066cb !important;
  }
  .solution-big-box .content .word .more {
    float: left;
  }
  .solution-big-box .content .word a {
    font-size: 22px;
  }
  .section-wrap {
    width: 100%;
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  .section-content {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-top: 25px;
  }
  .aside-nav {
    margin-bottom: 40px;
  }
  .nav-title a {
    text-decoration: none;
    font-size: 22px;
    color: #0066cb;
  }
  #tags {
    overflow: hidden;
    margin-top: 12px;
    -webkit-padding-start: 0px;
  }
  #tags li {
    padding: 10px 0;
    float: left;
    list-style: none;
    margin-right: 24px;
  }
  #tags li a {
    display: block;
    text-decoration: none;
    color: #666;
    font-size: 14px;
  }
  #tags li:hover a {
    color: #0066cb;
  }
  #moreBtn {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    color: #888;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
  }
  #moreBtn:hover {
    color: #166dc4;
  }
  #moreBtn:hover > .morev {
    background: url(img/solution/v-on.svg) center no-repeat;
  }
  .morev {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/solution/v.svg) center no-repeat;
    position: relative;
    top: 1px;
    left: 6px;
  }
  #hideBtn {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    color: #888;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
  }
  #hideBtn:hover {
    color: #166dc4;
  }
  #hideBtn:hover > .hidev {
    background: url(img/solution/h-on.svg) center no-repeat;
  }
  .hidev {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(img/solution/h.svg) center no-repeat;
    position: relative;
    top: 1px;
    left: 6px;
  }
}
