* {
  margin: 0;
  padding: 0;
  word-wrap: break-word
}

body {
  font-size: 18px;
  font-family: arial;
  color: #000
}

img {
  vertical-align: top
}

a img {
  border: none
}

a {
  color: #000;
  text-decoration: none;
  outline-style: none
}

li,
ul {
  list-style: none
}

dt {
  position: relative
}

dt a {
  color: #262525
}

a:hover {
  color: #06b8de
}

em,
var {
  font-style: normal
}

.cf:after,
.cf:before {
  display: table;
  content: " "
}

.cf:after {
  content: " ";
  display: table;
  clear: both
}

.cf {
  zoom: 1
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50)
}

.login-box {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  background: #fff;
  padding-bottom: 80px;
}

.login-logo-box {
  height: 55px;
  background: #fff;
  padding-top: 10px
}

.login-logo {
  width: 120px;
  margin: 0 auto
}

.login-logo img {
  width: 100%
}

.login-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 10;
  background: url(http://file.caixin.com/en/web/img/login-close-icon-2x.png) 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer
}

.login-main {
  padding-top: 50px;
  border-top: 1px solid #eee
}

.login-title {
  text-align: center;
  font-size: 28px;
  color: #262525
}

.login-list {
  width: 720px;
  margin: 0 auto
}

.login-list li {
  float: left;
  margin-right: 10px;
  margin-top: 40px;
  height: 80px
}

.ipt-box {
  width: 210px
}

.bt-box {
  width: 130px
}

.login-list .ipt-box {
  float: left
}

.login-list .bt-box {
  margin-right: 0;
  margin-left: 10px
}

.login-ipt {
  display: block;
  width: 208px;
  height: 20px;
  padding: 6px 0;
  text-indent: 10px;
  font-size: 16px;
  line-height: 20px;
  background: #f7f4f1;
  border: 1px solid #bababa
}

.login-bt {
  width: 130px;
  height: 34px;
  line-height: 34px;
  background: #2fbde1;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer
}

.cancel-bt {
  width: 128px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  font-size: 14px;
  border: 1px solid #2fbde1;
  color: #2fbde1;
  text-align: center;
  cursor: pointer
}

.login-other {
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
  line-height: 24px
}

.login-other a {
  color: #2fbde1
}

.err-info-tip {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: #be2727;
  margin-top: 5px
}

.otherLoginBox {
  width: 720px;
  margin: 0 auto;
  padding-top: 20px
}

.otherLoginBox .line {
  position: relative;
  width: 80%;
  margin: 0 auto;
  text-align: center
}

.otherLoginBox .line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: -1px
}

.otherLoginBox .line span {
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 14px
}

.ThirdPartyBox {
  padding: 30px 0;
  text-align: center
}

.ThirdPartyBox li {
  width: 220px;
  margin-bottom: 20px;
  display: inline-block
}

.googleLogin {
  float: left
}

.cxLogin {
  float: right
}

.ThirdPartyBox li a {
  display: block;
  background-color: #2fbde1;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center
}

.ThirdPartyBox .icon {
  height: 26px;
  width: auto;
  position: relative;
  top: 4px;
  margin-right: 4px
}

@media (max-width:700px) {
  .ThirdPartyBox {
    margin-right: 0
  }

  .otherLoginBox {
    width: auto
  }

  .ThirdPartyBox li {
    float: none;
    width: 300px;
    margin: 0 auto 20px
  }

  .ThirdPartyBox li a {
    text-align: left;
    padding-left: 66px
  }
}

.msgTip {
  color: #000;
  font-size: 14px
}

.msgTip a {
  display: inline;
  font-size: 14px
}

.login-other {
  margin-top: 20px;
  font-size: 16px
}

.login-other a,
.login-other li {
  margin-top: 20px;
  font-size: 16px
}

.login-list li {
  height: 40px;
  margin-top: 20px
}

.login-list .create a,
.login-list .forgot a {
  color: #2fbde1
}

