@media (min-width: 1680px) {
  .header,
  .footerwrap,
  .copyrightDiv,
  .location,
  .libraryhr,
  .main,
  .libraryD,
  .libraryTable,
  .activate,
  .library-initial-table,
  .ckTipContainer {
    width: 1200px;
  }
  .libraryTable {
    max-width: 1200px;
  }
  .activate {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1041px) {
  .header,
  .location,
  .main {
    width: 96%;
    margin: 0 2%;
  }
  .header_r {
    margin-top: 10px;
    float: none;
    width: 96%;
  }
  .header_wrap .nav {
    float: left;
  }
  .footerwrap {
    width: 96%;
    padding: 0;
    margin: 0 auto;
  }
  .foopart {
    width: 33%;
  }
  td.application-file-name {
    width: auto;
  }
  a.ad-download-gu {
    padding: 12px 5% 40px;
  }
  .ckTipContainer {
    width: 96%;
  }
}
@media screen and (max-width: 980px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }
  .logo {
    float: none;
  }
  .nav {
    float: left;
  }
  .copyrightDiv {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .logo {
    float: left;
  }
  .header_r {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1000;
    background: #fff;
    opacity: 0.98;
    padding: 2% 2% 5%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #dad7d5;
  }
  .header_wrap.header_new .header_r {
    margin-top: 0;
  }
  .navshortcut {
    background: url("/img/navlist.png") no-repeat scroll center center
      rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 19px;
    margin: 12px 10px 0 0;
    width: 28px;
    cursor: pointer;
  }
  .navshortcut.dark {
    background: url("/img/navlist-dark.png") no-repeat scroll center center
      rgba(0, 0, 0, 0);
  }
  .nav {
    width: 100%;
  }
  .nav > li {
    float: none;
    margin: 0;
    line-height: 45px;
    text-align: left;
  }
  .nav > li > a,
  .nav > li > button {
    border-bottom: 1px solid #f2f2f2;
    line-height: 45px;
    display: block;
    color: #233060;
    margin: 0 3%;
    width: 94%;
    text-align: left;
  }
  .nav > li > button.arrow.active {
    background: url(/img/subnav_fold.png) center right no-repeat;
  }
  .nav > li > button.arrow {
    background: url(/img/subnav_more.png) center right no-repeat;
  }
  #store path {
    stroke: #233060;
  }
  #store-wrap {
    vertical-align: text-bottom;
    background: url(/img/store-icon-dark.png) center 1px no-repeat;
  }
  .copyrightDiv {
    height: auto;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .copyright_left {
    height: auto;
    float: none;
  }
  .copyright_right {
    height: auto;
    text-align: center;
    float: none;
    padding: 0;
  }
  .subnavpart {
    width: 100%;
    position: static;
  }
  .subnav {
    padding: 0;
    border: none;
    margin-top: 0;
    padding: 20px;
  }
  .subnav li {
    line-height: 45px;
  }
  .subnavpart .subnav a {
    line-height: 45px;
    float: none;
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .header_wrap {
    position: relative;
  }
  .translate_nor {
    height: 28px;
    margin: 10px 0;
  }
  #google_translate_element {
    float: left;
  }
  .foopart {
    width: 50%;
    margin: 0;
  }
  .foopart ul {
    margin-bottom: 10px;
  }
  .library-initial-table td {
    padding: 10px 5px;
  }
  .application-describe td,
  tr.user-comment-information td {
    display: inline-block;
    font-size: 14px;
  }
  .library-initial-list a,
  .library-initial-table td a {
    font-size: 14px;
  }
  td.application-describe-name {
    line-height: 54px;
    padding-right: 1%;
    width: 30%;
  }
  tr.user-comment-information td.application-describe-name {
    width: 49%;
    padding-right: 1%;
  }
  tr.user-comment-information td.user-comment-rating {
    width: 49%;
    text-align: right;
  }
  #user-comment-rating.rating {
    float: right;
  }
  td.user-opinions-wrap {
    width: 100%;
    margin: -20px 0 20px;
    text-align: left;
  }
  td.application-describe-value {
    width: 68%;
  }
  td.pagination {
    width: 100%;
  }
  td.pagination a {
    margin: 0 5px;
  }
  #user-opinion-con {
    width: 80%;
  }
  #user-opinion-from {
    padding: 0 5%;
  }
  .btn-user-comment {
    width: 48%;
  }
}
@media screen and (max-width: 568px) {  
  .cookiesTip {
    width: 100%;
  }
  .ckTipContainer,
  .ckTipCon,
  .ckTipBtn,
  .ckTipText,
  .ckTipBtn {
    display: block;
  }
  .ckTipBtn {
    margin-top: 20px;
  }
  .ckTipText {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .header_r {
    width: 96%;
    opacity: 1;
  }
  .footer {
    padding: 0 5%;
    width: 90%;
  }
  .foopart {
    width: 100%;
    margin: 0;
  }
  .copyright_left {
    font-size: 10px;
  }
  .copyright_right a {
    font-size: 10px;
  }
  .copyright_right span {
    padding: 0 5px;
  }
  td.application-describe-name {
    width: 38%;
  }
  td.application-describe-value {
    width: 60%;
  }
  tr.user-comment-information td.application-describe-name {
    width: 46%;
  }
}
