@charset "UTF-8";
html {
  font-family: "Microsoft YaHei",'微软雅黑 Light',Arial,Helvetica,sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hgroup, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: .28rem; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

img {
  border: 0;
  -webkit-touch-callout: none;
  vertical-align: top; }

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
  outline: none; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.opacity {
  -webkit-animation: opacity 0.3s linear;
  animation: opacity 0.3s linear; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body {
  background-color: #F2F3F6; }

.content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 2rem); }

.category {
  padding: .2rem .24rem;
  background-color: #fff; }
  .category .category-hot {
    height: .6rem;
    position: relative;
    display: flex; }
    .category .category-hot .category-list {
      flex: 1;
      white-space: nowrap;
      overflow-x: auto; }
      .category .category-hot .category-list .category-item {
        display: inline-block;
        width: 1.7rem;
        height: .6rem;
        line-height: .58rem;
        text-align: center;
        background: #F2F3F6;
        border: 0.01rem solid #F2F3F6;
        border-radius: .04rem;
        margin-right: .17rem;
        font-size: .24rem;
        font-weight: 400;
        color: #181818;
        box-sizing: border-box; }
        .category .category-hot .category-list .category-item.on {
          background: #FFF9F9;
          border: 0.01rem solid #E02520;
          border-radius: 0.04rem;
          color: #E02520; }
    .category .category-hot .category-menu {
      width: .82rem;
      height: .6rem;
      margin-right: -.24rem;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1111; }
      .category .category-hot .category-menu .icon {
        display: block;
        width: .34rem;
        height: .34rem;
        background: url(/img/internationTm/menu.png) no-repeat;
        background-size: cover; }
    .category .category-hot .right-mask {
      height: .6rem;
      width: 1.5rem;
      position: absolute;
      right: -.2rem;
      top: 0;
      background: linear-gradient(90deg, transparent 0%, #fff 55%); }
  .category .category-popup {
    display: none; }
    .category .category-popup .mask {
      position: fixed;
      top: 1rem;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      display: none;
      z-index: 9999;
      display: block; }
    .category .category-popup .category-box {
      position: fixed;
      left: 0;
      right: 0;
      top: 1rem;
      z-index: 10000;
      background-color: #fff;
      max-height: 70%;
      padding: 0 .3rem 1.2rem;
      display: flex;
      flex-direction: column; }
      .category .category-popup .category-box .category-tit {
        font-size: .26rem;
        font-weight: 600;
        color: #181818;
        padding: .2rem 0; }
      .category .category-popup .category-box .category-list {
        flex: 1;
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap; }
        .category .category-popup .category-box .category-list .category-item {
          width: 2.10rem;
          height: .70rem;
          line-height: .68rem;
          text-align: center;
          background: #F2F3F6;
          border-radius: .04rem;
          border: 0.01rem solid #F2F3F6;
          box-sizing: border-box;
          font-size: .24rem;
          font-weight: 400;
          color: #181818;
          margin-right: .3rem;
          margin-bottom: .3rem; }
          .category .category-popup .category-box .category-list .category-item:nth-child(3n) {
            margin-right: 0; }
          .category .category-popup .category-box .category-list .category-item.on {
            background: #FFF9F9;
            border: 0.01rem solid #E02520;
            border-radius: 0.04rem;
            color: #E02520; }
      .category .category-popup .category-box .category-btn {
        height: 1.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0; }
        .category .category-popup .category-box .category-btn .btn {
          width: 3.30rem;
          height: .80rem;
          line-height: .8rem;
          text-align: center;
          background: #FFFFFF;
          border: .02rem solid #F5F5F5;
          border-radius: .08rem;
          font-size: .28rem;
          font-weight: 600;
          color: #666666;
          margin: 0 .15rem; }
          .category .category-popup .category-box .category-btn .btn.confirm {
            background-color: #E02520;
            color: #fff; }

.country {
  padding: 0.25rem 0.24rem;
  background-color: #fff; }
  .country .country-tit {
    font-size: .26rem;
    font-weight: 600;
    color: #181818;
    line-height: .35rem; }
  .country .country-list {
    margin-top: .2rem;
    background: #fff; }
    .country .country-list:after {
      content: "";
      clear: both;
      height: 0;
      line-height: 0;
      display: block; }
    .country .country-list li {
      width: 1.26rem;
      height: .60rem;
      float: left;
      background: #F2F3F6;
      border-radius: .04rem;
      font-size: 0.24rem;
      margin-right: .18rem;
      font-weight: 400;
      color: #181818;
      line-height: .6rem;
      text-align: center; }
      .country .country-list li:nth-child(5n) {
        margin-right: 0; }
      .country .country-list li.on {
        background: linear-gradient(-90deg, #FF5550, #E02520);
        color: #fff; }
      .country .country-list li.all {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFEEE7;
        font-size: .24rem;
        font-weight: 600;
        color: #E02520; }
        .country .country-list li.all::after {
          content: '';
          display: inline-block;
          width: .14rem;
          height: .14rem;
          background: url(/img/footer/x.png) no-repeat;
          background-size: .14rem;
          margin-left: 0.09rem; }
  .country .country-popup {
    display: none; }
    .country .country-popup .mask {
      position: fixed;
      top: 1rem;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      display: none;
      z-index: 9999;
      display: block; }
    .country .country-popup .country-box {
      position: fixed;
      left: 0;
      right: 0;
      top: 1rem;
      z-index: 10000;
      background-color: #fff;
      max-height: 70%;
      padding: .3rem .3rem 0; }
      .country .country-popup .country-box .country-box-tit {
        font-size: .26rem;
        font-weight: 600;
        color: #181818;
        margin-bottom: .2rem; }
      .country .country-popup .country-box .country-box-list:after {
        content: "";
        clear: both;
        height: 0;
        line-height: 0;
        display: block; }
      .country .country-popup .country-box .country-box-list li {
        width: 1.50rem;
        height: .70rem;
        float: left;
        background: #F2F3F6;
        border-radius: .04rem;
        font-size: .24rem;
        font-weight: 400;
        color: #181818;
        line-height: .7rem;
        text-align: center;
        margin-right: .3rem;
        margin-bottom: .3rem; }
        .country .country-popup .country-box .country-box-list li:nth-child(4n) {
          margin-right: 0; }
        .country .country-popup .country-box .country-box-list li.on {
          background: linear-gradient(-90deg, #FF5550, #E02520);
          color: #fff; }

.list_wrap {
  flex: 1;
  overflow-y: auto; }
  .list_wrap .list {
    padding: 0 .24rem;
    margin-top: .2rem; }
    .list_wrap .list:after {
      content: "";
      clear: both;
      height: 0;
      line-height: 0;
      display: block; }
    .list_wrap .list .list-item {
      width: 3.42rem;
      height: 3.53rem;
      padding: .24rem;
      box-sizing: border-box;
      background: #FFFFFF;
      border-radius: .08rem;
      margin-bottom: .2rem;
      margin-right: 0.18rem;
      float: left; }
      .list_wrap .list .list-item a {
        display: block; }
      .list_wrap .list .list-item:nth-child(2n) {
        margin-right: 0; }
      .list_wrap .list .list-item .img {
        width: 2.94rem;
        height: 2.18rem; }
        .list_wrap .list .list-item .img img {
          width: 100%;
          height: 100%; }
      .list_wrap .list .list-item .con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: .1rem;
        margin-bottom: .15rem; }
        .list_wrap .list .list-item .con .name {
          width: 2.5rem;
          font-size: .24rem;
          font-weight: 500;
          color: #262628;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .list_wrap .list .list-item .con .collect {
          width: .32rem;
          height: .32rem;
          background: url(/img/internationTm/nag_btn.png) no-repeat;
          background-size: cover; }
          .list_wrap .list .list-item .con .collect.delcollect {
            background: url(/img/internationTm/ac_btn.png) no-repeat;
            background-size: cover; }
      .list_wrap .list .list-item .desc {
        display: block;
        font-size: .20rem;
        font-weight: 400;
        color: #B2B2B2;
        line-height: .29rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .list_wrap .list .bot {
      line-height: .4rem;
      margin-top: .28rem;
      cursor: none; }
      .list_wrap .list .bot:after {
        content: "";
        clear: both;
        height: 0;
        line-height: 0;
        display: block; }
      .list_wrap .list .bot .collect {
        width: 50%;
        float: left;
        height: .7rem; }
      .list_wrap .list .bot .tuibiao {
        width: 50%;
        float: left;
        height: .7rem; }
      .list_wrap .list .bot img {
        height: .25rem;
        width: auto;
        margin-top: .07rem; }
      .list_wrap .list .bot span {
        font-size: .22rem;
        color: #666;
        margin: 0 .1rem 0 .1rem; }
      .list_wrap .list .bot .right {
        float: right; }
        .list_wrap .list .bot .right img {
          width: .3rem;
          height: .3rem;
          margin-left: .1rem; }

.share {
  position: fixed;
  right: .34rem;
  bottom: 7.5rem;
  width: .76rem;
  height: .76rem; }
  .share img {
    width: 1.01rem;
    height: 1.02rem; }
  .share span {
    position: fixed;
    width: .37rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .12rem;
    text-align: center;
    color: #fff;
    right: .23rem;
    bottom: 8rem; }

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999; }

.nomore {
  font-size: .22rem;
  color: #999;
  text-align: center;
  line-height: .4rem;
  padding: .15rem 0; }

.nodata {
  text-align: center;
  height: 3.7rem;
  border-radius: .14rem;
  display: none; }
  .nodata img {
    width: 1.38rem;
    height: 1.7rem;
    padding-top: .5rem; }
  .nodata p {
    text-align: center;
    font-size: .24rem;
    color: #a0a0a0;
    line-height: .5rem; }
  .nodata a {
    display: block;
    width: 1.5rem;
    line-height: .5rem;
    text-align: center;
    background: #E02520;
    font-size: .22rem;
    color: #fff;
    margin: .2rem auto;
    border-radius: .25rem; }

.dropload-down {
  text-align: center; }
