@charset "UTF-8";
/*
  ! 基础布局类
*/
.chm-wd-84 {
  width: 84vw;
}
.chm-wd-gutter {
  width: 92vw;
  margin-left: 4vw;
  margin-right: 4vw;
}
.chm-wd {
  width: 100vw;
}
.chm-hg {
  height: 100vh;
}

.wd-auto {
  width: auto;
  position: relative;
}
.wd-100 {
  width: 100%;
  position: relative;
}
.wd-res {
  position: relative;
}
@media screen and (min-width: 1441px) {
  .wd-res {
    width: 1400px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .wd-res {
    width: 1200px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .wd-res {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .wd-res {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .wd-res {
    width: 90vw;
    margin: 0 5vw;
  }
}
.wd-em1 {
  width: 1em;
}
.wd-em2 {
  width: 2em;
}
.wd-em3 {
  width: 3em;
}
.wd-em4 {

      width: 100%;
      line-height: 25px;
      text-align: right;
}
.wd-em5 {
  width: 5em;
}
.wd-em6 {
  width: 6em;
}
.wd-em7 {
  width: 7em;
}
.wd-em8 {
  width: 8em;
}
.wd-em9 {
  width: 9em;
}
.wd-em10 {
  width: 10em;
}

.hg-em1 {
  height: 1em;
}
.hg-em2 {
  height: 2em;
}
.hg-em3 {
  height: 3em;
}
.hg-em4 {
  height: 4em;
}
.hg-em5 {
  height: 5em;
}
.hg-em6 {
  height: 6em;
}
.hg-em7 {
  height: 7em;
}
.hg-em8 {
  height: 8em;
}
.hg-em9 {
  height: 9em;
}
.hg-em10 {
  height: 10em;
}

.mg-center {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mg-gutter-xxxl {
  margin: 80px;
}
.mg-gutter-xxl {
  margin: 60px;
}
.mg-gutter-xl {
  margin: 50px;
}
.mg-gutter-l {
  margin: 40px;
}
.mg-gutter-m {
  margin: 25px;
}
.mg-gutter-s {
  margin: 15px;
}
.mg-gutter-xs {
  margin: 10px;
}
.mg-gutter-xxs {
  margin: 5px;
}
.mg-clear {
  margin: 0 !important;
}
.mg-clear-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mg-clear-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mg-clear-tlr {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mg-clear-blr {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mg-clear-tbl {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.mg-clear-tbr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}
.mg-clear-t {
  margin-top: 0 !important;
}
.mg-clear-b {
  margin-bottom: 0 !important;
}
.mg-clear-l {
  margin-left: 0 !important;
}
.mg-clear-r {
  margin-right: 0 !important;
}

.pd-gutter-xxxl {
  padding: 80px;
}
.pd-gutter-xxl {
  padding: 60px;
}
.pd-gutter-xl {
  padding: 50px;
}
.pd-gutter-l {
  padding: 40px;
}
.pd-gutter-m {
  padding: 25px;
}
.pd-gutter-s {
  padding: 15px;
}
.pd-gutter-xs {
  padding: 10px;
}
.pd-gutter-xxs {
  padding: 5px;
}
.pd-clear {
  padding: 0 !important;
}
.pd-clear-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pd-clear-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pd-clear-tlr {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pd-clear-blr {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pd-clear-tbl {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}
.pd-clear-tbr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.pd-clear-t {
  padding-top: 0 !important;
}
.pd-clear-b {
  padding-bottom: 0 !important;
}
.pd-clear-l {
  padding-left: 0 !important;
}
.pd-clear-r {
  padding-right: 0 !important;
}

.bd-solid {
  border-style: solid;
}
.bd-dashed {
  border-style: dashed;
}
.bd-dotted {
  border-style: dotted;
}
.bd-doubel {
  border-style: double;
}
.bd-xxl {
  border-width: 7px;
}
.bd-xl {
  border-width: 5px;
}
.bd-l {
  border-width: 3px;
}
.bd-m {
  border-width: 2px;
}
.bd-s {
  border-width: 1px;
}
.bd-clear {
  border: 0 !important;
}
.bd-clear-tb {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.bd-clear-lr {
  border-left: 0 !important;
  border-right: 0 !important;
}
.bd-clear-tlr {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.bd-clear-blr {
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.bd-clear-tbl {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}
.bd-clear-tbr {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}
.bd-clear-t {
  border-top: 0 !important;
}
.bd-clear-b {
  border-bottom: 0 !important;
}
.bd-clear-l {
  border-left: 0 !important;
}
.bd-clear-r {
  border-right: 0 !important;
}

.dp-block {
  display: block !important;
}
.dp-none {
  display: none !important;
}
.dp-table {
  display: table !important;
}
.dp-inline {
  display: inline !important;
}
.dp-inbk {
  display: inline-block !important;
}

.bs-c {
  box-sizing: content-box;
}
.bs-b {
  box-sizing: border-box;
}

.pos-a {
  position: absolute;
  top: 0;
  left: 0;
}
.pos-r {
  position: relative;
}
.pos-f {
  position: fixed;
}
.pos-a-align-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pos-a-align-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.pos-a-align-t {
  position: absolute;
  top: 0;
}
.pos-a-align-tl {
  position: absolute;
  top: 0;
  left: 0;
}
.pos-a-align-tr {
  position: absolute;
  top: 0;
  right: 0;
}
.pos-a-align-b {
  position: absolute;
  bottom: 0;
}
.pos-a-align-bl {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pos-a-align-br {
  position: absolute;
  bottom: 0;
  right: 0;
}
.pos-a-align-l {
  position: absolute;
  left: 0;
}
.pos-a-align-r {
  position: absolute;
  right: 0;
}
.pos-a-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pos-a-fill-lr {
  position: absolute;
  left: 0;
  right: 0;
}
.pos-a-fill-tb {
  position: absolute;
  top: 0;
  bottom: 0;
}

.z-9999 {
  z-index: 9999;
}
.z-999 {
  z-index: 999;
}
.z-99 {
  z-index: 99;
}
.z-9 {
  z-index: 9;
}
.z-1 {
  z-index: 1;
}

.bdr-circle {
  border-radius: 100%;
  overflow: hidden;
}
.bdr-round {
  border-radius: 300px;
  overflow: hidden;
}
.bdr-clear {
  border-radius: 0 !important;
}
.bdr-clear-t {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.bdr-clear-b {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bdr-clear-l {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.bdr-clear-r {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bdr-l {
  border-radius: 10px;
  overflow: hidden;
}
.bdr-m {
  border-radius: 5px;
  overflow: hidden;
}
.bdr-s {
  border-radius: 2px;
  overflow: hidden;
}

.bg-clear {
  background: none;
}

.flex-row-nowrap {
  display: flex;
  flex-flow: row nowrap;
}
.flex-row-wrap {
  display: flex;
  flex-flow: row wrap;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-fe {
  justify-content: flex-end;
}
.flex-justify-sb {
  justify-content: space-between;
}
.flex-justify-sa {
  justify-content: space-around;
}
.flex-align-center {
  align-items: center;
}
.flex-align-fe {
  align-items: flex-end;
}
.flex-align-str {
  align-items: stretch;
}

.flex-item-auto {
  flex: auto;
}
.flex-item-none {
  flex: none;
}

.fit-wh {
  width: 100%;
  height: 100%;
}
.fit-h {
  width: auto;
  height: 100%;
}
.fit-w {
  width: 100%;
  height: auto;
}

.img-cover {
  object-fit: cover;
}
.img-contain {
  object-fit: contain;
}
.img-none {
  object-fit: none;
}
.img-scdn {
  object-fit: scale-down;
}
.img-tx {
  position: relative;
  top: 0.1em;
  vertical-align: baseline;
  width: auto;
  height: 0.9em;
}

.cur-p {
  cursor: pointer;
}

.grid-100per {
  width: 100%;
}
.grid-90per {
  width: 90%;
}
.grid-90per-gutter {
  width: 88%;
}
.grid-80per {
  width: 80%;
}
.grid-80per-gutter {
  width: 78%;
}
.grid-70per {
  width: 70%;
}
.grid-70per-gutter {
  width: 68%;
}
.grid-60per {
  width: 60%;
}
.grid-60per-gutter {
  width: 58%;
}
.grid-50per {
  width: 50%;
}
.grid-50per-gutter {
  width: 48%;
}
.grid-40per {
  width: 40%;
}
.grid-40per-gutter {
  width: 38%;
}
.grid-30per {
  width: 34%;
}
.grid-30per-gutter {
  width: 30%;
}
.grid-25per {
  width: 25%;
}
.grid-25per-gutter {
  width: 22.5%;
}
.grid-20per {
  width: 20%;
}
.grid-20per-gutter {
  width: 17.5%;
}
.grid-10per {
  width: 10%;
}
.grid-10per-gutter {
  width: 8%;
}

#mypage{
	    height: 80px;
	    line-height: 50px;
	    margin: 0px auto;
	    text-align: center;
}
#mypage a {
	   color:#ccc;
	   font-size:18px;
		border: 1px solid #ccc;
	   padding: 5px 5px 5px 5px;
}
#mypage .now{
	display:none;
}
