@charset 'utf-8';


/*reset*/

html,
body,
div,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

li {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

img {
  border: 0;
}

button,
input,
select,
textarea {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}



/*global*/

html,
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  /* background: #f5f5f5; */
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.c-wrap {
  width: 1045px;
  margin: 0 auto;
}



/*topbar*/

.c-topbar {
  background: #212121;
  font-size: 12px;
  line-height: 24px;
  color: #efefef;
  font-family: HelveticaNeue-Light;
}

#c-topbar a {
  color: #efefef;
  text-decoration: none;
}

.c-topbar ul.navbar>li {
  float: left;
}

.c-topbar ul.navbar>li+li {
  margin-left: 34px;
}

.c-topbar .site {
  position: relative;
  height: 24px;
}

#c-topbar .site>a:hover {
  opacity: 1 !important;
}

.c-topbar .site i {
  font-size: 10px;
  margin-left: 4px;
}

.c-topbar .site ul {
  display: none;
  z-index: 2000;
  position: absolute;
  top: 100%;
  left: 0;
  background: #212121;
  white-space: nowrap;
  padding: 10px 4px
}

.c-topbar .site ul li {
  margin: 0 6px;
  display: inline-block;
}

.c-topbar .loginbar li {
  padding: 0 9px;
  float: left;
}

.c-topbar .loginbar li.red-bg {
  background: #CC0000;
  border-radius: 2px;
}

.appDownLoad {
  position: relative;
}

.appDownLoad span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #CC0000;
  bottom: 0px;
  left: 0px;
  display: none;
}

.appDownLoad .code {
  z-index: 9999;
  position: absolute;
  width: 140px;
  left: -44px;
  bottom: -127px;
  display: none;
}

.appDownLoad img {
  width: 100%;
}

.appDownLoad:hover span {
  display: block;
}

.appDownLoad:hover .code {
  display: block;
}

.ad-1100 {
  width: 1100px;
  margin: 0 auto;
}

.ad-610 {
  float: left;
  margin-left: 20px;
}

.nav-con {
  height: auto;
  position: relative;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 10px -5px;
}

.c-nav {
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 10px;
  padding: 12px 0;
  background: #FFFFFF;
}

.c-nav.fixed {
  position: fixed;
  top: -80px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
}

.c-s-nav {
  padding-bottom: 16px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.10);
}

.c-nav .search {
  margin-top: 10px;
  position: relative;
}

.c-nav .search form {
  border: 1px solid #DEDEDE;
  padding-left: 12px;
  padding-right: 42px;
}

.c-nav .search form input {
  border: none;
  padding: 0;
  height: 38px;
  font-size: 14px;
  width: 233px;
}

.c-nav .search form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  width: 50px;
  background: #0076ff url(../images/search.png) no-repeat center;
  cursor: pointer;
}

.s-navbar {
  margin-top: 24px;
  height: 33px;
  border-bottom: 2px solid #e6e6e5;
}

.barBox .s-navbar ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-navbar li {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 15px;
  margin-right: 23px;
}

.s-navbar li:last-child {
  margin-right: 0;
}

.s-navbar li.active {
  border-bottom: 2px solid #0076ff;
  font-weight: bold;
}

.s-navbar li a {
  color: #666666;
}

.s-navbar li.active a,
.s-navbar li a:hover {
  color: #0076ff;
}

