/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/
ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

span.ellipse.clickable {
  cursor: pointer;
}

.ellipse input {
  width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme a,
.compact-theme span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #efefef 100%);
  /* W3C */
}

.compact-theme a:hover {
  text-decoration: none;
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #bbbbbb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* IE10+ */
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  /* W3C */
}

.compact-theme li:first-child a,
.compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a,
.compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;
}

.compact-theme .current {
  background: #bbbbbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbbbbb), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #bbbbbb 0%, #efefef 100%);
  /* W3C */
  cursor: default;
}

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #F0F4F7;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 2px;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
  background: #fff;
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); !* FF3.6+ *!
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef)); !* Chrome,Safari4+ *!
  background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Chrome10+,Safari5.1+ *!
  background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%); !* Opera11.10+ *!
  background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%); !* IE10+ *!
  background: linear-gradient(top, #ffffff 0%, #efefef 100%); !* W3C *!*/
}

.light-theme a:hover {
  text-decoration: none;
  background: #4294e9;
  color: #fff;
}

.light-theme .current {
  background: #4294e9;
  color: #FFF;
  border-color: #4294e9;
  /*box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;*/
  cursor: default;
}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme a,
.dark-theme span {
  float: left;
  color: #CCC;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #555 0%, #333 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%, #333 100%);
  /* IE10+ */
  background: linear-gradient(top, #555 0%, #333 100%);
  /* W3C */
}

.dark-theme a:hover {
  text-decoration: none;
  background: #444;
}

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}

.light-theme .ratio {
  border: none;
  background: none;
  box-shadow: none;
}


.banner {
  height: 240px;
  background-image: url("../../images/front/articles-index/banner.jpg");
}

.banner h1 {
  padding-top: 60px;
  padding-bottom: 25px;
  font-size: 50px;
}

.banner .container p {
  text-align: center;
  font-size: 2rem;
}

.articles-chunk .container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.articles-chunk p {
  padding: 10px 0;
}

.articles-chunk p a {
  color: #616161;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.articles-chunk p a::before {
  content: '';
  display: inline-block;
  border: 2px solid #cdd3d5;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.articles-chunk p a:hover {
  color: #1393ec;
  text-decoration: underline;
}

.articles-chunk .pagination {
  margin-top: 30px;
  text-align: left;
}

.articles-chunk .light-theme .disabled .current {
  background: #fff;
  color: #e2e9ef;
  border-color: #e2e9ef;
}

.articles-chunk .light-theme .active .current {
  background: #fff;
  color: #00adff;
  border-color: #e2e9ef;
}

.articles-chunk .light-theme a {
  border-color: #e2e9ef;
}

.articles-chunk .light-theme a:hover {
  color: #00adff;
  background-color: #fff;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .articles-chunk .container {
    width: 95%;
  }
}


/* tutories index */
.toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle .toggle-head-item {
  width: 25%;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid #00adff;
  position: relative;
}

.toggle .toggle-head-item .btn {
  color: #737373;
}

.toggle .toggle-head-item .btn-blue {
  color: #fff;
}

.toggle .toggle-head-item {
  width: 26%;
  text-align: center;
}

.toggle .resources .toggle-head-item {
  width: 25%;
  text-align: center;
}

.toggle .toggle-head-item.first {
  float: left;
}

.toggle .toggle-head-item.two {
  width: 48%;
}

.toggle .resources .toggle-head-item.two {
  width: 25%;
}

.toggle .toggle-head-item.two .btn {
  width: 54.5%;
}

.toggle .resources .toggle-head-item.two .btn {
  width: 100%;
}

.toggle .toggle-head-item.last {
  float: right;
}

.toggle-content-item dt {
  background-color: #eef1f3;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: -5px;
  font-size: 0;
  margin-top: 30px;
}

.toggle-content-item dt .left,
.toggle-content-item dt .right {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: normal;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
}

