body, ul, ol, dl, dd, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #666666;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.container:before {
  content: '';
  display: block;
  clear: both;
}

.container:after {
  content: '';
  display: block;
  clear: both;
}

.main {
  margin-bottom: 300px;
}

.main .container {
  height: 346px;
}

.main .container > div {
  float: left;
  position: relative;
  background: #fff;
}

.main .container .left-list {
  width: 200px;
  z-index: 10;
  top: -48px;
}

.main .container .left-list .con-list {
  position: relative;
  z-index: 3;
}

.main .container .left-list .con-list .hot-game {
  margin-bottom: 227px;
}

.main .container .left-list .con-list > li {
  width: 180px;
  padding-left: 20px;
  border-bottom: 1px solid #ddd;
  line-height: 38px;
  font-size: 15px;
}

.main .container .left-list .con-list > li .icon {
  float: left;
  margin: 9px 10px 0 0;
  width: 22px;
  height: 20px;
  background: url("../../themeRed/img/icons1.png") no-repeat;
}

.main .container .left-list .con-list > li .icon.hot-icon {
  margin-top: 15px;
}

.main .container .left-list .con-list > li .icon.pho-game {
  background-position: 0 -19px;
}

.main .container .left-list .con-list > li .icon.pc-game {
  background-position: 0 -37px;
}

.main .container .left-list .con-list > li .icon.web-game {
  background-position: 0 -59px;
}

.main .container .left-list .con-list > li .icon.movie-icon {
  background-position: 0 -80px;
}

.main .container .left-list .con-list > li .icon.other-icon {
  background-position: 0 -100px;
}

.main .container .left-list .con-list > li:hover {
  background: #e8e8e8;
  cursor: pointer;
}

.main .container .left-list .con-list > li:hover .sub {
  display: block;
}

.main .container .left-list .con-list > li:first-child {
  margin-bottom: 150px;
  transition: all .1s linear;
  line-height: 48px;
  background: #c51e16;
  border-bottom: 0;
  color: #fff;
}

.main .container .left-list .con-list > li:first-child .arrow-rt {
  margin-top: 12px;
  background: url("../../themeRed/img/icons1.png") no-repeat 0 -139px;
}

.main .container .left-list .con-list > li:first-child ol {
  position: absolute;
  top: 55px;
  left: 0;
}

.main .container .left-list .con-list > li:first-child ol > li {
  width: 200px;
  text-align: left;
  padding-left: 0;
  line-height: 35px;
  font-size: 14px;
  color: #666666;
}

.main .container .left-list .con-list > li:first-child ol > li > a {
  display: block;
  padding-left: 25px;
}

.main .container .left-list .con-list > li:first-child ol > li:hover {
  background: #e8e8e8;
}

.main .container .left-list .con-list > li:first-child ol > li:hover .h-sub {
  display: block;
}

.main .container .left-list .con-list > li:first-child ol > li .h-sub {
  position: absolute;
  top: -55px;
  left: 200px;
  z-index: 200;
  padding: 10px 20px 5px;
  width: 660px;
  height: 426px;
  background: #fff;
  border: 1px solid #c51e16;
  border-left: 1px solid #ddd;
  display: none;
}

.main .container .left-list .con-list > li:first-child ol > li .h-sub .detail {
  overflow: hidden;
}

.main .container .left-list .con-list > li:first-child ol > li .h-sub .detail li {
  float: left;
  width: 120px;
  text-align: center;
  padding: 0 6px;
  margin-bottom: 5px;
}

.main .container .left-list .con-list > li:first-child ol > li .h-sub .detail li a {
  border-bottom: 1px dashed #ddd;
  padding: 5px 16px;
  font-size: 15px;
}

.main .container .left-list .con-list > li:first-child ol > li .h-sub .detail li a:hover {
  color: #c51e16;
}

.main .container .left-list .con-list > li:first-child ol > li .h-sub .cf-title {
  background: #666;
  color: #fff;
  padding: 5px 15px;
}

.main .container .left-list .con-list > li:first-child ol > li .arrow-rt {
  margin-top: 8px;
  background: url("../../themeRed/img/icons1.png") no-repeat 0 -124px;
}

.main .container .left-list .con-list > li:first-child + li {
  border-top: 1px solid #ddd;
}

