@import "global_header.css";
@import "product-animate.css";
@import "product-css3.css";
.underline {
  display: block;
  width: 50px;
  height: 3px;
  background-color: #88cfff;
  margin-top: 12px;
}
.list {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #88cfff;
  position: absolute;
  left: 0px;
  top: 7px;
}
.pro-banner {
  background-image: url("../images/product/banner.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding: 150px 0px;
}
.pro-banner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-banner .news {
  flex: 0 0 calc(100% - 23.125rem - 5.625rem);
}
.pro-banner .news p {
  margin: 0;
  color: #fff;
}
.pro-banner .news .name {
  font-size: 32px;
  margin-bottom: 20px;
}
.pro-banner .news .small {
  font-size: 20px;
  margin-bottom: 10px;
}
.pro-banner .news .stars {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
}
.pro-banner .news .stars .reviews {
  font-size: 16px;
  margin-left: 16px;
}
.pro-banner .news .stars img:not(:last-child) {
  margin-right: 8px;
}
.pro-banner .news .desc {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 35px;
  color: #f2f2f2;
}
.pro-banner .news .win-mac {
  margin-bottom: 20px;
}
.pro-banner .news .win-mac span {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}
.pro-banner .news .win-mac span:not(:last-child) {
  margin-right: 35px;
}
.pro-banner .news .win-mac span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all .2s ease;
}
.pro-banner .news .win-mac .choose::after {
  width: 100%;
  left: 0;
}
.pro-banner .news .btns .win,
.pro-banner .news .btns .mac {
  display: none;
}
.pro-banner .news .btns .shows {
  display: block;
}
.pro-banner .news .btns a {
  transition: all .5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 190px;
  padding: 10px 26px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 18px;
}
.pro-banner .news .btns a:not(:last-child) {
  margin-right: 26px;
}
.pro-banner .news .btns a::before {
  margin-right: 10px;
}
.pro-banner .news .btns a:hover {
  background-color: #fff;
}
.pro-top {
  padding: 50px 0px 110px 0px;
}
.pro-top .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.pro-top .title p {
  color: #333333;
  font-size: 30px;
  margin: 0;
}
.pro-top .content {
  display: flex;
  justify-content: space-between;
}
.pro-top .content .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 27.8%;
  text-align: center;
}
.pro-top .content .box p {
  margin: 0;
}
.pro-top .content .box img {
  height: 131px;
  margin-bottom: 20px;
}
.pro-top .content .box .name {
  font-size: 20px;
  color: #333333;
}
.pro-top .content .box .underline {
  margin: 14px auto 18px;
}
.pro-top .content .box .desc {
  color: #666666;
  font-size: 14px;
}
.pro-top .content .arrow {
  display: none;
}
.adr-top {
  position: relative;
}
.adr-top::before {
  content: '';
  display: block;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  transform: skew(0deg, 15deg);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), #f6f9fd);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5), #f6f9fd);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5), #f6f9fd);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), #f6f9fd);
}
.adr-top .name {
  color: #216ad1!important;
}
.sdr-top .arrow {
  display: flex!important;
  flex: 0 0 6.1%;
  background: url("../images/product/arrow.png") no-repeat center top;
  background-position-y: 65px;
}
.pro-subject .row-reverse {
  flex-direction: row-reverse;
}
.pro-subject .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 107px;
}
.pro-subject .content .word {
  flex: 0 0 52%;
}
.pro-subject .content .word .name {
  font-size: 30px;
  color: #333333;
}
.pro-subject .content .word ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.pro-subject .content .word ul li {
  position: relative;
  padding-left: 18px;
  color: #666666;
  font-size: 16px;
  margin-bottom: 18px;
}
.pro-subject .content .word ul li span {
  color: #333333;
}
.pro-subject .content .word .desc {
  padding-left: 18px;
  padding-top: 20px;
  border-top: 1px solid #E7E7E7;
  color: #999999;
  font-size: 16px;
}
.pro-subject .content .word .desc span {
  color: #666666;
}
.pro-subject .content .pic {
  flex: 0 0 42.6%;
}
.pro-subject .content .pic img {
  max-width: 100%;
}
.pro-footer {
  background-image: url("../images/product/pro-footer-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 95%;
  min-height: 650px;
}
.pro-footer .content {
  display: flex;
  justify-content: space-between;
}
.pro-footer .content .box {
  flex: 0 0 27.8%;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #E7E7E7;
  text-align: center;
  transition: all .5s;
}
.pro-footer .content .box:hover {
  box-shadow: 0px 0px 50px #E7E7E7;
}
.pro-footer .content .box p {
  margin: 0;
}
.pro-footer .content .box .desc-icon {
  color: #88cfff;
  font-size: 40px;
  margin-bottom: 15px;
}
.pro-footer .content .box .name {
  font-size: 22px;
  color: #333333;
}
.pro-footer .content .box .underline {
  width: 30px;
  height: 2px;
  margin: 10px 0px;
}
.pro-footer .content .box .desc {
  color: #999999;
  font-size: 16px;
}
.pro-footer .guide {
  padding: 80px 0px;
}
.pro-footer .guide .title {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.pro-footer .guide .title .underline {
  margin: 0 auto;
  background-color: #fff!important;
}
.pro-footer .guide .art .box {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.pro-footer .guide .art .box li {
  flex: 0 0 33.33%;
  margin-bottom: 10px;
  padding-right: 10px;
}
.pro-footer .guide .art .box li a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding-left: 16px;
  position: relative;
}
.pro-footer .guide .art .box li a::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0px;
  top: 4px;
}
.pro-footer .guide .art .box li a:hover::before {
  border-left: 5px solid #216ad1;
}
@media (min-width: 1800px) {
  .pro-banner {
    background-size: 100% 100%;
  }
  .pro-footer {
    background-size: 100% 95%;
  }
}
@media (max-width: 800px) {
  .pro-banner .content {
    flex-direction: column;
  }
  .pro-banner .news {
    margin-bottom: 40px;
  }
  .pro-top .content {
    flex-direction: column;
  }
  .pro-top .content .box:not(:last-child) {
    margin-bottom: 30px;
  }
  .pro-subject .content {
    flex-direction: column!important;
  }
  .pro-subject .content .word {
    margin-bottom: 40px;
  }
  .pro-footer .content {
    flex-direction: column;
  }
  .pro-footer .content .box:not(:last-child) {
    margin-bottom: 30px;
  }
  .animate {
    margin-right: 0;
  }
  .animate-normal {
    text-align: center;
  }
  .animate-normal img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .pro-banner {
    padding: 85px 0px 0px 0px;
    background-size: cover;
  }
  .pro-banner .content .news {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .pro-banner .news .btns a:not(:last-child) {
    margin: 0;
    margin-bottom: 20px;
  }
  .pro-banner .news .name {
    font-size: 32px;
  }
  .pro-banner .news .small {
    font-size: 18px;
  }
  .pro-banner .news .desc {
    font-size: 14px;
  }
  .pro-top {
    padding: 30px 0px;
  }
  .pro-top .title p,
  .pro-footer .guide .title {
    font-size: 28px;
  }
  .pro-top .content .box img {
    height: 109px;
  }
  .pro-subject .content .word .name {
    font-size: 26px;
    text-align: center;
  }
  .underline {
    margin: 12px auto 0px;
  }
  .pro-subject .content .word ul {
    margin-top: 15px;
  }
  .pro-subject .content {
    margin-bottom: 30px;
  }
  .pro-footer .content .box {
    padding: 20px;
  }
  .pro-footer .guide {
    padding: 40px 0px;
  }
  .pro-footer .guide .art .box {
    flex-direction: column;
  }
  .pro-footer .guide .art .box li {
    padding-right: 0;
  }
}
