@charset "utf-8";
.sub-menu ul li,
ul,
ul li {
  list-style-type: none;
}
.slider_items,
.sub-menu {
  box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 4px 1px;
}
#header_new .right_menu > li > a,
#toggle_nav,
.item_ul li a,
a {
  text-decoration: none;
}
.center_box {
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
.flex_box {
  -webkit-box-pack: space-between;
  -webkit-flex-direction: row;
  -webkit-justify-content: space-between;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header_new .right_menu > li:nth-child(1) > a::after,
#toggle_nav,
.slider_items {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
}
#header_new {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 75px;
  overflow: visible;
  background: #fff;
}
#header_new > .container {
  position: static;
}
#header_new #main_logo {
  float: left;
  width: 100%;
  max-width: 186px;
  margin: 15px 0 0;
}
#main_logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#header_new .right_menu {
  float: right;
  margin: 0 22px 0 0;
}
#header_new .right_menu > li {
  float: left;
  box-sizing: border-box;
  padding: 15px 0;
}
#header_new .right_menu > li > a {
  font-size: 18px;
  color: #000;
  line-height: 45px;
  margin-left: 72px;
  position: relative;
}
#header_new .right_menu > li > a::after {
  content: "";
  position: absolute;
  width: 17px;
  background: url(/new-style/images/cricle.png);
  height: 6px;
  top: 9px;
}
#header_new .right_menu > li.active > a::after {
  background-position: 0 -6px;
}
#header_new .right_menu > li > a:hover {
  color: #4898e2;
}
#toggle_nav {
  padding: 17px 28px 10px;
  float: right;
  font-size: 30px;
  border-radius: 5px;
  color: #222;
  cursor: pointer;
}
.slider_items {
  width: 100%;
  padding: 3px 0 0;
  margin: 0 auto;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-linear-gradient(left, #58b2ff, #126cba);
  background: -o-linear-gradient(right, #58b2ff, #126cba);
  background: -moz-linear-gradient(right, #58b2ff, #126cba);
  background: linear-gradient(to right, #58b2ff, #126cba);
}
.slider_items.active {
  display: block;
}
.slider_items_inner {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.items_href {
  float: left;
  width: 47%;
  margin: 0;
  padding: 28px 0 39px;
}
.top_bar {
  font-size: 22px;
  color: #000;
  line-height: 22px;
  padding: 0 0 7px;
  border-bottom: 2px solid #57b1fe;
  width: 90%;
  margin: 0;
  max-width: 490px;
}
.top_bar img {
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: -7px;
}
.item_ul {
  float: left;
  width: 43%;
}
.item_ul li a {
  color: #606060;
  font-size: 15px;
  line-height: 34px;
  text-align: left;
}
.item_ul li a:hover {
  color: #4898e2;
}
.slider_items.last .items_href {
  width: 33%;
  max-width: 330px;
  margin-right: 105px;
}
.slider_items.last .items_href:nth-last-of-type(1) {
  margin-right: 0;
}
.down1 > a:last-child {
  height: 16px;
  border: 1px solid #4898e2;
  color: #4898e2;
  line-height: 18px;
  border-radius: 3px;
  padding: 1px 6px;
  margin-left: 4px;
  display: none;
}
.down1 > a:last-child:hover {
  background: #4898e2;
  color: #fff;
}
.down1:hover a:last-child {
  display: inline-block;
}
.down1:hover a {
  color: #4898e2;
}
.toggle_nav {
  float: right;
  padding: 9px 0 0;
  display: none;
  color: #222;
  font-size: 30px;
  line-height: 54px;
  border-radius: 5px;
  font-weight: 700;
}
#footer_new {
  width: 100%;
  margin: 0 auto;
  background-color: #303132;
  color: #fff;
}
#footer_new .center_box > div {
  float: left;
  width: 40%;
  max-width: 292px;
  padding: 40px 0 0;
  margin: 0 127px 0 0;
}
#footer_new .center_box > div:nth-last-of-type(1) {
  margin: 0;
  max-width: 292px;
}
#footer_new .title,
#footer_new .title-p {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #929393;
}
#footer_new ul {
  width: 100%;
  margin: 0;
  padding: 8px 0 23px;
}
#footer_new ul li {
  float: left;
  width: 49%;
  box-sizing: border-box;
  padding: 7px 0;
}
#footer_new ul li:nth-child(2n) {
  padding-left: 2px;
}
#footer_new ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #c1c2c2;
}
#footer_new .language {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #929393;
}
#footer_new ul.lan_c li {
  float: left;
  width: 100%;
  max-width: 34px;
  margin-right: 18px;
  padding-left: 0;
}
#footer_new ul.lan_c li:hover {
  opacity: 0.8;
}
#footer_new .sv_it img {
  display: inline-block;
  margin: 26px 36px 0 0;
}
#footer_new .sv_it img:nth-child(2n) {
  display: inline-block;
  margin: 26px 0 0;
}
#footer_article,
#footer_new .copyright {
  background-color: #303132;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#footer_new .copyright {
  border-top: 1px solid #929393;
  padding: 23px 10px 22px;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
#footer_article {
  padding: 30px 0;
}
#footer_article .home_in {
  width: 186px;
  margin: 0;
}
#footer_article .cpr {
  margin: 0;
}
#footer_article p {
  margin: 0 auto;
}
#footer_article .cpr a,
#footer_article .cpr p {
  margin: 0 auto;
  color: #fff;
  font-size: 1em;
  text-align: center;
  line-height: 30px;
}
#footer_article .language_c {
  position: relative;
  margin: 0;
  width: 160px;
  border-bottom: 1px solid #929393;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
