.btn--pramiry {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00bcd5),
    to(#38cdba)
  );
  background: linear-gradient(0deg, #00bcd5 0%, #38cdba 100%);
}

a:hover {
  text-decoration: none;
}
.hidden-lg *,
.hidden-xs *,
.hidden-md *,
.hidden-sm *,
.m *,
.pc * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m label,.pc label {
  display: inline-block;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.appointmentBtn-m {
  width: 3.866rem;
  height: 0.733rem;
  border-radius: 0.067rem;
  margin: 0.907rem auto;
  text-align: center;
  color: #fff;
  font-size: 0.32rem;

  font-weight: 700;
  line-height: 0.733rem;
  padding: 0;
  display: inline-block;
}

.appointmentBtn-m:hover {
  text-decoration: none;
}

.clearfix {
  *zoom: 1;
}

html {
  width: 100vw;
  overflow-x: hidden;
  font-family: pingfang SC, helvetica neue, arial, hiragino sans gb,
    microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}
html a {
  text-decoration: none;
}
body {
  max-width: 100%;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
}

.clearfix:after {
  display: table;
  content: "";
  clear: both;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00bcd5),
    to(#38cdba)
  );
  background: linear-gradient(0deg, #00bcd5 0%, #38cdba 100%);
}
.ajax_gg ggtemplate, .ajax_gg_new ggtemplate  {display:none;}

.btn--pramiry:active {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#00bcd5),
    to(#38cdba)
  );
  background: linear-gradient(0deg, #00bcd5 0%, #38cdba 100%);
}

.btn-boder--pramiry {
  border: 1px solid;
  border-left-color: #00bcd5;
  border-bottom-color: #00bcd5;
  border-right-color: #38cdba;
  border-top-color: #38cdba;
}

a:hover {
  text-decoration: none;
}

.sample-wrap {
  width: 270px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.sample-wrap.center {
  position: fixed;
  top: 20px;
}
.sample-wrap.center .component-popular-articles {
  display: none;
}
.sample-wrap.center .hot-articles {
  display: none;
}

.sample-wrap.bottom {
  position: absolute;
  bottom: 55px;
}
.sample-wrap.bottom .component-popular-articles {
  display: none;
}
.sample-wrap.bottom .hot-articles {
  display: none;
}

.showLoadingMask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.66);
  width: 100vw;
  height: 100vh;
}
.showLoadingMask div {
  margin: 45vh auto;
  width: 2px;
  height: 2px;
  border-radius: 1px;
  -webkit-box-shadow: 0 -12px 0 3px white, 0 12px 0 1px white,
    -12px 0 0 1px white, 12px 0 0 1px white, -9px -9px 0 1px white,
    9px -9px 0 2px white, -9px 9px 0 1px white, 9px 9px 0 1px white;
  box-shadow: 0 -12px 0 3px white, 0 12px 0 1px white, -12px 0 0 1px white,
    12px 0 0 1px white, -9px -9px 0 1px white, 9px -9px 0 2px white,
    -9px 9px 0 1px white, 9px 9px 0 1px white;
  animation: loading 2s linear 0s infinite;
  -webkit-animation: loading 2s linear 0s infinite;
  -o-animation: loading 2s linear 0s infinite;
  -moz-animation: loading 2s linear 0s infinite;
}

@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.pop-warning {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 999;
  display: none;
}

.pop-login {
  width: 400px;
  height: 225px;
  margin: 160px auto 0;
  box-sizing: border-box;
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: relative;
}

.pop-block {
  width: 100%;
  padding: 15px 0;
}

.pop-block:first-child {
  border-bottom: 1px dashed #ddd;
}

.pop-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pop-p {
  color: #666;
}

.pop-btn {
  width: 70px;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px;
}

.pop-btn-login {
  margin: 0;
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  display: inline-block;
  border: none;
  padding: 0;
  background-color: #20b09f;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.pop-btn-login:after {
  content: ">>";
  font-weight: normal;
  font-size: 16px;
  margin-left: 6px;
}

.pop-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDIwNCwgMjA0LCAyMDQpIiBkPSJNMTMuNjU3LDAuOTI5IEw4LjAwMCw2LjU4NiBMMi4zNDMsMC45MjkgTDAuOTI5LDIuMzQzIEw2LjU4Niw4LjAwMCBMMC45MjksMTMuNjU3IEwyLjM0MywxNS4wNzEgTDguMDAwLDkuNDE0IEwxMy42NTcsMTUuMDcxIEwxNS4wNzEsMTMuNjU3IEw5LjQxNCw4LjAwMCBMMTUuMDcxLDIuMzQzIEwxMy42NTcsMC45MjkgWiIvPgo8L3N2Zz4=) no-repeat center;
  z-index: 1;
}

@media (max-width: 1199px) {    
  .pop-login {
    width: 300px;
    height: 175px;
    margin: 160px auto 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .pop-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .pop-btn-login {
    margin: 0;
    width: 130px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    border: none;
    padding: 0;
    background-color: #20b09f;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
  }
  .pop-p {
    color: #666;
    font-size: 12px;
  } 
  .pop-btn {
    width: 70px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 10px;
  }
}