.dialog-content {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}
.dialog-content .pay-prompt {
  margin: 12px;
  font-size: 10px;
}
.dialog-content .pay-money {
  font-style: italic;
  font-size: 18px;
}
.dialog-content .dialog-btn-layout {
  margin-top: 16px;
}
.dialog-content .btn-cancel {
  margin-left: 24px;
}
.dialog-content .btn-cancel2 {
  margin-top: 10px;
}

.area-list {
  position: relative;
  left: 12%;
}

.has_used {
  color: red;
}

.radio-layout {
  width: 100%;
  margin-top: 6px;
}
.radio-layout .hori-display {
  display: inline-block;
  width: 100px;
  margin-left: 12px;
}
.radio-layout .hori-display2 {
  display: inline-block;
  width: 320px;
  margin-left: 12px;
}
.radio-layout .hori-display2 .hd2-promp {
  margin-left: 84px;
  color: tomato;
}

.control-label {
  font-weight: 600;
}

.tb-d {
  text-align: center;
  font-size: 1.2em;
}

.hori-div {
  display: inline-block;
  font-weight: 600;
}

.lb-prompt {
  color: #1c1c1c;
  font-size: 0.7em;
}
.download-promp {
    font-weight: 600;
    margin-top: 32px;
}
.recharege-amount {
    text-align: center;
    font-size: 1.6em;
    color:black;
}

.recharege-container {
    margin-right: auto;
    margin-left: auto;                    
    padding-left: 120px;
    padding-right: 120px;                    
}

.text-attr {
    color: #3a3a3a;
}

.dialog-btn-layout  {
    margin:12px;
    text-align: center;
}

@media (max-width: 767px) {  
    .recharege-container {
        margin-right: auto;
        margin-left: auto;                    
        padding-left: 12px;
        padding-right: 12px;                    
    }
}
.rc-pagination {
  font-size: 12px;
  font-family: 'Arial';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.rc-pagination > li {
  list-style: none;
}
.rc-pagination-total-text {
  float: left;
  height: 30px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}
.rc-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.rc-pagination-item {
  cursor: pointer;
  border-radius: 6px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
}
.rc-pagination-item a {
  text-decoration: none;
  color: #666;
}
.rc-pagination-item:hover {
  border-color: #2db7f5;
}
.rc-pagination-item:hover a {
  color: #2db7f5;
}
.rc-pagination-item-active {
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.rc-pagination-item-active a {
  color: #fff;
}
.rc-pagination-item-active:hover a {
  color: #fff;
}
.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev:hover:after,
.rc-pagination-jump-next:hover:after {
  color: #2db7f5;
}
.rc-pagination-jump-prev:hover:after {
  content: "\AB";
}
.rc-pagination-jump-next:hover:after {
  content: "\BB";
}
.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px;
}
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  cursor: pointer;
  color: #666;
  font-size: 10px;
  border-radius: 6px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  text-align: center;
}
.rc-pagination-prev a:after {
  content: "\2039";
  display: block;
}
.rc-pagination-next a:after {
  content: "\203A";
  display: block;
}
.rc-pagination-prev,
.rc-pagination-next {
  border: 1px solid #d9d9d9;
  font-size: 18px;
}
.rc-pagination-prev a,
.rc-pagination-next a {
  color: #666;
}
.rc-pagination-prev a:after,
.rc-pagination-next a:after {
  margin-top: -1px;
}
.rc-pagination-disabled {
  cursor: not-allowed;
}
.rc-pagination-disabled a {
  color: #ccc;
}
.rc-pagination-options {
  float: left;
  margin-left: 15px;
}
.rc-pagination-options-size-changer {
  float: left;
  width: 80px;
}
.rc-pagination-options-quick-jumper {
  float: left;
  margin-left: 16px;
  height: 28px;
  line-height: 28px;
}
.rc-pagination-options-quick-jumper input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 3px 12px;
  width: 50px;
  height: 28px;
}
.rc-pagination-options-quick-jumper input:hover {
  border-color: #2db7f5;
}
.rc-pagination-options-quick-jumper button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 6px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-options-quick-jumper button:hover,
.rc-pagination-options-quick-jumper button:active,
.rc-pagination-options-quick-jumper button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  border: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
}
.rc-pagination-simple .rc-pagination-simple-pager {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
  margin: 0 10px;
}
.rc-pagination-simple .rc-pagination-simple-pager input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 5px 8px;
  min-height: 20px;
}
.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-simple-pager button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 6px;
  height: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-simple .rc-pagination-simple-pager button:hover,