#footer_article .language_c P {
  display: block;
  padding: 8px 0;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-indent: 19px;
}
#footer_article .language_c P img:nth-child(1) {
  position: absolute;
  left: 20px;
  top: 6px;
}
#footer_article .language_c P img:nth-last-of-type(1) {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
#footer_article .language_c ul {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 13px 18px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(71, 71, 71, 0.21);
}
#footer_article .language_c ul li {
  padding: 5px 0;
  position: relative;
}
#footer_article .language_c ul li > img {
  position: absolute;
  width: 10px;
  height: 6px;
  right: -9px;
  top: 12px;
}
#footer_article .language_c ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: left;
}
#footer_article .language_c ul li a img {
  display: inline-block;
  vertical-align: -6px;
  margin-right: 22px;
}
@media screen and (max-width: 1180px) {
  .toggle_nav {
    display: block;
  }
  #header_new .container {
    padding: 0 6px;
  }
  #header_new .right_menu {
    display: none;
    float: none;
    position: absolute;
    margin: 0;
    right: 0;
    top: 65px;
    width: 100%;
    padding: 0;
    text-align: left;
    background-color: #fff;
  }
  #header_new .right_menu > li,
  #header_new .right_menu > li:nth-last-child(1) {
    position: relative;
    float: none !important;
    margin-left: 0;
    padding: 10px;
    height: unset;
    line-height: unset;
    border-top: 1px solid #eee;
  }
  #header_new .right_menu > li::after {
    position: absolute;
    display: inline-block;
    content: "";
    right: 12px;
    top: 18px;
    background: url(/new-style/images/cricle.png);
    width: 17px;
    height: 6px;
  }
  #header_new .right_menu > li:nth-child(1)::after,
  #header_new .right_menu > li > a i,
  #header_new .right_menu > li > a::after,
  #header_new .system_tab {
    display: none;
  }
  #header_new .right_menu > li > a {
    color: #333;
    max-width: 140px;
    margin: 0;
    line-height: unset;
  }
  #header_new .slider_items,
  #header_new .slider_items ul li,
  #header_new .slider_items > div,
  .slider_items.last .items_href,
  .top_bar {
    width: 100%;
    max-width: 1200px;
  }
  #header_new .right_menu > li.active::after {
    background-position: 0 -6px;
  }
  #header_new .slider_items {
    position: static;
    border: none;
    padding: 0;
    box-shadow: none;
    transform: -webkit-translate(0);
    transform: -moz-translate(0);
    transform: -o-translate(0);
    transform: translate(0);
  }
  #header_new .slider_items_inner {
    padding: 0;
  }
  .items_href {
    padding: 8px 0 0;
    float: none;
    width: 100%;
  }
  .item_ul {
    padding: 0;
    float: none;
    width: 100%;
  }
  .top_bar {
    border-bottom: 1px solid #eee;
    font-size: 16px;
  }
  #header_new .slider_items > div {
    float: none;
    display: block;
    margin: 0;
    padding-bottom: 5px;
  }
  #header_new .slider_items > div.left {
    margin-left: 0;
  }
  #header_new .slider_items ul li:last-child {
    border: none;
  }
  #header_new .slider_items .title {
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-left: 33px;
    box-sizing: border-box;
  }
  #header_new .slider_items ul li {
    height: auto;
    float: none;
    padding: 5px 0 5px 34px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }
  #header_new .slider_items ul li a {
    font-size: 14px;
    line-height: 14px;
  }
  #header_new .slider_items {
    margin: 0;
    float: none;
    display: none;
  }
  #header_new .slider_tab_nav.active .slider_items {
    display: block;
  }
  #header_new .right_menu > li:nth-last-child(1) span {
    display: inline-block;
  }
  #header_new .right_menu > li:nth-last-child(1) img {
    display: none;
  }
  .moblie_system {
    float: none;
    display: block;
    border-bottom: 1px solid #eee;
  }
  #header_new .slider_items ul {
    max-width: 1200px !important;
    float: none;
    padding: 0;
  }
  .header_bg.active {
    display: block;
  }
  .down1 > a:last-child {
    display: none !important;
  }
  #footer_new .center_box {
    padding: 0 40px;
    box-sizing: border-box;
  }
  #footer_new .center_box > div {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .slider_items_inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
  }
  .slider_items.last .items_href {
    max-width: 280px;
    margin-right: 35px;
  }
}
@media screen and (max-width: 980px) {
  #footer_article .home_in,
  .slider_items.active {
    display: none;
  }
  #footer_new ul li {
    width: 100%;
  }
  #footer_new ul li:nth-child(2n) {
    padding-left: 0;
  }
  #footer_new .center_box > div {
    max-width: 210px;
  }
  #footer_new .center_box .hot_zoon {
    max-width: 160px;
  }
  #footer_article .center_box {
    justify-content: center;
    box-sizing: border-box;
    padding: 0 30px;
    width: 100%;
  }
  #footer_article .cpr {
    width: 100%;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 820px) {
  #footer_new .center_box > div:nth-last-of-type(1) {
    max-width: 200px;
  }
  #footer_new .language,
  #footer_new .title {
    font-size: 18px;
    line-height: 20px;
  }
  #footer_new .sv_it img {
    margin: 16px 0 0;
  }
  #footer_new .language {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  #footer_new .center_box .hot_zoon,
  #footer_new .center_box > div:nth-last-of-type(1) {
    max-width: 130px;
  }
}
@media screen and (max-width: 440px) {
  #footer_new .center_box .hot_zoon,
  #footer_new .center_box > div,
  #footer_new .center_box > div:nth-last-of-type(1) {
    max-width: 390px;
    width: 100%;
  }
  #footer_new ul li {
    width: 46%;
  }
  #footer_new ul li:nth-child(2n) {
    padding-left: 20px;
  }
  #footer_new ul.lan_c li {
    padding-left: 0;
  }
  #footer_new .center_box {
    padding: 0 20px 40px;
  }
  #footer_new .sv_it img {
    margin: 16px 10px 0 0;
  }
}
body {
  color: #333;
  font-family: Meiryo, Segoe UI, Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
img {
  width: initial;
}
a {
  color: #666;
}
a:hover {
  text-decoration: underline;
}
#all-menu {
  max-width: 1080px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#logo,
ul.menu {
  margin-top: 15px;
}
#logo {
  overflow: hidden;
  float: left;
}
#logo a {
  position: relative;
  display: block;
}
ul.menu {
  display: block;
  float: right;
  font-size: 18px;
  margin-bottom: 0;
}
ul.menu li {
  display: block;
  float: left;
  margin-left: 55px;
  padding: 15px 5px 25px;
}
ul.menu li a {
  color: #000;
  text-decoration: none;
}
ul.menu li a:hover {
  color: #4898e2;
  text-decoration: none;
}
ul.menu li.home:after {
  content: "";
  position: absolute;
  width: 17px;
  background: url(/new-style/images/cricle.png);
  height: 6px;
  top: 38px;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}