.toggle-content-item dt .right {
  width: 400px;
}

.toggle-content-item dt .left h3 {
  color: #202020;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: normal;
  margin-bottom: 25px;
}

.toggle-content-item dt .left .btn {
  width: 20%;
  min-width: 160px;
  margin-left: 0;
  margin-top: 25px;
  margin-bottom: 30px;
}

.toggle-content-item dd {
  padding: 40px 30px 30px 0;
  margin-left: 30px;
  border-bottom: 1px solid #eef1f3;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle-content-item dd h4 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #202020;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}

.toggle-content-item dd p {
  color: #737373;
}

.toggle-content-item dd p.info {
  vertical-align: middle;
  margin-top: 15px;
  line-height: 40px;
}

.toggle-content-item dd p.info span {
  font-size: 12px;
  font-size: 1.2rem;

}

.toggle-content-item dd p.info img {
  vertical-align: middle;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}


/*向下箭头*/
.arrow-box {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -15px;
  display: none;
}

.arrow-box.show {
  display: block;
}

.arrow-box .bottom {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  z-index: 2;
  /*兼容ie8-*/
}

.arrow-box .bottom .bottom-arrow1,
.arrow-box .bottom .bottom-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  /*兼容ie8-*/
  border-bottom: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-right: 10px transparent dashed;
  border-top: 10px white solid;
  overflow: hidden;
}

.arrow-box .bottom .bottom-arrow1 {
  top: 1px;
  /*重要*/
  border-top: 10px #00adff solid;
}

.arrow-box .bottom .bottom-arrow2 {
  border-top: 10px #fff solid;
}


/* cloud transfer index.html */
.banner {
  /*background-image: url("../../images/front/articles-index/transfer-banner.jpg");*/
  background: linear-gradient(0deg, #272ab0, #91a3f9);
}

.youtube-video h4 {
  font-size: 2.2rem;
  color: #202020;
  margin: 20px 0 10px;
  font-weight: bold;
}

.youtube-video .video {
  text-align: center;
}

.youtube-video p {
  font-size: 1.6rem;
  text-align: center;
}

.articles-chunk p {
  padding: 5px 0;
}

/* .articles-chunk p a{
  display: block;
  width: 100%;
} */
.articles-chunk a+span {
  display: inline-block;
  border-bottom: 1px dashed #e1e8eb;
  vertical-align: 2px;
  margin-left: 5px;
}

.articles-chunk .container {
  width: 100%;
}

@media only screen and (min-width:1024px) {
  .youtube-video .container {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0;
  }
}

@media only screen and (max-width:678px) {
  .youtube-video .container {
    width: 100%;
  }
}


.posts {
  background-color: #f5f9fc;
}

.posts .container {
  padding: 30px 0;
}

.posts ul {
  word-spacing: -5px;
}

.posts li {
  display: inline-block;
  width: 260px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  margin-right: 20px;
  word-spacing: normal;
}

.posts li.last {
  margin-right: 0;
}

.posts li img {
  width: 260px;
  height: 200px;
  border-radius: 10px;
}

.posts li p {
  color: #202020;
  margin-top: 15px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:540px) {
  .posts li {
    margin-left: 50px;
    margin-bottom: 10px;
  }

}

.articles-chunk .container {
  padding: 70px 0;
}

/* cloud-explorer index */
.explorer .banner {
  background-image: url("../../images/front/articles-index/explorer-banner.jpg");
}

/* cloud-sync index */
/*.sync .banner {*/
/*  background-image: url("../../images/front/articles-index/sync-banner.jpg");*/
/*}*/


.moreLink {
  position: absolute;
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: #cccc url('../../images/front/articles-index/more-bg.jpg') no-repeat center top;
  left: 0;
  margin-top: 60px;
  font-size: 16px;
}

.articles-chunk .chunk {
  max-height: 360px;

}

.articles-chunk .chunk p:nth-child(n+11) {
  display: none;
}