.rc-pagination-simple .rc-pagination-simple-pager button:active,
.rc-pagination-simple .rc-pagination-simple-pager button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
@media only screen and (max-width: 1024px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none;
  }
}
.search {
    height: 34px;    
}

.select-btn {
    background: white
}

@media(max-width:768px) {
    .table-layout{
        padding: 0;
    }
}
.txt-days {
    color: red;
}

.dialog-btn-layout  {
    margin:12px;
    text-align: center;
}

.btn-cancel {
    margin-left: 24px;    
}
.btn-confirm {
    margin-inline-end: 24px;    
}

.tb-product {
  width: 100%;
}
.tb-product .table-cell1 {
  background-color: white;
}
.tb-product .table-cell1 .img {
  margin-top: 160px;
}
.tb-product .price-fon {
  color: #f44336;
  font-size: 1.4em;
  margin: 6px;
}
.tb-product .table-cell-hard {
  background-color: white;
  width: 20%;
}
.tb-product .table-cell-hard .img {
  margin-top: 60px;
  width: 54px;
}

.text-sp {
  font-weight: 600;
}

.td-prompt1 {
  text-align: left;
  margin-left: 16px;
}

.td-font1 {
  font-weight: 600;
  font-size: 14px;
}

.c-left {
  text-align: center;
}

.me-warn {
  color: #FF6100;
}

.tb-product2 {
  width: 100%;
}
.tb-product2 .table-cell1 {
  background-color: white;
}
.tb-product2 .table-cell1 .img {
  margin-top: 24px;
  width: 48px;
}
.tb-product2 .price-fon {
  color: #f44336;
  font-size: 1.4em;
  margin: 2px;
}
.tb-product2 .table-cell-hard {
  background-color: white;
  width: 20%;
}
.tb-product2 .table-cell-hard .img {
  margin-top: 5px;
  width: 42px;
}

@media (max-width: 767px) {
  .tb-product .table-cell1 {
    background-color: white;
  }
  .tb-product .table-cell1 .img {
    margin-top: 80px;
  }
  .tb-product .table-cell-hard {
    background-color: white;
    width: 20%;
  }
  .tb-product .table-cell-hard .img {
    margin-top: 40px;
  }
}
.page-layout{
   right: 0;
}

.table-layout {
    width: 100%;
}

.success {
    color: #36c845
}

.failure {
    color: #ff9126
}
.page-layout {
  position: relative;
  margin-left: 54px;
  width: 100%;
  height: 20%;
}

.content {
  width: 75%;
  float: right;
}

.table-layout {
  width: 100%;
}

.table_left {
  width: 160px;
}

.tb-layout {
  width: 480px;
}

.usr-level {
  color: deeppink;
  margin-left: 6px;
}

.offset-l {
  margin-left: 6px;
}

.offset-l2 {
  margin-left: 24px;
}

.offset-t1 {
  margin-top: 16px;
}

.input-width {
  width: 28%;
}

.recharege-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 120px;
  padding-right: 120px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
  width: 100%;
}

.money-label {
  font-size: 22px;
  text-align: center;
}

.success {
  color: #36c845;
}

.failure {
  color: #ff9126;
}

.table-size1 {
  margin-right: 30%;
}

.layout-renew {
  background: #ffffff;
}

