article,aside,dialog,footer,header,section,footer,nav,figure,main,menu{display:block}
body, button, input, select, textarea {
  font-family: 'Titillium', '微软雅黑', Arial, '黑体', '宋体', sans-serif;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-width: 1200px;
  min-height: 100%;
  font-family: 'Titillium', '微软雅黑', Arial, '黑体', '宋体', sans-serif;
  font-size: 14px;
  background: #f4f4f4;
  position: relative;
  padding-bottom: 200px;
}
main.container {
  width: 1200px;
  margin: 0 auto 20px;
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}
a {
  color: #333;
}
a:hover {
  cursor: pointer;
}
/**
*以下为公共组件样式，请配合公共组件结构树引用
*/
.common_pc-header {
  background: #fff;
}
.common_pc-header .container {
  width: 1200px;
  margin: 0 auto;
}
.common_pc-header .top {
  line-height: 39px;
  border-bottom: 1px solid #e6e6e6;
}
.common_pc-header .right {
  font-size: 0;
}
.common_pc-header .right a {
  font-size: 14px;
  display: inline-block;
  margin-left: 41px;
  position: relative;
  transition: all 0.2s;
}
.common_pc-header .right a:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #ddd;
  top: 12px;
  right: -20px;
}
.common_pc-header .right a:last-child:after {
  display: none;
}
.common_pc-header .right a:hover,
.common_pc-header .right a.active {
  color: #38c34b;
}
.common_pc-header .header-nav {
  padding-top: 10px;
  height: 50px;
  position: relative;
}
.common_pc-header .header-nav img,
.common_pc-header .header-nav nav {
  display: inline-block;
  vertical-align: middle;
}
.common_pc-header .header-nav nav {
  margin-left: 30px;
}
.common_pc-header .header-nav .nav-item {
  float: left;
  height: 50px;
  line-height: 40px;
  margin-right: 25px;
  position: relative;
}
.common_pc-header .header-nav .nav-item:after {
  content: '';
  position: absolute;
  height: 28px;
  width: 1px;
  background: #ddd;
  right: -12px;
  top: 6px;
}
.common_pc-header .header-nav .nav-item:last-child:after {
  display: none;
}
.common_pc-header .header-nav .nav-item.active>a {
  color: #38c34b;
}
.common_pc-header .header-nav .nav-item>a:hover {
  color: #38c34b;
}
.common_pc-header .header-nav span,
.common_pc-header .header-nav i {
  display: inline-block;
  vertical-align: middle;
}
.common_pc-header .header-nav i {
  font-size: 28px;
  font-weight: 500;
  margin-right: 5px;
}
.common_pc-header .header-nav .icon-search,
.common_andr-header .icon-search{
  font-size: 28px;
  cursor: pointer;
  color: #48c859;
  width: 55px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1000;
}
.common_andr-header .icon-search {
  height: 50px;
  line-height: 50px;
}
.common_pc-header .header-nav .cover,
.common_andr-header .cover{
  position: absolute;
  width: 55px;
  height: 8px;
  bottom: -4px;
  right: 0;
  background: #fff;
  z-index: 1010;
  display: none;
}
.common_pc-header .triggered .cover,
.common_andr-header .triggered .cover {
  display: block;
}
.common_pc-header .triggered .icon-search,
.common_andr-header .triggered .icon-search {
  box-shadow: 0 0 16px rgba(98,98,98,0.42);
  background-color: #fff;
}
.common_pc-header .triggered .search-box,
.common_andr-header .triggered .search-box {
  display: block;
}
.common_pc-header .search-box,
.common_andr-header .search-box {
  position: absolute;
  right: 0;
  top: 60px;
  width: 480px;
  height: 50px;
  background: #fff;
  padding: 10px 0 0 20px;
  z-index: 1000;
  box-shadow: 0 6px 16px rgba(98,98,98,0.42);
  display: none;
  font-size: 14px;
}
.common_andr-header .search-box {
  top: 50px;
}
.common_pc-header .search-box .s-wrapper,
.common_andr-header .search-box .s-wrapper{
  width: 470px;
  height: 40px;
}
.common_pc-header .search-box input,
.common_andr-header .search-box input {
  box-sizing: border-box;
  width: 410px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  border-right: none;
  padding-left: 20px;
  float: left;
  outline: none;
}
.common_pc-header .search-box .s-btn,
.common_andr-header .search-box .s-btn {
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #38c34b;
  outline-style: none;
  border: none;
  cursor: pointer;
}
.common_pc-header .sub-nav,
.common_andr-header .sub-nav{
  display: none;
  width: 360px;
  padding: 0 20px;
  position: absolute;
  left: -13px;
  top: 50px;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 1px 4px rgba(36,36,36,0.2);
}
.common_pc-header .sub-nav .cate-name,
.common_andr-header .sub-nav .cate-name{
  line-height: 59px;
  font-size: 18px;
  border-bottom: 1px solid #999;
}
.common_pc-header .sub-nav .sub-cate,
.common_andr-header .sub-nav .sub-cate {
  height: 27px;
  line-height: 40px;
  color: #999;
}
.common_pc-header .sub-nav ul,
.common_andr-header .sub-nav ul {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.common_pc-header .sub-nav ul:last-child,
.common_andr-header .sub-nav ul:last-child{
  border-bottom: none;
}
.common_pc-header .sub-nav li,
.common_andr-header .sub-nav li {
  float: left;
  width: 90px;
  height: 33px;
  line-height: 50px;
}
.common_pc-header .sub-nav li:hover a,
.common_andr-header .sub-nav li:hover a{
  color: #38c34b;
}
.common_pc-header .sub-nav .check-all,
.common_andr-header .sub-nav .check-all {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 80px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #38c34b;
}
.common_pc-header .nav-item:hover .sub-nav {
  display: block;
  -webkit-animation: subNav 0.2s ease-out;
  -moz-animation: subNav 0.2s ease-out;
  -ms-animation: subNav 0.2s ease-out;
  -o-animation: subNav 0.2s ease-out;
  animation: subNav 0.2s ease-out;
}
@-webkit-keyframes subNav {
  from {
    top: 55px;
  }
  to {
    top: 50px;
  }
}
@-moz-keyframes subNav {
  from {
    top: 55px;
  }
  to {
    top: 50px;
  }
}
@-o-keyframes subNav {
  from {
    top: 55px;
  }
  to {
    top: 50px;
  }
}
@-ms-keyframes subNav {
  from {
    top: 55px;
  }
  to {
    top: 50px;
  }
}
.common_andr-header {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #d5d5d5;
  background: #fff;
}
.common_andr-header box-shadow,
.common_andr-header .h-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.common_andr-header img,
.common_andr-header nav {
  display: inline-block;
  vertical-align: middle;
}
.common_mac-header .an-logo,
.common_andr-header .an-logo {
  display: inline-block;
  width: 140px;
  height: 100%;
  padding-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
}
.common_mac-header .an-logo .an-nav-wrapper,
.common_andr-header .an-logo .an-nav-wrapper {
  position: absolute;
  top: 63px;
  left: -26px;
  width: 165px;
  z-index: 99999;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
  text-align: center;
  display: none;
}
.common_andr-header .sub-nav {
  border-radius: 10px;
  top: 63px;
}
.common_andr-header .sub-nav .check-all {
  padding: 0;
  font-size: 14px;
  background-color: #0099FF;
}
.common_andr-header .sub-nav .sub-cate {
  font-size: 12px;
}
.common_andr-header .sub-nav {
  left: -100px;
}
.common_andr-header .sub-nav .hot-item {
  margin-top: 10px;
}
.common_andr-header .sub-nav .hot-item li {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  float: left;
  margin-right: 19px;
}
.common_andr-header .sub-nav .hot-item li:last-child {
  margin-right: 0;
}
.common_andr-header .sub-nav .hot-item li img {
  width: 100%;
  height: 100%;
}
.common_mac-header .an-logo:hover .an-nav-wrapper,
.common_andr-header .an-logo:hover .an-nav-wrapper,
.common_andr-header li:hover .sub-nav {
  display: block;
  -webkit-animation: anNav 0.2s ease-out;
  -moz-animation: anNav 0.2s ease-out;
  -ms-animation: anNav 0.2s ease-out;
  -o-animation: anNav 0.2s ease-out;
  animation: anNav 0.2s ease-out;
}
@-webkit-keyframes anNav {
  from {
    top: 68px;
  }
  to {
    top: 63px;
  }
}
@-moz-keyframes anNav {
  from {
    top: 68px;
  }
  to {
    top: 63px;
  }
}
@-o-keyframes anNav {
  from {
    top: 68px;
  }
  to {
    top: 63px;
  }
}
@-ms-keyframes anNav {
  from {
    top: 68px;
  }
  to {
    top: 63px;
  }
}
.common_mac-header .an-logo .an-nav-wrapper:before,
.common_andr-header .an-logo .an-nav-wrapper:before,
.common_andr-header .sub-nav:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  position: absolute;
  top: -12px;
  left: 78px;
}
.common_andr-header .sub-nav:before {
  left: 136px;
}
.common_mac-header .an-logo .an-nav-wrapper li,
.common_andr-header .an-logo .an-nav-wrapper li {
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #eee;
}
.common_mac-header .an-logo .an-nav-wrapper li a,
.common_andr-header .an-logo .an-nav-wrapper li a {
  transition: all .4s;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.common_mac-header .an-logo .an-nav-wrapper li:hover a,
.common_andr-header .an-logo .an-nav-wrapper li:hover a {
  color: #00aee8;
}
.common_mac-header .an-logo .an-nav-wrapper li img,
.common_andr-header .an-logo .an-nav-wrapper li img {
  width: 22px;
  height: 22px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.common_mac-header .an-logo .an-nav-wrapper li i:before,
.common_andr-header .an-logo .an-nav-wrapper li i:before {
  color: #00aee8;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.common_mac-header .an-logo .an-nav-wrapper li i.icon-homepage:before,
.common_andr-header .an-logo .an-nav-wrapper li i.icon-homepage:before {
  font-size: 34px;
  margin-right: 5px;
  vertical-align: sub;  
}
.common_mac-header .an-logo .an-nav-wrapper li i.icon-homepage,
.common_andr-header .an-logo .an-nav-wrapper li i.icon-homepage {
  margin-left: -5px;
}
.common_mac-header .an-logo .an-nav-wrapper li:last-child,
.common_andr-header .an-logo .an-nav-wrapper li:last-child {
  border: none;
}
.common_mac-header .an-logo {
  perspective: 1000px;
}
.common_mac-header .an-logo img,
.common_andr-header .an-logo img {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 5px;
  transition: all .4s;
}
.common_mac-header .an-logo img.home-logo-img,
.common_andr-header .an-logo img.home-logo-img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  visibility: hidden;
}
.common_mac-header .an-logo:hover img.android-img,
.common_andr-header .an-logo:hover img.android-img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0;
  visibility: hidden;
}
.common_mac-header .an-logo:hover img.home-logo-img,
.common_andr-header .an-logo:hover img.home-logo-img {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.common_mac-header .an-logo span,
.common_andr-header .an-logo span {
  float: right;
  margin-right: 20px;
}
.common_andr-header nav {
  height: 100%;
  font-size: 16px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
}
.common_andr-header .sub-nav li a {
  font-size: 14px;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.common_andr-header .sub-nav li a img {
  vertical-align: unset;
}
.common_andr-header nav>ul>li {
  float: left;
  width: 110px;
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
.common_andr-header nav a {
  padding: 5px 15px;
  border-radius: 30px;
  transition: all 0.2s;
}
.common_andr-header nav>ul>li>a:hover,
.common_andr-header nav>ul>li.active>a {
  background: #0077FF;
  color: #fff;
}
.common_andr-breadcrumb {
  line-height: 30px;
  margin: 10px 0 20px;
  color: #999;
}

.common_andr-breadcrumb i {
  margin-right: 5px;
  color: #0077FF;
}

.common_andr-breadcrumb a,
.common_andr-breadcrumb em {
  color: #999;
}
.common_andr-breadcrumb .current {
  color: #666;
}
footer.common_footer {
  height: 150px;
  background-color: #fff;
  padding-top: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.common_footer.mac_footer {
  background: #333;
}
footer.common_footer ul {
  display: inline-block;
  margin-bottom: 50px;
}
footer.common_footer li {
  float: left;
  width: 95px;
  line-height: 18px;
  border-left: 1px solid #b0b0b0;
  text-align: center;
}
footer.common_footer li:first-child {
  border: none;
}
footer.common_footer li a {
  color: #999;
}
footer.common_footer p {
  color: #999;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
}
/*评分星星公用样式*/
.common_star-item {
  display: inline-block;
  width: 90px;
  height: 18px;
  background: url("../images/star-grey.png") 0 0 repeat-x;
  background-size: 18px 100%;
  position: relative;
}
.common_star-item:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/star-gold.png") 0 0 repeat-x;
  background-size: 18px 100%;
}
.common_star-item.star1:before {
  width: 20%;
}
.common_star-item.star2:before {
  width: 40%;
}
.common_star-item.star3:before {
  width: 60%;
}
.common_star-item.star4:before {
  width: 80%;
}
.common_star-item.star5:before {
  width: 100%;
}
/*通用翻页按钮样式*/
.common_pagination {
  text-align: center;
  position: absolute;
  bottom: 35px;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 0;
}
.common_pagination span {
  display: inline-block;
  line-height: 40px;
  color: #999;
  padding: 0 10px;
  font-size: 14px;
  background: #fff;
  vertical-align: middle;
}
.common_pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #999;
  background: #fff;
}
.common_pagination a.active {
  background: #38c34b;
  color: #fff;
}
.mac_pagination a.active {
  background: #333;
}
.common_pagination .disabled {
  color: #ddd;
}
/*侧边导航条*/
.common_sidebar {
  position: fixed;
  left: 50%;
  bottom: 100px;
  margin-left: 610px;
  z-index: 1000;
  display: none;
}
.common_sidebar .sidebar_cell {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #38c34b;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  background: #fff;
}
.common_sidebar .sidebar_cell:hover .cell-wrapper {
  top: -100%;
}
.common_sidebar .sidebar_cell.active {
  background: #38c34b;
  color: #fff;
}
.common_sidebar .sidebar_cell.active .cell-item {
  color: #fff;
}
.common_sidebar .sidebar_cell .cell-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.common_sidebar .sidebar_cell .cell-item {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  color: #666;
  box-sizing: border-box;
  cursor: pointer;
}
.common_sidebar .sidebar_cell .cell-icon,
.common_sidebar .sidebar_cell .back-to-top {
  font-size: 24px;
}
.common_sidebar .sidebar_cell .cell-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  background: #38c34b;
  letter-spacing: 1px;
  padding-left: 1px;
}
/*面包屑导航*/
.breadcrumb {
  width: 1200px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #eee;
  border-radius: 15px;
  background: #fff;
  margin: 5px auto 10px;
  padding: 0 10px;
  color: #999;
  box-sizing: border-box;
}
.breadcrumb .icon-fly:before {
  color: #30a338;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.breadcrumb a {
  color: #1d96f4;
}
/*浮动简写*/
.fr {
  float: right;
}
.fl {
  float: left;
}
.common_ovh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toggled-view {
  display: none;
}
.toggled-view.active {
  display: block;
}
.grey-text {
  color: #999;
  font-size: 12px;
}

/* 所有内容页后台样式输出 */
.fr-view {
  font-size: 16px;
}
.fr-view a {
  color: #00aee8;
}
.fr-view .intro {
  border-left: 5px solid #0cad12;
  border-bottom: 1px solid #ccc4da;
  font-size: 18px;
  padding: 10px;
  margin: 0 0 20px;
}
.fr-view .special-info {
  background-color: #fef7f8;
  color: #210406;
  margin: 0 0 20px;
  padding: 5px 15px;
  border-left: 5px solid #f0868e;
}
.fr-view hr,
.fr-view p {
  margin: 20px 0;
}
.fr-view blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  color: #5e35b1;
  padding-left: 5px;
}
.fr-view ul,
.fr-view ol {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  border-radius: 0 !important;
  margin-bottom: 10px;
}
.fr-view ul {
  list-style-type: disc;
}
.fr-view ol {
  list-style-type: decimal;
}
.fr-view .fr-text-gray {
  color: #aaa !important;
}
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}
.fr-view sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.fr-view img {
  position: relative;
  max-width: 100%;
}
.fr-view a {
  color: #00aee8;
}
.fr-view .surround{
  clear:none;
}
.fr-view p {
  clear:both;
}
.fr-view .special-info .intro {
  clear:both;
}
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
}
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
}
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 16px;
  max-width: calc(100% - 5px);
}
.fr-view img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fr-view img.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-view .fr-video {
  text-align: center;
  position: relative;
}
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.common_mac-header {
  user-select: none;
  height: 60px;
  background: #333;
}
.common_mac-header .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding-right: 70px;
  box-sizing: border-box;
}
.common_mac-header .logo {
  float: left;
  margin: 10px 40px 0 0;
}
.common_mac-header nav {
  float: left;
  margin-left: 209px;
}
.common_mac-header .an-logo {
  height: 60px;
  left: 0;
}
.common_mac-header .an-logo .an-nav-wrapper {
  top: 60px;
  left: -14px;
}
.common_mac-header .an-logo:hover .an-nav-wrapper {
  display: block;
  -webkit-animation: macNav 0.4s ease-out;
  -moz-animation: macNav 0.4s ease-out;
  -ms-animation: macNav 0.4s ease-out;
  -o-animation: macNav 0.4s ease-out;
  animation: macNav 0.4s ease-out;
}
@-webkit-keyframes macNav {
  from {
    top: 65px;
  }
  to {
    top: 60px;
  }
}
@-moz-keyframes macNav {
  from {
    top: 65px;
  }
  to {
    top: 60px;
  }
}
@-o-keyframes macNav {
  from {
    top: 65px;
  }
  to {
    top: 60px;
  }
}
@-ms-keyframes macNav {
  from {
    top: 65px;
  }
  to {
    top: 60px;
  }
}
.common_mac-header .an-logo span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.common_mac-header .an-logo img {
  top: 10px;
}
.common_mac-header nav li {
  float: left;
  width: 88px;
  line-height: 60px;
  text-align: center;
}
.common_mac-header nav li:hover,
.common_mac-header nav li.active {
  background: #222;
}
.common_mac-header nav a {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.common_mac-header .top-search {
  float: left;
  width: 55px;
  height: 60px;
  text-align: center;
  margin-left: 38px;
  position: relative;
  cursor: pointer;
}
.common_mac-header .top-search.triggered .icon-search {
  background: #fff;
  color: #333;
}
.common_mac-header .top-search.triggered .cover {
  display: block;
}
.common_mac-header .top-search.triggered .search-box {
  display: block;
}
.common_mac-header .top-search .icon-search {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 32px;
}
.common_mac-header .top-search .cover {
  position: absolute;
  width: 55px;
  height: 8px;
  bottom: -4px;
  right: 0;
  background: #fff;
  z-index: 1010;
  display: none;
}
.common_mac-header .top-search .search-box {
  position: absolute;
  right: 0;
  top: 60px;
  width: 480px;
  height: 50px;
  background: #fff;
  padding: 10px 0 0 20px;
  z-index: 1000;
  box-shadow: 0 6px 16px rgba(98,98,98,0.42);
  display: none;
  border-radius: 0 0 10px 10px;
}
.common_mac-header .top-search .search-box .s-wrapper {
  width: 470px;
  height: 40px;
}
.common_mac-header .top-search .search-box input {
  box-sizing: border-box;
  width: 410px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  border-right: none;
  padding-left: 20px;
  float: left;
  outline: none;
}
.common_mac-header .top-search .search-box .s-btn {
  float: left;
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #333;
  outline-style: none;
  border: none;
}
.common_mac-header .log-box-wrapper {
  float: right;
  width: 124px;
  height: 60px;
  font-size: 0;
}
.common_mac-header .log-box-wrapper .login-btn,
.common_mac-header .log-box-wrapper .reg-btn {
  width: 58px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #38c34b;
  border-radius: 5px;
  outline: none;
  margin-top: 15px;
  cursor: pointer;
}
.common_mac-header .log-box-wrapper .login-btn {
  background: #38c34b;
  color: #fff;
  margin-right: 8px;
  background: #38c34b;
}
.common_mac-header .log-box-wrapper .reg-btn {
  background: #333;
  color: #38c34b;
}
.common_mac-header .logged-in {
  display: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  position: relative;
  text-align: right;
}
.common_mac-header .logged-in:hover .hover-show {
  display: block;
}
.common_mac-header .logged-in:hover .hover-arrow {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center bottom;
}
.common_mac-header .logged-in .avatar-img-hook,
.common_mac-header .logged-in .vip-tag,
.common_mac-header .logged-in .hover-arrow {
  display: inline-block;
  vertical-align: middle;
}
.common_mac-header .logged-in .avatar-img-hook {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 10px;
}
.common_mac-header .logged-in .vip-tag {
  padding: 0 5px;
  font-size: 12px;
  background: #ddd;
  color: #fff;
  margin: 0 5px;
}
.common_mac-header .logged-in .vip-tag.vip {
  background-color: red;
}
.common_mac-header .logged-in .points {
  position: absolute;
  width: 60px;
  text-align: center;
  text-indent: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: 5px;
  right: 0;
  color: #fff;
  font-size: 12px;
}
.common_mac-header .logged-in .hover-arrow {
  width: 10px;
  height: 10px;
  border: 1px solid #ababab;
  border-left-color: transparent;
  border-bottom-color: transparent;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.4s;
}
.common_mac-header .logged-in .hover-show {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  width: 188px;
  height: 288px;
  border-radius: 10px;
  background: #222;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.common_mac-header .logged-in .hover-show:before {
  content: '';
  position: absolute;
  right: 60px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.common_mac-header .logged-in .hover-show:after {
  content: '';
  position: absolute;
  width: 124px;
  height: 15px;
  top: -15px;
  right: 0;
  opacity: 0;
}
.common_mac-header .logged-in .nickname {
  text-align: center;
  line-height: 39px;
  border-bottom: 1px solid #666;
  color: #fff;
  padding: 0 10px;
}
.common_mac-header .logged-in .pm-item {
  display: block;
  line-height: 40px;
  text-align: left;
  padding-left: 20px;
  color: #fff;
}
.common_mac-header .logged-in .pm-item:last-child {
  border-top: 1px solid #ababab;
  border-radius: 0 0 10px 10px;
}
.common_mac-header .logged-in .pm-item:hover {
  background: #000;
}
.common_mac-header .logged-in .icon,
.common_mac-header .logged-in em {
  display: inline-block;
  vertical-align: middle;
}
.common_mac-header .logged-in .icon {
  font-size: 22px;
  margin-right: 10px;
}
.common_mac-header .login-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9999;
}
.common_mac-header .center-box {
  width: 305px;
  height: 480px;
  padding: 30px 40px;
  background: #fff;
  border: 10px solid #dcdcdc;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.common_mac-header .center-box .login-reg {
  height: 38px;
  line-height: 38px;
  border: 1px solid #666;
  border-radius: 20px;
  font-size: 0;
  margin-bottom: 20px;
}
.common_mac-header .center-box .login-reg .login,
.common_mac-header .center-box .login-reg .reg {
  display: inline-block;
  font-size: 16px;
  width: 50%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.common_mac-header .center-box .login-reg .login.active,
.common_mac-header .center-box .login-reg .reg.active {
  background: #666;
  color: #fff;
}
.common_mac-header .center-box .login-reg .login.active {
  border-radius: 20px 0 0 20px;
}
.common_mac-header .center-box .login-reg .reg.active {
  border-radius: 0 20px 20px 0;
}
.common_mac-header .center-box label {
  display: inline-block;
  width: 100%;
  text-indent: 18px;
  font-size: 16px;
  line-height: 32px;
}
.common_mac-header .center-box input[type="text"],
.common_mac-header .center-box input[type="password"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 20px;
  border: none;
  border-radius: 20px;
  outline: none;
  background: #f8f8f8;
  box-shadow: inset 0 0 7px rgba(174,174,174,0.22);
  margin-bottom: 14px;
}
.common_mac-header .center-box .rem-for {
  margin: 10px 0 38px;
  color: #666;
}
.common_mac-header .center-box .rem-for .forgit-pw {
  cursor: pointer;
}
.common_mac-header .center-box input[type="radio"] {
  background: #f8f8f8;
  margin-right: 5px;
}
.common_mac-header .center-box .login-btn {
  width: 100%;
  height: 34px;
  border: none;
  outline: none;
  border-radius: 17px;
  color: #fff;
  background: #222;
  cursor: pointer;
}
.common_mac-header .center-box .login-form {
  position: relative;
}
.common_mac-header .center-box fieldset {
  position: relative;
  padding-bottom: 10px;
}
.common_mac-header .center-box .error-text {
  position: absolute;
  bottom: 0;
  left: 20px;
  color: #f00;
  display: none;
}
.center-box .login-form>.error-text {
  bottom: 36px;
}
.common_mac-header .tp-login,
.common_mac-header .tp-reg {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.common_mac-header .tp-login p,
.common_mac-header .tp-reg p {
  margin-top: 10px;
}
.common_mac-header .tp-login .txt,
.common_mac-header .tp-reg .txt {
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  background: #fff;
  z-index: 2;
}
.common_mac-header .tp-login .txt:before,
.common_mac-header .tp-reg .txt:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 1px;
  background: #eee;
  left: -60px;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
}
.common_mac-header .tp-login .qq-icon,
.common_mac-header .tp-reg .qq-icon {
  font-size: 62px;
  color: #68bef8;
  cursor: pointer;
}
.common_mac-header .tp-login .wechat-icon,
.common_mac-header .tp-reg .wechat-icon {
  font-size: 62px;
  color: #07b906;
  cursor: pointer;
}
.common_mac-header .tp-reg .mobile-icon {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 57px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: #FFCE58;
  cursor: pointer;
}

.common_mac-header .tp-login .qq-icon {
  margin-right: 80px;
}
.common_mac-header .tp-login .txt {
  color: #666;
}
.common_mac-header .tp-reg {
  display: none;
}
.common_mac-header .tp-reg .txt {
  font-size: 18px;
}
.common_mac-header .tp-reg .qq-reg,
.common_mac-header .tp-reg .wechat-reg,
.common_mac-header .tp-reg .tel-reg {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin: 100px 19px 20px;
}
.common_mac-header .close-btn {
  position: absolute;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #aaa;
  border-radius: 50%;
}
.common_mac-header .tp-reg .tip-tel {
  font-size: 16px;
}
.common_mac-breadcrumb {
  width: 1200px;
  line-height: 38px;
  border: 1px solid #999;
  border-radius: 20px;
  text-indent: 10px;
  font-size: 16px;
  margin: 10px auto;
}
.common_mac-breadcrumb a {
  font-size: 16px;
}
/* 未来之前的样式 */
.content .fr-view {border-top:none;color:#000;background-color:#FFF;clear:both;padding-bottom:50px;padding:0 10px 15px 10px}
.content .fr-view strong{color:#333;padding:0 0px}
.content .fr-view a{color:#06F;padding:0 2px 0 2px;text-decoration:none}
.content .fr-view a:hover{color:#F60}
.content .fr-view h1{font-size:2.2em;font-weight:400;padding:10px 0;margin:10px 0;color:#444}
.content .fr-view h3{font-size:22px;color:#333;padding-bottom:15px;margin:20px 5px 20px;border-bottom:1px solid #d6d6d8;margin-right:-30px}
.content .fr-view h2{font-size:1.9em;font-weight:400;line-height:120%;color:#52412E;padding:10px 0}
.content .fr-view h4{font-size:1.2em;line-height:120%;color:#444;font-weight:700;padding:10px 0;font-weight:400}
.content .fr-view h5{font-size:.9em;line-height:120%;color:#444;padding:10px 0}
.content .fr-view h6{font-size:.75em;line-height:120%;color:#444;padding:10px 0}
.content .fr-view ol{margin:10px 20px}
.content .fr-view ol li{list-style-type:decimal;margin-left:20px}
.content .fr-view img{display:block; margin:25px auto;}
/*mac版返回顶部样式*/
/*GoTop*/
.content .fr-view h3.intro {
  margin-left: -30px;
}
.orsoon-sidebar {
  width: 50px;
  position: fixed;
  right: 50%;
  bottom: 190px;
  margin-right: -665px;
  display: none;
}

.orsoon-sidebar .sidebar_cell {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}
.orsoon-sidebar .sidebar_cell.user-center {
  display: none;
}

.orsoon-sidebar .sidebar_cell:last-child {
  border: none;
}

.orsoon-sidebar .sidebar_cell .cell-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: rgba(0,0,0,.5);
  border-radius: 5px;
}
.orsoon-sidebar .sidebar_cell .cell-item {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  transition:all .4s;
}
.orsoon-sidebar .sidebar_cell:hover .cell-item {
  background: rgba(0,0,0,.9);
}

.orsoon-sidebar .sidebar_cell:hover .cell-item.img-qq {
  background-color: rgba(0,0,0,.9);
}
.orsoon-sidebar .sidebar_cell .cell-item.cell-icon {
  font-size: 30px;
}
.orsoon-sidebar .sidebar_cell .cell-item.img-qq {
  background: url('../images/QQ-white.png') no-repeat center center;
  background-size: 30px 30px;
  position:relative;
}
.orsoon-sidebar .sidebar_cell .cell-item.img-qq.qq-orange {
  background-image: url('../images/QQ-orange.png');
  background-size: 30px 30px;
  animation: flashingQQ 1s linear 1s infinite alternate;
  -webkit-animation: flashingQQ 1s linear 1s infinite alternate;
  -ms-animation: flashingQQ 1s linear 1s infinite alternate;
  -o-animation: flashingQQ 1s linear 1s infinite alternate;
  -moz-animation: flashingQQ 1s linear 1s infinite alternate;
}
.orsoon-sidebar .sidebar_cell .icon-vip1_shine {
  animation: flashingIcon 1s linear 1s infinite alternate;
  -webkit-animation: flashingIcon 1s linear 1s infinite alternate;
  -ms-animation: flashingIcon 1s linear 1s infinite alternate;
  -o-animation: flashingIcon 1s linear 1s infinite alternate;
  -moz-animation: flashingIcon 1s linear 1s infinite alternate;
}

@keyframes flashingIcon {
  from {color: #fff;}
  to {color: #ff9d00;}
}

@-webkit-keyframes flashingIcon {
  from {color: #fff;}
  to {color: #ff9d00;}
}

@-ms-keyframes flashingIcon {
  from {color: #fff;}
  to {color: #ff9d00;}
}

@-moz-keyframes flashingIcon {
  from {color: #fff;}
  to {color: #ff9d00;}
}

@-o-keyframes flashingIcon {
  from {color: #fff;}
  to {color: #ff9d00;}
}

@keyframes flashingQQ {
  from {opacity: 1;}
  to {opacity: 0;}
}

@-webkit-keyframes flashingQQ {
  from {opacity: 1;}
  to {opacity: 0;}
}

@-ms-keyframes flashingQQ {
  from {opacity: 1;}
  to {opacity: 0;}
}

@-moz-keyframes flashingQQ {
  from {opacity: 1;}
  to {opacity: 0;}
}

@-o-keyframes flashingQQ {
  from {opacity: 1;}
  to {opacity: 0;}
}

.orsoon-sidebar .sidebar_cell .back-to-top {
  cursor: pointer;
}

.orsoon-sidebar .sidebar_cell .back-to-top:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 10px;
}
font [class*="icon-guanzhu"] {
  font-size: 0 !important;
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url('../images/list-icons-sprite.png') no-repeat -4px -101px;
  vertical-align: middle;
  margin-right: 2px !important;
}
.icon-guanzhu_grey {
  background-position: -4px -72px !important;
}
#go-top-roct {
  position: fixed;
  bottom: 150px;
  left: 50%;
  margin-left: 620px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
#go-top-roct img {
  width: 40px;
  display: none;
}
#go-top-roct img.active {
  display: block;
}

/* 公用dl样式 */
.fr-view .block_soft {
  width: 100%;
  height: 145px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
  margin: 5px auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.fr-view .block_soft a {
  display: inline-block;
  height: 100%;
}
.fr-view ul {
  margin: 0;
  padding: 0;
}
.fr-view .block_soft .block_img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  margin: 12px 20px 0 12px;
  float: left;
}
.fr-view .block_soft .block_img img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.fr-view .block_soft .block_content {
  overflow: hidden;
  width: 65%;
  height: 100%;
  border-right: 1px dashed #E6E6E6;
}
.fr-view .block_soft .block_content .title {
  font-size: 18px;
  color: #333;
  margin: 12px 0;
  line-height: 1.5em;
}
.fr-view .block_soft .block_content .desc {
  height: 4em;
  overflow: hidden;
  line-height: 2em;
  max-width: 95%;
  font-size: 14px;
  color: #666;
  margin: 0;
}
.fr-view .block_soft .block_content .info {
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  line-height: 1.5em;
}
.fr-view .block_soft .block_content .info span {
  margin-right: 15px;
  color: #999;
}
.fr-view .block_soft .block_btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 14%;
}  
.fr-view .block_soft .block_btn .btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #38C34B;
  color: #fff;
  text-align: center;
  outline-style: none;
  border: none;
  cursor: pointer;
}

/* 历史记录 */
#history {
  font-size: 14px;
  display: inline-block;
  margin-left: 41px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}

#history:hover .history-wrapper {
  display: block;
  -webkit-animation: hisNav 0.2s ease-out;
  -moz-animation: hisNav 0.2s ease-out;
  -ms-animation: hisNav 0.2s ease-out;
  -o-animation: hisNav 0.2s ease-out;
  animation: hisNav 0.2s ease-out;
}
@-webkit-keyframes hisNav {
  from {
    top: 48px;
  }
  to {
    top: 40px;
  }
}
@-moz-keyframes hisNav {
  from {
    top: 48px;
  }
  to {
    top: 40px;
  }
}
@-o-keyframes hisNav {
  from {
    top: 48px;
  }
  to {
    top: 40px;
  }
}
@-ms-keyframes hisNav {
  from {
    top: 48px;
  }
  to {
    top: 40px;
  }
}
.history-wrapper {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 500px;
  z-index: 9999;
  padding: 30px 10px 0;
  display: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
}
.history-wrapper .clear-histroy {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ddd;
  width: 100px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: default;
}
.history-wrapper .clear-histroy.active {
  color: #38c34b;
  border: 1px solid #38c34b;
  cursor: pointer;
}
.history-wrapper:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #eee;
  position: absolute;
  top: -12px;
  left: 40px;
}
.history-wrapper ul li {
  width: 100%;
  height: 1.5em;
  overflow: hidden;
  line-height: 20px;
  background-color: #fff;
  margin: 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
#history .history-wrapper ul li a {
  margin-left: 0;
}
.history-wrapper ul li:nth-last-child(1) {
  border-bottom: none;
}
/*双十一*/
 #double11 {
  position: fixed;
  right: 50%;
  bottom: 440px;
  margin-right: -640px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  transform: translateY(0px);
  animation: fupdown 1s linear 1s infinite alternate;
  -moz-animation: fupdown 1s linear 1s infinite alternate;
  Safari 和 Chrome:
  -webkit-animation: fupdown 1s linear 1s infinite alternate;
  Opera:
  -o-animation: fupdown 1s linear 1s infinite alternate;
}
@keyframes fupdown
{
from {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
to { 
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
}

@-moz-keyframes fupdown Firefox
{
from {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
to {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
}

@-webkit-keyframes fupdown Safari 和 Chrome
{
from {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
to {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
}

@-o-keyframes fupdown Opera
{
from {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
to {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}
} 

/* 提示绑定弹框 */
.p-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 9999;
  display: none;
}
.prompt-box-tel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 260px;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 60px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0,0,0,.5); 
  font-size: 16px;
}
.prompt-box-tel .cancel-tip {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  transition: all .2s;
}
.prompt-box-tel .cancel-tip:hover {
  transform: rotate(180deg);
  color: #0AA84D;
}
.prompt-box-tel .desc {
  text-align: center;
  width: 130px;
  line-height: 2em;
  margin: 0 auto;
  margin-bottom: 25px;
}
.prompt-box-tel .award {
  text-align: center;
}
.prompt-box-tel .award span {
  color: #999;
  font-size: 14px;
  display: inherit;
}
.prompt-box-tel a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #30A338;
  border-radius: 5px;
  margin-top: 30px;
}

.common_mac-header .center-box .reg-form,
.common_mac-header .center-box .bcakPassWord,
.common_mac-header .center-box .bcakPassWord .backPW-step-f, 
.common_mac-header .center-box .bcakPassWord .backPW-step-t, 
.common_mac-header .center-box .success-tip {
  display: none;
}

.common_mac-header .center-box .reg-form.active,
.common_mac-header .center-box .bcakPassWord.active,
.common_mac-header .center-box .success-tip.active {
  display: block;
}

.common_mac-header .center-box .back-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.common_mac-header .center-box .bcakPassWord fieldset>p {
  text-indent: 18px;
  color: #666;
}
.common_mac-header .center-box input[type="text"].code-ipt {
  width: 200px; 
}
.common_mac-header .center-box .code-img {
  width: 90px;
  margin-left: 12px;
  font-size: 0;
  height: 38px;
  vertical-align: top;
  border: 1px solid #eee;
  cursor: pointer;
}
.common_mac-header .center-box .back-pw-tip,
.common_mac-header .center-box .sure-pw-tip,
.common_mac-header .center-box .reg_tip {
  color: #f00;
  display: none;
}
.common_mac-header .center-box .back-pw-tip.green,
.common_mac-header .center-box .sure-pw-tip.green,
.common_mac-header .center-box .reg_tip.green {
  color: green;
}
.common_mac-header .center-box button.send-code {
  position: absolute;
  top: 30px;
  right: 8px;
  outline: none;
  border: none;
  width: 80px;
  height: 24px;
  line-height: 23px;
  color: #fff;
  border-radius: 12px;
  background-color: #30A338;
  font-size: 12px;
  cursor: pointer;
}
.common_mac-header .center-box button.send-code.forbid {
  background-color: #999;
  color: #eee;
  cursor: default;
}
.common_mac-header .center-box .reg-form button.send-code {
  top: 8px;
}
.common_mac-header .center-box button.step-btn {
  outline: none;
  border: none;
  width: 100%;
  height: 34px;
  color: #fff;
  border-radius: 17px;
  background-color: #30A338;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
}
.common_mac-header .center-box button.reg-tel-in {
  outline: none;
  border: none;
  width: 100%;
  height: 34px;
  color: #fff;
  border-radius: 17px;
  background-color: #222;
  font-size: 16px;
  cursor: pointer;
  margin-top: 25px;
}
.common_mac-header .center-box .success-tip .t-round{
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #30A338;
  color: #fff;
  font-size: 118px;
  line-height: 125px;
  text-align: center;
  margin: 50px auto 30px;
}
.common_mac-header .center-box .success-tip .text-tip {
  font-size: 18px;
  text-align: center;
}
.common_mac-header .center-box .success-tip .back-login {
  margin: 50px auto;
  display: block;
  right: 20px;
  top: 35px;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #30A338;
  cursor: pointer;
}

.new-info-num {
  position: absolute;
  left: 23px;
  top: 3px;
  background-color: red;
  border-radius: 10px;
  padding: 5px 6px;
  line-height: 10px;
  text-align: center;
  color: #fff;
}
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; text-indent: 5px;}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #c00; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
/*抽奖*/
#mask-sign {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: none;
    z-index: 9999;
}
.luck-draw {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 700px;
    height: 600px;
    background-color: #3E3F41;
    color: #fff;
    border-radius: 10px;
    padding: 37px;
    box-sizing: border-box;
}
.luck-draw .close {
    position: absolute;
    width: 30px;
    text-align: center;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
} 
.luck-draw .sign-suc {
  font-size: 30px;
  text-align: center;
}
.luck-draw .sign-suc em {
  font-size: 14px;
  margin-left: 5px;
  color: #ddd;
}
.luck-draw .sign-tips {
    text-align: center;
    height: 34px;
    line-height: 34px;
    margin: 15px 0 0px;
}
.luck-draw .tip {
    text-align: center;
    margin-bottom: 16px;
    margin-top: 22px;
    color: #bbb;
} 
.luck-draw .sign-tips span {
    display: inline-block;
    width: 300px;
    background-color: #5B5B5B;
    font-size: 18px;
    border-radius: 17px;
    margin: 0 20px;
    vertical-align: bottom;
}
.luck-draw .sign-tips i {
    font-size: 38px;
    vertical-align: middle;
    color: #5B5B5B;
}
.luck-draw table {
    width: 100%;
    text-align: center;
}
.luck-draw table td {
    height: 130px;
}
.luck-draw table td p.tanks {
    font-size: 18px;
    color: #cecfd0;
    line-height: 124px;
}
.luck-draw table td .item {
    position: relative;
    width: 200px;
    height: 120px;
    text-align: center;
    color: #cecfd0; 
    border: 1px solid #3E3F41;
    background-color: #2E3034;
}
.luck-draw table .lottery-btn {
    padding-left: 1px;
}
.luck-draw table td .go {
    width: 200px;
    height: 120px;
    font-size: 28px;
    background-color: #FFBE15;
    color: #90391D;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    box-sizing: border-box;
}
.luck-draw table td .go span {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background-color: #90391D;
    color: #FFBE15;
    margin: 3px auto;
    font-size: 22px;
}
.luck-draw table td .go em {
    font-size: 12px;
    display: inherit;
}
.luck-draw table td .item img {
    vertical-align: middle;
}
.luck-draw table td p.title {
    background-color: #232426;
    font-size: 16px;
    padding: 3px 0;
}
.luck-draw table td.active .item {
    border-color: #fff;
}
.luck-draw .prize-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 400px;
    height: 320px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    display: none;
}
.luck-draw .prize-box .prize {
  display: none;
  margin: 0 auto;
}
.luck-draw .prize-box .prize.active {
  display: block;
}
.luck-draw .prize-box .prize.coupon-p {
  background-image: url(../images/prize-c.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 210px;
  height: 180px;
  color: #90391D;
  text-align: center;
  line-height: 190px;
  font-size: 18px;
}
.luck-draw .prize-box .prize.point-p {
  background-image: url('../images/prize-p.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 210px;
  height: 180px;
  color: #90391D;
  text-align: center;
  line-height: 190px;
  font-size: 18px;
}
.luck-draw .prize-box .close-prize {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #666;
  right: 5px;
  top: 5px;
  font-size: 22px;
  cursor: pointer;
}
.luck-draw .prize-box .prize.thanks,
.luck-draw .prize-box .prize.empty {
  font-size: 18px;
  color: #666;
  line-height: 160px;
}
.luck-draw .prize-box.link-list {
  color: red;
}
.luck-draw .prize-box .cont-btn {
  width: 210px;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  font-size: 18px;
  background-color: #FFBF17;
  color: #90391D;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 22px;
}
.luck-draw .prize-box .link-list {
  display: block;
  color: #90391D;
  text-decoration: underline;
  margin-top: 5px;
}
.sign-price {
    position: absolute;
    right: 0px;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    background-color: #ff5f17;
    color: #fff;
    top: 15px;
    border-radius: 5px;
}
.animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.livechat-girl{width:60px;height:60px;border-radius:50%;position:fixed;bottom:90px;right:40px;opacity:0;-webkit-box-shadow:0 5px 10px 0 rgba(35,50,56,0.3);box-shadow:0 5px 10px 0 rgba(35,50,56,0.3);z-index:700;transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);cursor:pointer;-webkit-transition:all 1s cubic-bezier(0.86,0,0.07,1);transition:all 1s cubic-bezier(0.86,0,0.07,1)}.livechat-girl:focus{outline:0}.livechat-girl.animated{opacity:1;transform:translateY(-40px);-webkit-transform:translateY(-40px);-ms-transform:translateY(-40px)}.livechat-girl:after{content:'';width:12px;height:12px;border-radius:50%;background-image:linear-gradient(to bottom,#38dc79,#1ab744);position:absolute;right:1px;top:1px;z-index:50}.livechat-girl .girl{position:absolute;top:0;left:0;width:100%;height:auto;z-index:50;border-radius:100%}.livechat-girl .animated-circles .circle{background:rgba(26,183,68,0.25);width:60px;height:60px;border-radius:50%;position:absolute;z-index:49;transform:scale(1);-webkit-transform:scale(1)}.livechat-girl .animated-circles.animated .c-1{animation:2000ms scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards}.livechat-girl .animated-circles.animated .c-2{animation:2500ms scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards}.livechat-girl .animated-circles.animated .c-3{animation:3000ms scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards}.livechat-girl.animation-stopped .circle{opacity:0 !important}.livechat-girl .livechat-hint{position:absolute;right:40px;top:50%;margin-top:-20px;opacity:0;z-index:0;-webkit-transition:all 0.3s cubic-bezier(0.86,0,0.07,1);transition:all 0.3s cubic-bezier(0.86,0,0.07,1);background-color:#1ab744}.livechat-girl .livechat-hint.show_hint{-webkit-transform:translateX(-40px);transform:translateX(-40px);opacity:1}.livechat-girl .livechat-hint.hide_hint{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.rd-notice-tooltip{-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2);box-shadow:0 2px 2px rgba(0,0,0,0.2);font-size:14px;border-radius:3px;line-height:1.25;position:absolute;z-index:65;max-width:350px}.rd-notice-tooltip.thumb-heart-tooltip{z-index:100;margin-top:19px}.rd-notice-tooltip.thumb-heart-tooltip .rd-notice-content{padding:10px 20px}.rd-notice-tooltip:after{position:absolute;display:block;content:'';height:20px;width:20px;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:50;top:10px;right:-6px;background-color:#1ab744}.rd-notice-tooltip .rd-notice-content{background:0;border-radius:3px;width:100%;color:#fff;position:relative;z-index:60;padding:20px;font-weight:400;line-height:1.45}.rd-notice-tooltip .rd-notice-content a{color:#fff;text-decoration:underline}.rd-notice-tooltip .arrow{display:none !important}.rd-notice-tooltip.alert.rd-closing{white-space:normal;text-align:left}.rd-notice-tooltip.alert.rd-closing .rd-notice-content{padding-right:50px}.rd-notice-tooltip.single-line .rd-notice-content{height:40px;padding:0 20px;line-height:40px;white-space:nowrap}@media(max-width:880px){.livechat-girl{display:none}}@keyframes scaleToggleOne{from{transform:scale(1);-webkit-transform:scale(1)}50%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes scaleToggleTwo{0%{transform:scale(1);-webkit-transform:scale(1)}20%{transform:scale(1);-webkit-transform:scale(1)}60%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes scaleToggleThree{0%{transform:scale(1);-webkit-transform:scale(1)}33%{transform:scale(1);-webkit-transform:scale(1)}66%{transform:scale(2);-webkit-transform:scale(2)}100%{transform:scale(1);-webkit-transform:scale(1)}}