.main .container .left-list .con-list > li .arrow-rt {
  float: right;
  width: 10px;
  margin: 10px 14px 0 0;
  height: 18px;
  background: url("../../themeRed/img/icons1.png") no-repeat 0 -124px;
}

.main .container .left-list .sub {
  width: 660px;
  height: 386px;
  padding: 10px 20px 5px;
  position: absolute;
  top: 0;
  left: 200px;
  display: none;
  z-index: 100;
  background: #fff;
  border: 1px solid #c51e16;
  border-left: 1px solid #ddd;
  overflow: hidden;
}

.main .container .left-list .sub a {
  display: inline-block;
  padding: 2px 10px;
  height: 24px;
  line-height: 24px;
  color: #666;
  margin: 0 10px 0 8px;
  border-bottom: 1px dashed #ddd;
}

.main .container .left-list .sub a:hover {
  color: #c51e16;
}

.main .container .left-list .sub a.sub-title {
  color: #fff;
  background: #c51e16;
  border-bottom: 0;
}

.main .container .mainroll {
  z-index: 3;
  margin: 17px 15px 10px 15px;
  width: 684px;
  height: 328px;
  overflow: hidden;
  position: relative;
}

.main .container .mainroll ul.imgs {
  width: 684px;
  height: 328px;
  overflow: hidden;
  position: relative;
}

.main .container .mainroll ul.imgs li {
  position: absolute;
  opacity: 0;
  transition: opacity .6s linear;
}

.main .container .mainroll ul.imgs li.cur {
  opacity: 1;
  z-index：10；
}

.main .container .mainroll ul.list {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -70px;
}

.main .container .mainroll ul.list li {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: #D88F5A;
  float: left;
  margin-left: 10px;
}

.main .container .mainroll ul.list li.cur {
  background: #fff;
}

.main .container .mainroll > i {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 100;
  transition: all .2s linear;
  cursor: pointer;
}

.main .container .mainroll > i.arrow-left {
  top: -72px;
  left: 10px;
  background: url("../../themeRed/img/arrow-left.png") no-repeat;
}

.main .container .mainroll > i.arrow-right {
  bottom: -72px;
  right: 10px;
  background: url("../../themeRed/img/arrow-right.png") no-repeat;
}

.main .container .mainroll:hover i.arrow-left {
  top: 50%;
  margin-top: -35px;
}

.main .container .mainroll:hover i.arrow-right {
  bottom: 50%;
  margin-bottom: -35px;
}

.main .container .right-msg {
  margin-top: 17px;
  padding: 10px 10px 10px 0;
  width: 275px;
}

.main .container .right-msg .login {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-left: 10px;
}

.main .container .right-msg .login a {
  display: inline-block;
  width: 100px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  background: #509DF0;
  margin-left: 2px;
}

.main .container .right-msg .login a:hover {
  background: #366FAA;
}

.main .container .right-msg .login a:first-child {
  background: #c51e16;
}

.main .container .right-msg .login a:first-child:hover {
  background: #125D1C;
}

.main .container .right-msg .login p {
  padding-left: 30px;
  margin: 9px 0;
}

.main .container .right-msg .login p b {
  color: #EE6800;
}

.main .container .right-msg .notice-help {
  width: 248px;
  overflow: hidden;
  margin: 0 0 5px 10px;
}