.dialog-btn-layout {
  margin: 12px;
  text-align: center;
}

.dialog-renew {
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 300px;
}

.dlg-title {
  margin: 12px;
  text-align: center;
}

.dlg-recharge-ok {
  color: #36c845;
  margin: 12px;
  text-align: center;
}

.dlg-recharge-state {
  color: #000000;
  margin: 12px;
  text-align: center;
}

.btn-cancel {
  margin-left: 24px;
}

.btn-confirm {
  margin-inline-end: 24px;
}

.Modal {
  position: relative;
  background: #ffffff;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  padding: 24px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 360px;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
}

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.renew-err-promp {
  color: red;
}

.recharge-btn-layout {
  margin-top: 24px;
  max-width: 100%;
}

.renew-days {
  margin-top: 12px;
}

.cal-money-layout {
  margin-top: 12px;
}
.cal-money-layout .pay-money {
  font-size: 24px;
  font-weight: 400;
}

.recharege-amount {
  text-align: center;
  font-size: 1.6em;
  color: black;
}

@media (max-width: 767px) {
  .tb-layout {
    width: 100%;
  }
  .input-width {
    width: 70%;
  }
  .content {
    width: 100%;
  }
  .recharege-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.dialog-video-layout {
  display: block;
}
.dialog-video-layout .video {
  object-fit: contain;
  height: 510px;
}
.dialog-video-layout .top-close {
  position: fixed;
  right: 10px;
  top: 18px;
}

a:active {
  outline: 0;
}

ul.withArrow li span {
  margin-right: 10px;
  font-weight: 700;
  color: #29448e;
  border: 1px solid;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.widget {
  color: #858585;
}

.row,
.row-fluid {
  margin-bottom: 30px;
}

.row .row,
.row-fluid .row-fluid {
  margin-bottom: 30px;
}

.row.nomargin,
.row-fluid.nomargin {
  margin-bottom: 0;
}

.about-image {
  width: 100%;
}
.about-image .sale-phone {
  width: 70%;
}
.about-image .wuji {
  width: 70%;
}
.about-image .gjb {
  width: 100%;
}
.about-image .bjb {
  width: 100%;
}
.about-image .hard {
  width: 100%;
}

img.img-polaroid {
  margin: 0 0 20px 0;
}

.img-box {
  max-width: 100%;
}

#banner {
  width: 100%;
  background: #000;
  position: relative;
  margin: 0;
  padding: 0;
}

/*  Sliders
==================================== */
/* --- flexslider --- */



/////yyy
.skill-home .icons {
  padding: 30px;
  width: 94px;
  height: 94px;
  color: #fff;
  font-size: 42px;
  font-size: 38px;
  text-align: center;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 0;
  display: inline-table;
  border: 4px solid #4caf50;
  color: #29448e;
  background: transparent;
  border-radius: 50%;
  background: #ffffff;
}
.skill-home .icons .icon-layout {
  width: 68px;
  height: 68px;
}

.text-center img {
  margin: auto;
}

img.img-center {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.contact-q {
  color: #858585;
}
a:hover {
  color: #29448e;
}

.home-item-content {
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Content
==================================== */

#content {
  position: relative;
  background: #fff;
  padding: 50px 0 0px 0;
}

/* Bottom
==================================== */
#bottom {
  background: #fcfcfc;
  padding: 50px 0 0;
}

.about-text h3 {
  font-size: 22px;
  padding-bottom: 20px;
}

.about-text .btn {
  margin-top: 20px;
}

.about-text ul {
  margin-top: 30px;
  padding: 0;
}

.about-text li {
  margin-bottom: 10px;
  font-weight: bold;
  list-style: none;
}

.about-text-2 img {
  border: 5px solid #ddd;
  margin-bottom: 20px;
}

.about-text-2 p {
  margin-bottom: 20px;
}

section.section-padding.gray-bg {
  background: #f3f3f3;
  padding: 60px;
  color: #484848;
}

section.section-padding.white-bg {
  background: #ffffff;
  padding: 60px;
  color: #484848;
}

.home-buy-btn {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  padding: 12px 25px;
  margin-top: 16px;
  margin-left: 140px;
  border-radius: 0;
  background: #e6382f;
  border-color: #FFE4D0;
}

.btn-theme {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  padding: 12px 30px;
  font-weight: bold;
}

.qq-layout {
  position: fixed;
  right: 0;
  z-index: 100;
  bottom: 6%;
}

.btn-theme:hover {
  color: #eee;
}

footer {
  background: #ffffff;
}

footer div.link-list p a {
  color: #8C8C8C;
}

footer div.link-list p a:hover {
  color: #111523;
}

footer .widgetheading {
  position: relative;
}

footer .widget .social-network {
  position: relative;
}

.box-container .box-area {
  padding: 24px;
  background: #ffffff;
  margin-top: -21px;
  border: 4px solid #f3f3f3;
  margin-left: auto;
  margin-right: auto;
}

.box-container .box-area h3 {
  position: relative;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #ff5842;
}

.box-container {
  position: relative;
  width: 33%;
  padding: 6px;
}

.home-download-btn {
  margin-top: 18px;
}
.home-box-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 46px;
}

