* {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
    color: #093bcf;
  }
  a:hover {
    text-decoration: none;
  }
  html {
    font-size: 62.5%;
  }
  @font-face {
    font-family: 'roboto-black';
    src: url('../fonts/Roboto-Black.ttf');    
  }
  @font-face {
    font-family: 'roboto-medium';
    src: url('../fonts/Roboto-Medium.ttf');
  }
  @font-face {
    font-family: 'roboto-light';
    src: url('../fonts/Roboto-Light.ttf');    
  }
  body {
    font-family: "Inter", "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
      sans-serif;
    font-size: 1.4rem;
    color: #192446;
    line-height: 24px;
  }
  /* CSS */
  :root {
    font-family: Inter, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
    sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
  }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
      sans-serif;}
  }
  ul {
    list-style: none;
  }
  img {
    border: none;
    outline: none;
  }
  button:focus{
    outline:0;
  }  
  .head-con-r {
    float: right;
    padding-top: 10px;
    height: 50px;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  input,textarea,select{
    font-family:inherit;
  }
  input.search-input::input-placeholder {
    color: #a1a0a0;
  }
  input.search-input::-webkit-input-placeholder {
    color: #a1a0a0;
  }
  input.search-input:-ms-input-placeholder {
    color: #a1a0a0;
  }
  input.search-input:-moz-placeholder {
    color: #a1a0a0;
  }
  input.search-input::-moz-placeholder {
    color: #a1a0a0;
  }
  input.search-input:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  input.search-input:focus::-moz-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }
  .content-wrap {
    width: 1200px;
    margin: 0 auto;
    /* padding: 15px 0 10px; */
  }
  nav .content-wrap,
  .content-wrap.app-all-list,
  .content-wrap.ad-full-width {
    padding: 0;
  }
  .content-wrap.intro-con-wrap {
    display: table;
    border-spacing: 15px;
    width: 1230px;
  }
  .content-wrap.ad-full-width .ad-wrap {
    margin-bottom: 25px;
  }
  .content-wrap.content-wrap-policy{
    width: 1000px;
    padding-bottom: 50px;
    min-height: 500px;
  }
  .translate-btn {
    padding: 5px 10px;
    line-height: 36px;
    border: 1px solid rgba(26, 26, 26, 0.33);
    border-radius: 5px;
    color: #434343;
    font-size: 1.6rem;
    cursor: pointer;
  }
  .translate-btn:hover {
    background: #f4f4f6;
  }
  header{
   /* background: #f2f4f8;
    -webkit-box-shadow: 0 1px 4px 0 rgba(106, 105, 106, 0.2);
    box-shadow: 0 1px 4px 0 rgba(106, 105, 106, 0.2); */
  }
  nav{
    background: #f5f6f8;
  }
  .nav-cat {
    position: relative;
  }
  .nav-cat:hover .cat-submenu-wrap {
    display: block;
  }
  .cat-submenu-wrap {
    position: absolute;
    background: #fff;
    /* -webkit-box-shadow: 0 1px 4px 0 rgba(106, 105, 106, 0.2);
    box-shadow: 0 1px 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    top: 52px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
    z-index: 1;
    overflow: hidden;
  }
  .cat-submenu-wrap li {
    float: none;
    white-space: nowrap;
  }
  .cat-submenu-wrap li a {
    color: #38415f;
    display: block;
    padding: 5px 20px;
    min-width: 180px;
  }
  .cat-submenu-wrap li a:hover {
    background: #f6f6f6;
  }
  .search,
  .tranalate-btn-wrap {
    float: right;
  }
  .search {
    padding: 12px 0;
    width: 30%;
  }
  .search.search-software{
    width: 54%;
    float: none;
    margin: 0 auto;
  }
  .nav-bar-con,
  .nav-bar-con > li,
  .operation-system,
  .logo,
  .rending-app-item > a,
  .rending-app-item > div {
    float: left;
  }
  .nav-bar-con-list.nav-bar-con-sub>li{
    display: none;
  }
  .nav-bar-con-list.nav-bar-con-sub>li.active{
    display: block;
  }
  .logo{
    margin: 10px 0;
  }
  .logo img{
    vertical-align: middle;
  }
  .navbar-toggle-btn {
    background: #fff;
    display: none;
    width: 30px;
    height: 32px;
    float: left;
    margin: 15px 0;
    background: url("../img/imgnewversion/navbar-btn.png") 0 0 no-repeat;
  }
  .navbar-toggle-btn:hover {
    background: url("../img/imgnewversion/navbar-btn.png") -30px 0 no-repeat;
  }
  .navbar-toggle-btn:active {
    background: url("../img/imgnewversion/navbar-btn.png") -60px 0 no-repeat;
  }
  .nav-bar-con-item > li {
    line-height: 36px;
    margin-right: 30px;
    float: left;
  }
  /* .nav-bar-con > li {
    margin-right: 50px;
  } */
  .breadcrumb {
    float: left;
  }
  .share-wrap {
    float: right;
    line-height: 50px;
  }
  #app {
    margin: 100px auto;
    width: 300px;
  }
  #st-1 .st-btn{
    display: block !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 24px !important;
    line-height: unset !important;
    margin-bottom: 10px;
  }
  #st-1 .st-btn:hover{
    top: unset !important;
  }
  #st-1 .st-btn[data-network="sharethis"]{
    background-color: #fe6d4c !important;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total {
    color: #192446 !important;
    background-position: center 18px;
    padding: 0 0 8px !important;
    width: 48px;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-label {
    font-size: 12px !important;
    line-height: 18px !important;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 5px;
    padding: 0 3px !important;
    background: #fff;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-shares {
    position: relative;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-shares::before {
    content: "";
    border: 4px solid transparent;
    border-top-color: transparent;
    border-top-color: rgb(170, 170, 170);
    position: absolute;
    left: 20px;
    bottom: -8px;
  }
  .sharethis-inline-share-buttons.st-inline-share-buttons .st-total > span.st-shares::after {
    content: "";
    border: 4px solid transparent;
    border-top-color: transparent;
    border-top-color: #fff;
    position: absolute;
    left: 20px;
    bottom: -7px;
  }
  .breadcrumb li {
    float: left;
    line-height: 44px;
    font-size: 1.3rem;
    color: #707070;
  }
  .breadcrumb li a {
    color: #707070;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .breadcrumb > li + li:before {
    color: #707070;
    content: "> ";
    padding: 0 5px;
  }
  .breadcrumb li.active {    
    color: #707070;
  }
  .translate_nor{
    float: right;
    margin-top: 9px;
    min-width: 83px;
  }
  .operation-system{
    height: 50px;
    margin-right: 80px;
  }
  .operation-system li {
    min-width: 90px;
    text-align: center;
    float: left;
    line-height: 46px;
    padding: 0 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 4px solid #fff;
  }  
  .operation-system li.active {
    background: #f5f6f8;
    border-top: 4px solid #5675f9;
  }
  .operation-system li span, .nav-bar-con-list .device-list span{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: sub;
  }
  .nav-bar-con-list .device-list span{
    margin-right: 10px;
  }
  .operation-system li .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 0 no-repeat;
  }
  .operation-system li.active .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-win{
    background: url("/am/img/imgnewversion/device-flag.png") 0 -18px no-repeat;
  }
  .operation-system li.active a{
    color: #5675f9;
  }
  .operation-system li .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px 0 no-repeat;
  }
  .operation-system li.active .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-mac{
    background: url("/am/img/imgnewversion/device-flag.png") -18px -18px no-repeat;
  }
  .operation-system li .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px 0 no-repeat;
  }
  .operation-system li.active .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-android{
    background: url("/am/img/imgnewversion/device-flag.png") -36px -18px no-repeat;
  }
  .operation-system li .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px 0 no-repeat;
  }
  .operation-system li.active .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-app{
    background: url("/am/img/imgnewversion/device-flag.png") -54px -18px no-repeat;
  }
  .operation-system li .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px 0 no-repeat;
  }
  .operation-system li.active .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px -18px no-repeat;
  }
  .nav-bar-con-list li .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px 0 no-repeat;
  }
  .nav-bar-con-list li:hover .device-list-iphone{
    background: url("/am/img/imgnewversion/device-flag.png") -72px -18px no-repeat;
  }
  .operation-system li a {
    color: #434343;
    font-size: 1.4rem;
  }
  .operation-system li a:hover {
    /* font-weight: 600; */
  }
  .nav-bar-con-list .device-list{
    line-height: 36px;
    padding: 5px 2%;
    display: none;
  }
  .nav-bar-con-list .device-list a{
    color: #434343;
  }
  .nav-bar-con-list .device-list.active a{
     color: #385bf1;
  } 
  .nav-bar-con-item > li > a {
    color: #38415f;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    border-bottom: 4px solid #f2f4f8;
  }
  .nav-bar-con-item > li > a:hover {
    color: #093bcf;
    border-bottom: 4px solid #093bcf;
  }
  .cat-submenu-wrap li a:hover {
    color: #093bcf;
    background: #f6f6f6;
  }
  .triangle {
    margin-left: 5px;
  }
  .search-text {
    width: 100%;
    height: 28px;
    position: relative;
  }
  .search.search-software .search-text{
    height: 46px;
  }
  .search-input {
    border-radius: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #ececec;
    border-right: none;
    line-height: 28px;
    height: 28px;
    padding-left: 2%;
    width: 90%;
    position: absolute;
    right: 10%;
    background: #fff;
    box-sizing: border-box;
  }
  .search.search-software .search-input {
    line-height: 46px;
    height: 46px;
    border-radius: 23px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
  .search-software-tip{  
    line-height: 50px;
    text-align: center;
  }
  .search-software-tip a{
    color: #b4b4b4;
  }
  .search-software-tip a:hover{
    text-decoration: underline;
  }
  .search-input:focus {
    border: 2px solid #0060df;
    border-right: none;
    outline: none;
  }
  .search-input:focus + .search-btn {
    border: 2px solid #0060df;
    border-left: none;
    height: 28px;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
  }
  .search-btn {
    position: absolute;
    width: 10%;
    height: 28px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 1px solid #ececec;
    border-left: none;
    box-sizing: border-box;
  }
  .search.search-software .search-btn{
    height: 46px;
    line-height: 46px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;    
  }
  .search-btn:hover {
    background: #e5e5e5;
  }
  .search-btn img {
    vertical-align: baseline;
  }
  .categories-btn-wrap{
    font-size: 0;
    margin-top: 20px;
  }
  .categories-btn{
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background: #fafbfc;
    line-height: 36px;
    color: #192446;
    padding: 0 16px;
    margin: 0 12px 10px 0;
    font-weight: 500;
  }
  .categories-btn:hover{
    color: #5675f9;
  }
  /* .intro-item {
    display: table-cell;
    width: 21%;
    -webkit-box-shadow: 0 0 5px 0 rgba(106, 105, 106, 0.18);
    box-shadow: 0 0 5px 0 rgba(106, 105, 106, 0.18);
    border-radius: 5px;
    padding: 1%;
    background: #fcfcfd;
    vertical-align: middle;
  } */
  .intro-item-none {
    display: none;
  }
  .intro-item-icon-wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .intro-item-con {
    display: table;
  }
  .intro-item-icon {
    width: 36px;
    height: 36px;
  }
  .intro-item-icon.macos {
    background: url(../img/imgnewversion/icons.png) 0 0 no-repeat;
  }
  .intro-item-icon.downloads-served {
    background: url(../img/imgnewversion/icons.png) -36px 0 no-repeat;
  }
  .intro-item-icon.versions {
    background: url(../img/imgnewversion/icons.png) -72px 0 no-repeat;
  }
  .intro-item-icon.update-check {
    background: url(../img/imgnewversion/icons.png) -108px 0 no-repeat;
  }
  .intro-item-info {
    display: table-cell;
  }
  .intro-item:last-child {
    margin-right: 0;
  }
  .intro-item-describe {
    color: #969fa8;
  }
  .app-categories-operate {
    margin-top: 22px;
  }
  .app-category-title,
  .app-review-title,
  .policy-second-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 36px;
  }
  .product-info-detail-title.pro-old-versions{
    margin-bottom:0;
    float: left;
    line-height: 36px;
  }
  .app-category-title{
    font-size: 1.4rem;
  }
  .policy-second-title{
    margin-bottom: 10px;
  }
  .app-review-title {
    font-weight: normal;
  }
  .app-categories-item {
    width: 68%;
    float: right;
  }
  .rending-app-list {
    width: 30%;
    float: left;
  }
  .app-wrap {
    margin: 25px 0;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);
    box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    padding: 12px 0 0;
  }
  .app-wrap-col-left {
    margin-right: 2%;
  }
  .app-wrap-col-left,
  .app-wrap-col-right {
    float: left;
    width: 49%;
  }
  .app-list-table {
    width: 50%;
    float: left;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
  }
  .app-wrap-two-col .app-list-table {
    width: 100%;
    float: none;
  }
  .app-list-table td {
    padding: 12px 25px 0;
  }
  .categories-app-list {
    width: 100%;
    /* -webkit-box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);
    box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    border-radius: 5px;
    margin-bottom: 25px;
    border-collapse: collapse;
  }
  .categories-app-list tr:hover {
    background: #f5f5f6;
  }
  .categories-app-list.pro-versions.pro-latest-vesion tr:hover{
    background: unset;
  }
  .categories-app-list td {
    padding: 20px;
  }
  .categories-app-list td.categories-app-info {
    width: 50%;
    padding-left: 0;
  }
  .categories-app-list td.categories-app-ico {
    width: 36px;
  }
  .categories-app-list td.categories-app-ico img{
    width:36px;
    vertical-align: middle;
  }
  .categories-app-list.pro-versions.pro-latest-vesion td{
    vertical-align: top;
  }
  .categories-app-list.pro-versions.pro-latest-vesion td.categories-app-ico img{
    width:46px;
  }
  .categories-app-list.pro-versions.pro-latest-vesion td .categories-app-title{
    font-size: 2.8rem;
    line-height: 46px;
  }
  .categories-app-list.pro-versions.pro-latest-vesion td .pro-download-btn{
    margin-top: 0;
  }
  .categories-app-list.pro-versions.pro-latest-vesion td  .app-size{
    float: none;
    margin-left: 20px;
  }
  .categories-app-list.pro-versions.pro-authers td{
    padding-bottom: 0;
  }
  .categories-app-list.pro-versions td.pro-latest-vesion-des{
    padding:0 0 20px;
  }
  .categories-app-list.pro-versions.pro-latest-vesion td.pro-latest-vesion-des .pro-download-btn{
    margin-bottom: 20px;
    float: none;
    color: #fff;
    display: none;
  }
  .pro-latest-vesion-des a{
    color: unset;
  }
  .categories-app-list.pro-versions.pro-authers>tbody>tr>td{
    padding: unset;
  }
  .categories-app-list.pro-versions.pro-authers .intro-item-describe{
    font-size: 1.2rem;
  }
  .app-download {
    width: 106px;
  }
  .categories-app-list.pro-versions .app-download{
    width: 50%;
  }
  .app-download-btn {
    display: block;
    width: 106px;
    height: 28px;
    border: 1px solid #59b678;
    border-radius: 5px;
    color: #59b778;
    line-height: 28px;
    text-align: center;
  }
  .app-download-btn:hover {
    color: #fff;
    background: #59b778;
  }
  .app-download-btn:active {
    color: #fff;
    background: #51a76d;
  }
  .categories-app-list.pro-versions .app-download-btn{
    float: right;
  }
  .categories-app-list.pro-versions .pro-download-btn{
    float: right;
    width: auto;
    padding: 0 30px;
    font-size: 1.6rem;
  }
  .rending-app-wrap {
    background: #fcfcfd;
    /* -webkit-box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.14);
    box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.14); */
    border: 1px solid #f2f4f8;
    margin: 25px 0;
    width: 100%;
    border-radius: 5px;
    border-spacing: 0;
    padding: 12px 0 0;
  }
  .rending-app-wrap.rending-app-wrap-category{
    padding: 0;
  }
  .rending-app-item td {
    padding: 12px 25px 0;
  }
  .app-category-item td a {
    padding: 15px 20px;
    display: block;
  }
  .rending-app-item td:last-child {
    padding-left: 15px;
  }
  .rending-app-item td.rending-app-ico {
    padding-right: 0;
    width: 24px;
  }
  .rending-app-item td.rending-app-ico img {
    width: 24px;
    vertical-align: middle;
  }
  .rending-app-item > a {
    width: 14%;
    margin-right: 4%;
  }
  .rending-app-item > div {
    width: 82%;
  }
  .intro-item-title {
    color: #192446;
    font-size: 1.6rem;
    line-height: 30px;
    font-weight: 600;
  }
  .app-review-wrap {
    width: 100%;
  }
  .app-list-table td.app-icon {
    width: 24px;
    padding-right: 0;
  }
  .app-icon img {
    width: 24px;
    vertical-align: middle;
  }
  .categories-app-list .app-icon {
    width: 58px;
  }
  .app-cost {
    text-align: right;
  }
  .categories-app-list .app-icon img {
    width: 48px;
  }
  .app-list-table td.app-info {
    padding-left: 15px;
  }
  .app-list-table tr:not(:last-child) a,
  .app-wrap.latest-update .app-list-table tr a,
  .rending-app-item a,
  .app-category-item a {
    color: #192446;
  }
  .app-list-table tr:not(:last-child) a:hover,
  .app-wrap.latest-update .app-list-table tr a:hover {
    text-decoration: underline;
    color: #093bcf;
  }
  .rending-app-item a:hover {
    text-decoration: underline;
    color: #093bcf;
  }
  .app-category-item:hover {
    background: #f5f5f6;
  }

  
  /* .searchWordCloud-wrap{
    border: 1px solid #f2f4f8;
    border-radius: 5px;
    margin: 22px 0 25px;
    padding: 20px 0;
  }
  #searchWordCloud{
    width: 80%;
    height: 400px; 
    margin: 0 auto;   
  }
  #searchWordCloud a{
      cursor: pointer;
      text-decoration: none;
      z-index: 1;
  }
  #searchWordCloud a.larger{
    z-index: 0;
  } */
  .searchCloudWords{
    border: 1px solid #f2f4f8;
    border-radius: 5px;
    padding: 5%;
    margin: 22px 0 25px;
  }
  ul.cloud {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 3.65rem;    
  }
  
  ul.cloud a {    
    --size: 4;
    --color: #a33;
    color: var(--color);
    font-size: calc(var(--size) * 0.25rem + 0.75rem);
    display: block;
    padding: 0.125rem 0.25rem;
    position: relative;
    text-decoration: none;   
    text-align: center; 
  }
  
  ul.cloud a[data-weight="1"] { --size: 1; }
  ul.cloud a[data-weight="2"] { --size: 2; }
  ul.cloud a[data-weight="3"] { --size: 3; }
  ul.cloud a[data-weight="4"] { --size: 4; }
  ul.cloud a[data-weight="5"] { --size: 5; }
  ul.cloud a[data-weight="6"] { --size: 6; }
  ul.cloud a[data-weight="7"] { --size: 7; }
  ul.cloud a[data-weight="8"] { --size: 8; }
  ul.cloud a[data-weight="9"] { --size: 9; }
  ul.cloud a[data-weight="10"] { --size: 10; }
  ul.cloud a[data-weight="11"] { --size: 11; }
  ul.cloud a[data-weight="12"] { --size: 12; }
  ul.cloud a[data-weight="13"] { --size: 13; }
  ul.cloud a[data-weight="14"] { --size: 14; line-height: 3.5rem;}
  ul.cloud a[data-weight="15"] { --size: 15; }
  
  ul.cloud[data-show-value] a::after {
    content: " (" attr(data-weight) ")";
    font-size: 1rem;
  }
  
  ul.cloud li:nth-child(2n+1) a { --color: #181; }
  ul.cloud li:nth-child(3n+1) a { --color: #33a; }
  ul.cloud li:nth-child(4n+1) a { --color: #c38; }
  
  ul.cloud a:focus {
    outline: 1px dashed;
  }
  
  ul.cloud a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: var(--color);
    transform: translate(-50%, 0);
    opacity: 0.15;
    transition: width 0.25s;
  }
  
  ul.cloud a:focus::before,
  ul.cloud a:hover::before {
    width: 100%;
  }
  
  @media (prefers-reduced-motion) {
    ul.cloud * {
      transition: none !important;
    }
  }



  .categories-list {
    /* box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    border-radius: 5px;
    margin: 25px 0;
  }
  .categories-item-submenu {
    border-top: 1px solid #f2f2f2;
    display: none;
  }
  .categories-list li,
  .categories-item-submenu li {
    border-bottom: 1px solid #f2f2f2;
  }
  .categories-with-submenu:hover .categories-item-submenu {
    display: block;
  }
  .categories-list li a,
  .categories-item-submenu li a {
    color: #093bcf;
    line-height: 64px;
    font-size: 1.4rem;
    padding: 0 25px;
    display: block;
  }
  .categories-item-submenu li a {
    padding-left: 50px;
  }
  .categories-list li a:hover {
    background: #f5f5f6;
  }
  .app-review-item-decribe a{
    color: #192446;
  }
 .app-review-decribe {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.4rem;
    color: #192446;
  }
  .rending-app-title span,
  .categories-app-title span {
    font-size: 1.4rem;
    color: #707070;
    padding-left: 5px;
  }
  .rending-app-title span{
    padding-left: 0;
  }
  .categories-app-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #192446;
  }
  .rending-app-title.rending-app-title-name span{
    font-weight: 600;
    color: #192446;
  }
  .colspan-td,
  .see-all-btn-wrap,
  .app-list-table td.colspan-td {
    text-align: center;
    padding: 25px 0;
  }
  .see-all-btn-wrap{
    text-align: right;
  }
  .read-more {
    float: right;
    margin-right: 20px;
    color: #707070;
  }
  .read-more:hover {
    text-decoration: underline;
  }
  .see-all-btn {
    color: #707070;
    font-size: 1.6rem;
    background: #eaecf0;
    border-radius: 5px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
  }
  .see-all-btn.more-popular {
    margin-bottom: 0;
  }
  .see-all-btn:hover {
    background: #e4e5ea;
  }
  .see-all-btn:active {
    background: #d6d7da;
  }
  .app-review-list {
    font-size: 0;
    margin-bottom: 25px;
  }
  .app-review-item {
    border: 1px solid #f2f4f8;
    background: #fcfcfd;
    padding: 2%;
    border-radius: 5px;
    display: inline-block;
    width: 32%;
    margin-top: 30px;
    margin-right: 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* firefox*/
    -webkit-box-sizing: border-box;
    /* chrome safari*/
    -ms-box-sizing: border-box;
    /* IE8一下 */
    -o-box-sizing: border-box;
    /* presto opera*/
    vertical-align: top;
  }
  .app-review-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .app-review-item:last-child {
    margin-right: 0;
  }
  .app-review-item img {
    margin-right: 15px;
    width: 36px;
  }
  .disable_automatic_guide_wrap{
    width: 76%;
    text-align: center;
    margin: 0 auto;
  }
  video::-webkit-media-controls-panel {
    background-image: linear-gradient(transparent, transparent) !important; 
  }
  #disable_automatic_guide_video{
    width: 100%;
    border-radius: 8px;
  }
  .app-review-item-logo,
  .app-review-item-decribe {
    display: table-cell;
    vertical-align: top;
  }
  .app-review-item-decribe > a:hover .rending-app-title.rending-app-title-name {
    text-decoration: underline;
  }
  .slogan {
    font-size: 1.5rem;
    color: #282828;
    font-weight: 500;
    margin-top: 30px;
    line-height: 30px;
  }
  .app-categories-title-wrap{
    line-height: 38px;
  }
  .app-categories-title-wrap .app-category-title {
    float: left;
    line-height: 36px;
  }
  .price-rating-wrap{
    margin-bottom: 10px;
  }
  .filter-by-price-wrap{
    float: left;
    margin-right: 10px;
  }
 /*  .filter-by-price {
    border: 1px solid #f2f4f8;
    border-radius: 5px;
    margin:0 10px 20px 0;
    float: left;
    padding: 0 10px;
  }
  .filter-by-price a {
    color: #093bcf;
    padding: 0 15px;
    line-height: 48px;
    font-size: 1.4rem;
  }
  .filter-by-price a.filter-by-price-active {
    color: #969fa8;
  } */
  .user-rating-wrap {
    float: left;
  }
  #filter-by-price .dd-selected, 
  #user-rating .dd-selected, 
  #cat-sort .dd-selected{
    height: 48px !important;
    font-size: 1.4rem;
    color: #969fa8 !important;
  }
  #user-rating .dd-option-image{
    width: 100%;
    height: 19px;
    max-width: none !important;
    float: none !important;
    display: block;
  }
  #user-rating .dd-option-text{
    display: none;
  }  
  #user-rating option {
    background: none;
    color: #59b778;
    font-size: 3.6rem;
    overflow: hidden;
  }
  .cat-sort-wrap {
    float: right;
    margin-bottom: 20px;
  }
  #cat-sort{
    display: inline-block;
    margin-left: 5px;
    z-index: 0;
  }
  .sort {
    color: #969fa8;
    font-size: 1.4rem;
  }
  .share-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
  .share-btn.share-btn-fb {
    background: url(../img/imgnewversion/share-icons.png) 0 0 no-repeat;
  }
  .share-btn.share-btn-fb:hover {
    background: url(../img/imgnewversion/share-icons.png) 0 -20px no-repeat;
  }
  .share-btn.share-btn-tw {
    background: url(../img/imgnewversion/share-icons.png) -20px 0 no-repeat;
  }
  .share-btn.share-btn-tw:hover {
    background: url(../img/imgnewversion/share-icons.png) -20px -20px no-repeat;
  }
  .share-btn.share-btn-youtube {
    width: 24px;
    background: url(../img/imgnewversion/share-icons.png) -40px 0 no-repeat;
  }
  .share-btn.share-btn-youtube:hover {
    background: url(../img/imgnewversion/share-icons.png) -40px -20px no-repeat;
  }
  .share-btn.share-btn-rss {
    width: 17px;
    background: url(../img/imgnewversion/share-icons.png) -64px 0 no-repeat;
  }
  .share-btn.share-btn-rss:hover {
    background: url(../img/imgnewversion/share-icons.png) -64px -20px no-repeat;
  }
  .multi_lang_wrap{
    margin-top: 20px;    
  }
  #multi_lang .dd-selected{
    padding: 5px 20px;
    height: 30px;
    border: solid 1px #ccc;
  }
  #multi_lang  .dd-options{
    width: 108px !important;
    top: unset;
    bottom: 30px;
    border-top: solid 1px #ccc;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
  }
  #multi_lang .dd-option{
    padding: 5px 20px;
    height: 30px;
  }
  .product-info-wrap {
    margin-bottom: 30px;
  }
  .product-info {
    width: 68%;
    float: left;
    /* -webkit-box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);
    box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 3%;
  }
  .product-info-left{
    width: 68%;
    float: left;
  }
  .product-info-left  .product-info {
    float: none;
    width: 100%;
  }

  .product-logo {
    width: 36px;
    float: left;
  }
  .product-info-top{
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    /* flex-shrink: 1; */
    overflow: hidden;
  }
  .product-info-name{
    align-items: center;
    margin-bottom: 20px;
    flex: 1 1 60%;
    overflow: hidden;
  }
  .product-info-top-right {
    margin:0 20px 0 46px;
  }
  .product-info-download-btn{
    flex: 1 0 auto;
    margin-bottom: 10px;
  }
  .product-price-wrap {
    margin-bottom: 30px;    
  } 
  .product-price-wrap.with-price:before,
  .product-price-wrap.with-price:after {
    content: " ";
    display: table;
  }
  .product-price-wrap.with-price:after {
    clear: both;
  }
  .product-name {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .product-price {
    font-size: 2.8rem;
    color: #151d42;
    font-weight: 500;
    line-height: 30px;
  }
  .product-name span {
    padding-left: 20px;
    font-weight: lighter;
    line-height: 36px;
  }
  .product-price del{
    padding-left: 0;    
    font-size:1.6rem;
    color: #a6a6a6;
    line-height: 30px;
    font-weight: normal;
  }
  .product-price-wrap.with-price .product-price del{
    color: #707070;
    line-height: 36px;
    font-size: 1.3rem;
  }
  .produc-info-abstract {
    font-size: 1.6rem;
    color: #707070;
    line-height: 36px;
  }
  .product-sep-line {
    height: 2px;
    background: #eef1f5;
    width: 100%;
  }
  .product-sep-line.right-sep-line {
    height: 1px;
  }
  .product-info-detail {
    line-height: 3.6rem;
  }
  .product-info-detail-title,
  .pop-up-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .pro-other-lang{
    overflow: hidden;
  }
  .pro-other-lang li{
    float: left;
    width: 50%;
  }
  .product-info-detail-title.download-item-title{
    font-weight: 600;
  }
  .pop-up-title{
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .product-info-more-wrap {
    /* height: 180px;
    overflow: hidden; */
    margin-bottom: 15px;
  }
  .product-info-more-wrap.show-more {
    height: 100%;
  }
  .product-info-more-wrap span {
    line-height: 36px;
    font-size: 1.4rem !important;
  }
  .product-info-more-wrap  ul{
    margin-top: 10px;
  }
  .product-info-more-wrap li{
    line-height: 30px;
    list-style: disc;
    list-style-position: outside;
    list-style-position: inside;
  }
  .pro-screenshot-wrap{
    height: 420px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    z-index: 0;
    overflow:hidden;
  }
  /* .pro-screenshot-wrap ul li{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .pro-screenshot-wrap ul li.active{
    display: block;
  }
  .pro-screenshot-wrap ul li img{
    vertical-align: top;
    width: 100%;
  } */
  .pro-screenshot-btn{
    position: absolute;
    cursor: pointer;
    z-index: 3;
    top: 45%;
    width: 56px;
    height: 56px;
    display: inline-block;
    position: absolute;
    top: 40%;
  }
  .pro-screenshot-btn img{
    width: 30px;
  }
  .pro-screenshot-btn.pro-screenshot-pre{
    left: 2%;
  }
  .pro-screenshot-btn.pro-screenshot-next{
    right: 2%;
  }
  .pro-screenshot-layer .pro-screenshot-btn.pro-screenshot-pre,.pro-screenshot-layer .pro-screenshot-btn.pro-screenshot-next{
    display: none;
  }
  .product-info-more-con p{
    margin-bottom: 10px;
  }
  .whats-new {
    list-style: disc;
    margin-left: 15px;
  }
  .product-info-item {
    padding: 0 10px;
    margin: 15px 0 25px;
  }
  .read-more-btn, 
  .about-more {
    color: #093bcf;
    font-weight: 500;
    display: block;
  }
  .comment-item td {
    padding-bottom: 20px;
  }
  .comment-user-profile {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    vertical-align: super;
  }
  .tags{
    margin-top: 10px;
  }
  .tags a {
    float: left;
    width: 20%;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .tags.more-search{
    margin-top: 15px;
  }
  .tags.more-search a {
    width: 50%;
  }
  .tags a:hover {
    text-decoration: underline;
  }
  .comment-con-wrap {
    float: right;
    padding-left: 2%;
  }
  .comment-user-name {
    font-weight: 600;
    line-height: 36px;
  }
  .comment-user-name span {
    color: #78808d;
    padding-left: 20px;
    font-weight: normal;
  }
  .product-info-right {
    float: right;
    width: 30%;
  }
  .gu-ad{
    background: rgb(0,38,83) url(../img/imgnewversion/version-page-ad-bg.png) right no-repeat;
    padding: 30px;
    margin-bottom: 20px;
  }
  .gu-ad-title{
    color: #fff;
    font-size: 36px;
    font-family: 'roboto-black', sans-serif;
    line-height: 48px;
  }
  .gu-ad-slogon{
    font-family: 'roboto-light', sans-serif;
    font-size: 16px;
    color: #e4e3f5;
  }
  .gu-ad-con{
    margin-top: 10px;
  }
  .gu-ad-con li{
    background: url(../img/imgnewversion/hook.png) center left no-repeat;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24x;
    font-family: 'roboto-medium', sans-serif;
    color: #fff;
  }
  .gu-ad-btn{
    display: block;
    margin-top: 20px;
    line-height: 36px;
    text-align: center;
    background: #e8d856;
    color: #1d1d1c;
    font-size: 16px;
    font-family: 'roboto-black', sans-serif;
  }
  .gu-ad-btn:hover{
    background: #f5e775;
  }
  .gu-ad-btn:active{
    background: #d8c94a;
  }
  .product-info-right-item {
    /* -webkit-box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);
    box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10%;
    margin-bottom: 25px;
  }
  .pro-buy-btn {
    display: inline-block;
    height: 34px;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    background: #f29549;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #fff;
    padding: 0 15px;
  }
  .product-price-wrap.with-price .pro-buy-btn{
    float: left;
  }
  .product-price-wrap.with-price .product-price{
    float: right;
    font-size: 2rem;
    color: inherit;
  }
  .product-price-con{
    border: 1px solid transparent;
    background: linear-gradient(#fbfaf9, #fbfaf9) padding-box,repeating-linear-gradient(-45deg,#d4d4d4 0,#d4d4d4 3px,#fbfaf9 0,#fbfaf9 5px);   
    border-radius: 3px;
    text-align: center;
    padding: 18px 0;
    margin-bottom: 20px;
  }
  .promo-code{
    font-size: 1.4rem;
    color: #f0805d;
    font-weight: 600;
  }
  .product-price-wrap .pro-buy-btn img{
    vertical-align: middle;
    margin-right: 3px;
  }
  .product-price-con + .pro-buy-btn{
    display: block;    
    height: 50px;
    line-height: 50px;
    background: #f0805d;
    font-size: 2rem;
  }
  .product-price-con + .pro-buy-btn:hover{
    background: #f88a68;
  }
  .product-price-con + .pro-buy-btn:active{
    background: #e77a59;
  }
  .pro-download-btn {
    display: block;
    line-height: 46px;
    width: 100%;
    text-align: center;
    background: #56ca95;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #fff;
    /* margin-top: 15px; */
  }
  .pro-download-btn:hover {
    background: #62d691;
  }
  .pro-download-btn:active {
    background: #43b387;
  }
  .product-info-top .pro-download-btn{
    width: auto;
    padding: 0 20px;  
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .product-info-top .pro-download-btn:hover{
    background: #43b387;
  }
  .product-info-top .pro-download-btn:active{
    background: #3ca87d;
  }
  .security-levels-info {
    margin-bottom: 20px;
  }
  .about-pro-title {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0;
  }
  .about-pro-con {
    color: #707070;
  }
  .pro-buy-btn:hover {
    background: #f6a05a;
  }
  .pro-buy-btn:active {
    /* background: #e88e46; */
    background: #faa864;
  }
  .user-rating-con {
    line-height: 30px;
  }
  .user-rating-con span {
    color: #093bcf;
    padding-left: 10px;
    font-size: 1.3rem;
  }
  #user-rating-operate {
    display: inline;
    vertical-align: sub;
    font-size: 0;
  }
  #user-rating-operate img{
    margin-right: 3px;
  }
  .report-software {
    float: right;
    cursor: pointer;
  }
  .download-tip-con .report-software {
    float: none;
    color: #093bcf;
  }
  .users-num {
    float: right;
  }
  .users-num img {
    vertical-align: sub;
  }
  .clean-wrap-outer {
    margin-top: 25px;
    text-align: right;
    color: #093bcf;
  }
  .clean-wrap {
    float: left;
    cursor: pointer;
  }
  .clean {
    background: url(../img/imgnewversion/icons.png) 0 -36px no-repeat;
    display: inline-block;
    height: 20px;
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .pro-version-item {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pro-version-item a {
    color: #192446;
  }
  .pro-version-item a:hover {
    color: #093bcf;
    text-decoration: underline;
  }
  .pro-version-item img {
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
  }
  .pro-version-more {
    line-height: 32px;
    /* color: #192446; */
  }
  .pro-version-more:hover{
    /* color: #093bcf; */
    text-decoration: underline;
  }
  .pop-up {
    width: 34%;
    -webkit-box-shadow: 0 0 7px 1px rgba(106, 105, 106, 0.33);
    box-shadow: 0 0 7px 1px rgba(106, 105, 106, 0.33);
    border: 1px solid #f2f4f8;
    margin: 0 auto;
    padding: 3%;
    border-radius: 5px;
    position: absolute;
    left: 30%;
    background: #fff;
    display: none;
    z-index: 9999;
  }
  .pop-up.submit-report-feedback{
    background: url(../img/imgnewversion/thanks-bg.png) center center no-repeat;
    background-size: cover;
    color: #0d2775;
    text-align: center;
    width: 24%;
    left: 35%;
  }
  .pop-up.submit-report-feedback .pop-up-title{
    font-size: 2.4rem;
    color: #df615e;
    font-weight: 600;
    line-height: 36px;
    margin: 20px 0;
  }
  .pop-up.submit-report-feedback p{
    margin-bottom: 10px;
  }
  .pop-up.submit-program-feedback p{
    font-size: 1.8rem;
    text-align: center;
  }
  .submit-report-text{
    line-height: 36px;
  }
  .close-btn {
    width: 20px;
    height: 20px;
    background: url(../img/imgnewversion/close.png) center center no-repeat;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .about-pro-title img {
    vertical-align: middle;
    margin-right: 10px;
  }
  .submit-report-pro,
  .report-reason,
  .probllem-describe{
    border-radius: 5px;
    width: 100%;
    border: 1px solid #efefef;
    line-height: 46px;
    padding: 0 5px;
    font-size: 1.4rem;
    background: #fff;
    height: 46px;  
    margin-bottom: 20px;
  }
  .probllem-describe{
    height: 190px;
    margin-top: 20px;
  }
  .submit-report-btn{
    width: 218px;
    height: 48px;
    background: #f0f0f0;
    color: #101934;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .submit-report-btn:hover{
    background: #e9e9e9;
  }
  .submit-report-btn:active{
    background: #d6d6d6;
  }
  .report-feedback-btn{
    width: 218px;
    height: 48px;
    background: #093bcf;
    color: #fff;
    border-radius: 5px;
    margin: 50px auto 0;
    display: block;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .report-feedback-btn:hover {
    background: #1348e6;
  }
  .report-feedback-btn:active {
    background: #1140cd;
  }
  .software-view-operate{
    margin-bottom: 25px;
  }
  .store-fixed-top{
    width: 100%;
    background: #fff;
  }
  .store-fixed-top.fixed{
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  .software-all-wrap{
    margin-bottom: 15px;
  }
  #watchlist-all-wrap{
    margin-bottom: 15px;
    position: relative;
    margin: 0 auto;
    left: -1%;
    width: 102%;
  }
  .store-title{
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin: 25px 0;
  }
  .software-sort-label{
    float: right;
  }
  .software-item{
    margin-bottom: 20px;
    position: relative;
  }
  .wall-column{
    width: 23%;   
    float: left;
    position: relative;
    padding: 1% 1%;
  }
  /* .software-item-con-wrap{
    box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);
    border-radius: 5px;
    
  } */
  .watchlist-btn{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    border: 1px solid #9d9c9c;
    right: 2%;
    top: 1%;
    border-radius: 12px;
    background: rgba(255,255,255,0.8) url("../img/imgnewversion/icons.png") -18px -36px no-repeat;
  }
  .watchlist-btn:hover{
    border: 1px solid #d55858;
  }
  .watchOn{
    background: rgba(255,255,255,0.8) url("../img/imgnewversion/icons.png") -42px -36px no-repeat;
    border: 1px solid #d55858;
  }
  .software-item-screenshot{
    width: 100%;
    vertical-align: top;
  }
  .software-item-con{
    padding: 10px 20px;
  }
  .software-item-name{
    font-size: 2rem;
    line-height: 36px;
    color: #192446;
  }
  .software-item-price{
    font-size: 2rem;
    font-weight: 600;
    float: left;
    line-height: 34px;
    color: #192446;
  }
  .software-item-purchase{
    margin-top: 20px;
  }
  .software-item-price span.original-price{
    font-size: 1.2rem;
    color: #adadad;
    padding-left: 10px;
    font-weight: normal;
  }
  .software-item-con-bot{
    margin: 20px 0;
  }
  .raty{
    text-align: right;
    color: #093bcf;  
    font-size: 1.2rem;
  }
  .raty-star-user {
    float: left;
    text-align: left;
  }
  .raty-star-user img { 
    vertical-align: sub;
  }
  .no-review{
    text-align: left;
    color: #adadad;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .software-item-describe {
    line-height: 28px;
    color: #192446;
  }
  #software-filter, 
  #software-sort{
    display: inline-block;
  }
  .dd-select{
    border-radius: 5px !important;
    border: none !important;
  }
  .dd-selected-text{
    color: #999;
    font-weight: normal !important;
    font-size: 1.4rem;
  }
  .dd-option-image, .dd-selected-image{
    max-width: 140px !important;
  }
  /* .dd-options{
    border: none !important;
    box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);
  } */
  .dd-option.dd-option-selected{
    background:#eee !important;
    color: #969fa8 !important;
  }
  .dd-option.dd-option-selected a{
    color: #969fa8 !important;
  }
  .dd-pointer-down{
    border-top: solid 5px #a1a1a1 !important;
  }
  .dd-option{
    border-bottom: none !important;
    color: #192446 !important;
  }
  .dd-option a{
    color: #192446 !important;
  }
  .dd-option.dd-option-selected:hover{
    background:#eee !important;
  }
  .dd-option:hover{
    background: #5897fb !important;
  }
  .dd-selected{
    background: #fff;
    border: none;
    border-radius: 5px;
    /* box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2); */
    border: 1px solid #f2f4f8;
    height: 40px;
    width: 210px;
    color: #192446;
    font-weight: normal !important;
    font-size: 1.4rem;
  }
  .download-wrap{
    width: 94%;
    min-height: 300px;
    /* box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);   */
    border: 1px solid #f2f4f8;  
    padding: 3%;
    text-align: center;
    margin-bottom: 10px;
  }
  .border-wrap{
    width: 94%;
    /* box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.2);   */  
    border: 1px solid #f2f4f8;
    padding: 3%;
    margin-bottom: 30px;
  }
  .terms strong{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 36px;
  }
  .download-title{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 92px;
  }
  .download-title img{
    margin-right: 20px;
    vertical-align: middle;
    width: 50px;
  }
  .download-title span{
    font-weight: lighter;
    padding-left: 20px;
  }
  .download-tip{  
    margin: 40px 0 30px;
    text-align: left;
    display: inline-block;
  }
  .download-tip:hover .download-tip-icon{    
    background: url(../img/imgnewversion/download-arrow-hover.png)  no-repeat;
    background-size: contain;
  }
  .download-tip-icon{
    background: url(../img/imgnewversion/download-arrow-default.png) no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    background-size: contain;
  }
  .download-tip-con{
    display: inline-block;
    vertical-align: middle;
  }
  .download-pro-feature li{
    display: inline-block;
    padding: 20px 30px;
    border-radius: 5px;
    margin: 0 15px 30px;
    font-weight: 500;
    height: 54px;
    vertical-align: top;
    background:#f6f7f8;
    font-size: 0;
    position: relative;
    cursor: pointer;
  }
  .download-pro-feature li:hover>.download-pro-feature-more{
    display: block;
  }
  .download-pro-feature-more{
    position: absolute;
    left:0;
    top:102px;  
    display: none;    
    z-index: 9999;
  }
  .feature-more-triangle{
    /* width: 0;
    height: 0;
    border: 10px solid transparent;  
    border-bottom-color: rgb(179, 20, 20); 
    margin: -20px auto 0; */
    background: url(../img/imgnewversion/show-more.png) no-repeat;
    width: 18px;
    height: 8px;
    margin: 0 auto;
    position: relative;
  }
  .download-pro-feature li .download-pro-feature-more p{
    background: #fff;
    padding: 20px 46px;
    white-space: nowrap;
    /* box-shadow: 0 0 4px 0 rgba(106, 105, 106, 0.28);  */ 
    border: 1px solid #f2f4f8;
    border-radius: 5px;
    margin-left: 0;
    width: auto;
    margin-top: -1px;
  }
  .download-pro-feature li img,
  .download-pro-feature li p{
    vertical-align: middle;
  }
  .download-pro-feature li p{
    line-height: 18px;
    display: inline-block;
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    width: 100px;
    text-align: left;
  }
  .download-pro-describe{
    color: #78808d;
    line-height: 30px;
    margin: 20px 0;
  }
  .download-sep-line{
    background: #bebebe;
    height: 1px;
    width: 100%;
  }  
  .download-item-about{
    margin-top: 30px;
    text-align: left;
  }
  .download-item-about-wrap{
    padding-left: 10px;
  }
  .download-item-about-con{
    line-height: 3.6rem; 
    height: 108px;
    overflow: hidden;
  }
  .download-item-about-con span{
    font-size: 1.4rem !important;
  }
  .footer-con {
    padding: 30px 0;
    width: 100%;
    display: table;
  }
  .footer-con-logo {
    display: table-cell;
    width: 38%;
    padding-right: 6%;
    vertical-align: middle;
  }
  .footer-con-logo img{
    width: 182px;
    vertical-align: top;
  }
  .footer-nav-wrap {
    display: table;
    width: 100%;
  }
  .footer-nav {
    display: table-cell;
    width: 56%;
  }
  .footer-nav-title {
    font-size: 1.4rem;
    color: #282828;
    font-weight: 600;
    margin-bottom: 14px;
  }
  .footer-nav-list a,
  .copyright {
    font-size: 1.4rem;
    color: #282828;
    line-height: 30px;
  }
  .footer-nav-list a:hover {
    color: #093bcf;
    text-decoration: underline;    
  }
  .sep-line {
    height: 1px;
    background: #a6a6a6;
  }
  .sep-line.sep-line-e7{
    background: #e7e7e7;
    margin: 30px 0;
  }
  .major-categories li{
    float: left;
    border: 1px solid rgba(201,200,200,.3);
    line-height: 40px;
    background: #f7f7f8;
    font-size: 15px;
    font-weight: 500;
    padding: 0 15px;
    cursor: pointer;
  }
  .major-categories li.popular-software{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: unset;
  }
  .major-categories li.latest-software{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: unset;
  }
  .major-categories li.active{
    background: #5675f9;
    border: 1px solid #5675f9;
    color: #fff;
  }
  .major-categories li:not(.active):hover{
    background: #608cfa;
    color: #fff;
  }
  .major-categories-app-more{
    text-align: right;
    margin-top: -15px;
  }
  .major-categories-app-more a{
    color: #5675f9;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .major-categories-app-list-wrap{
    overflow: hidden;
    font-size: 0;
  }
  .major-categories-app-list-inner{
    white-space: nowrap;
    position: relative;
  }
  .major-categories-app-list{
    display: inline-block;
    vertical-align: top;
  }
  .major-categories-app-list li{
    float: left;
    width: 15%;
    margin:15px 2% 15px 0;
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .major-categories-app-list li:nth-child(6n){
    margin: 15px 0;
  }
  .major-categories-app-list li>a{
    padding: 20px 15px;
    display: block;    
    color: #192446;
  }
  .major-categories-app-list li>a:hover .major-categories-app-name{
    text-decoration: underline;
  }
  .major-categories-app-list li img{
    display: block;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    margin-bottom: 25px;
  }
  .major-categories-app-name{
    font-size: 1.4rem;
    font-weight: 500;
    color: #192446;
    line-height: 38px;
    word-break: break-all;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .categories-all-item-list .major-categories-app-name{
    padding-left: 48px;
  }
  .major-categories-app-size{
    font-size: 1.2rem;
    color: #7e7e7e;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .app-size{
    float: right;
  }
  .major-categories-more-btn{
    display: block;
    margin: 15px auto 30px;
    background: #f3f3f3;
    border: 1px solid #dfe1e3;
    border-radius: 5px;
    line-height: 42px;
    width: 174px;
    text-align: center;
    color: rgba(25,36,70,0.7);
  }
  .major-categories-more-btn:hover{
    background: #fdfdfd;
  }
  .categories-all-swiper{
    /* visibility: hidden; */
    margin: 30px 0 50px;
    position: relative;
  }
  .swiper-container{
    width: 100%;
    height: 404px;
    margin: 0 auto;
    overflow: hidden;    
    float: left;    
    /*display: none; */
  }
  .swiper-wrapper{
    clear: both;
  }
  .swiper-slide{
    color: #000;
    display: inline-block;
    height: 404px;
  }
  .categories-all-swiper .swiper-slide-active{
    height: auto !important;
  }
  
  .categories-swiper-btn-wrap{
    width: 4%;
    position: absolute;
    text-align: center;
    display: none;
    z-index: 1;
    cursor: pointer;
    bottom: 0;
  }
  .categories-swiper-btn-wrap.categories-btn-wrap-prev{
    left: 2%;
  }
  .categories-swiper-btn-wrap.categories-btn-wrap-next{
    right: 2%;
  }
  .categories-swiper-btn-wrap img{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .categories-all-item-list{
    border-radius: 5px;
    border: 1px solid rgba(219,216,216,.39);
    padding: 0 15px;
  }
  .categories-all-item-list li:not(:last-child){
    border-bottom: 1px solid #efefef;
  }
  .categories-all-item-list li{
    position: relative;
    padding: 15px 0;
  }
  .categories-all-item-list li a{
    color: #192446;
  }
  .categories-all-item-list li a:hover{
    text-decoration: underline;
  }
  .categories-all-item-list li img{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 0;
  }
  .categories-all-item-wrap{
    width:94%;
    margin: 0 auto;
  }
  .categories-all-item-wrap>p{
    font-weight: 600;
    line-height: 48px;
    position: relative;
    margin-bottom: 10px;
  }
  .categories-all-item-more{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #5675f9;
  }
  .pro-auther-info{
    text-align: center;
    padding: 50px 0 60px;
  }
  .pro-auther-name{
    font-size: 2.8rem;
    line-height: 60px;
  }
  .pro-auther-info a{
    text-decoration: underline;
  }
  .copyright {
    font-size: 1.3rem;
    text-align: center;
    padding: 25px 0 30px;
    width: 100%;
  }
  .footer-nav-item {
    display: table-cell;
    width: 33%;
  }
  footer {
    background: #ebecef;
  }
  .ad-wrap {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
  }  
  .adTip {
    text-align: right;
    color: #969fa8;
    line-height: 14px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .policy-title{
    font-size: 24px;
    text-align: center;
    margin: 35px 0;
    font-weight: 600;
    line-height: 48px;
  }
  .policy-tertiary-title{
    font-weight: 600;
    margin: 10px 0;
  }
  .policy-con{
    line-height: 30px;
    margin-bottom: 30px;
  }
  .copyright-notification{
    list-style:disc;
    list-style-position: inside;
    margin-top: 10px;
  }
  .policy-con-bold{
    font-weight: 600;
  }
  .form-row{
    position: relative;
    display: inline-block;
    width: 50%;
    margin-top: 10px;
  }
  .form-row.form-row-label{
    margin-top: 0;
    vertical-align: middle;
  }
  .form-row.form-row-recaptcha{
    width: 100%;
    margin-top: 0;
  }
  .form-row.form-row-recaptcha .error-tip{
    left: 18%;
  }
  .policy-input-text{
    width: 96%;
    line-height: 50px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid rgba(136, 136, 136, 0.22);
    padding: 0 2%;
    /* margin-top: 10px; */
    color: #505a67;
  }
  .val-error{
     /* border: 1px solid #d70000;
     outline: #d70000; */
  }
  .val-error:focus{
    outline: 2px solid #d70000;
  }
  .error-tip-arrow-wrap{
    position: relative;    
    width: 16px;
    height: 8px;
    top: -8px;
    left: 20px;
  }
  .error-tip-arrow{
    position: absolute;
    border: 8px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #ccc;
    z-index: 0;
  }
  .error-tip-arrow-inner{
    position: absolute;
    border: 8px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #fff;
    z-index: 1;
    top: 1px;
  }
  .error-tip{
    position: absolute;
    bottom: -40px;
    z-index: 1000;
  }
  .error-tip-con{
    border: 1px solid rgba(51, 51, 51, 0.22);
    border-radius: 3px;
    padding: 0 10px;
    line-height: 28px;
    background: #fff;
  }
  .policy-input-contact{
    margin-top: 10px;
  }
  .policy-input-contact .policy-input-text{
    margin-top: 0;
    vertical-align: middle;
  }
  textarea.policy-input-text{
    font-size: 1.3rem;
  }
  .policy-submit-btn{
    line-height: 50px;
    border-radius: 5px;
    background: #f0f0f0;
    border: 1px solid #efefef;
    font-size: 16px;
    margin-left: 10px;
    min-width: 168px;
    vertical-align: bottom;
  }
  .policy-input.pad-file-link{
    min-width: 495px;
  }
  .policy-input-label{
    width: 18%;
    display: inline-block;
    vertical-align: middle;
  }
  .fail-tip {
    color: #d70000;
    margin-left: 10px;
    display: inline-block;
    visibility: hidden;
  }
  .fail-tip.g-recaptcha-fail{
    margin-left:10%;
  }
  .policy-input-contact .policy-submit-btn{
    margin:15px 0 0 18%;
  }
  .policy-input-contact .g-recaptcha{
    margin-left: 18%;
  }
  .form-submit-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 73, 83, 0.13);
    z-index: 1002;
  }
  #back{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 1.6rem;
    font-weight: 500;
    display: none;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 5px;
    color: #9a9a9a;
    cursor: pointer;
  }
  .feedback-submit-succes{
    font-weight: 600;
  }
  .cookiesTip {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 16px rgba(20, 34, 180, 0.3);
    background: #fff;
    display: none;
    opacity: 0.9;
  }
  .ckTipContainer {
    margin: 0 auto;
    min-height: 60px;
    display: table;
    padding: 0 10px;
  }
  .ckTipCon {
    display: table-cell;
    padding: 15px 0;
    vertical-align: middle;
  }
  .ckTipText {
    line-height: 20px;
    margin-right: 10px;
  }
  a.privacyPolicy {
    text-decoration: underline;
    color: rgb(88, 103, 171);
    font-weight: 600;
  }
  .ckTipBtn {
    display: table-cell;
    vertical-align: middle;
  }
  a.removeCkBtn {
    display: block;
    padding: 1px 20px;
    min-width: 72px;
    border-radius: 24px;
    border: 2px solid #d2d2d2;
    text-align: center;
    line-height: 36px;
    margin: 10px 0;
    color: #2e2e2e;
    white-space: nowrap;
    font-weight: 600;
  }
  a.removeCkBtn:hover {
    text-decoration: none;
  }
  .screenshot-pagination{
    position: absolute;
    z-index: 20;
    bottom: 3px;
    width: 100%;
    text-align: center;
    display: none;
  } 
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #a9a9a9;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #093bcf;
  }

  #backTop {
    position: fixed;
    bottom: 10px;
    right: 0;
    margin-right: 10px;
    z-index: 999;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(219,216,216,.78);
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    transition: all linear 0.5s;
    cursor: pointer;
    opacity: 0;
  }

  /*.aiarty-ad-right{
    position: fixed;
    bottom: 66px;
    right: 68px;
    display: none;
  }*/
  #google_translate_element{
    visibility: hidden;
  }
  div#google_translate_element div.goog-te-gadget-simple:hover {
    /* background: #eff0f1; */
  }
  #google_translate_element a > span:last {
    display: none;
  }
  .goog-te-gadget-simple {
    display: block;
  }
  div#google_translate_element div.goog-te-gadget-simple {
    border-radius: 5px;
    height: 22px;
    border: none; /* 1px solid #dfdfdf; */
    padding: 5px 10px;
    font-size: 1.4rem;
    /* background: #f2f4f8; */
  }
  div#google_translate_element div.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    margin: 0;
    vertical-align: top;
    line-height: 22px;
    height: 22px;
    display: inline-block;
  }
  /* div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value:hover {
    text-decoration: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span {
    color: #46558e;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span:hover {
    color: #46558e;
  } */
  div#google_translate_element
    div.goog-te-gadget-simple
    span
    a
    span[style="border-left: 1px solid rgb(187, 187, 187);"],
  div#google_translate_element div.goog-te-gadget-simple span > a img {
    display: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(118, 118, 118);"] {
    display: inline-block;
    font-size: 0;
    border: 6px solid transparent;
    border-top:6px solid rgb(67, 67, 67);
    height: 0;
    margin: 8px 0 0 5px;
  }
  div#google_translate_element
    div.goog-te-gadget-simple    
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(118, 118, 118);"]:hover {
      display: inline-block;
      font-size: 0;
      border: 6px solid transparent;
      border-top:6px solid rgb(67, 67, 67);
      height: 0;
      margin:8px 0 0 5px;
  }
  .goog-te-gadget-icon {
    display: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(213, 213, 213);"] {
      display: inline-block;
      font-size: 0;
      border: 6px solid transparent;
      border-top:6px solid rgb(67, 67, 67);
      height: 0;
      margin:8px 0 0 5px;
  }  
  div#google_translate_element
  div.goog-te-gadget-simple
  a.VIpgJd-ZVi9od-xl07Ob-lTBxed
  span[style="color: rgb(67, 67, 67);"]{
    display: inline-block;
    vertical-align: top;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.VIpgJd-ZVi9od-xl07Ob-lTBxed
    span[style="color: rgb(155, 155, 155);"] {
      display: inline-block;
      font-size: 0;
      border: 6px solid transparent;
      border-top:6px solid rgb(67, 67, 67);
      height: 0;
      margin:8px 0 0 5px;
  }
  /* div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span[style="border-left: 1px solid rgb(187, 187, 187);"] {
    display: none;
  }
  div#google_translate_element
    div.goog-te-gadget-simple
    a.goog-te-menu-value
    span[style="border-left-color: rgb(187, 187, 187); border-left-width: 1px; border-left-style: solid;"] {
    display: none;
  } */
  /* .goog-te-banner-frame.skiptranslate {
    display: none !important;
  } */
  .breadcrumb-wrap {
    margin-bottom: 5px;
  }
  /* pagination css start*/
  .center-pos {
    text-align: center;
    margin-bottom: 30px;
  }
  .app-category-pagination {
    float: right;
    border: 1px solid #efefef;
    border-radius: 5px;
  }
  .app-category-pagination.app-category-pagination2{
    float: none;
    display: inline-block;
  }
  .pagination-prev-next {
    padding: 0 10px;
    width: auto !important;
  }
  .app-category-pagination .active {
    color: #093bcf;
  }
  .app-category-pagination span,
  .app-category-pagination a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #efefef;
    text-align: center;
    cursor: pointer;
    color: #192446;
  }
  .paginations{
    float: right;
  }
  .paginations span, .paginations a{
    padding: 1px 6px;
    font-weight: 600;
  }
  .paginations span{
    border-radius: 3px;
  }

  .pro-screenshot-wrap .swiper-slide{
      position: relative;
      height: 420px;
      text-align: center;
      /* padding: 0 5px; */
  }
  .pro-screenshot-wrap .swiper-slide img{
      max-width: 100%; 
      max-height: 100%; 
      vertical-align: middle; 
  }
  .pro-screenshot-wrap .swiper-slide p{
      position:absolute;
      top:0;
      left:0;
      z-index: 2;
      width:50px;
      height:50px;
  }
  .pro-screenshot-full-layer{
      display:none;
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      z-index: 10000;
  }
  .pro-screenshot-full-layer-bg{
      width:100%;
      height:100%;
      background: #000;
      opacity: 0.8;
  }
  .pro-screenshot-full-wrap{
      width:80%;
      height: 80%;
      overflow:hidden;
      margin:0 auto;
      position: absolute;
      top: 10%;
      left: 10%;
  }
  .pro-screenshot-full-wrap .swiper-slide{
      position: relative;
      text-align: center;
      line-height: 100%;
      overflow: hidden;
      font-size: 0;
      cursor: pointer;
  } 
  .pro-screenshot-full-wrap .swiper-slide img{ 
      position: absolute;
      left:50%;
      top:50%;
      transform: translate(-50%,-50%);
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
  }
  #close-swiper-full{
      position: absolute;
      right: 20px;
      top: 20px;
      width: 30px;
      height: 30px;
      z-index: 1;
      text-align:center;
      cursor: pointer;
  }
  #close-swiper-full img{
      vertical-align:middle;
  }        
   .pro-screenshot-btn{
      width:6%;
      height: auto;
      z-index:0;
  }
  .pro-screenshot-btn img{
      width: 100%;
      vertical-align:top;
  }
  .pro-screenshot-full-layer .pro-screenshot-btn{
      width:3%;
      height: auto;
      z-index:0;
      top:48%;
  }
  .pro-screenshot-layer{
      position:relative; 
      padding-bottom: 30px;
      margin-bottom: 30px;
  }
  .ad-gu-wrap{
    display: none;
    width: 270px;
    border-radius: 5px;
    background: url(../img/imgnewversion/ad-gu-bg.png) top left no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: fixed;
    right: 68px;
    bottom: 150px;
    z-index: 10000;
    cursor: pointer;
  }
  .ad-gu{
    width: 250px;
    padding: 30px 10px 70px;     
    color: #fff;
  }
  .ad-gu-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  .ad-gu-close img{
    vertical-align: middle;
  }
  .ad-gu-title{
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 32px;
  }
  .ad-gu-subtitle{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 26px;
  }
  .ad-gu-subtitle span{
    color:#f38d4f;
  }
  .ad-gu-functions {
    overflow: hidden;
    margin: 10px 0;
  }
  .ad-gu-functions li{
    float: left;
    width: 50%;
    line-height: 28px;
  }
  .ad-gu-functions li img{
    vertical-align: middle;
    margin-right: 8px;
  }
  .ad-gu-download{
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: 250px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    background: #dbb019;
    color: #1e1e1e;
  }
  .gather {
    width: 48px;
    position: fixed;
    right: 10px;
    bottom: 150px;
    z-index: 9999;
  }
  .gatherwrap {
    width: 48px;
  }
  #myLauncher {
    height: 48px;
    width: 48px;
    margin-top: 10px;
    background: url(../img/imgnewversion/suggest.png) center center no-repeat;
    cursor: pointer;
  }
  #myLauncher:hover{
     opacity: .8;
  }
  #st-1 .st-btn > img{
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle !important;
  }
  #webWidget.widget-pc{
    width: 500px !important;
    /* max-height: calc(-32px + 100vh) !important; */
    max-height: unset !important;
    height: 632px !important;
    /* visibility: hidden; */
  }

  /* #st-2 .st-btn{
    border-radius: 24px;
    margin-bottom: 10px !important;
  }
  #st-2 .st-btn:hover{
    opacity: .8;
    width: 48px !important;
    border-radius: 24px !important;
  }
  #st-2 .st-btn:hover img{
    margin-left: 0 !important;
  }
  #st-2 .st-btn[data-network="sharethis"]{
    background: #fe6d4c !important;
    margin-bottom: 10px !important;
  }
  #st-2 .st-btn.st-last{
    border-bottom-left-radius: 24px !important;
  } */
  .ad-wrap .adsbygoogle{
    vertical-align: top;
  }
  /* .st-sticky-share-buttons.st-right .st-total{
    border: 1px solid rgb(170, 170, 170);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0 4px !important;
    min-height: 20px !important;
    width: 38px !important;
  }
  .st-sticky-share-buttons.st-right .st-total > span{
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .st-sticky-share-buttons.st-right .st-total > span.st-shares{
    position: relative;
    font-size: 0 !important;
    height: 0;
  }
  .st-sticky-share-buttons.st-right .st-total > span.st-shares::before{
    content: "";
    border: 4px solid transparent;
    border-top-color: rgb(170, 170, 170);
    position: absolute;
    left: 16px;
    bottom: -10px;
  }
  .st-sticky-share-buttons.st-right .st-total > span.st-shares::after{
    content: "";
    border: 4px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 16px;
    bottom: -9px;
  }
  .st-sticky-share-buttons.st-right{
    right: 10px !important;
    bottom: 198px !important;
    top: unset !important;
  }
  .st-sticky-share-buttons.st-right .st-toggle{
    display: none;
  }
  .st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"]{
    border-radius: 24px !important;
    margin-bottom: 0 !important;
  }
  .st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"]:hover {
    width:  48px !important;
    opacity: .8;
  }
  .st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"]:hover > img {
    margin-left: 0  !important;
  } */
  /* pagination css end*/
  @media screen and (max-width: 1501px) {
    .content-wrap, .content-wrap.content-wrap-policy {
      width: 80%;
    }
    .content-wrap.intro-con-wrap {
      width: 82%;
    }
    .user-rating-wrap{
      float: right;
    }
    .app-categories-operate-group:before,
    .app-categories-operate-group:after {
      content: " ";
      display: table;
    }
    .app-categories-operate-group:after {
      clear: both;
    }
    .cat-sort-wrap {
      float: none;
      margin-top: 10px;
      text-align: right;
    }
    /* .product-info-top .pro-download-btn{
      float: none;
      margin-top: 15px;
    } */
  }
  
  @media screen and (max-width: 1249px) {
    .intro-item {
      margin-bottom: 25px;
      width: 48%;
    }
    .intro-item-none {
      display: table-row-group;
    }
    .intro-item:nth-of-type(even) {
      margin-right: 0;
    }
    .intro-item-describe {
      min-height: 48px;
    }
    .pop-up {
      width: 74%;
      left: 10%;
    }
    .product-info,
    .product-info-right,.product-info-left {
      float: none;
      width: 100%;
    }
    .tags.more-search a{
      width: 20%;
    }
    .product-info-right {
      margin-top: 25px;
    }
    .product-info-right-item{
      padding: 30px 3%;
    }
    .wall-column{
        width: 48%;
        margin-right: 0;
    }
    .download-pro-feature li {
      display: block;
      width: 80%;
      margin: 0 auto 20px;
    }
    .download-pro-feature li p {
      width: auto;
    }   
    /* .logo,.head-con-r{
      float: none;
      display: block;
    } */
    .pro-screenshot-full-layer .pro-screenshot-btn{
        width: 5%;
    }
    .pro-screenshot-full-wrap{
        width:70%;
        left:15%;
    }
    .pro-screenshot-wrap .swiper-slide, .pro-screenshot-wrap{
      height: 380px;
    }
    /* .product-info-top .pro-download-btn{
      float: right;
      margin-top: -5px;
    } */
  }
  @media screen and (max-width: 1041px) {
    .ckTipContainer {
      width: 98%;
      padding: 0;
    }
  }
  @media screen and (max-width: 1024px) {
    .st-sticky-share-buttons.st-right{
      display: unset !important;
      width: auto !important;
      left: unset !important;
    }
    #st-3.st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"], 
    #st-2.st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"]{
      border-radius: 24px !important;
    }
    .st-sticky-share-buttons.st-right .st-btn[data-network="sharethis"]{
      display: block !important;
    }
    body {
      padding-bottom: 0 !important;
    }
    .categories-btn-wrap{
      text-align: center;
    }
    .major-categories-app-list li{
      width: 32%;
    }
    .major-categories-app-list li:nth-child(3n){
      margin-right: 0;
    }
    /* .product-info-top .pro-download-btn{
      float: none;
      margin-top: 15px;
    } */
  }
  @media screen and (max-width: 979px) {
    /* .head-con-r {
      margin: 12px 0 5px;
    } */
    .content-wrap, .content-wrap.content-wrap-policy  {
      width: 96%;
      /* padding: 12px 2%; */
    }
    .content-wrap.intro-con-wrap {
      width: 100%;
      /* padding: 12px 0; */
    }
    .intro-item {
      margin-right: 0;
    }
    .app-categories-item,
    .rending-app-list {
      width: 100%;
    }
    .rending-app-list {
      margin-top: 25px;
    }
    .navbar-toggle-btn {
      display: block;
    }
    .nav-bar-con-item > li {
      float: none;
    }
    nav .content-wrap {
      position: relative;
      padding: 0 2%;
    }
    nav .content-wrap .nav-bar-con {
      display: none;
    }
    .nav-bar-con {
      position: absolute;
      top: 60px;
      left: 0;
      background: #fff;
      width: 100%;
      /* -webkit-box-shadow: 0 2px 5px 0 rgba(106, 105, 106, 0.18);
      box-shadow: 0 2px 5px 0 rgba(106, 105, 106, 0.18); */
      border: 1px solid rgb(237, 237, 237);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 0;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      z-index: 1;
      overflow: hidden;
      white-space: nowrap;
      font-size: 0;
    }    
    .nav-bar-con-list.nav-bar-con-sub{/* , .nav-bar-con-list.device-list */
      display: inline-block;
      width: 100%;
      vertical-align: top;
      overflow: hidden;
      font-size: 1.4rem;
    }
    /* .nav-bar-con-list.nav-bar-con-sub{
      width: 0;
    } */
    .nav-bar-con-item > li {
      margin-right: 0;
    }
    .nav-bar-con-item > li > a {
      width: 96%;
      display: inline-block;
      padding: 5px 2%;
      border-bottom: none;
    }
    .nav-bar-con-item > li > a:hover{
      border-bottom: none;
    }
    .nav-cat,
    .cat-submenu-wrap {
      position: unset;
    }
    .cat-submenu-wrap li a {
      padding: 5px 4%;
    }
    .cat-submenu-wrap {
      /* background: none; */
      box-shadow: none;
      border-radius: 0;
    }
    .footer-con-logo,
    .footer-nav {
      display: block;
      width: 100%;
      padding: 0;
    }
    .footer-con-logo {
      margin-bottom: 25px;
    }
    .slogan {
      display: none;
    }    
    .download-tip-con{
      width: 80%;
    }
    .download-tip{
      width: 80%;
    }
    .download-tip-icon{
      width: 8%;
      margin-right: 2%;
    }
    .download-pro-feature li .download-pro-feature-more p{
      white-space: normal;
    }    
    .policy-input-label{
      width: 15%;
    }
    .fail-tip.g-recaptcha-fail, .policy-input-contact .policy-submit-btn,.policy-input-contact .g-recaptcha{
      margin-left:15%;
    }
    .policy-submit-btn#submit-pad, .policy-submit-btn#submit-informations{
      display: block;
      margin: 20px 0 0;
    }
    .form-row{
      width: 100%;
    }
    .submit-program-form .policy-input-text{
      width: 70%;
    }
    .form-row.form-row-label{
      width: 60%;
    }
    .operation-system{
      display: none;
    }
    /* .translate_nor{
      margin-top: 0;
    }
    .nav-bar-con-list .device-list{
      display: block;
    }  */  
    .logo{
      float: left;
    }
    .head-con-r{
      float: right;
    }
    .search{
      padding: 17px 0;
    }
    .search.search-software{
      width: 80%;
    }
  }
  @media screen and (max-width: 767px) {
    .content-wrap.intro-con-wrap {
      display: block;
      width: 96%;
      /* padding: 27px 2%; */
    }
    .intro-item {
      width: 98%;
      display: block;
    }
    .intro-item-describe {
      min-height: auto;
    }
    .intro-item-none {
      display: none;
    }
    .rending-app-item {
      padding: 15px 5%;
    }
    .app-list-table,
    .app-wrap-col-left,
    .app-wrap-col-right {
      float: none;
      width: 100%;
    }
    .app-review-item {
      margin-right: 0;
      margin-top: 20px;
      width: 49%;
    }
    .app-review-item:nth-of-type(odd) {
      margin-right: 2%;
    }
    .produc-info-abstract{
      line-height: 24px;
    }
    .tags a, 
    .tags.more-search a{
      width: 33%;
    } 
    .share-wrap, 
    .breadcrumb{
      float: none;
    }
    .share-wrap{
      margin-bottom: 0;
    }
    .software-sort-label{
        display: block;
        float: none;
        margin-top: 20px;
    }
    .select2-label-text{
        width: 60px;
        display: inline-block;
    }
    .download-title img{
      width: 12%;
    }   
    .policy-input-label{
      width: 20%;
    } 
    .fail-tip.g-recaptcha-fail, .policy-input-contact .policy-submit-btn, .policy-input-contact .g-recaptcha{
      margin-left:20%;
    }    
    .submit-program-form .policy-input-text{
      width: 80%;
    }    
  }
  @media screen and (max-width: 680px) {
    .search.search-software{
      width: 90%;
    }
    .search-software-tip{
      padding-left: 0;
      font-size: 1.2rem;
      text-align: center;
      line-height: 20px;
      margin-top: 10px;
    }
    .categories-app-list.pro-versions.pro-latest-vesion td.categories-app-info{
      width: auto;
    }
    .categories-app-list.pro-versions.pro-latest-vesion td.app-download{
      display: none;
    }
    .categories-app-list.pro-versions.pro-latest-vesion td.pro-latest-vesion-des .pro-download-btn{
      display: block;
    }
    .pro-screenshot-full-layer .pro-screenshot-btn{
        width: 8%;
    }
    .pro-screenshot-full-wrap{
        width:70%;
        left:15%;
    }
    .pro-screenshot-wrap .swiper-slide, .pro-screenshot-wrap{
      height: 300px;
    }
    #webWidget.widget-pc{
      width: 80% !important;      
      height: 632px !important;      
    }
  } 
  @media screen and (max-width: 600px) {
    .ckTipContainer,
    .ckTipCon,
    .ckTipBtn {
      display: block;
    }
    .ckTipCon {
      padding: 10px 0;
    }
    .ckTipText {
      margin-right: 0;
    }
    a.removeCkBtn {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .wall-column{
        width: 98%;
        margin-right: 0;
        margin-bottom: 20px;
    }  
    .app-review-item {
      width: 100%;
      margin-top: 15px;
    }
    .app-review-item:nth-of-type(odd) {
      margin-right: 0;
    } 
    .categories-app-list td{
      padding: 20px 10px;
    }
    .policy-input-label{
      width: 25%;
    } 
    .fail-tip.g-recaptcha-fail,.policy-input-contact .policy-submit-btn,.policy-input-contact .g-recaptcha{
      margin-left:25%;
    }  
    .major-categories-app-list li{
      width: 49%;
    }
    .major-categories-app-list li:nth-child(3n){
      margin-right: 2%;
    } 
    .major-categories-app-list li:nth-child(2n){
      margin-right: 0;
    }  
    .major-categories li{
      font-size: 1.3rem;
    }
    .search{
      width: 60%;
    }
    .product-info-detail-title.pro-old-versions{
      float: none;
    }    
    .app-category-pagination.pro-old-version-pagination{
      float: left;
      margin-top: 10px;
    }
    .app-category-pagination.pro-old-version-pagination span,.app-category-pagination.pro-old-version-pagination a{
      width: 24px;
      height: 24px;
      line-height: 24px;
    }
    .filter-by-price-wrap, .user-rating-wrap{
      float: none;
    }
    .filter-by-price-wrap{
      margin-right: 0;
    }
    .user-rating-wrap{
      margin-top: 10px;
    }
    .cat-sort-wrap{
      text-align: left;
    }
    .categories-app-list td.app-cost{
      display: none;
    }
    .app-categories-title-wrap .app-category-title{
      float: none;
    }
    .app-category-pagination{
      float: left;
      margin-top: 10px;
    }
    .pro-screenshot-wrap .swiper-slide, .pro-screenshot-wrap{
      height: 200px;
    }
  }
  @media screen and (max-height: 660px) {
    #webWidget.widget-pc{
      max-height: calc(100vh) !important;
      height: 600px !important;
    }
  }