/*base*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 320px;
}

body {
  font: 400 16px/1.25 AvenirNext, Helvetica, Arial, sans-serif;
  color: #222;
  min-width: 320px;
  background: #f4f4f4;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

::selection {
  background-color: rgba(0, 0, 0, 0.2);
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

h1 {
  font-size: 1.8em;
  margin: 0;
}

h2 {
  font-size: 1.5em;
  margin: 0;
}

h3 {
  font-size: 1.17em;
  margin: 0;
}

h4, h5, h6 {
  font-size: 1em;
  margin: 1.6em 0 1em;
}

h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: normal;
}

img {
  margin: 0;
  vertical-align: middle;
}

hr {
  border: 0 none;
  margin-bottom: 1em;
}

blockquote {
  padding-left: 20px;
  border-left: 4px solid #dadada;
  margin: 0 0 1.64em -24px;
  color: #666664;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li ul, li ol {
  padding: 0;
  margin: 0;
}

li ul {
  list-style-type: disc;
}

li ul ul {
  list-style-type: circle;
}

li p {
  margin: 0;
}

.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

code, tt {
  color: gray;
  font-size: 0.96em;
  background-color: #f9f9f7;
  padding: 1px 2px;
  border: 1px solid #dadada;
  border-radius: 3px;
  font-family: "Inconsolata", "Menlo", monospace;
}

pre {
  padding: 7px;
  border: 1px solid #dadada;
  border-radius: 4px;
  overflow: auto;
  line-height: 1.5;
  font-size: 0.96em;
  font-family: "Inconsolata", "Menlo", monospace;
  color: #4c4c4c;
  background-color: #f9f9f7;
}

pre code, pre tt {
  color: #4c4c4c;
  border: none;
  background-color: none;
  padding: 0;
}

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

th, td {
  text-align: left;
  padding: 4px 8px 4px 10px;
}

td {
  vertical-align: top;
}

input {
  border: 1px solid #e8e8e8;
  background: #fff;
  transition: all 0.2s;
  color: inherit;
  font: inherit;
}

input:focus, input:hover {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  color: inherit;
  background: inherit;
}

a {
  color: inherit;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

label {
  margin: 0;
  display: inline-block;
  font-weight: 700;
}

textarea {
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
}

*:active:focus, *:focus, *:active, * {
  outline: 0;
  box-shadow: none;
}

/*base end*/
/*base variables*/
/*base variables end */
/*base mixins*/
@font-face {
  font-family: "PTSerif";
  src: url("/s/fonts/PTSerifRegular.eot");
  src: url("/s/fonts/PTSerifRegular.eot") format("embedded-opentype"), url("/s/fonts/PTSerifRegular.woff") format("woff"), url("/s/fonts/PTSerifRegular.ttf") format("truetype"), url("/s/fonts/PTSerifRegular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("/s/fonts/SourceSerifPro-SemiBold.eot");
  src: url("/s/fonts/SourceSerifPro-SemiBold.eot") format("embedded-opentype"), url("/s/fonts/SourceSerifPro-SemiBold.woff") format("woff"), url("/s/fonts/SourceSerifPro-SemiBold.ttf") format("truetype"), url("/s/fonts/SourceSerifPro-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext-Medium";
  src: url("/s/fonts/AvenirNext-Medium.eot");
  src: url("/s/fonts/AvenirNext-Medium.eot") format("embedded-opentype"), url("/s/fonts/AvenirNext-Medium.woff") format("woff"), url("/s/fonts/AvenirNext-Medium.ttf") format("truetype"), url("/s/fonts/AvenirNext-Medium.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*base mixins end*/
/*base extend*/
.f-g, .gsa-d .pd .price, .gsa-d .pd .from {
  font-family: Georgia, Times, sans-serif;
}

.un-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.clearfloat:after {
  content: " ";
  display: block;
  clear: both;
}

.display-flex, nav .category-list .category-list-wrapper, .flexcenter, nav .nav-dropmenu .menu-btn, nav .nav-categories, nav .nav-main {
  display: flex;
  display: -webkit-flex;
}

.flexcenter, nav .nav-dropmenu .menu-btn, nav .nav-categories, nav .nav-main {
  align-items: center;
  -webkit-align-items: center;
}

/*base extend end*/
/*nav*/
nav {
  height: 100px;
  top: 0;
  width: 100%;
  border-radius: 0;
  padding-top: 64px;
}
nav .navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  min-width: 320px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav .nav-main {
  height: 64px;
  padding: 0 10px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
}
nav .nav-categories {
  height: 36px;
  padding: 0 10px;
  background-color: #fff;
  color: #000;
}
nav .nav-categories.nav-index {
  background-color: #000;
  color: #fff;
}
nav .nav-categories.nav-index .branch-list-wrapper h4::after {
  content: "";
  background-color: #fff;
}
nav .nav-categories.nav-footer {
  background: #F4F4F4;
}
nav .nav-categories.nav-blog {
  background-color: #f4f4f4;
}
nav .nav-categories.nav-blog .branch-list-wrapper h4, nav .nav-categories.nav-blog .branch-list-wrapper p {
  font-weight: 400;
}
nav .mobile-tool {
  display: none;
}
nav .nav-branch {
  font-size: 13px;
  position: relative;
  width: 100%;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
nav .nav-branch .branch-list-wrapper {
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav .nav-branch .branch-list-wrapper .branch-list-info {
  display: flex;
  align-items: center;
  position: relative;
  top: 1px;
}
nav .nav-branch .branch-list-wrapper .branch-list-info:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/dailyreadz/icon__@2x.png") no-repeat center/contain;
  margin-right: 12px;
}
nav .nav-branch .branch-list-wrapper .branch-list-info:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/dailyreadz/icon__@2x.png") no-repeat center/contain;
  margin-left: 13px;
}
nav .nav-branch .branch-list-wrapper h4 {
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  vertical-align: middle;
  display: flex;
  align-items: center;
  line-height: 13px;
}
nav .nav-branch .branch-list-wrapper h4:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #333;
  margin-left: 12px;
  margin-right: 12px;
}
nav .nav-branch .branch-list-wrapper p {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  line-height: 13px;
}
nav .nav-branch .branch-list-wrapper .mobile-nav {
  display: none;
}
nav .nav-branch .categories {
  display: inline-block;
  text-align: left;
}
nav .nav-branch .categories.active {
  /*z-index:1001;*/
}
nav .nav-branch .category-header {
  position: relative;
  line-height: 46px;
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  height: 46px;
  padding: 0 25px;
}
nav .nav-branch .category-header .b-angle {
  display: inline-block;
  vertical-align: middle;
  margin: -7px 10px 0 0;
}
nav .nav-branch .category-header .b-angle:before {
  border-width: 1px 1px 0 0;
  border-color: #fff #fff transparent transparent;
  width: 5px;
  height: 5px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
nav .nav-index .category-header {
  padding: 0 20px;
}
nav .active .category-header .b-angle {
  margin-top: -4px;
}
nav .active .category-header .b-angle:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
nav .categories.shop.active .category-header {
  background-color: #555758;
}
nav .category-list {
  height: 0;
  transition: opacity 0.2s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  line-height: 1.5;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
nav .category-list.shop-all {
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
nav .category-list .category-list-wrapper {
  padding: 0 0 10px;
  white-space: nowrap;
  text-transform: capitalize;
  background-color: #fff;
}
nav .category-list .category-list-wrapper a {
  display: block;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
nav .category-list .category-list-wrapper a:hover {
  color: #008ddb;
}
nav .categories.active .category-list {
  opacity: 1;
  visibility: visible;
  z-index: -1;
  height: auto;
}
nav .nav-index .category-list-wrapper a {
  padding: 0 20px;
  margin-top: 8px;
}
nav .shop-all .category-list-wrapper {
  background-color: #555758;
  padding: 20px 40px 35px;
}
nav .shop-all .cate-group {
  overflow: hidden;
}
nav .shop-all .cate-group {
  min-width: 130px;
}
nav .shop-all .cate-group + .cate-group {
  margin-top: 30px;
}
nav .shop-all .col-header {
  border-bottom: 2px solid #797d7e;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
nav .shop-all .cate-list {
  display: inline-block;
  vertical-align: text-top;
  min-width: 130px;
}
nav .shop-all a + a {
  margin-top: 5px;
}
nav .cate-group-col {
  padding: 0 15px;
}
nav .nav-dropmenu {
  position: relative;
  font-size: 14px;
}
nav .nav-dropmenu .menu-btn {
  cursor: pointer;
  justify-content: center;
  -webkit-justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
nav .nav-dropmenu .menu-list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: -1px;
  padding-top: 11px;
  z-index: 1;
  white-space: nowrap;
  text-align: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
nav .nav-dropmenu.active .menu-list {
  visibility: visible;
  opacity: 1;
}
nav .nav-user .menu-list {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
nav .menu-list .menu-list-wrapper {
  background: #fff;
  position: relative;
  padding: 15px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #eee;
}
nav .menu-list .menu-list-wrapper:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #eee;
  border-width: 1px 1px 0 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  left: 50%;
  top: -6px;
  background: #fff;
}
nav .menu-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-height: 124px;
}
nav .menu-list ul li {
  width: 200px;
  height: 51px;
  line-height: 51px;
  border-bottom: 1px solid #dcdcdc;
  font-family: AvenirNext;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
}
nav .menu-list ul li:nth-child(1) {
  display: flex;
  align-items: center;
}
nav .menu-list ul li:nth-child(1) .user-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
nav .menu-list ul li:nth-child(2), nav .menu-list ul li:nth-child(3) {
  display: flex;
  align-items: center;
}
nav .menu-list ul li:nth-child(2):before, nav .menu-list ul li:nth-child(3):before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
nav .menu-list ul li:nth-child(2):nth-child(2):before, nav .menu-list ul li:nth-child(3):nth-child(2):before {
  background: url("../images/dailyreadz/icon_like3@2x.png") no-repeat center/contain;
}
nav .menu-list ul li:nth-child(2):nth-child(3):before, nav .menu-list ul li:nth-child(3):nth-child(3):before {
  background: url("../images/dailyreadz/icon_setting@2x.png") no-repeat center/contain;
}
nav .menu-list ul li:last-child {
  border-bottom: 0;
  height: auto;
}
nav .menu-list ul li:last-child a {
  display: flex;
  width: 200px;
  height: 42px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  background: #F9F9F9;
  margin-top: 15px;
}
nav .nav-logo .logo {
  background: url(/s/images/logo@2x.png) no-repeat center/contain;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  font-size: 23px;
  white-space: nowrap;
  letter-spacing: 2px;
}
nav .nav-logo .logo span {
  font-weight: 600;
}
nav .nav-list {
  margin-right: auto;
  height: 100%;
}
nav .nav-list ul {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
nav .nav-list ul li {
  height: 100%;
  font-size: 13px;
  color: #222222;
  letter-spacing: 0;
  text-align: center;
  line-height: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
nav .nav-list ul li.active {
  position: relative;
}
nav .nav-list ul li.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #C1900F;
  left: 0;
  bottom: 0;
}
nav .nav-list ul li.active .nav-sec {
  display: flex;
}
nav .nav-list ul li:not(:last-child) {
  margin-right: 25px;
}
nav .nav-list ul .nav-sec {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 64px;
  display: none;
  padding: 35px 0 20px 293px;
  z-index: 9999;
  border-top: 1px solid #cfcfcf;
}
nav .nav-list ul .nav-sec .nav-sec-item {
  width: 200px;
  height: 20px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 20px;
  font-size: 15px;
  color: #222;
  font-weight: 400;
  white-space: normal;
}
nav .nav-list ul .nav-sec .nav-sec-img {
  margin-top: -15px;
}
nav .nav-list ul .nav-sec .nav-sec-img img {
  width: 240px;
}
nav .nav-list ul .nav-sec .nav-sec-sale-img img {
  width: 210px;
}
nav .nav-list ul .nav-sec.nav-sec-sale .nav-sec-list {
  margin-top: -10px;
}
nav .nav-list ul .nav-sec.nav-sec-sale .nav-sec-list:nth-child(1) {
  margin-right: 10px;
}
nav .nav-list ul .nav-sec.nav-sec-sale .nav-sec-list:nth-child(2) {
  margin-right: 30px;
}
nav .nav-list h4 {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  width: 200px;
}
nav .nav-search {
  width: 260px;
  height: 36px;
  margin-left: 20px;
}
nav .search-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
nav .search-go {
  position: absolute;
  right: 1px;
  background: none;
  border: none;
  padding: 8px;
  margin: 0 7px 0 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
nav .icon-search {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #444;
  position: relative;
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav .icon-search:before {
  content: " ";
  width: 2px;
  height: 8px;
  background: #444;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
nav .s-product .s-p-btn {
  width: 150px;
  height: 42px;
  padding-left: 10px;
  line-height: 42px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  background: #fbfbfb;
  color: #313131;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
nav .s-product .s-p-btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 17px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #777;
}
nav #main-search {
  width: 100%;
  box-shadow: none;
  height: 36px;
  line-height: 36px;
  padding: 0 50px 0 20px;
  background-color: #e9e9e9;
  color: #777;
  font-size: 12px;
  border-radius: 3px;
}
nav #main-search::-webkit-input-placeholder {
  color: #777;
}
nav #main-search::-moz-placeholder {
  color: #777;
}
nav #main-search:-moz-placeholder {
  color: #777;
}
nav #main-search:-ms-input-placeholder {
  color: #777;
}
nav .suggest-board {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
  border: 1px solid #e9e9e9;
  border-top: none;
  margin-top: -3px;
  padding-top: 3px;
  display: none;
}
nav .suggest-board .suggest-wrapper {
  background: #fff;
}
nav .suggest-board .suggest-list {
  margin: 0;
  padding: 0;
}
nav .suggest-board .suggest-list li:hover, nav .suggest-board .suggest-list li.active {
  background-color: #eee;
}
nav .suggest-board .suggest-list a {
  padding: 8px 20px;
  display: block;
}
nav .nav-logo,
nav .nav-right {
  padding: 0 10px;
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
nav .nav-logo {
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  top: -2px;
}
nav .nav-right-box {
  display: flex;
  align-items: center;
}
nav .nav-right {
  padding: 0 40px 0 30px;
  font-size: 15px;
  color: #222222;
  letter-spacing: 0;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
nav .nav-right-login {
  padding-left: 16px;
  padding-right: 160px;
}
nav .nav-logo {
  width: 215px;
  margin-right: 40px;
  box-sizing: content-box;
}
nav .nav-login {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
nav .nav-login > li {
  display: inline-block;
  vertical-align: middle;
  line-height: 12px;
}
nav .nav-login > li:nth-child(1) {
  display: flex;
  align-items: center;
}
nav .nav-login > li:nth-child(1):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/dailyreadz/icon_login@2x.png") no-repeat center/contain;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
nav .nav-login > li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #adadad;
}
nav .nav-login a.func-btn {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
nav .nav-user .avatar-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f4f4;
  overflow: hidden;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
nav .nav-user .avatar-wrapper img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

/*nav end*/
/*module*/
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.avatar img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.btn, button {
  font-size: 16px;
  padding: 0 5px;
  border-radius: 0;
  border: none;
  background-color: #008ddb;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
}

.btn.active, button.active {
  font-size: 0 !important;
}

.btn.active:before, button.active:before {
  content: "\f110";
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  animation: fa-spin 2s infinite linear;
}

.angle {
  border: none;
}

.t-angle:before, .b-angle:before, .l-angle:before, .r-angle:before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #222 #222 transparent transparent;
}

.t-angle:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.b-angle:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.l-angle:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.r-angle:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.eye-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: #c1c1c1;
  border-radius: 80% 0;
  margin: 0 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.eye-icon:before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.thumb {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  line-height: 1;
}

.thumb-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  background: url(/s/images/thumb-1x.png) no-repeat scroll 0 0/52px;
}

.thumb-count {
  font-size: 12px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

.big-thumb .thumb-icon {
  background-image: url(/s/images/thumb-2x.png);
}

.down-thumb .thumb-icon {
  background-position: -26px 0;
}

.thumbed .thumb-icon {
  background-position: 0 -26px;
}

.down-thumb.thumbed .thumb-icon {
  background-position: -26px -26px;
}

@keyframes thumbUp {
  0% {
    visibility: visible;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
}
@keyframes thumbDown {
  0% {
    visibility: visible;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
  }
}
.thumb.thumbing:after {
  content: "+1";
  display: block;
  position: absolute;
  left: 50%;
  font-size: 15px;
  line-height: 1;
  width: 14px;
  line-height: 1;
  margin-left: -7px;
  text-align: center;
  bottom: 100%;
  color: #e72727;
  opacity: 0;
  visibility: hidden;
  animation: thumbUp 1 1s;
  -webkit-animation: thumbUp 1 1s;
}

.thumb.down-thumb.thumbing:after {
  bottom: auto;
  top: 100%;
  color: #c1c1c1;
  animation: thumbDown 1 1s;
  -webkit-animation: thumbDown 1 1s;
}

.t-share-btn {
  width: 30px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}

.fb-share-btn {
  background-color: #3c5b9a;
}

.fb-share-btn:before {
  content: "\f09a";
  font-family: fontawesome;
  display: none;
}

.pin-share-btn:before {
  content: "\f231";
  font-family: fontawesome;
}

.pin-share-btn {
  background-color: #c82527;
}

.tip-icon {
  width: 14px;
  height: 14px;
  background-color: #999ea8;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.tip-icon:before,
.tip-icon:after {
  content: " ";
  display: block;
  width: 2px;
  background-color: #fff;
}

.tip-icon:before {
  height: 2px;
}

.tip-icon:after {
  height: 5px;
  margin-top: 1px;
}

.info-tip {
  display: inline-block;
  position: relative;
}

.info-tip .tip-panel {
  position: absolute;
  top: 0px;
  padding-bottom: 15px;
  left: 50%;
  transform: translate3d(-50%, -95%, 0);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s 0s;
}

.info-tip:hover .tip-panel {
  transform: translate3d(-50%, -100%, 0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.info-tip .tip-panel-wrap {
  background: #fff;
  width: auto;
  border: 1px solid #d3d3d3;
  line-height: 20px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  padding: 15px;
  position: relative;
  z-index: 2;
  font-style: normal;
}

.info-tip .tip-panel-wrap span {
  color: #e72727;
}

.info-tip .tip-panel-wrap:after {
  content: " ";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.split-icon {
  border-left: 1px solid #c5c5c5;
}

.close-icon {
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 2px;
  cursor: pointer;
}

.close-icon:before,
.close-icon:after {
  content: " ";
  display: block;
  background-color: #777;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.close-icon:before {
  height: 40px;
  width: 2px;
}

.close-icon:after {
  width: 40px;
  height: 2px;
}

.close-icon:hover:after,
.close-icon:hover:before {
  background-color: #222;
}

/*pagination*/
.pagination {
  font-size: 14px;
  line-height: 1;
  color: #999;
  padding: 20px 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.pagination .page {
  padding: 5px 8px;
  margin: 0 2px;
  display: inline-block;
}

.pagination .page.current {
  background-color: #008fe1;
  color: #fff;
}

.pagination .page:not(.current):not(.disabled):hover {
  color: #008fe1;
}

.pagination .page.disabled {
  display: none;
}

/*breakcrumb*/
.breakcrumb {
  font-size: 14px;
  white-space: nowrap;
  margin-left: -5px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breakcrumb a:nth-last-child(1) {
  color: #777;
}

.breakcrumb a {
  margin: 0 5px;
  text-transform: capitalize;
}

/*module end*/
/*base*/
.base {
  min-height: 500px;
  min-height: 100vh;
  background-color: #eee;
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
}

.base.base-blog {
  background-color: #f4f4f4;
}

/*footer*/
footer {
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2A2A2A;
  padding: 40px 0;
  color: #fff;
}
footer .main {
  height: 100%;
  max-width: 1154px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
}
footer .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
  position: relative;
}
footer .footer-left:after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  background: #555555;
  box-shadow: inset 0 0 0 0 #2A2A2A;
}
footer .footer-logo {
  width: 196px;
  margin-bottom: 15px;
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-email {
  font-size: 14px;
  line-height: 16px;
  color: #A5A5A5;
}
footer .footer-center {
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
  position: relative;
}
footer .footer-center h4 {
  margin: 0;
  padding: 0;
}
footer .footer-center:after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  background: #555555;
  box-shadow: inset 0 0 0 0 #2A2A2A;
}
footer .footer-center .footer-center-item:nth-child(1) {
  margin-right: 80px;
}
footer .footer-center .footer-center-item h4 {
  min-width: 97px;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  white-space: nowrap;
}
footer .footer-center .footer-center-item p {
  font-size: 12px;
  color: #A5A5A5;
  letter-spacing: 0;
  line-height: 14px;
  margin-bottom: 10px;
  white-space: nowrap;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 80px;
}
footer .footer-right h4 {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}
footer .footer-right p {
  font-size: 12px;
  color: #A5A5A5;
  letter-spacing: 0;
  line-height: 14px;
  display: flex;
  align-items: center;
}
footer .footer-right p > a {
  color: #fff;
}
footer .footer-right p.contact {
  margin-bottom: 13px;
  white-space: nowrap;
}
footer .footer-right p.contact:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/dailyreadz/icon_email@2x.png") no-repeat center/contain;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
footer .footer-right ul {
  display: flex;
}
footer .footer-right ul li {
  width: 35px;
  height: 35px;
  border: 1px solid #606060;
  border-radius: 50%;
  cursor: pointer;
}
footer .footer-right ul li:not(:last-child) {
  margin-right: 8px;
}
footer .footer-right ul li:nth-child(1) {
  background: url("../images/dailyreadz/facebook1@2x.png") no-repeat center/23px;
}
footer .footer-right ul li:nth-child(2) {
  background: url("../images/dailyreadz/twitter1@2x.png") no-repeat center/23px;
}
footer .footer-right ul li:nth-child(3) {
  background: url("../images/dailyreadz/google1@2x.png") no-repeat center/23px;
}
footer .footer-right ul li:nth-child(4) {
  background: url("../images/dailyreadz/pinterest1@2x.png") no-repeat center/23px;
}
footer .footer-right ul li:nth-child(5) {
  background: url("../images/dailyreadz/ins1@2x.png") no-repeat center/23px;
}

.gotop-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 100;
}

.gotop-btn.active {
  visibility: visible;
  opacity: 1;
}

.gotop-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.gotop-btn .t-angle {
  display: inline-block;
  margin: 20px 0 0 17px;
}

.gotop-btn .t-angle:before {
  height: 17px;
  width: 17px;
  border-width: 3px 3px 0 0;
  border-color: #fff #fff transparent transparent;
}

/*base end*/
/*nav bar*/
/*comment*/
.comment {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}

.comment .cmt-sec {
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
  /*border-bottom:1px solid #d8d8d8;*/
}

.comment .review-list {
  padding: 10px 0;
  font-size: 1.5rem;
}

.comment .review-list.empty-list {
  padding: 0;
  display: none;
}

.comment .review-list.empty-list:before {
  content: "Be the first to comment";
  font-size: 1.3rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  height: 40px;
  width: 100%;
}

.comment .review-list .review-panel {
  display: none;
}

.comment .review-list .review-panel.active {
  display: block;
}

.comment .review-list .item {
  position: relative;
  overflow: hidden;
}

.comment .review-list .item + .item {
  margin-top: 10px;
}

.comment .review-avatar {
  float: left;
}

.comment .context {
  margin-top: 9px;
  padding-left: 46px;
}

.comment .context .name {
  color: #313131;
  margin-bottom: 6px;
}

.comment .context .name.a-name {
  color: #9065ac;
}

.comment .context .name span {
  color: #707070;
  font-weight: normal;
  margin-left: 10px;
}

.comment .review-list .context .content {
  white-space: pre-line;
  word-wrap: break-word;
  line-height: 1.2;
}

.comment .review-list .remove-btn {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-left: 20px;
  display: none;
  background: url(/s/images/cmt-remove-icon.png) no-repeat bottom/cover;
}

.comment .review-list .item:hover .remove-btn {
  display: inline-block;
}

.comment .review-list .remove-btn:hover {
  background-position-y: top;
}

.comment .cmt-sec .review-avatar {
  margin-top: 3px;
}

.comment .review-avatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  margin-right: 12px;
  min-width: 34px;
}

.comment .more-comment {
  padding: 10px 0;
  text-align: center;
  color: #008ddb;
}

.comment .more-comment > a:hover {
  text-decoration: underline;
}

.comment .cmt-pagination {
  float: right;
  margin: 8px 10px 0 5px;
}

.comment .cmt-pagination .page {
  padding: 2px 10px;
  color: #3db9bb;
  border: 1px solid #dcdcdc;
  display: inline-block;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
}

.comment .cmt-pagination .next-page {
  border-radius: 0 3px 3px 0;
  margin-left: -5px;
}

.comment .cmt-pagination .prev-page {
  border-radius: 3px 0 0 3px;
}

.comment .cmt-pagination .page.disabled {
  color: #dcdcdc;
  cursor: default;
}

.comment .cmt-panel {
  position: relative;
  flex: 1;
  -webkit-flex: 1;
}

.comment .cmt-panel .textarea {
  width: 100%;
}

.comment .cmt-panel .anonymous {
  margin-top: 10px;
  color: #707070;
  font-size: 12px;
  line-height: 12px;
}

.comment .cmt-panel .visit-name ~ .anonymous {
  display: none;
}

.comment .cmt-panel #anonymous {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  float: left;
  margin: -1px 7px 0 0;
  cursor: pointer;
}

.comment .cmt-panel #anonymous[data-value=true] {
  background: #008ddb;
  border-color: #008ddb;
}

.comment .cmt-panel #anonymous[data-value=true]:after {
  content: " ";
  display: block;
  margin: 2px 0 0 2px;
  width: 8px;
  height: 5px;
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.comment .cmt-panel .cmt-save-btn {
  height: 35px;
  color: #fff;
  font-size: 18px;
  background: #c9c9c9;
  border: none;
  width: 120px;
  float: right;
  margin-top: 10px;
  text-transform: uppercase;
}

.comment .cmt-panel .cmt-save-btn.active {
  font-size: 0;
}

.comment .cmt-panel .cmt-save-btn.enable {
  background: #6ac857;
}

.comment .cmt-panel .cmt-save-btn.active:before {
  content: "\f110";
  font-family: FontAwesome;
  font-size: 2rem;
  display: block;
  animation: fa-spin 2s infinite linear;
}

#cmt-area,
.comment .visit-name {
  resize: none;
  width: 100%;
  border: 1px solid #d8d8d8;
  background: #fff;
  height: auto;
  padding: 10px;
  outline: none;
  display: block;
  overflow: hidden;
  line-height: 1.2;
  border-radius: 5px;
  height: 40px;
  font-size: 1.5rem;
  color: #707070;
}

#cmt-area::-webkit-input-placeholder,
.comment .visit-name::-webkit-input-placeholder {
  color: #707070;
}

.comment .visit-name {
  margin-bottom: 15px;
}

.comment .g-recaptcha {
  /*clear:both;*/
  margin-top: 10px;
}

/* nav bar end */
/*dialog*/
.dialog {
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 1008;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*transition:all 0.2s;*/
}

.login-dialog.dialog {
  background: #fff;
}

body.dialog-enable {
  overflow-y: hidden;
  margin-right: 17px;
}

body.dialog-enable nav .navbar-fluid {
  right: 17px;
}

.dialog.active,
.active .dialog {
  visibility: visible;
  opacity: 1;
  z-index: 9999999999;
}

.dialog.cmt-dialog {
  background: #f4f4f4;
}

.dialog .dialog-holder {
  height: 100%;
  display: flex;
  display: -webkit-flex;
}

.dialog .dialog-container {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-align-content: center;
  overflow: hidden;
  min-height: 100%;
  position: relative;
}

.dialog-wrapper {
  z-index: 1006;
  transition: all 0.2s 0.2s;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  -webkit-transform: translate3d(0, 40px, 0);
  -moz-transform: translate3d(0, 40px, 0);
  -o-transform: translate3d(0, 40px, 0);
}

.active .dialog-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.close-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-btn {
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

/*dialog end*/
/*login box*/
#login_dialog .dialog-container {
  height: 100%;
  min-height: 417px;
}

#register_dialog .dialog-container {
  height: 100%;
  min-height: 524px;
}

.login-dialog .close-btn {
  right: 50px;
  top: 50px;
  z-index: 1007;
}

.login-box {
  margin: 0 auto;
  overflow: hidden;
  color: #777;
  width: 400px;
  min-width: 320px;
  text-align: center;
}
.login-box ul {
  list-style-type: none;
}
.login-box ul li {
  margin-top: 20px;
  overflow: hidden;
}
.login-box input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e8e8e8;
  font-size: 13px;
}
.login-box .btn {
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 15px;
  border-radius: 3px;
  text-transform: uppercase;
}
.login-box .btn.creat {
  background-color: #4e4f50;
}
.login-box .btn.facebook {
  background-color: #3b5a98;
  font-size: 13px;
}
.login-box .btn.twitter {
  background-color: #56acef;
  margin-left: 20px;
  font-size: 13px;
}
.login-box input::-webkit-input-placeholder {
  color: #adadad;
}
.login-box input::-moz-placeholder {
  color: #adadad;
}
.login-box input:-moz-placeholder {
  color: #adadad;
}
.login-box input:-ms-input-placeholder {
  color: #adadad;
}
.login-box .caption {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 2px;
  color: #222;
  margin-bottom: 10px;
  font-weight: 600;
}
.login-box .other-login .btn {
  width: 190px;
  position: relative;
}
.login-box .other-login .btn .fa {
  font-size: 25px;
  line-height: 50px;
  position: absolute;
  left: 20px;
}
.login-box .text-line {
  font-size: 14px;
  margin-top: 30px;
}
.login-box .split-line {
  font-size: 12px;
  margin-top: 14px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.login-box .split-line:before, .login-box .split-line:after {
  content: " ";
  position: absolute;
  height: 1px;
  top: 50%;
  background: #d8d8d8;
}
.login-box .split-line:before {
  right: 100%;
  left: -999px;
}
.login-box .split-line:after {
  left: 100%;
  right: -999px;
}
.login-box .s-des {
  font-size: 13px;
  line-height: 1.23;
  max-width: 260px;
  margin: 10px auto 0;
}
.login-box .login-toggle {
  color: #008ddb;
  cursor: pointer;
}

/*get sale alert dialog*/
.gsa-d {
  width: 650px;
  background-color: #fff;
  padding: 30px 75px;
  color: #777;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.gsa-d .h {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
}
.gsa-d .close-btn {
  top: 35px;
  right: 20px;
}
.gsa-d .close-btn .close-icon {
  width: 12px;
  height: 12px;
}
.gsa-d .pd {
  color: #222;
  margin-top: 20px;
}
.gsa-d .pd .n {
  font-size: 16px;
  font-weight: 600;
}
.gsa-d .pd .from {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
}
.gsa-d .pd .img {
  width: 148px;
  margin: 10px auto;
}
.gsa-d .pd .img .img-holder {
  padding-bottom: 135%;
  position: relative;
  overflow: hidden;
}
.gsa-d .pd .img .img-holder .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff no-repeat center/contain;
}
.gsa-d .pd .price {
  font-size: 18px;
  line-height: 1;
}
.gsa-d .sbb-i .extra-1 {
  max-width: 225px;
  font-size: 13px;
  line-height: 1.38;
  margin: 10px auto 0;
}
.gsa-d .sbb-i .extra-2 {
  font-size: 12px;
  line-height: 1.33;
  margin-top: 10px;
}
.gsa-d .sbb-i .extra-2 a {
  color: #222;
}
.gsa-d .sbb-i input {
  height: 40px;
  width: 100%;
  background-color: #f0f1f2;
  font-size: 13px;
  margin-top: 20px;
  border: none;
  padding: 0 20px;
}
.gsa-d .sbb-i input::-webkit-input-placeholder {
  color: #777;
}
.gsa-d .sbb-i input::-moz-placeholder {
  color: #777;
}
.gsa-d .sbb-i input:-moz-placeholder {
  color: #777;
}
.gsa-d .sbb-i input:-ms-input-placeholder {
  color: #777;
}
.gsa-d .sbb-i button {
  height: 40px;
  background-color: #212121;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  margin-top: 13px;
  width: 100%;
}

/*get sale alert dialog end*/
@media screen and (max-width: 1100px) {
  nav .shop-all .category-list-wrapper {
    padding: 10px 20px 15px;
  }

  nav .cate-group-col {
    padding: 0 10px;
  }

  nav .shop-all .cate-group,
nav .shop-all .cate-list {
    min-width: 124px;
  }

  nav .shop-all .cate-list {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  nav .nav-logo, nav .nav-right {
    width: 220px;
  }

  nav .nav-logo .logo {
    width: 180px;
  }

  footer .footer-bar-wrapper {
    padding: 0 10px;
  }

  footer .footer-bar .about-list li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  /*navbar*/
  nav {
    height: 50px;
    padding-top: 50px;
  }

  nav .nav-main {
    height: 50px;
    padding: 0 10px;
    background-color: #fff;
  }

  nav .nav-logo .logo {
    font-size: 15px;
    width: 160px;
  }

  nav .nav-logo, nav .nav-right {
    width: auto;
    margin: auto;
  }

  nav .nav-categories {
    height: 0;
    display: block;
    color: inherit;
    border-bottom: none;
  }

  nav .mobile-tool {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
  }

  nav .tool-btn {
    width: 40px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    float: left;
  }

  nav .mobile-menu-btn .bar {
    height: 2px;
    width: 25px;
    background: #313131;
  }

  nav .mobile-menu-btn .bar + .bar {
    margin-top: 6px;
  }

  nav .mobile-search-btn .icon-search {
    border-color: #313131;
  }

  nav .mobile-search-btn .icon-search:before {
    background: #313131;
  }

  nav .nav-branch {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    padding-top: 50px;
    width: 180px;
    visibility: hidden;
    border-right: 1px solid #eeeeee;
    background-color: #fff;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    z-index: -1;
  }

  nav .nav-branch.open {
    visibility: visible;
    transform: translateX(0);
    z-index: 99;
  }

  nav .nav-branch .branch-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
  }

  nav .nav-branch .branch-list-wrapper {
    height: auto;
    background: #fff;
    text-align: left;
    width: 100%;
    padding: 20px 10px 20px 15px;
    overflow: hidden;
  }

  nav .nav-branch .categories {
    float: left;
    display: block;
    width: 100%;
  }

  nav .nav-branch .categories + .categories {
    margin: 10px 0 0;
  }

  nav .category-header,
nav .shop-all .col-header {
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    border: none;
  }

  nav .shop-all .col-header {
    margin-left: -15px;
  }

  nav .shop-all .category-list-wrapper .col-header a {
    margin: 0;
  }

  nav .shop .category-header {
    display: none;
  }

  nav .nav-index .category-header {
    padding: 0;
  }

  nav .nav-branch .category-list {
    height: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    position: static;
    margin: 0;
    padding: 0;
    box-shadow: none;
  }

  nav .category-list.shop-all {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  nav .nav-branch .category-list-wrapper {
    padding: 0 0 0 15px;
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  nav .category-list-wrapper a {
    margin: 8px 0 0;
    padding: 0;
  }

  nav .nav-branch a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  nav .cate-group-col {
    padding: 0;
  }

  nav .cate-group-col + .cate-group-col {
    margin-top: 10px;
  }

  nav .shop-all .cate-group {
    overflow: visible;
  }

  nav .shop-all .cate-group + .cate-group {
    margin-top: 10px;
  }

  nav .nav-right {
    position: absolute;
    right: 0;
    padding: 0;
    margin: 0;
  }

  nav .nav-user {
    margin: 5px;
  }

  nav .nav-login {
    margin: 0 10px 0 0;
  }

  nav .nav-login > li + li {
    display: none;
  }

  nav .nav-user .avatar-wrapper {
    width: 30px;
    height: 30px;
  }

  nav .nav-dropmenu .menu-btn {
    width: 40px;
    height: 40px;
    padding: 0;
  }

  nav .nav-user .menu-list {
    right: 0;
    left: auto;
    padding-top: 5px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  nav .nav-user .menu-list .menu-list-wrapper {
    border-radius: 0 0 0 5px;
  }

  nav .menu-list .menu-list-wrapper:after {
    left: auto;
    right: 8px;
  }

  nav .nav-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    transition: 0.2s;
    height: 0;
  }

  nav .nav-search.open {
    height: 50px;
    overflow: visible;
    transition: overflow 0s 0.2s;
  }

  #main-search {
    height: 30px;
    padding: 0 30px 0 10px;
    line-height: 29px;
    vertical-align: baseline;
  }

  nav .search-wrapper {
    width: auto;
    margin: 10px 10px 20px;
  }

  nav .search-go {
    padding: 6px;
    margin: 0 4px 0 0;
  }

  .main-body.shadow:after {
    background: rgba(0, 0, 0, 0.4);
  }

  nav .suggest-list a {
    padding: 8px 10px;
  }

  /*navbar end*/
}
@media screen and (max-width: 768px) {
  .base {
    padding-bottom: 0;
  }

  .pagination .page {
    padding: 4px 8px 2px;
    margin: 0 2px;
  }

  /*footer*/
  footer {
    position: static;
  }

  footer .footer-bar-wrapper {
    height: auto;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding: 20px 10px;
  }

  footer .footer-bar .about-list {
    flex-wrap: wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
  }

  footer .footer-bar .about-list li {
    padding: 3px 0;
    margin: 0 7px;
  }

  footer .footer-bar .about-list li + li {
    margin: 0 7px;
  }

  footer .footer-bar .about-list li.footer-email {
    margin: 0 15px;
  }

  .gotop-btn {
    width: 40px;
    height: 40px;
  }

  .gotop-btn .t-angle {
    margin: 15px 0 0 13px;
  }

  .gotop-btn .t-angle:before {
    height: 15px;
    width: 15px;
  }

  .dialog {
    width: 100%;
    height: 100vh;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .dialog-wrapper {
    width: 100%;
    height: 100%;
  }

  .login-dialog .close-btn {
    right: 15px;
    top: 15px;
  }

  .login-box {
    padding: 15px;
    width: 100%;
  }
  .login-box .caption {
    font-size: 30px;
  }
  .login-box .btn {
    height: 40px;
    line-height: 40px;
  }
  .login-box .btn.twitter {
    margin-left: 4%;
  }
  .login-box .other-login .btn {
    width: 48%;
  }
  .gsa-d {
    width: auto;
    margin: 15px;
    padding: 30px 15px;
  }
  .gsa-d .h {
    font-size: 18px;
  }
  .gsa-d .close-btn {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 1440px) {
  nav .nav-logo {
    padding-left: 0;
  }

  nav .nav-list ul .nav-sec {
    padding-left: 265px;
  }
}
@media screen and (max-width: 1100px) {
  nav .nav-main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  nav .nav-list {
    margin-right: 0;
  }

  nav .nav-logo {
    margin: 20px auto;
    display: none;
  }

  nav .nav-right-box {
    margin-bottom: 20px;
  }

  nav .nav-search {
    display: none;
  }

  nav .nav-right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  nav .nav-logo {
    display: block;
  }

  nav .nav-search {
    display: block;
    margin-left: 0;
  }

  nav .nav-right {
    display: block;
  }

  nav .nav-list {
    display: none;
  }

  nav .nav-main {
    height: 50px;
  }

  footer .main {
    display: flex;
    justify-content: center;
  }

  footer .footer-left {
    padding-right: 20px;
  }

  footer .footer-center {
    padding: 0 20px;
  }
  footer .footer-center:after {
    display: none;
  }

  footer .footer-right {
    display: none;
  }

  footer .footer-center .footer-center-item h4 {
    margin-bottom: 14px;
  }

  nav .nav-branch .branch-list-wrapper .branch-list-info {
    display: none;
  }
  nav .nav-branch .branch-list-wrapper .mobile-nav {
    display: block;
    width: 100%;
  }
  nav .nav-branch .branch-list-wrapper .mobile-nav li {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
  }
}
@media screen and (max-width: 767px) {
  .navbar-mobile {
    padding-top: 56px;
  }

  .navbar-mobile-wrapper {
    width: 100%;
    height: 56px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999999;
  }

  .navbar-mobile-solgn {
    width: 100%;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    white-space: nowrap;
  }
  .navbar-mobile-solgn.black {
    background-color: #000;
    color: #fff;
  }
  .navbar-mobile-solgn.black span {
    color: #fff !important;
  }
  .navbar-mobile-solgn.gray {
    background-color: #f4f4f4;
  }
  .navbar-mobile-solgn i {
    display: flex;
    color: #C18F10;
    width: 12px;
    height: 12px;
    justify-content: center;
  }
  .navbar-mobile-solgn i:nth-of-type(1) {
    margin-right: 10px;
  }
  .navbar-mobile-solgn i:nth-of-type(2) {
    margin-left: 10px;
  }
  .navbar-mobile-solgn span:nth-of-type(1) {
    font-size: 10px;
    color: #212121;
    letter-spacing: 0.4px;
    text-align: center;
  }
  .navbar-mobile-solgn span:nth-of-type(2) {
    font-size: 10px;
    color: #212121;
    letter-spacing: 0.4px;
    text-align: center;
  }

  .col-l {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .col-l .bar {
    border-radius: 1px;
    width: 20px;
    height: 2px;
    background-color: #000;
  }

  .col-c {
    width: 150px;
  }
  .col-c img {
    width: 100%;
  }

  .col-r {
    width: 24px;
    height: 24px;
    background: url("../images/dailyreadz/icon_search_nav@2x.png") no-repeat center/contain;
  }

  .navbar-mobile-list {
    width: 100%;
    height: 0;
    overflow-y: auto;
    background-color: #f7f7f7;
    position: fixed;
    left: 0;
    top: 56px;
    border-top: 2px solid #000;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .navbar-mobile-list.active {
    height: calc(100vh - 56px);
    visibility: visible;
    opacity: 1;
  }
  .navbar-mobile-list .list-first-item {
    width: 100%;
  }
  .navbar-mobile-list .list-first-item .list-item-t {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: AvenirNext-Medium;
    font-size: 13px;
    color: #222222;
    letter-spacing: 0;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
  }
  .navbar-mobile-list .list-first-item.list-slide .list-item-t.active:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("../images/dailyreadz/icon_shouqi@2x.png") no-repeat center/contain;
  }
  .navbar-mobile-list .list-first-item.list-slide .list-item-t:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("../images/dailyreadz/icon_zhankai2@2x.png") no-repeat center/contain;
  }
  .navbar-mobile-list .list-first-item.login-box-mobile {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-top: 8px;
    height: 50px;
    font-family: AvenirNext-Medium;
    font-size: 13px;
    color: #222222;
    letter-spacing: 0;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
  }
  .navbar-mobile-list .list-first-item.login-box-mobile .logout-mobile {
    background: #EFEFEF;
    border-radius: 2px;
    width: 58px;
    height: 28px;
    background: #EFEFEF;
    font-size: 13px;
    margin-left: auto;
  }
  .navbar-mobile-list .list-first-item.login-box-mobile .logout-mobile a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-mobile-list .list-first-item.login-box-mobile p:first-child {
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
  }
  .navbar-mobile-list .list-first-item.login-box-mobile p:first-child:after {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 1px;
    height: 8px;
    background-color: #ADADAD;
  }
  .navbar-mobile-list .list-first-item.login-box-mobile .user-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 12px;
  }
  .navbar-mobile-list .list-first-item.login-box-mobile .user-avatar + P {
    font-size: 16px;
  }
  .navbar-mobile-list .list-item-sec {
    overflow: hidden;
    height: 0;
    visibility: hidden;
    transition: 0.3s;
    opacity: 0;
  }
  .navbar-mobile-list .list-item-sec.active {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .navbar-mobile-list .list-sec {
    padding: 15px;
  }
  .navbar-mobile-list .list-sec .list-sec-item {
    padding: 0 20px;
    list-style: none;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
  }
  .navbar-mobile-list .list-sec .list-sec-item a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .navbar-mobile-list .list-sec .list-sec-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .navbar-mobile-list .list-sec .list-sec-item.list-sec-t {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
  }
}
@media screen and (max-width: 550px) {
  footer {
    padding: 0;
    height: auto;
  }
  footer .main {
    flex-direction: column-reverse;
    padding: 0;
  }
  footer .footer-left {
    padding: 18px 0 !important;
    text-align: center;
    background-color: #383838;
  }
  footer .footer-left,
footer .footer-center {
    padding: 0 10px;
  }
  footer .footer-left:after,
footer .footer-center:after {
    display: none;
  }
  footer .footer-center {
    display: flex;
    padding: 22px 18px;
  }
  footer .footer-center .footer-center-item {
    flex: 1;
    height: 70px;
    text-align: center;
  }
  footer .footer-center .footer-center-item h4 {
    font-family: AvenirNext-Medium;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.83px;
    line-height: 14px;
  }
  footer .footer-center .footer-center-item p {
    font-size: 13px;
    color: #A5A5A5;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    margin-bottom: 12px;
  }
  footer .footer-center .footer-center-item:nth-child(1) {
    margin-right: 0;
    border-right: 1px solid #555;
  }
  footer .footer-logo {
    width: 140px;
    margin: 0 auto 10px;
  }
  footer .footer-email {
    font-size: 12px;
    line-height: 14px;
  }

  .dialog-wrapper {
    height: 100vh;
  }
  .dialog-wrapper .pd,
.dialog-wrapper .sbb-i {
    padding: 0 20px;
  }
  .dialog-wrapper .sbb-i .extra-1 {
    max-width: 1000px;
  }
  .dialog-wrapper .sbb-i input {
    margin-top: 10px;
  }
  .dialog-wrapper .gsa-d {
    margin: 0;
    height: 100%;
    padding: 0;
  }
  .dialog-wrapper .gsa-d .h {
    font-family: SourceSansPro-Semibold;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 2px solid #000;
  }
  .dialog-wrapper .gsa-d .pd .n {
    font-size: 14px;
    line-height: 20px;
  }
  .dialog-wrapper .gsa-d .pd .img {
    margin: 15px auto 10px;
  }
  .dialog-wrapper .gsa-d .pd .price {
    font-family: Baskerville;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
  }
  .dialog-wrapper .gsa-d .close-btn .close-icon {
    width: 16px;
    height: 16px;
  }

  .close-icon {
    width: 16px;
    height: 16px;
  }
  .close-icon:before {
    width: 1px;
  }
  .close-icon:after {
    height: 1px;
  }

  .login-box .caption {
    font-family: SourceSansPro-Semibold;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .login-box input {
    height: 44px;
    font-size: 14px;
  }
  .login-box ul li {
    margin-top: 10px;
  }
  .login-box .btn.creat {
    height: 44px;
    line-height: 44px;
    background: #212121;
    border-radius: 3px;
    font-family: AvenirNext-Medium;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-top: 15px;
  }
  .login-box .s-des {
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    max-width: 100%;
  }
  .login-box .text-line {
    margin-top: 8px;
  }
  .login-box .text-line p {
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
  }
  .login-box .text-line .split-line {
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .login-box .other-login {
    display: flex;
  }
  .login-box .other-login .btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login-box .other-login .btn .fa {
    line-height: 40px;
    position: static;
    margin-right: 15px;
  }

  #search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background-color: #f7f7f7;
    z-index: 99999999;
  }
  #search-box.active {
    opacity: 1;
    visibility: visible;
  }
  #search-box .search {
    height: 65px;
    background: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    display: flex;
    align-items: center;
  }
  #search-box .search .search-c {
    background: #E9E9E9;
    border-radius: 3px;
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    padding: 0 15px;
  }
  #search-box .search .search-c input[type=text] {
    background: #E9E9E9;
    height: 100%;
    flex: 1;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0;
    line-height: 13px;
  }
  #search-box .search .search-c input[type=submit] {
    width: 25px;
    height: 25px;
    background: url("../images/dailyreadz/icon_search_nav@2x.png") no-repeat center/contain;
  }
  #search-box .search .search-close {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    margin-left: 15px;
  }
}
#to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  border-radius: 50%;
  background: url("../images/dailyreadz/icon_top@2x.png") no-repeat center/20px rgba(0, 0, 0, 0.3);
  z-index: 999999;
}

/*# sourceMappingURL=base.css.map */