/* ===== Widgets ===== */

/* --- flickr --- */
.widget .flickr_badge {
  width: 100%;
}

.widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
  width: 100%;
}

footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

.flickr_badge img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 9px 20px 0;
}

/* --- Recent post widget --- */

.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.recent-post h5 a:hover {
  text-decoration: none;
}

.recent-post .text h5 a {
  color: #353535;
}

footer {
  padding: 50px 0 0 0;
  color: #f8f8f8;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #eee;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #4caf50;
}

footer address {
  line-height: 1.6em;
  color: #797979;
}

footer h5 a:hover,
footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
  border: 1px solid #2D2D2D;
  padding: 5px 0 0;
  width: 32px;
  display: inline-block;
  text-align: center;
  height: 32px;
  vertical-align: baseline;
}

#sub-footer {
  text-shadow: none;
  color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 20px 0 0 0;
  background: #111523;
}

#sub-footer p {
  margin: 0;
  padding: 0;
}

#sub-footer span {
  color: #f5f5f5;
}

.copyright {
  text-align: center;
  font-size: 12px;
}

#sub-footer ul.social-network {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

.header-navlink {
  color: #ffffff;
}
.header-navlink:hover {
  color: #e9e9e9;
}
.header {
  background: #000000;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 5;
}
.header .header_inner {
  display: flex;
  width: 100%;
  min-width: 320px;
  max-width: 960px;
  min-height: 54px;
  margin: 0 auto;
  padding: 0 1.5em;
  align-items: center;
}
.header .header_inner .header_logo {
  margin: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  color: white;
  transition: all 250ms;
}
.header .header_inner .header_links {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header_inner .header_links .header_link {
  display: inline-block;
  font-size: 0.8em;
  padding: 1.5em;
  cursor: pointer;
  color: lightgrey;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 250ms;
}
.header .header_inner .header_links .header_link .header-navlink {
  font-size: 1.3em;
}
.header .header-sub {
  display: block;
  background: #535353;
}

.banner-img {
  padding: 0;
  width: 100%;
  height: 30%;
}

.bold-txt {
  font-weight: 800;
  margin-right: 12px;
  font-size: 1.2em;
}

.wx-qrcode {
  width: 160px;
  height: 160px;
}

/*  Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {
  a.detail {
    background: none;
    width: 100%;
  }

  footer .widget form input#appendedInputButton {
    display: block;
    width: 91%;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }

  footer .widget form .input-append .btn {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }

  ul.related-folio li {
    width: 156px;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 767px) {

  .qq-layout {
    display: none;
    position: fixed;
    right: 0;
    z-index: 100;
  }

  .dialog-video-layout {
    display: block;
  }
  .dialog-video-layout .top-close {
    position: fixed;
    right: 10px;
    top: 26px;
  }

  .navbar-default .navbar-collapse {
    border-color: none;
    background: #ffffff;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #868686;
    border-radius: 0;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: rgba(221, 221, 221, 0);
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: rgba(255, 255, 255, 0.58);
    margin-top: 15px;
  }

  .navbar-brand {
    margin-top: 10px;
    border-bottom: none;
  }

  .navbar .nav > .active > a,
  .navbar .nav > .active > a:hover {
    background: none;
    font-weight: 700;
    color: #FFFFFF;
  }

  .dropdown-menu {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }

  .box {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
  }

  .flexslider .slide-caption {
    width: 90%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: -40px;
  }

  #inner-headline .breadcrumb {
    float: left;
    clear: both;
    width: 100%;
  }

  .breadcrumb > li {
    font-size: 13px;
  }

  ul.portfolio li article a i.icon-48 {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .left-sidebar {
    border-right: none;
    padding: 0 0 0 0;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .right-sidebar {
    margin-top: 30px;
    border-left: none;
    padding: 0 0 0 0;
  }

  footer .col-lg-1,
  footer .col-lg-2,
  footer .col-lg-3,
  footer .col-lg-4,
  footer .col-lg-5,
  footer .col-lg-6,
  footer .col-lg-7,
  footer .col-lg-8,
  footer .col-lg-9,
  footer .col-lg-10,
  footer .col-lg-11,
  footer .col-lg-12 {
    margin-bottom: 20px;
  }

  #sub-footer ul.social-network {
    float: left;
  }

  [class*="span"] {
    margin-bottom: 20px;
  }
}

@media (max-width: 996px) {
  .box-container {
    width: 100%;
  }
  .home-item-content {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .banner-img {
    padding-top: 38px;
  }
  .bottom-article a.pull-right {
    float: left;
    margin-top: 20px;
  }

  .search {
    float: left;
  }

  .flexslider .flex-caption {
    display: none;
  }

  .cta-text {
    margin: 0 auto;
    text-align: center;
  }

  ul.portfolio li article a i {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
/* -----------------------------------------------------
  Material Design Buttons
  https://codepen.io/rkchauhan/pen/NNKgJY
  By: Ravikumar Chauhan
  Find me on -
  Twitter: https://twitter.com/rkchauhan01
  Facebook: https://www.facebook.com/ravi032chauhan
  GitHub: https://github.com/rkchauhan
  CodePen: https://codepen.io/rkchauhan
-------------------------------------------------------- */
/* -----------------------------------------------------
  Body
-------------------------------------------------------- */
.btn-pd {
  padding-left : 14px;
  padding-right : 54px;
}

*, *::after, *::before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #03a9f4;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------
    Main
-------------------------------------------------------- */
main {
  width: 100%;
  max-width: 940px;
  margin: 1.4rem auto;
}
main section {
  display: block;
  margin-bottom: 1.4rem;
  padding: 1.2rem;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.157);
}
main section:last-child {
  margin-bottom: 0;
}
main section .heading {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
main section .wrap {
  overflow: hidden;
  display: block;
  margin: 1rem 0 0.8rem;
  text-align: center;
}
main section .wrap .holder {
  float: left;
  text-align: center;
  background-color: #f2f2f2;
}
main section .wrap .holder:last-child {
  margin-right: 0;
}
main section .wrap .holder.col-3 {
  width: 32.66667%;
}
main section .wrap .holder.col-3:nth-child(n) {
  margin-right: 1%;
  margin-bottom: 1%;
}
main section .wrap .holder.col-3:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 0;
}
main section .wrap .holder.col-4 {
  width: 24.25%;
}
main section .wrap .holder.col-4:nth-child(n) {
  margin-right: 1%;
  margin-bottom: 1%;
}
main section .wrap .holder.col-4:nth-child(4n) {
  margin-right: 0;
  margin-bottom: 0;
}
main section .wrap .holder .demo {
  min-height: 120px;
  padding: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
main section .wrap .holder .captions {
  padding: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 860px) {
  main section .wrap .holder.col-4 {
    width: 32.66667%;
  }
  main section .wrap .holder.col-4:nth-child(n) {
    margin-right: 1%;
    margin-bottom: 1%;
  }
  main section .wrap .holder.col-4:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  main section .wrap .holder {
    float: none;
  }
  main section .wrap .holder.col-3, main section .wrap .holder.col-4 {
    display: block;
    width: 100%;
  }
  main section .wrap .holder.col-3:nth-child(n), main section .wrap .holder.col-4:nth-child(n) {
    margin: 0;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 960px) {
  main {
    padding: 0 1.5%;
  }
}


/* ----------------------------------------------------------------------
  Material Design Raised Buttons - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.rkmd-btn {
  position: relative;
  cursor: pointer;
  height: 39px;
  line-height: 39px;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
}
.rkmd-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}

/* ----------------------------------------------------------------------
  Material Design Fab Buttons - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.rkmd-btn.btn-fab, .rkmd-btn.btn-fab-mini {
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 0;
  line-height: normal;
  border-radius: 50%;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.rkmd-btn.btn-fab:hover, .rkmd-btn.btn-fab-mini:hover {
  box-shadow: 0 4px 11px 0px rgba(0, 0, 0, 0.375);
}
.rkmd-btn.btn-fab i, .rkmd-btn.btn-fab-mini i {
  display: inline-block;
  float: none;
  width: inherit;
  margin: 0;
  font-size: inherit;
  text-align: center;
  line-height: none;
  vertical-align: middle;
}
.rkmd-btn.btn-fab {
  width: 56px;
  height: 56px;
  font-size: 28px;
}
.rkmd-btn.btn-fab-mini {
  width: 40px;
  height: 40px;
  font-size: 24px;
}

/* Buttons Color */
.rkmd-btn.btn-lightBlue {
  color: #FFF;
  background-color: #03a9f4;
}
.rkmd-btn.btn-lightBlue:hover {
  background-color: #23b9fc;
}
.rkmd-btn.btn-white {
  color: #444;
  background-color: #FFF;
}
.rkmd-btn.btn-white:hover {
  background-color: #fafafa;
}
.rkmd-btn.btn-black {
  color: #bdbdbd;
  background-color: #111;
}
.rkmd-btn.btn-black:hover {
  background-color: #252525;
}
.rkmd-btn.btn-grey {
  color: #757575;
  background-color: #f5f5f5;
}
.rkmd-btn.btn-grey:hover {
  background-color: #ebebeb;
}
.rkmd-btn.btn-orange {
  color: #FFF;
  background-color: #ff9800;
}
.rkmd-btn.btn-orange:hover {
  background-color: #ffa829;
}
.rkmd-btn.btn-amber {
  color: #FFF;
  background-color: #ffc107;
}
.rkmd-btn.btn-amber:hover {
  background-color: #ffcb30;
}
.rkmd-btn.btn-green {
  color: #FFF;
  background-color: #4caf50;
}
.rkmd-btn.btn-green:hover {
  background-color: #67bd6a;
}
.rkmd-btn.btn-teal {
  color: #FFF;
  background-color: #009688;
}
.rkmd-btn.btn-teal:hover {
  background-color: #00bfad;
}
.rkmd-btn.btn-cyan {
  margin: 12px;
  color: #FFF;
  background-color: #00bcd4;
}
.rkmd-btn.btn-cyan:hover {
  background-color: #00e0fd;
}
.rkmd-btn.btn-indigo {
  color: #FFF;
  background-color: #3f51b5;
}
.rkmd-btn.btn-indigo:hover {
  background-color: #5869c5;
}
.rkmd-btn.btn-deepPurple {
  color: #FFF;
  background-color: #673ab7;
}
.rkmd-btn.btn-deepPurple:hover {
  background-color: #7c52c8;
}
.rkmd-btn.btn-pink {
  color: #FFF;
  background-color: #e91e63;
}
.rkmd-btn.btn-pink:hover {
  background-color: #ed437d;
}
.rkmd-btn.btn-red {
  margin: 12px;
  
  color: #FFF;
  background-color: #f44336;
}
.rkmd-btn.btn-red:hover {
  background-color: #f6675d;
}
.rkmd-btn.btn-yellow {
  color: #FFF;
  background-color: #ffeb3b;
}
.rkmd-btn.btn-yellow:hover {
  background-color: #f8de00;
}
.rkmd-btn.btn-lime {
  color: #FFF;
  background-color: #cddc39;
}
.rkmd-btn.btn-lime:hover {
  background-color: #bac923;
}
.rkmd-btn.btn-brown {
  color: #FFF;
  background-color: #795548;
}
.rkmd-btn.btn-brown:hover {
  background-color: #936757;
}

/* Raised Buttons Size (Not work in Fab Buttons) */
.rkmd-btn.btn-lg {
  height: 48px;
  line-height: 48px;
}
.rkmd-btn.btn-sm {
  height: 30px;
  padding: 0 1rem;
  line-height: 30px;
  font-size: 12px;
}
.rkmd-btn.btn-xs {
  height: 24px;
  padding: 0 .4rem;
  line-height: 24px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .2px;
}

/* Raised Buttons Types */
.rkmd-btn.disabled, .rkmd-btn[disabled] {
  cursor: default !important;
  color: #9e9e9e !important;
  box-shadow: none !important;
}
.rkmd-btn.disabled:not(.btn-flat), .rkmd-btn[disabled]:not(.btn-flat) {
  background-color: #cdcdcd !important;
}
.rkmd-btn.disabled:not(.btn-flat):hover, .rkmd-btn[disabled]:not(.btn-flat):hover {
  background-color: #cdcdcd !important;
}
.rkmd-btn.btn-flat {
  box-shadow: none !important;
  background-color: transparent !important;
}
.rkmd-btn.btn-flat:hover {
  background-color: #cecece !important;
  box-shadow: none !important;
}
.rkmd-btn.btn-flat.disabled:hover, .rkmd-btn.btn-flat[disabled]:hover {
  background-color: transparent !important;
}
.rkmd-btn.btn-link {
  color: #3949ab !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.rkmd-btn.btn-link:hover {
  text-decoration: underline !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.rkmd-btn.btn-link.disabled, .rkmd-btn.btn-link[disabled] {
  color: #9fa8da !important;
  text-decoration: underline !important;
  background-color: transparent !important;
}
.rkmd-btn.btn-link.disabled:hover, .rkmd-btn.btn-link[disabled]:hover {
  background-color: transparent !important;
}
.rkmd-btn i {
  float: left;
  width: auto;
  height: auto;
  margin-right: 10px;
  font-size: 1.3rem;
  line-height: inherit;
}
.rkmd-btn i.right {
  float: right !important;
  margin: 0;
  margin-left: 10px;
}

/* ----------------------------------------------------------------------
  Material Design Ripple Effect - by Ravikumar Chauhan
------------------------------------------------------------------------- */
.ripple-effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}
.ripple-effect .ripple {
  display: block;
  position: absolute;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
.ripple-effect.ripple-dark .ripple {
  background: rgba(0, 0, 0, 0.1) !important;
}
.ripple-effect.ripple-red .ripple {
  background: rgba(244, 67, 54, 0.725) !important;
}
.ripple-effect.ripple-orange .ripple {
  background: rgba(255, 152, 0, 0.725) !important;
}
.ripple-effect.ripple-yellow .ripple {
  background: rgba(255, 235, 59, 0.725) !important;
}
.ripple-effect.ripple-green .ripple {
  background: rgba(76, 175, 80, 0.725) !important;
}
.ripple-effect.ripple-purple .ripple {
  background: rgba(156, 39, 176, 0.725) !important;
}
.ripple-effect.ripple-teal .ripple {
  background: rgba(0, 150, 136, 0.725) !important;
}
.ripple-effect.ripple-pink .ripple {
  background: rgba(233, 30, 99, 0.725) !important;
}
.ripple-effect .animated {
  -webkit-animation: ripple 0.6s linear;
          animation: ripple 0.6s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
.login-container {
    max-width: 420px;
    margin: auto;
}

.login-container .panel {
    margin-top: 200px;
    padding: 24px 32px 56px 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.login-title {
    text-align: center;
    margin-bottom: 24px;
}

.lm {
    margin-top: 14px;
}

.smt {
    margin-top: 14px;
}

h2 {
    text-align: center;
}


.btn-vc-l {
    position: relative;
    width: 180px;
}

.code {        
    margin-top: 14px;
}
.code-input {    
    float: left;    
    margin-right: 14px;    
}

.code-btn {
    width: 120px;        
}

.btn-confirm {
    margin-top: 32px;
}

.back-home {
    float: left;
    margin-top: 14px;
    margin-left: 12px;
}
.fnd-psd {
    float: right;
    margin-top: 14px;
    margin-right: 12px;
}

.agree-header{
    margin-bottom: 24px;
}

.agree{
    margin-top: 40px;
    margin-left: 180px;
    margin-right: 180px;
}


.r-code {
    width: 140px;
}

.m-left {
    margin-left: 12px;
}

.login-img-layout {
    width: 100%;
    margin-top: 24px;
}
.img-item {
    display: inline-block;
    margin: 0 18px 0 18px;
}  

@media (max-width: 996px) {
    .login-container {
        max-width: 90%;
    }
    .login-container .panel {
        margin-top:100px;        
        padding: 24px 24px 56px 24px;
    }
    .img-item {
        display: inline-block;
        margin: 0 12px 0 12px;
    } 
    
}
.slider-body{
    position: relative;
    width: 310px;
    height: 40px;
}

.block {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .sliderContainer {
    position: relative;
    text-align: center;
    width: 310px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #f7f9fa;
    color: #45494c;
    border: 1px solid #e4e7eb;
  }
  
  .sliderContainer_active .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #1991FA;
  }
  
  .sliderContainer_active .sliderMask {
    height: 38px;
    border-width: 1px;
  }
  
  .sliderContainer_success .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #52CCBA;
    background-color: #52CCBA !important;
  }
  
  .sliderContainer_success .sliderMask {
    height: 38px;
    border: 1px solid #52CCBA;
    background-color: #D2F4EF;
  }
  
  .sliderContainer_success .sliderIcon {
    background-position: 0 0 !important;
  }
  
  .sliderContainer_fail .slider {
    height: 38px;
    top: -1px;
    border: 1px solid #f57a7a;
    background-color: #f57a7a !important;
  }
  
  .sliderContainer_fail .sliderMask {
    height: 38px;
    border: 1px solid #f57a7a;
    background-color: #fce1e1;
  }
  
  .sliderContainer_fail .sliderIcon {
    top: 14px;
    background-position: 0 -82px !important;
  }
  .sliderContainer_active .sliderText, .sliderContainer_success .sliderText, .sliderContainer_fail .sliderText {
    display: none;
  }
  
  .sliderMask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE;
  }
  
  .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background .2s linear;
  }
  
  .slider:hover {
    background: #1991FA;
  }
  
  .slider:hover .sliderIcon {
    background-position: 0 -13px;
  }
  
  .sliderIcon {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 14px;
    height: 12px;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -26px;
    background-size: 34px 471px;
  }
  
  .refreshIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(http://cstaticdun.126.net//2.6.3/images/icon_light.f13cff3.png) 0 -437px;
    background-size: 34px 471px;
  }