.hot-article .unslider,
.sub-menu-1 {
  padding-bottom: 40px;
}
.clearfloat::after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.clearfloat {
  zoom: 1;
}
.flex-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub-menu {
  width: 100%;
  display: none;
  position: absolute;
  z-index: 11;
  background: -webkit-linear-gradient(left, #58b2ff, #126cba);
  background: -o-linear-gradient(right, #58b2ff, #126cba);
  background: -moz-linear-gradient(right, #58b2ff, #126cba);
  background: linear-gradient(to right, #58b2ff, #126cba);
}
.sub-menu ul li,
.sub-menu:hover,
ul.menu li.homeul.menu li.home:hover + .sub-menu.sub-menu {
  display: block;
}
.sub-menu-1 {
  background: #fff;
  width: 100%;
  overflow: hidden;
  margin-top: 3px;
}
ul.menu li.active:after {
  background: url(/new-style/images/cricle.png) 0 -6px;
}
.pc-os {
  max-width: 1080px;
  margin: 0 auto;
}
.sub-menu a {
  text-decoration: none;
  color: #45a5f9;
  font-family: Meiryo, Segoe UI, Arial, Verdana, Helvetica, sans-serif;
}
.sub-menu ul {
  padding-left: 0;
}
.sub-menu ul li {
  font-size: 20px;
  float: left;
  width: 23%;
  margin-right: 2%;
}
.sub-menu ul li dl {
  margin: 0;
}
.sub-menu ul li dl dd {
  padding: 7px 0;
  margin: 0;
  font-size: 16px;
}
.sub-menu ul li dl dd a {
  color: #606060;
}
.sub-menu ul li dl dd.more a {
  color: #45a5f9;
  text-decoration: underline;
}
.sub-menu ul li dl dt {
  margin-bottom: 6px;
  margin-top: 33px;
  padding-bottom: 13px;
  font-size: 22px;
}
.sub-menu ul li dl dd a:hover,
.sub-menu ul li dl dt a:hover {
  text-decoration: underline;
}
#header_new {
  position: relative;
  z-index: 12;
}
#header_new .slider_down .container {
  padding: 0;
}
#header_new .right_menu > li:nth-last-child(1) span {
  display: none;
}
.moblie_system {
  display: none;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 30px;
}
.moblie_system img {
  display: inline-block;
  vertical-align: -6px;
  margin-right: 10px;
}
.header_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}
.header_bg.active {
  display: block;
}
#slides {
  display: block;
  max-width: 1903px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