.main .container .right-msg .notice-help a {
  float: left;
  width: 62px;
  text-align: center;
  line-height: 27px;
  padding: 4px 5px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.main .container .right-msg .notice-help a.active {
  border-bottom: 1px solid #EE6800;
  color: #EE6800;
}

.main .container .right-msg > ul {
  display: none;
  margin-left: 10px;
  padding-bottom: 10px;
  min-height: 113px;
  border-bottom: 1px dotted #ccc;
}

.main .container .right-msg > ul li a {
  line-height: 27px;
  font-size: 13px;
}

.main .container .right-msg > ul li a:hover {
  color: #EE6800;
}

.main .container .right-msg > ul.active {
  display: block;
}

.main .container .right-msg .download {
  text-align: center;
  margin-top: 10px;
}

.main .container .right-msg .download a {
  display: block;
}

.main .container .right-msg .download a:hover {
  opacity: .8;
}

.main .container .right-msg .download p {
  margin: 5px 0 0 0;
  color: #888;
}

.main .container .right-msg .download p span {
  margin-left: 15px;
}

.main .err-pay {
  width: 1150px;
  margin: -36px auto 10px;
  height: 100px;
  padding-left: 50px;
  background: #fff;
}

.main .err-pay:before {
  content: '';
  display: block;
  clear: both;
}

.main .err-pay:after {
  content: '';
  display: block;
  clear: both;
}

.main .err-pay dl {
  position: relative;
  float: left;
  margin-top: -38px;
  width: 254px;
  padding-left: 30px;
}

.main .err-pay dl dt {
  float: left;
  width: 80px;
  height: 80px;
  margin: 10px 10px 0 0;
}

.main .err-pay dl dt.bg-a {
  background: url("../../themeRed/img/background03.png") no-repeat;
}

.main .err-pay dl dt.bg-b {
  background: url("../../themeRed/img/background07.png") no-repeat;
}

.main .err-pay dl dt.bg-c {
  background: url("../../themeRed/img/background08.png") no-repeat;
}

.main .err-pay dl dt.bg-d {
  background: url("../../themeRed/img/background09.png") no-repeat;
}

.main .err-pay dl dd {
  line-height: 16px;
  color: #aaa;
}

.main .err-pay dl dd.e-title {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 18px;
}

.section {
  background: #fff;
  width: 100%;
  padding: 10px 0;
}

.section .sec-title {
  color: #666666;
  font-size: 16px;
}

.section .sec-title span {
  font-size: 12px;
  color: #aaa;
  margin-left: 10px;
  font-weight: normal;
}

.section .sec-title a {
  float: right;
  margin-right: 10px;
}

.section .sec-title a:hover {
  color: #c51e16;
}

.section .res > div {
  position: relative;
  width: 318px;
  height: 318px;
  border: 1px solid transparent;
  float: left;
  background: #FBFBFB;
  margin-right: 10px;
  box-shadow: 0 0 3px #ddd;
}

.section .res > div .g-title {
  color: #333;
  margin: 20px 0 5px;
  padding-left: 15px;
  border-left: 4px solid #c51e16;
}

.section .res > div .g-sub-title {
  margin: 2px 0;
  padding-left: 15px;
}

.section .res > div .info {
  background: #c51e16;
  display: inline-block;
  color: #fff;
  width: 132px;
  padding: 6px;
  text-align: center;
  border-radius: 3px;
  margin-left: 24px;
}

.section .res > div .rt-list {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 20px;
}

.section .res > div .rt-list a {
  display: block;
  padding: 9px 12px;
  text-align: center;
  border: 1px solid #c51e16;
  margin-top: 22px;
  font-size: 13px;
  border-radius: 3px;
}

.section .res > div .rt-list a:hover {
  background: #c51e16;
  color: #fff;
}

.section .res > div.zuhao {
  width: 208px;
  margin-right: 0;
}

.section .long-img {
  margin-top: 15px;
}

.section .long-img img {
  width: 1200px;
  height: 120px;
  transition: all .3s linear;
}
.section .long-img img:hover{
  transform: skew(15deg);
}

.section .self-help > div {
  float: left;
  width: 589px;
  height: 400px;
}

.section .self-help > div.self-lf {
  margin-right: 20px;
}

.section .self-help > div.self-lf .help-center {
  border: 1px solid #ddd;
  height: 340px;
}

.section .self-help > div.self-lf .help-center .notice-help {
  overflow: hidden;
  margin: 0 0 10px 10px;
}

.section .self-help > div.self-lf .help-center .notice-help a {
  float: left;
  width: 150px;
  text-align: center;
  line-height: 27px;
  padding: 4px 5px;
  font-size: 14px;
  margin: 13px 12px 4px;
  background: #E6E6E6;
  color: #666666;
}

.section .self-help > div.self-lf .help-center .notice-help a.active {
  color: #fff;
  background: #c51e16;
}

.section .self-help > div.self-lf .help-center > ul {
  display: none;
  margin-left: 10px;
  padding-bottom: 10px;
  min-height: 145px;
}

.section .self-help > div.self-lf .help-center > ul li {
  position: relative;
  padding-left: 16px;
}

.section .self-help > div.self-lf .help-center > ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: cadetblue;
}