.login-list .forgot,
.login-list .remember {
  float: left;
  margin-right: 20px !important;
  font-size: 14px
}

.login-list .create {
  float: right;
  margin-right: 0;
  font-size: 14px
}

@media (max-width:1020px) {
  .login-list .create {
    margin-right: 0
  }
}

@media (max-width:800px) {
  .login-box {
    height: 100%;
    padding-bottom: 30px;
    overflow-y: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
  }

  .login-logo-box {
    height: 40px;
    background: #fff;
    padding-top: 5px
  }

  .login-logo {
    width: 100px;
    margin: 0 auto
  }

  .login-close {
    width: 20px;
    height: 20px;
    right: 13px;
    top: 13px
  }

  .login-list {
    width: 70%;
    margin: 0 auto
  }

  .login-list li {
    float: none;
    margin-right: 0;
    margin-top: 20px;
    height: auto
  }

  .login-list .ipt-box {
    float: none
  }

  .login-list .bt-box {
    margin-left: 0
  }

  .ipt-box {
    width: 100%
  }

  .bt-box {
    width: 100%
  }

  .login-ipt {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
  }

  .login-bt {
    width: 100%
  }

  .cancel-bt {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
  }
}

@media (max-width:600px) {
  .login-list .create {
    float: left
  }
}

.head {
  /*position: relative;*/
  /*width: 100%;*/
  max-width: 1200px;
  margin: 0 auto
}

.head .logo-box {
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #d9d9d9;
  padding: 10px 0;
  box-sizing: border-box;
  position: fixed;
  top:0px;
  max-width: 640px;
  width: 100%;
  z-index: 99999;
}

.head .logo-box .logo {
  width: 390px;
  margin: 0 auto;
  text-align: center;
  /*height: 100%;*/
  /*display: flex;*/
  /*align-items: center;*/
}

.head .logo-box .logo img {
  width: 180px
}

.head .logo-box .search {
  position: absolute;
  left: 5px;
  top: 40px;
  z-index: 10
}

.head .logo-box .search li {
  float: left;
  margin-right: 19px
}

.head .logo-box .search .tag {
  padding: 5px;
  border: 1px solid #888cb3;
  color: #202870;
  font-weight: 700;
  font-size: 14px
}

.head .logo-box .search .tag a {
  color: #202870
}