#slides img {
  width: 100%;
}
#slides .banner_inner.banner_inner_sr {
  display: none;
  background: url(/images/system/index/sr-banner.jpg) center 0 no-repeat #165ccb;
}
#slides .banner_inner.banner_inner_dvd {
  display: none;
  background: url(/images/system/index/dvd-ripper-banner.jpg) center 0 no-repeat
    #3c7ab5;
}
#slides .banner_inner {
  position: relative;
  width: 100%;
  min-height: 550px;
  box-sizing: border-box;
  padding-top: 85px;
}
#slides .banner_inner > img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#slides .banner_inner a.download{
  display: block;
}
#slides .banner_inner a.buy{
  display: none;
}
#slides .banner_inner a img{
  display: inline-block;
  margin:0 20px 0 0;
  vertical-align: -9px;
  width: 36px;
  height: 36px;
}
#slides .banner_inner .banner_buy,
#slides .banner_inner .banner_buy_sr {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#slides .banner_inner .banner_buy a {
  width: 100%;
  margin: 0 0 20px;
  max-width: 308px;
  height: 70px;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  font-size: 26px;
  line-height: 70px;
  background: #17baa1;
  color:#fff;
  text-decoration: none;
}
#slides .banner_inner .banner_buy a:hover{
  background: #009c84;
}
#slides .banner_inner .banner_buy a.download {
  float: left;

}
#slides .banner_inner .banner_buy a.download:hover {

}
#slides .banner_inner .banner_buy a.buy,#slides .banner_inner .banner_buy_sr a.buy {
  float: right;
  background-color: #fc6f06;
}
#slides .banner_inner .banner_buy a.buy:hover,#slides .banner_inner .banner_buy_sr a.buy:hover {
  background-color: #DC5307;
}
#slides .banner_inner .banner_buy_sr a {
  width: 100%;
  margin: 0 0 20px;
  max-width: 308px;
  height: 70px;
  background-size: 100% auto;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  font-size: 26px;
  line-height: 70px;
  background: #17baa1;
  color:#fff;
  text-decoration: none;
}
#slides .banner_inner .banner_buy_sr a:hover{
  background: #009c84;
}
#slides .banner_inner .banner_buy_sr a.download {
  float: left;
  background-position: 0 0;
}
#slides .banner_inner .banner_buy_sr a.download:hover {
  background-position: 0 -70px;
}
#slides .banner_inner .banner_buy_sr a.buy {
  float: right;
  background-position: 0 -140px;
}
#slides .banner_inner .banner_buy_sr a.buy:hover {
  background-position: 0 -210px;
}
/* #slides .banner_inner .banner_buy a.download::after,
#slides .banner_inner .banner_buy_sr a.download::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/system/index/icon-down.png) center no-repeat #05AB92;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all linear 0.2s;
} */
#slides .banner_inner .banner_buy a.download:hover::after,
#slides .banner_inner .banner_buy_sr a.download:hover::after {
  top: 0;
}
.slidesjs-navigation {
  position: absolute;
}
.slidesjs-navigation.slidesjs-next {
  z-index: 10;
  top: 50%;
  right: 0;
  width: 44px;
  height: 130px;
  background: url(/images/system/index/btn.png) 0 -260px no-repeat;
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slidesjs-navigation.slidesjs-next:hover {
  background-position: 0 -390px;
}
.slidesjs-navigation.slidesjs-previous {
  z-index: 10;
  top: 50%;
  left: 0;
  width: 44px;
  height: 130px;
  background: url(/images/system/index/btn.png) no-repeat;
  text-decoration: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slidesjs-navigation.slidesjs-previous:hover {
  background-position: 0 -130px;
}
.slidesjs-pagination {
  position: absolute;
  margin-top: -35px;
  right: 0;
  display: none;
  list-style: none;
  z-index: 11;
  overflow: hidden;
}
.slidesjs-pagination li {
  margin: 0 5px;
  display: inline-block;
}
.slidesjs-pagination li a {
  display: block;
  width: 40px;
  height: 0;
  background: #d8dfe5;
  padding-top: 8px;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background: rgba(0, 0, 0, 0.5);
}
.slidesjs-pagination li a:hover {
  background: #3d97ea;
}
#slides h2 {
  position: relative;
  margin: 0 auto;
  font-size: 54px;
  line-height: 64px;
  color: #fff;
}
#slides h2 a{
  color:#fff;
}
#slides .banner_inner_dvd h2 a{
  color: #222;
}
#slides .title {
  position: relative;
  display: block;
  margin: 20px auto 30px;
  font-size: 26px;
  line-height: 44px;
  color: #fff;
}
#slides .info_zoon {
  -webkit-justify-content: center;
  justify-content: center;
}
#slides .info_zoon div {
  position: relative;
  margin: 0 16px 30px;
  width: 260px;
  -webkit-align-items: center;
  align-items: center;
}
#slides .info_zoon i {
  display: block;
  margin: 0 auto;
  width: 59px;
  height: 59px;
}
#slides .special_offer,
.slidesjs-container {
  height: 500px !important;
}
#slides .banner_inner:nth-child(2) i {
  background: url(/images/system/index/sr-icon.png) no-repeat;
}
#slides .banner_inner:nth-child(2) .info_zoon > div:nth-child(1) i {
  background-position: 0 0;
}
#slides .banner_inner:nth-child(2) .info_zoon > div:nth-child(2) i {
  background-position: 0 -59px;
}
#slides .banner_inner:nth-child(2) .info_zoon > div:nth-child(3) i {
  background-position: 0 -118px;
}
#slides .banner_inner:nth-child(3) i {
  background: url(/images/system/index/dvd-ripper-icon.png) no-repeat;
}
#slides .banner_inner:nth-child(3) .info_zoon > div:nth-child(1) i {
  background-position: 0 0;
}
#slides .banner_inner:nth-child(3) .info_zoon > div:nth-child(2) i {
  background-position: 0 -59px;
}
#slides .banner_inner:nth-child(3) .info_zoon > div:nth-child(3) i {
  background-position: 0 -118px;
}
#slides .info_zoon .info {
  font-size: 18px;
  color: #fff;
  margin: 14px auto;
}
#slides .banner_inner_dvd .info_zoon .info,
#slides .banner_inner_dvd .title,
#slides .banner_inner_dvd h2,
.single-pro p a {
  color: #222;
}
#slides .special_offer {
  display: block;
  width: 100%;
  background: url(/images/system/index/homepage-banner.png) center 0 no-repeat #B0C1FF;
  background-size: auto 100%;
}
.pro_recommand {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
#single-product-1 {
  background: url(/images/system/index/video-converter-ultimate.jpg) center
    center no-repeat;
}
#single-product-2 {
  background: url(/images/system/index/dvd-ripper.jpg) center center no-repeat;
}
#single-product-3 {
  background: url(/images/system/index/bdrippertuijian.jpg) center center
    no-repeat;
}
#single-product-4 {
  background: url(/images/system/index/blu-ray-player.jpg) center center
    no-repeat;
}
.single-pro {
  width: 475.5px;
  max-width: 25%;
  height: 338px;
  overflow: hidden;
  position: relative;
}
.single-pro p.title {
  width: 100%;
  font-size: 30px;
  margin-top: 50px;
  line-height: 100%;
  text-align: center;
}
.single-pro p.text {
  width: 96%;
  max-width: 280px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.single-pro .buy {
  width: 178px;
  margin: 15px auto;
}
.single-pro .buy a {
  padding-right: 16px;
  background: url(/images/system/index/cricle.png) right center no-repeat;
  margin: auto 12px;
  color: #46a6f8;
}
.single-pro .buy-btn .win,
.single-pro .down-btn .win {
  padding-right: 10px;
  display: block;
  height: 31px;
  float: left;
}
.single-pro .buy-btn {
  width: 260px;
  margin: 15px auto;
}
.single-pro .buy-btn .win {
  background: url(/images/system/index/btn-1.png) no-repeat;
  width: 120px;
}
.single-pro .buy-btn .mac {
  float: left;
  background: url(/images/system/index/btn-1.png) 0 -62px no-repeat;
  display: block;
  width: 120px;
  height: 31px;
}
.single-pro .buy-btn .win:hover {
  background-position: 0 -31px;
}
.single-pro .buy-btn .mac:hover {
  background-position: 0 -93px;
}
.single-pro .down-btn {
  width: 260px;
  margin: 15px auto;
  overflow: hidden;
}
.single-pro .down-btn .win {
  background: url(/images/system/index/btn-down.png) no-repeat;
  width: 120px;
}
.single-pro .down-btn .mac {
  float: left;
  background: url(/images/system/index/btn-down.png) 0 -62px no-repeat;
  display: block;
  width: 120px;
  height: 31px;
}
.single-pro .down-btn .win:hover {
  background-position: 0 -31px;
}
.single-pro .down-btn .mac:hover {
  background-position: 0 -93px;
}
.single-pro .down_buy {
  margin: 10px auto 0;
  max-width: 350px;
  text-align: center;
}
.new-article .tab-main .down_buy a,
.single-pro .down_buy a {
  margin: 0 15px 20px;
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
  height: 42px;
}
.single-pro .down_buy a {
  display: block;
  margin: 0 auto 10px;
  width: 150px;
  background-color: #17baa1;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
  color: #fff;
  position: relative;
}
.single-pro .download_zoon a{
  width: 210px;
  margin: 0 auto 10px;
}
.single-pro .down_buy a i {
  display: inline-block;
  margin: 0 10px 0 19px;
  width: 30px;
  height: 30px;
  background: url(/images/system/index/icon.png) no-repeat;
  vertical-align: -10px;
}
.single-pro .down_buy a.win i {
  background-position: 0 0;
}
.single-pro .down_buy a.mac i {
  background-position: 0 -30px;
}
.single-pro .down_buy a:hover {
  background-color: #009c84;
}
.single-pro .down_buy.buy_zoon a{
  background-color: #fc6f06;
}
.single-pro .down_buy.buy_zoon a:hover{
  background-color: #DC5307;
}
/* .single-pro .down_buy a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/system/index/icon-down.png) center no-repeat #05AB92;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all linear 0.2s;
  background-size: 16px;
} */
#hot_slider .slidesjs-navigation.slidesjs-next,
#hot_slider .slidesjs-navigation.slidesjs-previous,
.single-pro .buy_zoon {
  display: none;
}
.single-pro .down_buy a:hover::after {
  top: 0;
}
.single-pro .icon_tips {
  position: absolute;
  width: 130px;
  height: 130px;
  right: -75px;
  top: -75px;
  background-color: #fe1f0e;
  color: #fff;
  line-height: 226px;
  font-size: 16px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.white a,
.white p,
.white p a,
.white p.title {
  color: #fff;
}
.white p.text {
  color: #e3e3e3;
}
.hot-article,
.new-article,
.slider {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.hot-article .left-1,
.hot-article .left-2,
.hot-article .right {
  float: left;
  width: 100%;
  max-width: 769px;
}
.hot-article h2 {
  margin: 90px auto 44px;
  font-size: 36px;
  color: #222;
  border-bottom: 2px solid #2222;
}
.hot-article .left-1,
.hot-article .left-2 {
  width: 63%;
  background: url(/images/system/index/video-downloader-rank.jpg) center center no-repeat;
  height: 429px;
  position: relative;
  max-width: 769px;
  margin-top: 4px;
}
.hot-article .slidesjs-slide:nth-child(2) .left-1 {
  background: url(/images/system/index/convert-mp4-to-mp3.jpg) center center
    no-repeat;
}
.hot-article .left-2 {
  background: url(/images/system/index/hot-articles/ban-xbox-one-play-blu-ray.jpg)
    center center no-repeat;
}
.hot-article .left-1 p,
.hot-article .left-2 p {
  position: absolute;
  bottom: 0;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 30px;
  line-height: 20px;
  color: #e3e3e3;
  max-width: 769px;
}
.hot-article .left-1 p {
  padding: 26px 20px 30px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
}
.hot-article .left-1 p span,
.hot-article .left-2 p span {
  font-size: 21px;
  line-height: 36px;
}
.hot-article .right {
  width: 33%;
  margin-left: 2%;
}
.hot-article .right .text {
  color: #888;
}
.hot-article .right .hot-article-s {
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
.hot-article .right .hot-article-s a {
  color: #222;
}
.hot-article .right .hot-article-s img {
  float: left;
  margin-right: 13px;
  margin-top: 4px;
}
.hot-article .right .hot-article-s p.text,
.hot-article .right .hot-article-s p.title {
  text-align: left;
  margin: 0;
}
.hot-article .right .hot-article-s p.title {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 4px;
  margin-top: 3px;
  color: #222;
}
.hot-article .right .hot-article-s p.text {
  font-size: 16px;
  color: #666;
}
.hot-article-s p.text {
  line-height: 20px;
}
#hot_slider {
  position: relative;
  overflow: visible !important;
}
#hot_slider .slidesjs-container {
  height: 433px !important;
}
#hot_slider .slidesjs-slide {
  height: 100%;
  overflow: visible !important;
}
#hot_slider .slidesjs-navigation.slidesjs-previous {
  background-position: 0 0;
  left: -10%;
}
#hot_slider .slidesjs-navigation.slidesjs-next {
  background-position: -41px 0;
  right: -10%;
}
#hot_slider .slidesjs-pagination {
  display: block;
  position: static;
  margin: 30px auto 0;
  text-align: center;
}
#hot_slider .slidesjs-pagination li {
  margin: 0;
}
#hot_slider .slidesjs-pagination li a {
  cursor: pointer;
  display: inline-block;
  float: none;
  background: #cfcfcf;
  height: 2px;
  margin: 0 4px;
  opacity: 0.4;
  overflow: hidden;
  text-indent: -999em;
  width: 75px;
}
#hot_slider .slidesjs-pagination li a.active,
#hot_slider .slidesjs-pagination li a:hover.active {
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
  opacity: 1;
}
.slider-one ul {
  padding: 0;
  margin: 0;
}
.unslider {
  margin: 0;
  padding: 0;
  clear: both;
  position: relative;
}
.unslider a {
  display: block;
  height: 478px;
}
.unslider-wrap {
  position: relative;
}
.unslider-wrap.unslider-carousel li {
  float: left;
}
.unslider-vertical > ul {
  height: 100%;
}
.unslider-vertical li {
  float: none;
  width: 100%;
}
.unslider-fade {
  position: relative;
}
.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}
.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}
.unslider li,
.unslider ol,
.unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  z-index: 0;
  cursor: pointer;
  text-indent: -999em;
  width: 57px;
  height: 58px;
  display: block;
  top: 206px;
}
.unslider-arrow.next {
  left: auto;
  right: 20px;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
  position: absolute;
  left: 43%;
  bottom: 14px;
}
.unslider-nav ol li {
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 7px;
  margin: 0 4px;
  opacity: 0.4;
  overflow: hidden;
  text-indent: -999em;
  width: 75px;
}
.unslider-nav ol li.unslider-active {
  background: #cfcfcf;
  cursor: default;
  opacity: 1;
}
.hot-article .unslider a {
  height: auto;
}
.hot-article .unslider-nav ol li {
  height: 8px;
}
.hot-article .unslider-nav ol li.unslider-active {
  background-color: #56595a;
}
.hot-article .unslider-arrow.prev {
  background: url(/images/system/index/left-right-arrow.png) no-repeat;
  left: -10%;
  right: auto;
  top: 100px;
  width: 41px;
  height: 85px;
}
.hot-article .unslider-arrow.next {
  background: url(/images/system/index/left-right-arrow.png) -41px 0 no-repeat;
  right: -10%;
  left: auto;
  top: 100px;
  width: 41px;
  height: 85px;
}
.new-article h2 {
  margin: 96px auto 30px;
  font-size: 36px;
  color: #222;
  border-bottom: 2px solid #e1e1e1;
  text-align: left;
}
.new-article .tab-nav li {
  font-size: 20px;
  color: #222;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
  text-align: center;
  font-weight: 700;
  padding-left: 60px;
  padding-right: 60px;
  cursor: pointer;
}
.new-article .tab-nav li i {
  width: 26px;
  height: 26px;
  background: url(/images/system/index/article-icon.png);
  display: inline-block;
  margin-right: 15px;
  vertical-align: -5px;
}
.new-article .tab-nav li.active {
  color: #2152de;
  border-color: #2152de;
}
.new-article .tab-nav li:nth-child(1) i {
  background-position-y: 0;
}
.new-article .tab-nav li:nth-child(1).active i {
  background-position-y: -26px;
}
.new-article .tab-nav li:nth-child(2) i {
  background-position-y: -52px;
}
.new-article .tab-nav li:nth-child(2).active i {
  background-position-y: -78px;
}
.new-article .tab-nav li:nth-child(3) i {
  background-position-y: -104px;
}
.new-article .tab-nav li:nth-child(3).active i {
  background-position-y: -130px;
}
.new-article .tab-nav li:nth-child(4) i {
  background-position-y: -156px;
}
.new-article .tab-nav li:nth-child(4).active i {
  background-position-y: -182px;
}
.new-article .tab-nav li:nth-child(5) i {
  background-position-y: -208px;
}
.new-article .tab-nav li:nth-child(5).active i {
  background-position-y: -234px;
}
.new-article .tab-main {
  margin-top: 70px;
  align-items: flex-start;
}
.new-article .tab-main > li {
  display: none;
}
.new-article .tab-main > li.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.new-article .tab-main .left {
  max-width: 690px;
  width: 100%;
}
.new-article .tab-main .left p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-top: 0;
}
.new-article .tab-main .left ul li a {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 40px;
  color: #222;
  text-decoration: none;
}
.new-article .tab-main .left ul li a::after {
  clear: both;
  content: "";
  width: 3px;
  height: 3px;
  background: #222;
  border-radius: 50%;
  position: absolute;
  top: 9.5px;
  left: 0;
}
.new-article .tab-main .left ul li a:hover {
  color: #2152de;
}
.new-article .tab-main .left ul li a:hover::after {
  background: #2152de;
}
.new-article .tab-main .left ul li a:nth-child(2) {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #b9b9b9;
}
.new-article .tab-main .left ul li a:nth-child(2)::after {
  display: none;
}
.new-article .tab-main .right {
  max-width: 420px;
  width: 100%;
  background: #f1f1f1;
  padding-bottom: 34px;
}
.new-article .tab-main .right img {
  max-width: 100%;
}
.new-article .tab-main .right > a,
.new-article .tab-main .right > p {
  padding-left: 30px;
  padding-right: 30px;
}
.new-article .tab-main .right > a {
  font-size: 20px;
  color: #2152de;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}
.new-article .tab-main .right > p {
  font-size: 16px;
  line-height: 30px;
  color: #222;
  margin-top: 10px;
  margin-bottom: 0;
}
.new-article .tab-main .down_buy {
  margin: 30px auto 0;
  max-width: 360px;
  text-align: left;
}
.new-article .tab-main .down_buy a {
  display: inline-block;
  width: 150px;
  margin:0 10px 15px;
  background-color: #17baa1;
  font-size: 16px;
  line-height: 42px;
  text-align: left;
  color: #fff;
  position: relative;
}
.new-article .tab-main .download_zoon a{
  width: 210px;
  margin:0 0 15px;
}
.new-article .tab-main .down_buy a i {
  display: inline-block;
  margin: 0 10px 0 19px;
  width: 30px;
  height: 30px;
  background: url(/images/system/index/icon.png) no-repeat;
  vertical-align: -10px;
}
.new-article .tab-main .down_buy a.win i {
  background-position: 0 0;
}
.new-article .tab-main .down_buy a.mac i {
  background-position: 0 -30px;
}
.new-article .tab-main .down_buy a:hover {
  background-color: #009c84;
}
.new-article .tab-main .down_buy.buy_zoon a{
  background-color: #fc6f06;
}
.new-article .tab-main .down_buy.buy_zoon a:hover{
  background-color: #DC5307;
}
.new-article .tab-main .buy_zoon {
  display: none;
}
.new-article .tab-main .down_buy a:nth-child(1) {
  margin-left: 0;
}
/* .new-article .tab-main .down_buy a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/system/index/icon-down.png) center no-repeat #05AB92;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all linear 0.2s;
  background-size: 16px;
} */
.new-article .tab-main .down_buy a:hover::after {
  top: 0;
}
.freesoft {
  max-width: 1229px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 80px;
}
.freesoft h1,
.freesoft h2 {
  margin: 80px auto 50px;
  text-align: left;
  font-size: 36px;
  color: #222;
  border-bottom: 2px solid #2222;
}
.freesoft h1 {
  text-align: center;
}
.freesoft-s {
  width: 23%;
  float: left;
  margin: 0 1%;
}
.freesoft-s img {
  width: 100%;
}
.freesoft-s p.title {
  font-size: 20px;
  line-height: 25px;
  color: #222;
  margin: 22px auto 0;
}
.freesoft-s p.title a {
  color: #222;
}
.freesoft-s p.title a:hover {
  background: 0 0;
}
.freesoft-s p.text {
  line-height: 22px;
  font-size: 16px;
  color: #666;
  margin: 5px auto 24px;
}
.freesoft-s .border {
  overflow: hidden;
  border-color: #00acb2;
  border-width: 1px;
  border-style: solid;
  padding: 0 20px 23px;
  text-align: center;
  border-top: 0;
  min-height: 290px;
}
.freesoft-s a.learn-more {
  padding: 11px;
  text-align: center;
  border: 1px solid #85c342;
  border-radius: 2px;
  display: block;
  width: 145px;
  margin: 0 auto 35px;
  color: #85c342;
}
.freesoft-s a.buy,
.freesoft-s a.download {
  margin: 0 auto 10px;
  color: #fff;
  border-radius: 4px;
  text-align-last: left;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.freesoft-s a.download {
  display: block;
  width: 210px;
  height: 42px;
  line-height: 42px;
  background-color: #17baa1;
  font-size: 18px;
}
.freesoft-s a.download i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 18px;
  background: url(/images/system/index/icon.png) 0 -40px no-repeat;
  background-size: 30px auto;
  vertical-align: -10px;
}
.freesoft-s a.download.win i,.freesoft-s a.buy.win i{
  background-position: 0 0;
}
.freesoft-s a.download.mac i,.freesoft-s a.buy.mac i{
  background-position: 0 -30px;
}
.freesoft-s a.buy {
  display: none;
  width: 169px;
  height: 42px;
  line-height: 42px;
  background-color: #fc6f06;
  font-size: 18px;
}
.freesoft-s a.buy:hover{
  background-color: #DC5307;
}
.freesoft-s a.buy i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 30px;
  background: url(/images/system/index/icon.png) 0 -60px no-repeat;
  background-size: 30px auto;
  vertical-align: -10px;
}
.freesoft-s a:hover {
  background-color: #009c84;
}
/* .freesoft-s a.download::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/system/index/icon-down.png) center no-repeat #05AB92;
  position: absolute;
  left: 0;
  top: -100%;
  transition: all linear 0.2s;
  background-size: 16px;
} */
.freesoft-s a.download:hover::after {
  top: 0;
}
#footer {
  text-align: left;
  overflow: hidden;
  background-color: #2b2b2b;
  color: #bfbfbf;
}
#footer a {
  font-size: 13px;
  color: #e0e0e0;
  text-decoration: none;
}
#footer-container {
  margin: 15px auto;
  max-width: 1200px;
  overflow: hidden;
}
#footer-left {
  float: left;
  width: 20%;
}
#footer-center {
  float: left;
  width: 37%;
  margin-top: 23px;
  margin-left: -1.5%;
}
#footer-center p {
  margin: 0;
  font-size: 14px;
}
#footer-right,
.lang-c {
  float: left;
  margin-top: 20px;
}
#footer-right {
  width: 33%;
  margin-left: -4%;
}
.lang-c {
  width: 28px;
  height: 18px;
  overflow: hidden;
  position: relative;
}
.lang-hover {
  width: 180px;
}
.lang-c a {
  width: 28px;
  height: 18px;
  margin-right: 5px;
}
.lang-c a:nth-of-type(1) {
  width: 28px;
  height: 18px;
  margin-right: 8px;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .hot-article .unslider-arrow.next,
  .hot-article .unslider-arrow.prev {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .single-pro .down_buym.new-article .tab-main .down_buy {
    margin: 20px auto 0;
  }
  .new-article .tab-main .down_buy a,
  .single-pro .down_buy a {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .slidesjs-container {
    height: 545px !important;
    min-height: 545px;
  }
  /* #slides .special_offer {
    background: url(/images/system/index/ipad-banner.svg) center 0 no-repeat #1376CA;
  } */
  .freesoft h2,
  .new-article h2,
  h2 {
    text-align: center;
  }
  .hot-article .left-1,
  .hot-article .left-2,
  .hot-article .right {
    width: 80%;
    max-width: 769px;
    float: none;
    margin: 0 auto;
  }
  .hot-article .right .hot-article-s {
    margin: 30px auto 0;
  }
  .single-pro p.title {
    font-size: 20px;
  }
  #hot_slider .slidesjs-container {
    height: 953px !important;
  }
  .freesoft-s {
    width: 46%;
    margin: 0 2% 2%;
  }
  #footer-left,
  .slidesjs-navigation {
    display: none;
  }
  .slidesjs-pagination {
    margin: 0 auto;
    position: relative;
    right: 0;
    display: block;
  }
  #hot_slider .slidesjs-pagination {
    width: 100%;
    text-align: center;
  }
  #hot_slider .slidesjs-pagination li {
    float: none;
    display: inline-block;
  }
  .slidesjs-pagination li a {
    margin: 20px 0;
  }
  #footer-center,
  #footer-right {
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }
  #hot_slider .slidesjs-navigation.slidesjs-next,
  #hot_slider .slidesjs-navigation.slidesjs-previous {
    display: none;
  }
  .hot-article .right .hot-article-s p.title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 4px;
    margin-top: 24px;
    color: #222;
  }
  .new-article .tab-main .right {
    margin: 40px auto 0;
  }
  .tab-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 1080px) {
  #slides .banner_inner.banner_inner {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  #slides .banner_inner .banner_buy,
  #slides .banner_inner .banner_buy_sr {
    transform: scale(0.8);
  }
  #slides .banner_inner .banner_buy a.buy,
  #slides .banner_inner .banner_buy_sr a.buy {
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
  .new-article .tab-main .down_buy,
  .single-pro .down_buy {
    margin: 20px auto 0;
  }
  .freesoft-s a.buy,
  .new-article .tab-main .buy_zoon,
  .single-pro .buy_zoon ,#slides .banner_inner a.buy{
    display: block;
  }
  .freesoft-s a.download,
  .new-article .tab-main .download_zoon,
  .single-pro .download_zoon ,#slides .banner_inner a.download{
    display: none;
  }
  .new-article .tab-main .down_buy a,
  .single-pro .down_buy a {
    margin: 0 auto 10px;
  }
  .new-article .tab-main .down_buy a:nth-child(1){
    margin-right: 10px;
  }
  .single-pro p.text {
    width: 96%;
  }
  .slidesjs-pagination li a {
    display: block;
    width: 20px;
    height: 0;
    background: #d8dfe5;
    float: left;
    padding-top: 8px;
  }
  .new-article .tab-main .left {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1030px) {
  #slides .banner_inner.banner_inner_dvd,
  #slides .banner_inner.banner_inner_sr {
    background: #165ccb;
  }
  #slides .banner_inner_dvd .info_zoon .info,
  #slides .banner_inner_dvd .title,
  #slides .banner_inner_dvd h2,#slides .banner_inner_dvd h2 a {
    color: #fdfdfd;
  }
}
@media screen and (max-width:1024px) {
  #slides .special_offer{
    background: url(/images/system/index/ipad-banner.png) center  no-repeat;
    background-size: 100%;
    /* background-position:center -300px; */
  }
}
@media screen and (max-width: 950px) {
  .hot-article .left-1 p span,
  .hot-article .left-2 p span {
    line-height: 30px;
  }
  #slides .special_offer {
    background: url(/images/system/index/ipad-banner.png) center  no-repeat 
      #1376CA;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 900px) {
  #slides .info_zoon div {
    margin: 0 5px 20px;
    width: 220px;
  }
  #logo {
    margin-left: 25px;
  }
  #toggle-nav {
    padding: 28px 28px 10px;
    float: right;
    display: inline-block;
    font-size: 30px;
    border-radius: 5px;
    color: #222;
    cursor: pointer;
  }
  #toggle-nav:active,
  #toggle-nav:hover {
    text-decoration: none;
  }
  ul.menu {
    position: absolute;
    top: 69px;
    right: 0;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background: #222;
    border: 1px solid #222;
    opacity: 0.8;
    z-index: 100;
  }
  ul.menu li {
    float: none;
    text-align: center;
    margin: 0 10px;
    padding: 0;
  }
  ul.menu li a {
    color: #fff;
  }
  ul.menu li.home::after {
    display: none;
  }
  .new-article .tab-nav li {
    width: 24%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:820px) {
  #slides .banner_inner{padding-top: 50px;}
}
@media screen and (max-width: 769px) {
  #slides .special_offer{background-position:center -150px;background-size: 100% auto;}
  #slides h2 {
    position: relative;
    margin: 0 auto;
    font-size: 48px;
    line-height: 64px;
    color: #fff;
  }
  #banner1 .pro {
    width: 90%;
    padding: 0 5%;
    margin: 0;
  }
  .single-pro {
    max-width: 50%;
  }
  .single-pro .down-btn {
    display: none;
  }
  .unslider-nav ol {
    left: 35%;
  }
  .hot-article .right .hot-article-s p.title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 4px;
    margin-top: 15px;
    color: #222;
  }
  .single-pro .down_buy {
    overflow: hidden;
    max-width: 330px;
  }
  .single-pro .down_buy a:nth-child(1) {
    float: left;
  }
  .single-pro .down_buy a:nth-child(2) {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  #slides .special_offer {
    height: 568px !important;
    min-height: auto;
    
  }
  .slidesjs-container {
    height: 584px !important;
    min-height: auto;
  }
  #slides .banner_inner {
    padding-top: 50px;
    padding-bottom: 40px;
    min-height: auto;
  }
  #slides h2 {
    font-size: 36px;
    line-height: 44px;
  }
  #slides .title {
    font-size: 18px;
    line-height: 30px;
    margin: 15px auto 20px;
  }
  #slides .info_zoon div{margin:0 5px 10px;}
  #slides .info_zoon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #slides .info_zoon div {
    width: 250px;
    flex-direction: row;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  #slides .info_zoon i {
    margin: 0 20px 0 0;
    flex-shrink: 0;
  }
  #slides .info_zoon .info {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    width: 210px;
  }
  #slides .banner_inner .banner_buy,
  #slides .banner_inner .banner_buy_sr {
    transform: scale(0.6);
  }
  .single-pro {
    max-width: 100%;
  }
  .new-article .tab-nav li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }
  .new-article .tab-main {
    margin-top: 10px;
  }
  .new-article .tab-main li .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .new-article .tab-main .down_buy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  #slides .special_offer {
    background: url(/images/system/index/ipad-banner.png) center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
  }
  ul.menu li {
    margin: 10px 35px;
  }
  .freesoft-s .border{
    min-height: unset;
  }
}
@media screen and (max-width: 500px) {
  .hot-article .left p span {
    line-height: 33px;
  }
  .hot-article .right .hot-article-s p.title {
    font-size: 18px;
    text-align: center;
  }
  .single-pro {
    width: 100%;
  }
  .freesoft-s {
    width: 80%;
    margin: 0 10% 2%;
  }
  .hot-article .right .hot-article-s img {
    width: 40%;
    margin: 10px 30%;
  }
  .freesoft h2,
  .hot-article h2 {
    margin: 30px auto;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  #slides .banner_inner.banner_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  #slides .special_offer,
  .slidesjs-container {
    height: 592px !important;
  }
  #hot_slider .slidesjs-container {
    height: 1250px !important;
  }
  .hot-article .right .hot-article-s p.text {
    text-align: center;
  }
  .hot-article .left-1,
  .hot-article .left-2 {
    width: 79%;
    background: url(/images/system/index/rip-bd.jpg) center center no-repeat;
    height: 300px;
    position: relative;
    max-width: 769px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 375px) {
  #hot_slider .slidesjs-container {
    height: 1200px !important;
  }
  .single-pro .down_buy {
    overflow: hidden;
    max-width: 160px;
  }
  .single-pro .down_buy a:nth-child(1),
  .single-pro .down_buy a:nth-child(2) {
    float: none;
  }
}
@media screen and (max-width: 360px) {
  .new-article .tab-main .down_buy a {
    margin-left: 0;
  }
}
@media screen and (max-width: 280px) {
  #slides .special_offer,
  .slidesjs-container {
    height: 583px !important;
  }
}