.section .self-help > div.self-lf .help-center > ul li a {
  line-height: 27px;
  font-size: 13px;
}

.section .self-help > div.self-lf .help-center > ul li a:hover {
  color: #c51e16;
}

.section .self-help > div.self-lf .help-center > ul li a:hover + span {
  color: #c51e16;
}

.section .self-help > div.self-lf .help-center > ul li span {
  float: right;
  line-height: 27px;
  margin-right: 15px;
}

.section .self-help > div.self-lf .help-center > ul.active {
  display: block;
}

.section .self-help > div.self-rt {
  position: relative;
  border: 1px solid #ddd;
  height: 375px;
  margin-top: 15px;
  box-shadow: 0 0 2px #ccc;
}

.section .self-help > div.self-rt .sub-title {
  margin-top: 35px;
  text-align: center;
}

.section .self-help > div.self-rt .sub-title span {
  color: #c51e16;
  font-size: 20px;
  padding: 0 2px;
}

.section .self-help > div.self-rt p {
  text-align: center;
  font-size: 16px;
  margin: 4px 0;
}

.section .self-help > div.self-rt > ul {
  margin-top: 52px;
  width: 150px;
}

.section .self-help > div.self-rt > ul > li {
  text-align: center;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.section .self-help > div.self-rt > ul > li.bor-botm {
  border-bottom: 1px dotted #ddd;
}

.section .self-help > div.self-rt > ul > li img:hover {
  transition: all .5s linear;
  transform: rotateZ(360deg);
}

.section .self-help > div.self-rt > ul.forbid {
  margin-left: 40px;
}

.section .self-help > div.self-rt > ul.safe {
  margin-right: 40px;
}

.section .self-help > div.self-rt .shield {
  margin: 30px auto;
  text-align: center;
}

.add-list {
  padding: 10px 0;
  background: #fff;
}

.a-next, .a-pre {
  position: absolute;
  top: 127px;
  height: 60px;
  z-index: 40;
  line-height: 60px;
  width: 25px;
  text-align: center;
  background-color: #c51e16;
  color: #fff;
  border-radius: 3px;
  font-size: 20px;
}

.a-next.disabled, .a-pre.disabled {
  background: #ddd;
  color: #000;
}

.a-pre {
  left: 10px;
}

.a-next {
  right: 10px;
}

.list-title {
  position: relative;
  width: 100%;
  height: 50px;
  background: #c51e16;
}

.list-title img {
  position: absolute;
  top: 0;
  left: 0;
}

.list-cont {
  border: 1px solid #ddd;
}

.list-body {
  position: relative;
  width: 1080px;
  height: 205px;
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
}

.list-body .body-parent {
  position: absolute;
  height: 205px;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}

.body-parent .items-it {
  display: inline-block;
  position: relative;
  float: left;
  padding: 5px;
  width: 166px;
  min-height: 100px;
  border: 2px solid transparent;
}

.body-parent .items-it:hover {
  border-color: #c51e16;
  border-radius: 3px;
}

.body-parent .items-it:hover .body-child-msg {
  color: #c51e16;
}

.body-parent .items-it p {
  font-size: 14px;
  color: #888;
}

/*.body-child-img {*/
/*position: relative;*/
/*width: 100px;*/
/*margin: 0 auto;*/
/*}*/

.body-child-img .left-top {
  position: absolute;
  top: 0;
  left: 0;
}

.body-child-img .middle {
  width: 100px;
  height: 100px;
  vertical-align: middle;
}

.body-child-msg {
  width: 100%;
  height: 34px;
  margin: 8px 0 3px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.body-child-price {
  text-align: left;
  font-size: 14px;
  color: #888;
}

.body-child-price .price-a {
  color: #c51e16;
}

.body-child-price .price-a b {
  font-size: 20px;
}

.body-child-price b {
  color: #c51e16;
}

.body-child-price .pei {
  padding: 1px 3px;
  border-radius: 3px;
  background: #c51e16;
  color: #fff;
  font-style: normal;
}

.list-title .title-a {
  display: inline-block;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  margin-left: 40px;
}

.list-title .title-b {
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}


.add-list {
  position: absolute;
  top: 538px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  padding: 10px 0;
  background-color: #fff
}

.add-list .list-title {
  position: relative;
  width: 100%;
  height: 50px;
}

.add-list .list-title .title-a {
  display: inline-block;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  margin-left: 40px
}

.add-list .list-title .title-b {
  margin-left: 10px;
  font-size: 18px;
  color: #fff
}

.add-list .list-title img {
  position: absolute;
  top: 0;
  left: 0
}

.add-list .list-cont {
  border: 1px solid #ddd
}

.add-list .list-cont .a-pre, .add-list .list-cont .a-next {
  position: absolute;
  top: 127px;
  height: 60px;
  z-index: 40;
  line-height: 60px;
  width: 25px;
  text-align: center;
  background-color: #c51e16;
  color: #fff;
  border-radius: 3px;
  font-size: 20px
}

.add-list .list-cont .a-pre {
  left: 10px
}

.add-list .list-cont .a-next {
  right: 10px
}

.add-list .list-body {
  position: relative;
  width: 1080px;
  height: 205px;
  margin: 10px auto;
  text-align: center;
  overflow: hidden
}

.add-list .list-body .body-parent {
  position: absolute;
  height: 205px;
  top: 0;
  left: 0;
  overflow: hidden;
  transition: all .3s linear
}

.add-list .list-body .items-it {
  display: inline-block;
  position: relative;
  float: left;
  padding: 5px;
  width: 166px;
  min-height: 100px;
  border: 2px solid transparent
}

.add-list .list-body .items-it:hover {
  border-color: #c51e16;
  border-radius: 3px
}

.add-list .list-body .items-it:hover .dc-1 {
  display: none
}

.add-list .list-body .items-it:hover .dc-2 {
  bottom: 0
}

.add-list .list-body .dc-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.4);
  background: #555 \0;
  color: #fff
}