.sub-nav dl {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  height: 22px;
  box-sizing: border-box;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-nav dl dt {
  width: 40px;
  height: 22px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background-color: #4a585f;
  cursor: default;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
}

.sub-nav dl .ddBox {
  display: flex;
  flex-wrap: wrap;
}

.sub-nav dl .ddBox .moreDD {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sub-nav dl .ddBox .moreDD dd {
  margin-top: 5px;
}

.sub-nav dl .more_btn {
  width: 15px;
  height: 15px;
  line-height: 13px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #ddd;
  background: #f9f9f9;
  color: #666;
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
}

.sub-nav dl .more_btn svg {
  width: 100%;
  height: 100%;
  color: #000;
}

.sub-nav dl dt::after {
  content: '';
  position: absolute;
  top: 0;
  right: -22px;
  width: 0px;
  height: 0px;
  border: 11px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #4a585f;
  border-right-color: transparent;
}


.sub-nav dl dd a {
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

.sub-nav dl dd {
  margin-right: 20px;
  height: 22px;
  width: auto;
  box-sizing: border-box;
}

.sub-nav dl dd:last-child {
  margin-right: 0;
}

.sub-nav dl .tags_dd:first-child {
  margin-left: 0;
}

.crumb {
  margin-top: 30px;
}

.crumb p,
.crumb p a {
  font-size: 14px;
  color: #AEAEAE;
  line-height: 12px;
}

.crumb p a:hover {
  color: #B92C28;
}

.crumb .loca {
  margin-top: 16px;
  width: 688px;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 10px;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
}

.crumb .loca * {
  float: left;
}

.crumb .loca span {
  color: #666;
}

.crumb .loca a {
  color: #919191;
  margin-left: 30px;
  padding: 0 12px;
}

.crumb .loca a.active,
.crumb .loca a:hover {

  color: #fff;
  background: #CC0000;
  border-radius: 2px;
}


/*banner*/

.c-head {
  margin-top: 0;
  position: relative;
  margin-bottom: 0px;
}

.slideTxtBox {
  width: 700px;
  height: 395px;
  overflow: hidden;
  position: relative;
}

.slideTxtBox .bd li img {
  width: 700px;
  height: 395px;
}

.slideTxtBox .prev,
.slideTxtBox .next {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 400px;
  opacity: .6;
  overflow: hidden;
  display: none;
}

.slideTxtBox .prev:hover,
.slideTxtBox .next:hover {
  opacity: 1;
}

.c-banner:hover .slideTxtBox .prev,
.c-banner:hover .slideTxtBox .next {
  display: block;
}

.slideTxtBox .prev {
  background: url(http://images.ofweek.com/cloud/images/ad-btn-right.png);
  left: 10px;
}

.slideTxtBox .next {
  background: url(http://images.ofweek.com/cloud/images/ad-btn-left.png);
  right: 10px;
}

.slideTxtBox .b-slide {
  position: relative;
  height: 395px;
}

.slideTxtBox .b-slide a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.slideTxtBox .slide-intro {
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  cursor: default;
  transition: all 0.5s;
}

.slideTxtBox .slide-intro:hover {
  bottom: 74px;
}

.slideTxtBox .slide-intro .gray-bg {
  position: absolute;
  height: 74px;
  top: 0;
  left: 0;
  background: #000000;
  opacity: .5;
  width: 100%;
}

.slideTxtBox .slide-intro .slide-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 74px;
  font-size: 14px;
  color: #fff;
  padding-left: 16px;
  transition: all 0.5s;
}

.slideTxtBox .slide-intro .slide-detail a {
  color: #fff;
  font-size: 20px;
}

.slideTxtBox .slide-intro-title {
  line-height: 44px;
}

.slideTxtBox .slide-intro .slide-detail p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-head .hot-issue {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 2px;
}

.c-head .hot-issue .issue-item {
  position: relative;
  height: 97px;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.c-head .hot-issue .issue-item:last-child {
  margin-bottom: 0;
}

.issue-item .red {
  background: #DD342F;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.issue-item .layer {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  left: 0;
  top: 0;
}

.issue-item .layer.left {
  left: -100%;
}

.issue-item .layer.right {
  left: 100%;
}

.issue-item .layer.bottom {
  top: 100%;
}

.issue-item .layer.current {
  transition: all 1s ease-in-out;
}

.issue-item .layer.top {
  top: -100%;
}

.issue-item .blue {
  background: #0076FF;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.issue-item .purple {
  background: #553EB8;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.issue-item .cont div {
  z-index: 2;
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  height: 56px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}

.issue-item .cont div {
  display: none;
}

.issue-item .cont div.active {
  display: block;
}

.issue-item h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  height: 44px;
  display: block;
}

.issue-item h2 a {
  color: #fff;
}

.issue-item span {
  position: absolute;
  font-size: 14px;
  right: -14px;
  bottom: -12px;
}

@keyframes scroll {
  0% {
    width: 100%;
  }

  20% {
    width: 0%;
  }
}

/*Ã¦Â¿Å¾Ã¥â€”Â­Ã§Â´â€¢Ã¦Â¥Â Ã¥â€ºÂ©Ã¢â€šÂ¬Ã¤Â½Æ’Ã¥Â£Ë†Ã©ÂÂ©Ã¯Â¿Â½*/

.c-sub-nav {
  margin: 16px 0 14px;
  line-height: 1;
  font-size: 14px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 10000;
  background: #fff;
}

.c-sub-nav.fixed {
  padding: 8px 0;
  position: fixed;
  top: -16px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(218, 218, 218, 0.50);
  box-shadow: 0 2px 2px 0 rgba(218, 218, 218, 0.50);
}

.c-sub-nav .navbar li {
  float: left;
  line-height: 20px;
  padding: 15px 16px;
  position: relative;
}

.c-sub-nav .navbar li a {
  color: #6E747E;
}

.c-sub-nav .navbar li a:hover {
  color: #16CFF7;
}

.c-sub-nav .navbar li.current a {
  color: #ffffff !important;
}

.c-sub-nav .navbar li.current {
  background: #16CFF7;
}

.c-sub-nav .navbar li.current:after {
  content: '';
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 9px;
  border-bottom: 2px solid #ffffff;
}

.c-sub-nav .searchbar {
  position: relative;
}

.c-sub-nav .searchbar input {
  width: 332px;
  padding: 10px 6px;
  border: 1px solid #EFEFEF;
  font-size: 14px;
  line-height: 1;
  color: #919191;
}

.c-sub-nav .searchbar input.placeholder {
  color: #b4b4b4;
}

.c-sub-nav .searchbar button {
  position: absolute;
  border: none;
  width: 50px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #16CFF7;
  color: #ffffff;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.c-sub-nav .searchbar button:hover {
  background: #60DCF7;
}

.c-sub-nav .searchbar .hot-word {
  background: #fff;
  position: absolute;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px 0 rgba(173, 173, 173, 0.50);
  box-shadow: 0 2px 4px 0 rgba(173, 173, 173, 0.50);
  display: none;
}

.c-sub-nav .searchbar .hot-word li {
  padding: 12px 16px;
  font-size: 14px;
  color: #919191;
  cursor: default;
}

.c-sub-nav .searchbar .hot-word li:hover {
  background: #EFEFEF;
}



/*Ã§â‚¬Â¹Ã©ÂÂ©Ã§Â®â€™Ã§Â»â€Ã§â€ Â¼Ã¥Â¼Â¬Ã©ÂÂ¥Ã¢â€¢Æ’Ã¥Â½Â¿Ã©â€“Â¸Ã¦Å½â€œÃ®Å¡â€°Ã©Å â€ Ã¯Â¿Â½*/

.main-content .main-left {
  width: 700px;
}

.recommend {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 1px 8px 0 rgba(159, 161, 165, 0.2);
  border-radius: 2px;
  height: 62px;
  margin: 14px 0;
}

.recommend .brand {
  position: relative;
  width: 164px;
  height: 62px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #0076ff;
  border-radius: 2px 0 0 2px;
  line-height: 26px;
  margin-right: 27px;
  user-select: none;
}

.recommend .brand img {
  position: absolute;
  right: -31px;
  top: 10px;
}

.recommend .brand span {
  display: inline-block;

}

.recommend .brand .to {
  margin-top: 6px;
  letter-spacing: 14px;
  margin-left: 10px;
}

.recommend p {
  float: left;
  width: 228px;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.recommend p a {
  color: #333;
}

.recommend p a:hover {
  color: #0076ff;
  text-decoration: underline;
}

.recommend em {
  float: left;
  border-left: 1px solid #DDDDDD;
  height: 32px;
  width: 0;
  margin: 15px 10px 0;
}

.article-con .article-item {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 20px 10px;
  padding-left: 0;
  padding-right: 35px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.5s;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  align-items: center;
  position: relative;
}

.article-con .article-item::after {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transition: all 0.5s;
  transform: translateX(-50%);
  background-color: #fff;
}

.article-con .article-item:hover::after {
  box-shadow: 0 0px 10px 1px rgba(182, 182, 182, 0.3);
}

.article-con .article-item:hover {
  /* box-shadow: 0 0px 10px 1px rgba(182, 182, 182, 0.3); */
  z-index: 99;
  border-color: transparent;
}

.article-con .article-item .tagTimeBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-item .imgBox {
  width: 208px;
  height: 134px;
  margin-right: 30px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 99;
}

.article-item .imgBox>a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}

.article-item:hover .imgBox>a {
  transform: scale(1.1);
}

.article-item .detail {
  overflow: hidden;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.article-item .detail h5 {
  font-size: 14px;
  color: #919191;
  line-height: 14px;
  font-weight: normal;
  /*margin-top: 30px;*/
}

.article-item .detail h5 span {
  display: inline-block;
  border-radius: 2px;
  height: 18px;
  padding: 0 4px;
  box-sizing: border-box;
  display: none;
}

.article-item .detail h5 span:nth-child(1),
.article-item .detail h5 span:nth-child(2),
.article-item .detail h5 span:nth-child(3),
.article-item .detail h5 span:nth-child(4) {
  display: inline-block;
}

.article-item .detail h5 a {
  color: #999999;
  display: inline-block;
  line-height: 18px;
}

.article-item .detail h5 a:hover {
  color: #666;
}

.article-item .detail .marked {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background: #7f98b6;
  font-family: auto;
}

.tag-advertiser {
  font-size: 11px;
  color: #fff;
  background: #7F98B6;
}

.article-item .detail span+span {
  margin-left: 16px;
}

.article-item .detail h2 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}

.article-item .detail .time {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 18px;
}

.article-item .detail h2 a {
  color: #262626;
  font-weight: 400;
  transition: all 0.3s;
}

.article-item .detail h2 a:hover {
  color: #0076ff;
}

.article-item .sharebar {
  /*margin-left: 200px;*/
  width: 30px;
  overflow: hidden;
  float: right;
  margin-top: 18px;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.article-item .sharebar:hover {
  width: 158px;
}

.sharebar i {
  color: #B4B4B4;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.sharebar p {
  width: 158px;
  position: absolute;
  right: 0;
  top: 0;
}

.sharebar p a {
  color: #4A5860;
  margin-right: 12px;
  float: left;
}

.sharebar i,
.sharebar p a {
  font-size: 22px;
  line-height: 1
}

.load-more {
  margin-top: 30px;
  color: #A9A9A9;
  font-size: 14px;
  text-align: center;
  cursor: default;
}

.main-content .main-right {
  width: 300px;
  margin-top: 0;
  background-color: #fff;
}

.main-right .part {
  padding-top: 40px;
}

.main-right .service {
  padding-top: 35px;
}

.part>div {
  padding: 16px 0;
  border-radius: 2px;
  background: #fff;
  padding-bottom: 0;
  padding-top: 0;
}

.main-right .part .part-title i {
  color: #16CFF7;
  font-size: 14px;
  margin-right: 8px;
}

.main-right .part .part-title {
  font-size: 18px;
  color: #333333;
  padding-left: 16px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
}

.main-right .part .part-title .look-more {
  color: #16CFF7;
  float: right;
}

.activity dl {
  margin-top: 16px;
  padding-bottom: 16px;
  height: 50px;
  font-size: 14px;
}

.activity dl+dl {
  border-top: 1px solid #EFEFEF;
}

.activity dl dt {
  float: left;
  margin-right: 8px;
  width: 34px;
  text-align: center;
}

.activity dl dt .day {
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}

.activity dl dt .month {
  display: block;
  color: #B4B4B4;
}

.activity dl dd .activity-name {
  height: 30px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity dl dd .activity-name a {
  color: #333333;
}

.activity dl dd .reg-btn a {
  color: #B4B4B4;
  margin-right: 10px;
}

.activity dl dd .reg-btn i {
  font-size: 14px;
  color: #16CFF7;
}

.activity dl dd {
  line-height: 20px;
}



/*Ã¦Â¥Â Ã§â€šÂ²Ã§ÂÂÃ©Å½Â²Ã¯Â¿Â½*/

.ad-zone {
  width: 346px;
  margin-top: 24px;
  height: 184px;
  overflow: hidden;
}

.ad-zone img {
  width: 346px;
  height: 184px;
  box-sizing: border-box;
}



/*OFweek Ã¥â€¦Â¬Ã¤Â¼â€”Ã¥Â¹Â³Ã¥ÂÂ°*/

.public .part-title a {
  border: 1px solid #B92C28;
  color: #B92C28;
  border-radius: 3px;
  font-size: 14px;
  line-height: 22px;
  padding: 0 6px;
}

.public .head {
  line-height: 34px;
  font-size: 14px;
}

.public .head img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  vertical-align: top;
}

.public .head .name {
  color: #333;
  margin-left: 8px;
  font-weight: bold;
}

.public .head .right span {
  color: #BCBCBC;
  margin-right: 16px;
}

.public .head .right a,
.public .item p a {
  color: #333;
}

.public .head .right a:hover,
.public .item p a:hover {
  color: #CC0000;
}

.public .item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  font-size: 14px;
}

.public .item+.item {
  margin-top: 32px;
}


/*Ã¨Â¡Å’Ã¤Â¸Å¡Ã¦Å“ÂÃ¥Å Â¡*/

.part .label {
  overflow: hidden;
  margin-left: -13px;
  margin-top: 0px;
  padding-top: 5px;
}

.part .label a {
  float: left;
  margin-left: 13px;
  margin-top: 9px;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.part .label a:hover {
  border: 1px solid #0076ff;
  color: #fff;
  background-color: #0076ff;
}

.part .more {
  font-size: 14px;
  color: #b3b3b3;
  float: right;
}

.part .more:hover {
  color: #0076ff;
}

.imageText {
  position: relative;
  height: 178px;
  box-sizing: border-box;
  overflow: hidden;
}

.imageText .intro div {
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  bottom: 0;
}

.imageText .intro .gray-bg {
  background: #000;
  opacity: .5;
}

.imageText .intro .link {
  padding-left: 24px;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imageText .intro .link,
.imageText .intro .links {
  padding-left: 12px;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.imageText .intro .link:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 17.5px;
  width: 5px;
  height: 5px;
  background: #fff;
}

.imageText .intro .links:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 15px;
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  display: none;
}



.imageText .intro .link a,
.imageText .intro .links a {
  color: #fff;
}

.imageText .intro .links a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.policy .list {
  margin-left: 0px;
  font-size: 14px;
  line-height: 14px;
}

.policy .list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.policy .list li:last-child {
  margin-bottom: 0;
}

.policy .list li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  background: #cccccc;
}

.tech .list li {
  padding-left: 12px;
  position: relative;
}

.tech .list li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 4px;
  height: 4px;
  transform: translateY(-50%);
  background: #cccccc;
}

.policy .list li a,
.article-ranklist .wrapper li a {
  color: #262626;
}

.policy .list li a:hover {
  color: #0076ff;
}

.policy .wrap {
  padding-top: 25px;
}

.tech .list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  margin-bottom: 22px;
}

.tech .list li a {
  color: #262626;
}

.tech .list li a:hover {
  color: #0076ff;
}

.tech .wrap {
  padding-top: 25px;
}

.vedio .list {
  font-size: 14px;
  line-height: 14px;
}

.vedio .list li {
  position: relative;
  padding-left: 12px;
  margin-top: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vedio .list li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) scale(0.6);
  border-width: 5px 6px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #0076ff;
}

.vedio .list li a,
.article-ranklist .wrapper li a {
  color: #262626;
}

.vedio .list li a:hover {
  color: #0076ff;
}

.vedio .imageText a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.vedio .wrap {
  padding-top: 14px;
}

.rank .tabBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
}