.head .logo-box .search .search-switch {
  width: 19px;
  height: 23px;
  background: url(http://file.caixin.com/en/index/images/search-icon.png) no-repeat 0 5px;
  cursor: pointer
}

.head .logo-box .search-box {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 12;
  background: #eee;
  border-radius: 5px;
  height: 36px;
  padding: 0 80px 0 10px
}

.head .logo-box .search-box .search-ipt {
  padding: 6px 0;
  width: 260px;
  height: 24px;
  outline: 0;
  border: none;
  background: #eee;
  font-size: 16px;
  line-height: 24px
}

.head .logo-box .search-box .search-bt {
  position: absolute;
  top: 0;
  right: 36px;
  z-index: 10;
  width: 36px;
  height: 36px;
  color: #2fbde1;
  font-size: 18px;
  line-height: 36px;
  cursor: pointer
}

.head .logo-box .search-box .search-cancel {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 10;
  width: 36px;
  height: 24px;
  border-left: 1px solid #ccc;
  background: url(http://file.caixin.com/en/web/img/search-close-2x.png) center center no-repeat;
  background-size: 30px 30px;
  cursor: pointer
}

.head .logo-box .sign-in-box {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 20
}

.head .logo-box .sign-in-box li {
  float: left;
  margin-right: 19px
}

.head .logo-box .sign-in-box .chinese {
  padding: 5px 0 0;
  color: #202870;
  font-size: 14px
}

.head .logo-box .sign-in-box .chinese a {
  color: #202870
}

.head .logo-box .sign-in-box .sign-in {
  padding: 0 5px;
  height: 28px;
  border: 1px solid #888cb3;
  color: #202870;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px
}

.head .logo-box .sign-in-box .subscribe {
  padding: 0 5px;
  height: 30px;
  background: #06b8de;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px
}

.head .logo-box .sign-in-box .subscribe a {
  color: #fff
}

.mask,
.menu-bt,
.search-box {
  display: none
}

.nav {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-top: 2px solid #f3f3f3;
  margin-top: 0
}

.nav a {
  color: #9f9f9f
}

.nav li {
  display: inline-block;
  margin-right: 30px;
  height: 36px;
  border-bottom: 2px solid #fff;
  color: #9f9f9f;
  line-height: 36px
}

.nav li:hover {
  border-bottom: 2px solid #06b8de
}

.nav .detail-title {
  margin-bottom: 10px;
  background: 0 0;
  color: #34bee0;
  font-weight: 700;
  font-size: 16px;
  cursor: default;
  pointer-events: none
}

.nav-sec-title {
  position: relative;
  z-index: 11;
  padding: 0 15px;
  height: 100%;
  background: url(http://file.caixin.com/en/index/images/down-arrow.png) 100% center no-repeat;
  background-size: 8px 8px;
  color: #9f9f9f;
  line-height: 36px;
  cursor: pointer
}

.nav-sec-list {
  display: none;
  background: #f4f1ed;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 999;
  max-width: 1200px;
  padding: 15px 0
}

.nav-sec-list a {
  display: block;
  padding-bottom: 5px;
  color: #000;
  font-size: 16px
}

.nav-sec-list a:hover {
  color: #2fbde1
}

.nav-sec-list .nav-list-detail {
  float: left
}

.nav-sec-list .detail-l,
.nav-sec-list .detail-r {
  width: 33%
}

.nav-sec-list .detail-m {
  width: 33%;
  border-right: 1px dotted #c0bebb;
  border-left: 1px dotted #c0bebb
}

.footer {
  background: #f4f1ed;
  font-size: 12px
}

.footer .con {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 45px
}

.footer .con .left {
  float: left;
  width: 30%
}

.footer .con .left dt img {
  width: 143px
}

.footer .con .left dd {
  margin-top: 20px;
  line-height: 180%
}

.footer .con .left dd a {
  color: #696969
}

.footer .con .left p {
  margin-top: 100px;
  color: #b8b8b8
}

.footer .con .right {
  float: right;
  width: 60%
}

.footer .con .right .right-l,
.footer .con .right .right-m,
.footer .con .right .right-r {
  width: 25%
}

.footer .con .right .right-l,
.footer .con .right .right-m {
  float: left
}

.footer .con .right .right-r {
  float: right
}

.footer .con .right .right-l a,
.footer .con .right .right-m a,
.footer .con .right .right-r a {
  display: block;
  padding-bottom: 10px
}

.footer .con .right .right-l a,
.footer .con .right .right-m a,
.footer .con .right .right-r a {
  color: #474747
}

.footer .con .right .right-l p,
.footer .con .right .right-m p,
.footer .con .right .right-r p {
  padding-bottom: 10px;
  font-weight: 700
}

@media (max-width:1200px) {
  .footer {
    padding: 0 10px
  }
}

.head .logo-box {
  /*padding: .26667rem 0;*/
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top: 0px;
  /*display: flex;*/
  /*align-items: center;*/
}

.head .logo-box .logo {
  width: 2.26667rem
}

.head .logo-box .logo img {
  width: 100%
}

.head .logo-box .search,
.head .logo-box .sign-in-box {
  display: none
}

.head .logo-box .sign-in-box .nav-opened {
  background-image: url(http://file.caixin.com/en/web/img/up-arrow-w.png)
}

.head li.nav-app {
  display: block
}

.head .logo-box .search-box {
  position: relative;
  top: 0;
  padding: 0;
  line-height: 36px;
  background: #fff;
  border-radius: 0
}

.head .logo-box .search-box .search-bt {
  right: 0
}

.head .logo-box .search-box .search-ipt {
  width: 100%;
  padding: 0 40px 0 6px;
  box-sizing: border-box;
  background: #fff
}

.menu-bt {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 25;
  width: 1.06667rem;
  height: 1.2rem;
  display: block;
  background: url(http://file.caixin.com/en/web/img/menu-icon-2x.png) no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.mask {
  width: 100%;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #000;
  opacity: .7
}

.menu-head {
  height: 54px;
  position: relative
}

.menu-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 10;
  background: url(http://file.caixin.com/en/index/images/menu-close-2x.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer
}

.menu-bt {
  display: block
}

.head-left-icon {
  width: 22px;
  height: 45px;
  bottom: -9px
}

.menu-box {
  display: block;
  width: 250px;
  height: 100%;
  background: #f4f1ed;
  position: fixed;
  right: -250px;
  top: 0;
  z-index: 1100;
  overflow-y: auto;
  padding-bottom: .66667rem;
  box-sizing: border-box;
  opacity: .96
}

.menu-r,
.search-box {
  display: block
}

.nav {
  font-size: 16px;
  line-height: 20px;
  margin: 0 20px 0 44px;
  border-top: 0;
  text-align: left
}

.nav li {
  float: none;
  margin: 0;
  display: block;
  color: #000;
  border-bottom: 1px dotted #c0bebb;
  height: auto;
  line-height: inherit
}

.nav li:hover {
  border-bottom: 0;
  height: auto
}

.nav .nav-sec {
  border: none
}

.nav a {
  display: block;
  padding: 13px 0
}

.nav .detail-list {
  display: none;
  background: #fff
}

.nav .detail-title {
  color: #000;
  padding: 13px 0;
  margin-bottom: 0;
  border-bottom: 1px dotted #c0bebb;
  pointer-events: auto;
  cursor: pointer;
  background: url(http://file.caixin.com/en/index/images/down-arrow-w.png) no-repeat 90% center;
  background-size: .26667rem .26667rem;
  font-weight: 400
}

.nav-sec-title {
  display: none
}

li.login-open-bt {
  padding: 13px 0;
  color: #2fbde1
}

li.nav-cn,
li.nav-sp {
  display: none
}

li.nav-app,
li.nav-cn-txt {
  display: block
}

.menu-l {
  position: static;
  top: auto
}

.menu-l {
  left: auto
}

.menu-r {
  right: 0
}

.menu-r .menu-user-bt {
  background-image: url(http://file.caixin.com/en/web/img/down-arrow-w.png);
  background-position: 90% center;
  color: #2bafd6;
  padding: 8px 0
}

.menu-r .menu-user-box {
  background: #323232;
  position: static;
  left: 0;
  top: 0;
  border: none;
  padding: 0 0 10px 10px;
  width: auto
}

.menu-r .menu-user-box-name {
  display: none
}

.menu-r .menu-user-nav {
  border-bottom: 1px solid #444
}

.menu-r .menu-user-nav {
  padding: 15px 0
}

.menu-r .menu-user-nav a {
  padding: 0
}

.menu-r .menu-user-out {
  margin: 10px 0 0
}

.menu-l a {
  color: #000
}

.menu-l a:active {
  color: #2fbde1
}

.menu-r a {
  color: #2fbde1
}

li.nav-app a {
  color: #000
}

.search-switch {
  display: none
}

.search-box {
  display: block !important;
  width: auto;
  height: 36px;
  position: relative;
  right: 0;
  top: 0;
  padding: 0 46px 0 10px;
  margin: 0 20px 15px 44px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #9a9a9a
}

.search-ipt {
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 6px 0;
  border: 0;
  background: #fff;
  font-size: 16px
}

.search-bt {
  right: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 0;
  z-index: 10;
  color: #2fbde1;
  cursor: pointer;
  font-size: 18px
}

.search-cancel {
  display: none
}

.nav-sec-list {
  position: static;
  left: 0;
  top: 0;
  padding: 0;
  display: block !important;
  background-color: transparent;
  width: auto
}

.nav-sec-list a {
  color: #000;
  float: none;
  width: auto;
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px dotted #c0bebb
}

.nav-sec-list .nav-list-detail {
  float: none;
  padding-left: 0;
  width: auto;
  border: none
}

.nav-sec-title {
  padding: 26px 0;
  color: #fff;
  background: url(http://file.caixin.com/en/index/images/down-arrow-w.png) no-repeat 90% center
}

.nav-opened {
  background-image: url(http://file.caixin.com/en/index/images/up-arrow-w.png)
}

.detail-title.nav-opened {
  background-image: url(http://file.caixin.com/en/index/images/up-arrow-w.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: .26667rem .26667rem
}

.menu-user-box-name {
  display: none
}

li.menu-user-name .menu-user-bt {
  position: relative;
  background: url(http://file.caixin.com/en/web/img/down-arrow-b.png) 100% center no-repeat;
  background-size: 9px 5px;
  padding-right: 15px;
  color: #656060;
  cursor: pointer;
  height: 100%;
  line-height: 30px
}

li.menu-user-name .menu-user-box {
  display: none;
  background: #fff;
  padding-bottom: 5px;
  font-size: 14px
}

li.menu-user-name .menu-user-box .menu-user-nav {
  padding: 0 10px;
  border-bottom: 1px dotted #c0bebb
}

li.menu-user-name .menu-user-box .menu-user-nav a {
  padding: 10px 0
}

li.menu-user-name .menu-user-box .menu-user-out {
  background: #929292;
  width: 2.13333rem;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  margin: 8px 0 2px 10px
}

li.menu-user-name .show {
  display: block
}

.footer .con {
  margin: 0;
  padding: .4rem 0;
  text-align: center
}

.footer .con .left dl {
  display: none
}

.footer .con .right {
  float: none;
  width: 100%
}

.footer .con .right .right-l,
.footer .con .right .right-m,
.footer .con .right .right-r {
  float: none;
  width: 100%;
  margin-bottom: .53333rem
}

.footer .con .right .right-l a,
.footer .con .right .right-m a,
.footer .con .right .right-r a {
  display: inline-block;
  border-right: 1px solid #e9e6e2;
  padding: 0 .2rem;
  font-size: .26667rem;
  margin-bottom: .2rem
}

.footer .con .left {
  float: none;
  width: 100%
}

.footer .con .left p {
  margin: 0 0 .4rem
}


.wrap {
  background: #fff;
  max-width: 1280px;
  margin: 0 auto
}

.new-point {
  width: 6px;
  height: 6px;
  position: absolute;
  left: -14px;
  top: 10px;
  z-index: 10;
  overflow: hidden;
  background: #f29505;
  border-radius: 3px
}

.key-icon {
  display: inline-block;
  width: 36px;
  height: 14px;
  background: url(http://file.caixin.com/en/web/img/key-icon-2x.png) center center no-repeat;
  -webkit-background-size: 30px 20px;
  -o-background-size: 30px 20px;
  background-size: 30px 20px
}

.cxLive-icon {
  display: inline-block;
  width: 65px;
  height: 24px;
  background: url(http://file.caixin.com/en/web/img/cxTech-icon.jpg) center center no-repeat;
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  vertical-align: middle;
  position: relative;
  top: -2px
}

.opinion-news {
  background: url(http://file.caixin.com/en/web/img/opinion-bg-2x.png) 100% 50px no-repeat;
  -webkit-background-size: 80px 80px;
  -o-background-size: 80px 80px;
  background-size: 80px 80px
}

@-moz-document url-prefix() {
  .opinion-news {
    background-image: url(http://file.caixin.com/en/web/img/opinion-bg.png)
  }
}

@media (max-width:1020px) {
  .wrap {
    background: #fff;
    width: 100%;
    overflow: hidden
  }
}

.ad-banner-top {
  max-width: 1280px;
  margin: 0 auto
}

.ad-banner-top img {
  width: 100%
}

.ad-top-m,
.ad-top-pad {
  display: none
}

.ad-top-pc {
  display: block
}

@media (max-width:1020px) {

  .ad-top-m,
  .ad-top-pc {
    display: none
  }

  .ad-top-pad {
    display: block
  }
}

@media (max-width:600px) {

  .ad-top-pad,
  .ad-top-pc {
    display: none
  }

  .ad-top-m {
    display: block
  }
}

.christmas {
  background: url(http://file.caixin.com/en/web/img/christmas-bg.jpg) no-repeat center top;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 390px
}

@media (max-width:600px) {
  .christmas {
    width: 160px;
    background: url(http://file.caixin.com/en/web/img/christmas-bg.jpg) no-repeat center 10px;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
  }
}

.load-more {
  width: 156px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: #2fbde1;
  margin: 30px auto;
  cursor: pointer
}

.mcertify-container {
  width: 100%;
  text-align: center
}

.mcertify-container img {
  width: 80px;
  margin-top: 20px;
  border: 0 none
}

.main .top {
  height: 108px;
  background: #2fbde1;
  width: 90%;
  margin: 25px 5%;
  position: relative
}

.main .top div {
  position: relative;
  width: 240px;
  margin: 0 auto;
  padding-left: 60px;
  padding-top: 30px;
  line-height: 24px;
  font-family: '寰蒋闆呴粦'
}

.main .top h2 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  padding-bottom: 5px;
  font-weight: 400
}

.main .top .triangle {
  position: absolute;
  right: 6%;
  top: 108px;
  border: 12px solid #2fbde1;
  border-color: #2fbde1 transparent transparent #2fbde1;
  display: block
}

.main .top div img {
  color: #fff;
  width: 28px;
  height: 29px;
  margin: 0 auto;
  position: absolute;
  left: 20px;
  top: 40px
}

.main .top span {
  color: #313131;
  font-size: 16px;
  margin: 0 auto
}

.main .fiexd {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #444;
  opacity: .9
}

.main .fiexd div {
  width: 300px;
  height: 40px;
  background: #2fbde1;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px
}

.main .fiexd a {
  display: block;
  width: 300px;
  height: 40px;
  background: #2fbde1;
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px
}

@media (max-width:1366px) {
  .main .top div {
    width: 320px;
    padding-left: 80px
  }

  .main .top h2 {
    font-size: 28px;
    padding-bottom: 0
  }

  .main .top div span {
    font-size: 20px
  }

  .main .top div img {
    width: 42px;
    height: 44px
  }
}

@media (max-width:760px) {
  .main .top div {
    width: 240px;
    padding-left: 60px
  }

  .main .top h2 {
    font-size: 20px;
    padding-bottom: 5px
  }

  .main .top div span {
    font-size: 16px
  }

  .main .top div img {
    width: 28px;
    height: 29px
  }
}

.main .top div {
  width: 60%
}

@media (max-width:1024px) {
  .main .top div {
    width: 85%;
    line-height: 31px;
    padding-top: 28px
  }
}

@media (max-width:750px) {
  .main .top div {
    width: 80%;
    line-height: 24px;
    padding-top: 16px
  }
}

.main .top div {
  width: 75%
}

.main .top div h2 {
  font-size: 28px
}

.main .top div span {
  font-size: 20px
}

.main_ready .top div img {
  width: 43px;
  height: 50px;
  top: 34px
}

@media (max-width:1366px) {
  .main .top div {
    width: 82%
  }
}

@media (max-width:1080px) {
  .main_ready .top div img {
    width: 43px;
    height: 50px;
    top: 34px
  }
}

@media (max-width:760px) {
  .main_ready .top div img {
    width: 27px;
    height: 30px;
    top: 42px
  }
}

.main .fiexd {
  z-index: 999
}

.main .top {
  height: 108px;
  background: #2fbde1;
  width: 100%;
  margin: 25px 0;
  position: relative
}

.main .top div img {
  left: 15px
}

@media (max-width:750px) {
  .main .top h2 {
    font-family: Arial
  }

  .main .top div {
    line-height: 20px;
    padding-left: 24%
  }

  .main .top div span {
    color: #313131
  }
}

.main .fiexd {
  opacity: .95;
  left: 0
}

.main .fiexd div {
  width: 45%
}

.main .fiexd a {
  width: 45%
}

@media (max-width:1366px) {
  .main .top div {
    width: 76%
  }

  .main .top div img {
    left: 22px;
    top: 34px
  }

  .main .fiexd div {
    width: 300px
  }

  .main .fiexd a {
    width: 300px
  }
}

@media (max-width:1024px) {
  .main .top {
    padding-bottom: 0
  }
}

@media (max-width:750px) {
  .main .top div img {
    left: 30px;
    top: 34px
  }

  .main .fiexd div {
    width: 80%
  }

  .main .fiexd a {
    width: 80%
  }

  #appContent {
    padding-bottom: 5px
  }
}

@media (max-width:400px) {
  .main .top div h2 {
    font-size: 22px
  }

  .main .top div span {
    font-size: 16px
  }
}

.mt20 {
  margin-top: 20px
}

.adsame-banner-box,
.adsame-banner-box img,
.adsame-box,
.adsame-box img {
  width: 100% !important;
  height: auto !important;
  padding: 0!important
}

.ipad_show_ad,
.iphone_show_ad {
  display: none !important
}

@media (max-width:1020px) {
  .pc_show_ad {
    display: none !important
  }

  .iphone_show_ad {
    display: none !important
  }

  .ipad_show_ad {
    display: block !important
  }
}

@media (max-width:750px) {
  .ipad_show_ad {
    display: none !important
  }

  .iphone_show_ad {
    display: block !important
  }
}

#ad_2 {
  display: none !important
}

.bottom_banner_990,
.top_banner_990 {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0
}

.middle_banner_660 {
  width: 660px;
  margin: 10px auto
}

.left_banner_auto {
  width: 100%;
  margin-bottom: 20px
}

.left_center_250 {
  width: 250px;
  height: auto;
  margin: 10px auto;
  position: relative
}

.right_img_auto {
  width: 100%;
  height: auto;
  margin-bottom: 20px
}

.tipBox .shadownMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  display: block;
  z-index: 1000
}

.tipBox .shadownTip {
  width: 540px;
  text-align: center;
  padding: 50px 80px;
  top: 20%;
  position: fixed;
  z-index: 1001;
  left: 50%;
  margin-left: -350px;
  background-color: #fff;
  font-family: times;
  box-sizing: content-box
}

.tipBox .shadownTip h4 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.1em;
  font-weight: 400
}

.tipBox .shadownTip h4 a {
  font-size: 24px
}

.tipBox .shadownTip .tipBtn {
  font-size: 18px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  background-color: #34bee0
}

.tipBoxV2 .shadownTip h4 {
  margin-bottom: 10px
}

.tipBoxV2 .shadownTip h4 a {
  color: #2fbde1
}

.tipBoxV2 .shadownTip .textBox {
  font-size: 18px;
  padding: 10px 0
}

.tipBoxV2 .shadownTip .textBox a {
  font-size: 18px
}

.tipBoxV2 .shadownTip .textBox p {
  font-size: 18px;
  line-height: 1.2em
}

.tipBoxV2 .shadownTip .btnBox {
  font-size: 18px;
  padding: 10px 0
}

.tipBoxV2 .shadownTip .tipBtn {
  display: inline-block;
  margin: 0 10px
}

@media (max-width:1020px) {
  .tipBox .shadownTip {
    width: 300px;
    margin-left: -230px
  }
}

@media (max-width:600px) {
  .tipBox .shadownTip {
    width: 230px;
    padding: 50px 10px;
    margin-left: -125px
  }

  .tipBox .shadownTip .tipBtn {
    width: 120px
  }

  .tipBox .shadownTip .tipBtn {
    margin-bottom: 20px
  }
}

.activityBanner {
  padding-top: 20px
}

.activityBanner img {
  width: 100%
}

.del-line {
  position: relative
}

.del-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid red;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 100
}

#cms4_template_frag {
  display: block;
  height: 200px;
  background-color: #ffffc5
}

.search .tag {
  position: relative
}

.down-app-box {
  font-family: Arial Regular;
  background: url(https://file.caixin.com/en/common/images/icon/mobile.png) 7px 12px no-repeat;
  background-size: 53px 64px;
  position: absolute;
  left: -6px;
  top: 48px;
  width: 314px;
  background-color: #f4f1ec;
  padding: 14px 0 10px 20px;
  color: #000
}

.down-app-box::before {
  content: "";
  position: absolute;
  left: 36px;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #f4f1ec
}

.down-app-box .down-title {
  font-size: 30px;
  margin-bottom: 4px
}

.down-app-box p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #232323
}

.down-app-box .download-btn {
  display: block;
  width: 280px;
  height: 42px;
  line-height: 42px;
  color: #fff !important;
  background-color: #00b7e0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px
}

.down-app-box .closed-forever {
  color: #868686;
  font-size: 14px;
  color: #868686 !important
}

.down-app-box .oterh-down {
  padding: 14px 0 6px
}

.down-app-box .oterh-down img {
  width: 25px;
  height: 25px;
  margin-right: 15px
}

.down-app-box .tip {
  font-size: 12px;
  line-height: 12px;
  color: #868686
}

.down-app-box .close-downbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 14px
}

.down-app-box img {
  width: 100%
}

.head .nav-opened {
  background-image: url(http://file.caixin.com/en/web/img/up-arrow-b.png)
}

.head .menu-user-box {
  width: 278px;
  background-color: #fff;
  color: #000;
  text-align: left;
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 999;
  padding: 0;
  border: 1px solid #eee;
  background: #fff
}

.head .userBox {
  padding: 8px 18px 4px
}

.userBox .userName {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px
}

.powersBox .userOut {
  text-align: center;
  background-color: #eaeaea;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer
}

.powersBox .powers {
  border-bottom: 1px solid #b0b0b0
}

.powersBox .powers p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5em
}

.powersBox .powers a {
  color: #0098d0
}

.powers .powerItem {
  margin-bottom: 15px
}

.powers .powerItem .name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 4px
}

.powers .powerItem .time {
  font-size: 12px;
  color: #919191;
  line-height: 1.2em
}

.powers .accountLink {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #0098d0;
  line-height: 1.2em;
  margin-top: -10px;
  margin-bottom: 4px
}

.discountBox {
  padding: 10px 0;
  font-size: 12px;
  line-height: 22px
}

.discountBox .shareOfFree a {
  margin-bottom: 0;
  color: #0098d0
}

.discountBox a {
  display: inline-block;
  height: 22px;
  line-height: 1.2em;
  margin-bottom: 6px;
  color: #000
}

.discountBox a img {
  width: 22px;
  height: 22px;
  vertical-align: middle
}

.menu-bt {
  left: 0;
  background: url(http://file.caixin.com/en/web/img/menu-icon-new.png) no-repeat center center;
  background-size: .533rem .6rem
}

.menu-user-icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 25;
  width: 1.06667rem;
  height: 1.2rem;
  background: url(http://file.caixin.com/en/web/img/menu-user-icon.png) no-repeat center center;
  background-size: .533rem .6rem
}

.menu-box {
  display: block;
  width: 250px;
  height: 100%;
  background: #f4f1ed;
  position: fixed;
  left: -250px;
  top: 0;
  z-index: 1100;
  overflow-y: auto;
  padding-bottom: .6666666667rem;
  box-sizing: border-box;
  opacity: .96
}

.menu-user-icon {
  display: block
}

.menu-user-name {
  display: none !important
}

.nav {
  font-size: 16px;
  line-height: 20px;
  margin: 0 44px 0 20px;
  border-top: 0;
  text-align: left
}

.menu-close {
  left: 20px;
  z-index: 10;
  transform: rotateZ(180deg)
}

.head .logo-box .search-box {
  margin: 0 44px 15px 20px
}