.add-list .list-body .dc-2 {
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.8);
  background: #888 \0;
  transition: all .2s linear
}

.add-list .list-body .dc-2 span {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  background: #c51e16;
  color: #fff
}

.add-list .body-child-img {
  position: relative;
  margin: 0 auto
}

.add-list .body-child-img .left-top {
  position: absolute;
  top: 0;
  left: 0
}

.add-list .body-child-img .middle {
  width: 164px;
  height: 191px;
  vertical-align: middle
}

.hot {
  position: relative;
  background: #fff;
}

.hot img {
  vertical-align: middle;
}

.hot .hot-left {
  float: left;
}

.hot .lf-img {
  width: 307px;
  height: 302px;
}

.hot .hot-right {
  float: left;
  margin-left: 20px;
  width: 872px;
}

.hot .rt-row:after {
  content: '';
  display: block;
  clear: both;
}

.hot .rt-row:first-child {
  margin-bottom: 17px;
}

.hot .rt-item {
  float: left;
  position: relative;
  margin: 0 0 0 24px;
  text-align: center;
}

.hot .rt-item:first-child {
  margin-left: 0;
}

.hot .rt-item:hover .item-modal {
  height: 100%;
}

.hot .rt-item .item-img {
  width: 274px;
  height: 106px;
}

.hot .item-txt {
  line-height: 34px;
}

.hot .c-theme {
  border: 1px solid #13B7F6;
  color: #13B7F6;
}

.hot .item-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}

.hot .item-modal .btn {
  position: relative;
  display: inline-block;
  top: 40%;
  padding: 8px 12px;
  border-radius: 5px;
}

.hot .item-modal .theme {
  background: #13B7F6;
  color: #fff;
}

.hot-news {
  margin-top: 15px;
}

.hot-news .container > div {
  float: left;
  width: 388px;
  margin-right: 14px;
  border: 1px solid #ddd;
  border-top: 2px solid #ff6600;
}

