body {
  background: #f0f2f5;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  overflow-x: hidden; }

li {
  list-style-type: none; }

a {
  color: #222; }

a:hover, a:focus {
  color: #ff9700;
  text-decoration: none; }

.center {
  width: 1070px;
  margin: 0 auto; }

ul, li {
  margin-right: 0;
  padding: 0; }

.a2 {
  color: #fff; }

.a2:hover {
  color: #fff;
  text-decoration: underline; }

.color-1 {
  color: #4e8cee; }

.color-2 {
  color: #ff9700; }

.head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  z-index: 99;
  line-height: 109px; }
  .head .col-md-3 {
    padding-left: 5%; }
  .head .col-md-9 {
    padding-right: 5%; }
  .head .logo {
    display: block;
    height: 109px;
    background-image: url("../images/logo-pc.png");
    background-repeat: no-repeat;
    background-size: 269px 218px; }
  .head .phone-mune-btn {
    position: absolute;
    display: block;
    top: 32px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../images/phone-nav.png"); }
  .head .mune {
    float: right; }
    .head .mune .btn-group {
      top: 38px; }
    .head .mune .iteam {
      float: left;
      position: relative;
      z-index: 15; }
      .head .mune .iteam .link {
        padding: 0 12px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #fff; }
      .head .mune .iteam .button {
        padding: 5px 15px;
        background: #ff9700;
        color: #fff;
        border-radius: 3px; }
      .head .mune .iteam .button:hover {
        opacity: 0.85; }
      .head .mune .iteam .link:hover {
        color: #ff9700; }
      .head .mune .iteam .login-menu {
        line-height: 3; }
  .head .phone-service {
    display: none;
    position: absolute;
    right: 62px;
    top: 17px;
    color: #ff9700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .head .phone-service img {
      width: 100%; }

.fix-phone-btn {
  display: block;
  position: fixed;
  bottom: 3px;
  left: 20%;
  width: 60%;
  padding: 5px 0;
  font-size: 14px;
  background: #ff9700;
  color: #fff;
  text-align: center; }

.sub-menu {
  position: fixed;
  width: 66%;
  top: 0;
  z-index: 2000000001;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f1f1f1;
  transition: all 0.64s ease 0s; }
  .sub-menu .top-box {
    line-height: 60px;
    background-color: #ff9700; }
    .sub-menu .top-box .stt {
      display: inline-block;
      font-size: 18px;
      color: #fff;
      margin-left: 8.2%; }
    .sub-menu .top-box .close {
      display: inline-block;
      width: 17px;
      height: 17px;
      background: url(../images/ico_37.png) no-repeat center;
      margin-right: 7.8%;
      margin-top: 22px;
      cursor: pointer; }
  .sub-menu .list-wrap ul {
    width: 100%; }
  .sub-menu .list-wrap li {
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2; }
    .sub-menu .list-wrap li .col-box {
      display: block;
      width: 84%;
      padding: 0 7.8% 0 8.2%;
      position: relative; }
  .sub-menu .list-wrap .tit {
    font-size: 16px;
    color: #666; }
  .sub-menu .list-wrap .point {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 12px;
    background: url(../images/ico_38.png) no-repeat center;
    margin-top: 26px; }
  .sub-menu .list-wrap .other {
    padding: 0 26px;
    border-top: 1px solid #dedede; }
    .sub-menu .list-wrap .other .btn-s1 {
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #ff9700;
      color: #fff;
      font-size: 16px;
      padding: 8px 0;
      margin-top: 20px; }
    .sub-menu .list-wrap .other .btn-s2 {
      display: block;
      text-align: center;
      border-radius: 5px;
      background: #fff;
      color: #666;
      border: 1px solid #999;
      font-size: 16px;
      padding: 8px 0;
      margin-top: 20px; }
  .sub-menu .sec-sub-list {
    position: absolute;
    top: 60px;
    width: 100%; }
    .sub-menu .sec-sub-list .return-fir {
      display: block;
      width: 100%;
      padding: 0 7.8% 0 8.2%;
      line-height: 60px;
      background-color: #ff9700; }
      .sub-menu .sec-sub-list .return-fir p {
        padding-left: 18px;
        color: #fff;
        font-size: 18px;
        background: url(../images/ico_42.png) no-repeat left center; }
    .sub-menu .sec-sub-list .boxs {
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.4s ease 0s;
      background-color: #fff;
      min-height: 500px; }
    .sub-menu .sec-sub-list ul, .sub-menu .sec-sub-list li {
      width: 100%; }
    .sub-menu .sec-sub-list li {
      line-height: 60px;
      border-bottom: 1px solid #f2f2f2; }
      .sub-menu .sec-sub-list li a {
        display: block;
        width: 84%;
        padding: 0 7.8% 0 8.2%;
        font-size: 16px;
        color: #666; }

.right-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s; }

.left-sub-menu.show {
  left: 0;
  transition: all 0.44s ease 0s; }

.left-sub-menu {
  left: -100%; }
  .left-sub-menu .sec-sub-list {
    left: -100%; }
    .left-sub-menu .sec-sub-list .boxs.show {
      left: 100%; }

.right-sub-menu {
  right: -100%; }
  .right-sub-menu .sec-sub-list {
    right: -100%; }
    .right-sub-menu .sec-sub-list .boxs.show {
      left: -100%; }

.body-wrap.left {
  transform: translateX(-66%); }

.body-wrap.right {
  transform: translateX(66%); }

.body-wrap {
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s; }

.fix-mune {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  animation: fixshow 1s;
  box-shadow: 5px 0 3px #999;
  height: 77px;
  line-height: 77px; }
  .fix-mune .phone-service {
    display: block; }
  .fix-mune .logo {
    background-size: 220px;
    background-position: 0 -95px;
    height: 77px;
    width: 210px; }
  .fix-mune .mune .btn-group {
    top: 21px; }
  .fix-mune .mune .iteam .link {
    color: #222; }
  .fix-mune .phone-mune-btn {
    top: 17px; }

.big-img {
  width: 100%; }

.foot {
  border-top: 1px solid #dedede;
  padding: 30px;
  background: #fff;
  line-height: 30px; }
  .foot .foot-logo {
    padding-bottom: 10px; }
    .foot .foot-logo img {
      width: 108px; }
  .foot .title {
    font-size: 18px;
    font-weight: 600; }
  .foot .list {
    padding-top: 19px; }
    .foot .list .item {
      display: block; }

.mini-column-btn {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  background: rgba(255, 151, 0, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  line-height: 50px;
  z-index: 99; }

.mini-column-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }
  .mini-column-box .closed {
    position: absolute;
    top: 20px;
    right: 20px; }
  .mini-column-box .info-box {
    position: absolute;
    top: 20%;
    left: 15%;
    right: 15%;
    bottom: 15%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9); }
    .mini-column-box .info-box .mune {
      padding: 20px; }
      .mini-column-box .info-box .mune .iteam {
        display: block;
        line-height: 50px;
        border-bottom: 1px solid #dedede;
        font-size: 1.2em;
        text-align: center; }

.kefu-btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  bottom: 57px;
  right: 5px;
  z-index: 98;
  color: #fff;
  border: 1px solid #dadee7;
  line-height: 39px;
  text-align: center; }
  .kefu-btn img {
    width: 70%; }

.kefu-show {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .kefu-show .weixin-show {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 80%;
    text-align: center;
    color: #fff; }
    .kefu-show .weixin-show .img1 {
      width: 70%; }
    .kefu-show .weixin-show .text {
      padding-top: 15px; }
  .kefu-show .closed {
    position: absolute;
    top: 2%;
    right: 2%;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.3); }

.swiper-button-prev {
  background-image: url("../images/arrow-left.png"); }

.swiper-button-prev:hover {
  background-image: url("../images/arrow-left-on.png"); }

.swiper-button-next {
  background-image: url("../images/arrow-right.png"); }

.swiper-button-next:hover {
  background-image: url("../images/arrow-right-on.png"); }

.swiper-pagination-bullet-active {
  background: #ff9700; }

@keyframes fixshow {
  from {
    top: -70px; }
  to {
    top: 0; } }
.btn-warning {
  background: #ff9700;
  color: #fff; }

.btn-default {
  background: #fff;
  border-color: #999; }

.right-bar {
  position: fixed;
  right: 0px;
  bottom: 100px;
  background: #f9f9f9;
  border: 1px solid #e6e6e6;
  width: 90px;
  text-align: center;
  z-index: 9; }
  .right-bar .iteam {
    display: block;
    border-bottom: 1px solid #e6e6e6; }
    .right-bar .iteam .iconfont {
      display: block;
      font-size: 30px;
      padding-top: 20px; }
    .right-bar .iteam .name {
      line-height: 30px; }

@media screen and (max-width: 1070px) {
  .center {
    width: 100%;
    padding: 0; }

  .phone-img {
    width: 100%; }

  .swiper-button-prev, .swiper-button-next {
    display: none; }

  .foot .list {
    padding-top: 0; }
  .foot .title {
    padding-top: 15px; } }
.dropdown-menu {
  border-top: 2px solid #5bc0de;
  border-bottom: 2px solid #ff9700;
  padding: 0;
  top: 97%; }

.dropdown-submenu a {
  color: #555 !important;
  border-bottom: 1px solid #eeeeee;
  padding: 7px 20px !important; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.part-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05) url("../images/loading.gif") no-repeat center;
  background-size: 30px;
  z-index: 9999; }

.loading2 {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2); }
  .loading2 .loading2-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90px;
    border-radius: 10px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #fff; }
    .loading2 .loading2-inner .car {
      margin-top: 9px; }
      .loading2 .loading2-inner .car img {
        width: 100%; }
    .loading2 .loading2-inner .text {
      padding-top: 10px;
      text-align: center; }
    .loading2 .loading2-inner .wheel-left, .loading2 .loading2-inner .wheel-right {
      width: 13px;
      height: 13px;
      position: absolute;
      top: 30px; }
      .loading2 .loading2-inner .wheel-left img, .loading2 .loading2-inner .wheel-right img {
        width: 100%;
        animation: myfirst 3s linear infinite; }
    .loading2 .loading2-inner .wheel-left {
      left: 20px; }
    .loading2 .loading2-inner .wheel-right {
      right: 24px; }
    .loading2 .loading2-inner .line {
      position: absolute;
      top: 46px;
      left: -100%;
      width: 300%;
      border-bottom: 1px dashed #999;
      animation: myline 5s linear infinite; }
@keyframes myfirst {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes myline {
  0% {
    left: -100%; }
  100% {
    left: -20%; } }
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  .head .col-md-3 {
    padding-left: 2%; }
  .head .col-md-9 {
    padding-right: 1%; }
  .head .mune .iteam .link {
    padding: 0 8px; } }
html {
  font-size: 63%; }

body {
  background: url("../images/bigdata-bg.png");
  background-size: cover; }

.bd-top-title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  background: url("../images/bigdata-1.png") no-repeat center;
  background-size: auto 100%;
  z-index: 99; }
  .bd-top-title .title {
    line-height: 70px;
    font-size: 3rem;
    text-align: center;
    color: #fff;
    letter-spacing: 7px;
    font-weight: 800; }

.bd-top-nav-bg {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("../images/bigdata-2.png");
  background-size: auto 100%;
  z-index: 80; }

.bd-top-nav {
  height: 70px;
  line-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .bd-top-nav .logo {
    padding: 0 0 0 25px; }
    .bd-top-nav .logo img {
      height: 50px; }
  .bd-top-nav .bd-time {
    font-size: 1.2rem;
    color: #a0a3a7;
    text-align: right; }
    .bd-top-nav .bd-time span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }

.m-back {
  position: fixed;
  top: 1px;
  left: 5px; }
  .m-back a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px; }

.bd-box {
  position: fixed;
  top: 100px;
  bottom: 120px;
  left: 10px;
  right: 10px;
  z-index: 100; }
  .bd-box .bg {
    width: 100%;
    height: 100%; }
  .bd-box .iteam-style1 {
    position: absolute;
    height: 14.47%;
    width: 27.49%; }
  .bd-box .iteam-style2 {
    position: absolute;
    top: 15.8176%;
    height: 14.47%;
    width: 24.49%; }
  .bd-box .iteam-style3 {
    position: absolute;
    top: 31.769%;
    height: 14.47%;
    width: 23.4%; }
  .bd-box .iteam-style4 {
    position: absolute;
    top: 47.420%;
    height: 14.47%;
    width: 23.4%; }
  .bd-box .iteam-style5 {
    position: absolute;
    top: 64.745%;
    height: 35.388%;
    width: 24%; }
  .bd-box .right {
    right: 0; }
  .bd-box .iteam-style6 {
    position: absolute;
    width: 26.852%;
    height: 9%;
    top: 5%;
    left: 37%;
    border-bottom: 1px solid #1a496b;
    border-left: 1px solid #1a496b;
    border-right: 1px solid #1a496b; }
    .bd-box .iteam-style6 .line-left {
      position: absolute;
      top: 0;
      left: 0;
      width: 25%;
      border-top: 1px solid #1a496b; }
    .bd-box .iteam-style6 .line-right {
      position: absolute;
      top: 0;
      right: 0;
      width: 25%;
      border-top: 1px solid #1a496b; }
  .bd-box .iteam-style7 {
    position: absolute;
    top: 14.745%;
    left: 28%;
    height: 85%;
    width: 43%; }
  .bd-box .count {
    padding: 1.5rem;
    position: relative;
    width: 100%; }
    .bd-box .count .name {
      font-size: 1.8rem;
      color: #ff9700;
      letter-spacing: 0.2rem;
      padding-bottom: 0.2rem; }
    .bd-box .count .number {
      font-size: 3.2rem;
      color: #fff;
      letter-spacing: 0.2rem;
      font-family: Arial; }
    .bd-box .count .my-icon {
      position: absolute;
      top: 20%;
      right: 2rem;
      height: 60%;
      text-align: right; }
      .bd-box .count .my-icon img {
        height: 100%; }
  .bd-box .goods {
    position: absolute;
    width: 98%;
    right: 0;
    top: 0;
    height: 100%;
    border-bottom: 1px double #1a496b; }
    .bd-box .goods .iteam {
      position: relative;
      padding-right: 20%;
      color: #ff9700; }
      .bd-box .goods .iteam .point {
        position: absolute;
        top: 10%;
        height: 80%;
        left: 1rem; }
        .bd-box .goods .iteam .point b {
          font-size: 5rem;
          font-weight: 400; }
        .bd-box .goods .iteam .point span {
          font-size: 2rem; }
      .bd-box .goods .iteam .text {
        text-align: right; }
        .bd-box .goods .iteam .text .name {
          font-size: 2rem;
          line-height: 4rem; }
        .bd-box .goods .iteam .text .number {
          color: #fff;
          font-size: 1.5rem; }
      .bd-box .goods .iteam .my-icon {
        width: 20%;
        top: 25%;
        text-align: center;
        height: 100%;
        right: 0;
        line-height: 100%;
        position: absolute; }
        .bd-box .goods .iteam .my-icon img {
          height: 70%; }

.trend {
  position: absolute;
  height: 100%;
  width: 100%; }
  .trend .name {
    line-height: 3rem;
    font-size: 1.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #fff; }
  .trend .ifream {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; }
    .trend .ifream iframe {
      position: absolute;
      width: 100%;
      height: 100%; }

.count-votes {
  position: absolute;
  top: -40%;
  width: 100%;
  text-align: center; }
  .count-votes .number {
    font-size: 3.2rem;
    color: #fff; }
  .count-votes .name {
    color: #ff9700;
    font-size: 1.8rem; }

.e-countrydata {
  border: 1px solid #1c3959;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px; }
  .e-countrydata .all-info {
    position: relative;
    height: 75px;
    background: url("../images/bigdata-5.png");
    overflow: hidden; }
    .e-countrydata .all-info ul {
      padding-top: 20px;
      height: 50px;
      width: 100000px;
      position: absolute;
      left: 0; }
      .e-countrydata .all-info ul li {
        display: block;
        float: left;
        margin-right: 40px;
        height: 40px;
        position: relative;
        color: #fff; }
    .e-countrydata .all-info .sort {
      float: left; }
      .e-countrydata .all-info .sort span {
        display: inline-block;
        background: #ff9700;
        padding: 1px 5px;
        border-radius: 4px;
        font-size: 12px;
        margin-right: 5px; }
    .e-countrydata .all-info .flag {
      float: left;
      width: 60px;
      position: relative; }
      .e-countrydata .all-info .flag img {
        width: 100%; }
    .e-countrydata .all-info .info {
      float: left;
      padding-left: 10px; }
      .e-countrydata .all-info .info .name {
        letter-spacing: 1px; }
      .e-countrydata .all-info .info .number {
        font-size: 16px;
        padding-top: 4px;
        text-align: left; }

.world {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.pic-h {
  height: 40px; }

@media screen and (max-height: 800px) {
  html {
    font-size: 53%; }

  .pic-h {
    height: 20px; }

  .bd-top-title {
    height: 78px; }
    .bd-top-title .title {
      line-height: 58px;
      letter-spacing: 7px;
      font-weight: 800; }

  .bd-top-nav-bg {
    height: 52px; }

  .bd-top-nav {
    display: none;
    height: 52px;
    line-height: 52px; }
    .bd-top-nav .logo {
      padding: 0 0 0 10px; }
      .bd-top-nav .logo img {
        height: 36px; }
    .bd-top-nav .bd-time span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }

  .bd-box {
    top: 65px;
    bottom: 80px; }

  .bd-box .count {
    padding: 1.2rem; }

  .e-countrydata {
    padding: 5px; }
    .e-countrydata .all-info {
      height: 45px;
      background-size: auto 100%; }
      .e-countrydata .all-info ul {
        padding-top: 5px;
        height: 45px; }
      .e-countrydata .all-info .sort span {
        font-size: 12px; }
      .e-countrydata .all-info .flag {
        width: 50px; }
      .e-countrydata .all-info .info .number {
        font-size: 12px;
        padding-top: 2px; } }
@media screen and (max-height: 700px) {
  html {
    font-size: 33%; }

  .pic-h {
    height: 20px; }

  .bd-top-title {
    height: 78px; }
    .bd-top-title .title {
      line-height: 58px;
      letter-spacing: 7px;
      font-weight: 800; }

  .bd-top-nav-bg {
    height: 52px; }

  .bd-top-nav {
    height: 52px;
    line-height: 52px; }
    .bd-top-nav .logo {
      padding: 0 0 0 10px; }
      .bd-top-nav .logo img {
        height: 36px; }
    .bd-top-nav .bd-time span {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }

  .bd-box {
    top: 65px;
    bottom: 80px; }

  .bd-box .count {
    padding: 1.2rem; }

  .bd-box .goods .iteam .my-icon img {
    height: 58%; }

  .bd-box .goods .iteam .text .name {
    line-height: 2.5rem; }

  .bd-box .goods .iteam .point b {
    font-size: 3.7rem; }

  .e-countrydata {
    padding: 5px; }
    .e-countrydata .all-info {
      height: 45px;
      background-size: auto 100%; }
      .e-countrydata .all-info ul {
        padding-top: 5px;
        height: 45px; }
      .e-countrydata .all-info .sort span {
        font-size: 12px; }
      .e-countrydata .all-info .flag {
        width: 50px; }
      .e-countrydata .all-info .info .number {
        font-size: 12px;
        padding-top: 2px; } }
@media screen and (max-width: 700px) {
  html {
    font-size: 40%; }

  .bd-top-nav {
    position: relative;
    top: 65px;
    z-index: 3;
    height: 0; }
    .bd-top-nav .bd-time {
      color: #fff;
      font-size: 2rem; }
      .bd-top-nav .bd-time img {
        height: 25px; }

  .bd-box {
    position: relative;
    margin-top: 15px;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 3;
    margin-bottom: 99px;
    background: none; }
    .bd-box .iteam-style1 {
      position: relative;
      width: 100%;
      margin-top: 10px;
      top: 0px;
      height: auto;
      border: 1px solid #1a496b; }
    .bd-box .iteam-style2 {
      position: relative;
      width: 100%;
      margin-top: 10px;
      top: 0px;
      height: auto;
      border: 1px solid #1a496b; }
    .bd-box .iteam-style3 {
      position: relative;
      width: 100%;
      margin-top: 10px;
      top: 0px;
      height: auto;
      border: 1px solid #1a496b; }
    .bd-box .iteam-style4 {
      position: relative;
      width: 100%;
      margin-top: 10px;
      top: 0px;
      height: auto;
      border: 1px solid #1a496b; }
    .bd-box .iteam-style5 {
      position: relative;
      width: 100%;
      margin-top: 10px;
      top: 0px;
      height: auto;
      border: 1px solid #1a496b;
      height: 200px; }
    .bd-box .iteam-style6 {
      position: relative;
      width: 100%;
      margin-top: 10px;
      top: 0px;
      height: auto;
      border: 1px solid #1a496b;
      left: 0; }
    .bd-box .iteam-style7 {
      position: relative;
      width: 100%;
      margin-top: 10px;
      top: 0px;
      height: auto;
      border: 1px solid #1a496b; }
    .bd-box .goods {
      position: relative;
      height: auto;
      padding-bottom: 8px;
      border-bottom: 0; }

  .count-votes {
    position: relative;
    top: 0;
    text-align: left;
    padding: 15px; }
    .count-votes .my-icon {
      position: absolute;
      top: 20%;
      right: 10%;
      height: 60%;
      text-align: right; }
      .count-votes .my-icon img {
        height: 100%; }

  .trend .text-right {
    text-align: left; }

  .e-countrydata {
    position: relative;
    bottom: auto;
    left: 0;
    right: 0; }
    .e-countrydata .all-info {
      height: 80px;
      background-size: auto 100%; }
      .e-countrydata .all-info ul {
        padding-top: 15px;
        height: 50px; }
      .e-countrydata .all-info .sort span {
        font-size: 15px; }
      .e-countrydata .all-info .flag {
        width: 80px; }
      .e-countrydata .all-info .info .number {
        font-size: 18px;
        padding-top: 2px; }

  .bd-box .count .my-icon {
    right: 10%; } }

/*# sourceMappingURL=big-data.css.map */
