.border-radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cc {
  *zoom: 1;
}
.cc:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
body {
  background-color: #fff;
}
.container .main {
  margin: 0px 0 80px;
  overflow: hidden;
}
.main .siderbar {
  margin-top: 175px;
  float: right;
  width: 300px;
}
.main .sider-wrap {
  padding: 18px 24px;
  border: 1px solid #ccc;
}
.main .sider-wrap .name {
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.main .sider-wrap a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff7f87;
}
.main .sider-wrap a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.main .sider-wrap a:hover {
  color: #ff5f69;
}
.main .content {
  padding-right: 362px;
}
.main .content .header h1 {
  font-size: 28px;
  color: #484848;
  font-weight: bold;
}
.main .content .header .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.main .content .header .desc .inline {
  margin: 0 10px;
  width: 1px;
  height: 14px;
  background-color: #ccc;
}
.main .content .header .desc span {
  display: inline-block;
  vertical-align: middle;
}
.main .content .line {
  margin: 20px 0;
  width: 24px;
  height: 1px;
  background-color: #ccc;
}
.main .page img {
  margin: 10px 0;
  max-width: 100%!important;
}
.main .page {
  color: #444;
  font-size: 14px;
}
.main .page p {
  margin: 10px 0 5px;
  line-height: 1.75em;
}
.main .more {
  padding-top: 20px;
  overflow: hidden;
}
.main .more .prev,
.main .more .next {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main .more .prev {
  float: left;
  width: 49%;
}
.main .more .next {
  float: right;
  width: 49%;
  text-align: right;
}
.main .more a {
  color: #333;
}
.main .more a:hover {
  color: #ff5f69;
}
.main .bread {
  font-size: 16px;
  margin: 25px 0 15px;
}
.main .bread > span:nth-child(1) {
  color: #ff5f69;
  font-size: 17px;
}
.main .bread a {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.main .bread a:hover {
  color: #ff5f69;
}
.main .bread a:after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 8px;
  height: 12px;
  background: url(https://pic.8pig.com/img/activity/common/data/528/arrow.png) center center no-repeat;
  background-size: auto 12px;
}
.search-box {
  margin: 0 auto;
  width: 994px;
}
.search-box .continent {
  text-align: center;
}
.search-box .continent li {
  display: inline-block;
  width: 110px;
  border-right: 1px solid #ddd;
}
.search-box .continent li:last-child {
  border-right: 0;
}
.search-box .continent a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}
.search-box .continent a.active {
  padding-bottom: 2px;
  color: #ff5f69;
  border-bottom: 3px solid #ff5f69;
}
.search-box .continent a:hover {
  color: #ff5f69;
}
.search-box .country {
  margin-top: 40px;
  padding-bottom: 20px;
}
.search-box .country .list {
  text-align: center;
}
.search-box .country li {
  display: inline-block;
  margin-bottom: 20px;
}
.search-box .country li a {
  display: inline-block;
  margin-right: 32px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.search-box .country li a.active {
  color: #ff5f69;
}
.search-box .country li a:hover {
  color: #ff5f69;
}
.search-container {
  padding-top: 50px;
  background: #edefed;
}