.hot-news .container > div .h-title {
  color: #333;
  line-height: 36px;
  margin: 0;
  padding-left: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.hot-news .container > div .h-title a {
  float: right;
  margin-right: 5px;
  color: #666;
}

.hot-news .container > div .h-title a:hover {
  color: #ff6600;
}

.hot-news .container > div .h-cc {
  padding: 10px 13px;
}

.hot-news .container > div .h-cc .s-x:hover img {
  transform: skew(-15deg);
}

.hot-news .container > div .h-cc .s-x img {
  transition: all .3s linear;
  width: 360px;
  height: 94px;
}

.hot-news .container > div .h-cc ul li {
  padding-left: 15px;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../../themeOrange/img/lia.png") no-repeat 5px 13px;
}

.hot-news .container > div .h-cc ul li a {
  color: #333;
}

.hot-news .container > div .h-cc ul li:hover {
  background: url("../../themeOrange/img/lihover.png") no-repeat 5px 13px;
}

.hot-news .container > div .h-cc ul li:hover a {
  color: #ff6600;
}

.hot-news .container > div.help-doc {
  margin-right: 0;
}

.hot-news{
  font-size: 14px;
}
.hot-news .h-game-list{
  margin-top: 8px;
  padding:0 10px;
}
.hot-news .h-game-list li{
  line-height: 28px;
  border-top: 1px dashed #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-news .h-game-list li:first-child{
  border-top: 0;
}
.hot-news .h-game-list li a:hover{

}
.hot-news .pei{
  padding: 1px 3px;
  margin-right: 3px;
}



.friend-link {
  margin: 0 0 15px;
  background:#fff;
}
.friend-link .f-title {
  line-height: 50px;
  font-size: 26px; }
.friend-link .f-title i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAIAAABL1vtsAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwlJREFUeNqEVEtIVVEU3ee+F6+PNSiDSiItCCLCaFBRUUhC2LRBkwqCfGkpFWUQShh9TFP6EQ7EIDKUZglF/89rYEhNUvpplmFlYJlmRb179mrv+3kV1WtzLvfsfc/+rb3OJfwu7C15mF22srPeSiK0o2E9eu+LUU/qY43Y6VfxNcPey5GvBgTHELEhh2pXoDthIlF7qMeZMM1QBGr9U+Q8HFlM1hgj/mKQl/hTV8LkLCHXNfvmm8E+1lyW8BfRIlN9BVrVEo4bblirxjuneDNhWwYGerWJv2DBnAoUbKX+QkLjuvBUEpdrUER2eyZePvijCg6W9d3lqVqMQsNNhZ7qhijCnixAnNzyGeQBjhTg/FMBBl9xTZ5kc89vV7W5VGqxYpT97Xrxx9Yx/PQWhU5hWn9+Xiy+UC79Y/cUWMutezkeQcUsPXL3NASLrTG87lQsZP5ecr+WJIf+GvTTO5xYjSJjy6ZrzsOLXTG2nRGLqu+6/NxBIx6E4SCSX+3FcnAy6LFsildzTNXH13RfFEHfw+Ar26jwx8KNmChI56/kqlvl9CSo4wZKL9GNYxjqN07MfP9GtXnclXBGxWhPO7LmGVL6wTgBO+GTT6zVy/CizWRk0dBrHj/RGRmk7IWIn6WWHebhJT2yv5smzSRHKjZsEFHncP7axZHlUqdt2qLolGfrviiK5DdpUyrF6Y32yU32KaOdWx8z+jmQmqUyf9vs+bdWCv+4JIbi0XyigD9/CO8bgrvH4a3zQ+hQqpcqTo0b1HiuhIWLBxfowaN5OtfjBfi3EEY+cu1KzenxH9ZVLlbM1jk/uoK4g5KxtvNy2hD1ayD3p2pRSG7LQ73SOd9rwiaZ5Thv/sm0IXruYddUreJqHUKE0N6i97I4gjcdrgbgtCEEmOE+7JysWFw8oLZEo5ff42/wF7NpQhjvs6Hht2Z/Lg2/pzn59Ow6OzD7uikzR/80htKLkQF7tGQM9zuVufgyIPwylZ00da5EFgqCnP8EUZqkflYDL1GXj+ftYeX+9XGRVn4IMADn2AhSLvUQMQAAAABJRU5ErkJggg==');
}
.friend-link .f-link {
  border: 1px solid #ddd;
  padding: 10px 10px 15px 10px; }
.friend-link .f-link a {
  display: inline-block;
  padding: 0 10px 0 5px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  border-right: 1px solid #ddd; }
.friend-link .f-link a:hover {
  color: #ffa366; }