.rank .tabBox .tab {
  font-size: 14px;
  color: #808080;
  line-height: 14px;
  cursor: pointer;
}

.rank .tabBox .tab:first-child {
  padding-right: 8px;
  border-right: 1px solid #e6e6e6;
}

.rank .tabBox .tab:last-child {
  padding-left: 8px;
}

.rank .tab:hover,
.rank .tab.on {
  color: #333333;
}

.rank .list {
  margin-top: 0px;
}

.rank .list li {
  font-size: 14px;
  position: relative;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0px;
  border-bottom: 1px solid #f7f7f7;
}

.rank .list li:first-child {
  padding-top: 26px;
}

.rank .list li a {
  display: inline-block;
  color: #333333;
  width: 270px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.rank .list li a:hover {
  color: #0076ff;
}

.rank .list li span {
  color: #b4b4b4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-color: #c4c4c4;
  border-radius: 2px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  user-select: none;
  font-weight: 600;
}

.rank .list li:nth-child(1) span,
.rank .list li:nth-child(2) span,
.rank .list li:nth-child(3) span {
  background-color: #cc0000;
}

.article-ranklist .part-title {
  line-height: 20px !important;
}

.article-ranklist .tab span {
  margin: 0 4px;
  color: #333;
  cursor: pointer;
  width: 20px;
  border-radius: 2px;
  text-align: center;
}

.article-ranklist .tab span.current {
  color: #fff;
  background: #16CFF7;
}

.article-ranklist .wrapper {
  margin-top: 21px;
}

.article-ranklist .wrapper ul li {
  margin-bottom: 21px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-ranklist .wrapper li label {
  float: left;
  margin-right: 8px;
  width: 16px;
  text-align: center;
  color: #fff;
  background: #121212;
  border-radius: 2px;
}

.article-ranklist .wrapper ul {
  display: none;
}

.article-ranklist .wrapper ul.current {
  display: block;
}



/*Ã§Â¼ÂÃ®â€ Â½Ã¥â€žÂ³Ã©ÂÂÃ§â€ÂµÃ¦â€ Â´Ã©ÂÂ¡Ã¦Â¶Â±Ã¦Å¡Â¥*/

.wonderful-videos {
  margin: 60px 45px;
}

.wonderful-videos .part-title {
  height: 42px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 24px;
}

.wonderful-videos .part-title span {
  float: left;
  font-size: 18px;
  color: #333333;
  line-height: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333333;
}

.wonderful-videos .videos-con .more {
  padding: 95px 60px;
  font-size: 18px;
  color: #FFFFFF;
  background: #16CFF7;
}

.wonderful-videos .videos-con .more:hover {
  background: #60DCF7;
}

.wonderful-videos .videos-con li {
  float: left;
  width: 200px;
}

.wonderful-videos .videos-con li+li {
  margin-left: 32px;
}

.wonderful-videos .videos-con li>a {
  display: block;
  position: relative;
  height: 128px;
  overflow: hidden;
}

.wonderful-videos .videos-con li img {
  width: 200px;
  height: 128px;
}

.wonderful-videos .videos-con li>a:before {
  content: '';
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10;
}

.wonderful-videos .videos-con li>a:after {
  content: "\e62c";
  opacity: 0;
  font-family: 'iconfont';
  position: absolute;
  font-size: 18px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -50px;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 20;
}

.wonderful-videos .videos-con li:hover>a:after {
  top: 50%;
  opacity: 1;
}

.wonderful-videos .videos-con li:hover>a:before {
  opacity: .6;
}

.wonderful-videos .videos-con li p {
  padding: 20px 14px;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
}

.wonderful-videos .videos-con li p a {
  color: #333333;
}



/*Ã©Å½Â¼Ã¥Â­ËœÃ¦Â´Å¸Ã©ÂÅ½Ã¥Â¯Â¸Ã¢â€šÂ¬Ã¤Â½Æ’Ã¥Â£Ë†Ã©ÂÂ©Ã¯Â¿Â½*/

.c-footer {
  padding: 30px 0;
  background: #2F383A;
  font-size: 12px;
  color: #CFCFCF;
  text-align: center;
  line-height: 2.28;
}

.c-footer a {
  color: #CFCFCF;
}

#scroll-to-top {
  position: fixed;
  right: 0;
  margin-right: 68px;
  bottom: 100px;
  width: 52px;
  height: 50px;
  box-sizing: border-box;
  background: url(http://images.ofweek.com/laser/images/top.png);
  z-index: 999999;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

#scroll-to-top:hover {
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.10);
}

.sus-item a {
  display: block;
  padding: 8px 0 8px 31px;
  font-size: 12px;
  color: #fff;
}

.sus-item .wechat {
  background: #4990E2;
  position: relative;
  overflow: hidden;
}

.sus-item .wechat:hover {
  overflow: visible;
}

.sus-item .wechat a {
  background: url(http://images.ofweek.com/cloud/images/prive.png) 12px center no-repeat;
}

.sus-item .wechat img {
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
  left: 0;
  opacity: 0;
}

.sus-item .wechat:hover img {
  margin-bottom: 8px;
  opacity: 1;
}

.sus-item .app {
  background: #E65050;
  margin-top: 12px;
}

.sus-item .app a {
  background: url(http://images.ofweek.com/cloud/images/app.png) 12px center no-repeat;
}



/*Ã¥Â¨Â´Ã¦Â»Æ’Ã§Å¾Â¼Ã¥Â¨Â£Ã®â€¡â‚¬Ã¦Æ’ÂÃ©â€Å¸Ã¯Â¿Â½*/

.wx-code {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  width: 360px;
  height: 360px;
  margin: -180px 0 0 -180px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #999;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.wx-hd {
  height: 30px;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.wx-title {
  float: left;
  padding: 0;
  margin: 0;
  font: normal 16px/30px "Microsoft Yahei";
}

.wx-close {
  float: right;
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  font: normal 20px/20px "Microsoft Yahei";
  color: #999;
  cursor: pointer;
}

.wx-bd {
  overflow: hidden;
  height: 250px;
  position: relative;
}

.wx-bd>p {
  position: absolute;
  top: 100px;
  left: 0;
  color: #333;
  font-size: 14px;
  display: none;
  width: 100%;
  text-align: center;
}

.wx-code-img {
  width: 220px;
  height: 220px;
  margin: 15px auto 0;
  text-align: center;
  font: normal 14px/220px "Microsoft Yahei";
}

.wx-code-img img {
  vertical-align: top;
  border: 0;
}

.wx-fd {
  padding: 10px 10px 0;
  font: normal 12px/1.5 "Microsoft Yahei";
  border-top: 1px solid #ddd;
}


/**/
.fuchuang {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 200px;
  width: 120px;
  display: none;
}

.fuchuang>div {
  text-align: center;
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  padding-top: 20px;
  padding-bottom: 16px;
}

.fuchuang img {
  width: 100px;
}

.fuchuang p {
  font-size: 12px;
  color: #000;
  line-height: 17px;
}

:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #b4b4b4 !important;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #b4b4b4;
  opacity: 1;
}

input.placeholder {
  color: #b4b4b4 !important;
}

.article-item .sharebar {
  transition: all 0s;
}

.article-item .sharebar:hover {
  overflow: visible;
}

.article-item .sharebar .social-share .social-share-icon {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  line-height: 20px;
  font-size: 12px;
}

.article-item .sharebar .social-share p {
  width: auto;
  position: static;
}

.article-item .sharebar p a:hover {
  opacity: 1;
}

#search_box {
  margin-right: 69px;
  bottom: 170px;
  width: 317px;
  height: 50px;
  position: fixed;
  right: 0;
  box-sizing: border-box;
  border: 2px solid #b80000;
  background-color: #b80002;
  z-index: 999999;
  transition: width 0.3s;
  overflow: hidden;
}

#search_box form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#search_box .my_search_btn {
  width: 52px;
  height: 47px;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  outline: none;
  background: url('//images.ofweek.com/laser/images/se.png') no-repeat;
  background-position: 50%;
  cursor: pointer;
}

#search_box .my_search {
  width: 261px;
  height: 46px;
  display: none;
  padding-left: 15px;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
  outline: none;
}

#scroll_to_top {
  position: fixed;
  right: 0;
  margin-right: 68px;
  bottom: 100px;
  width: 52px;
  height: 50px;
  background: url('//images.ofweek.com/laser/images/top.png');
  z-index: 999999;
  border: 1px solid #e7e7e7;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
}

.search_btn {
  width: 52px !important;
  background-color: #a6a6a6 !important;
  border: 2px solid #a6a6a6 !important;
}