@charset "utf-8";
/*Reset page*/
* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox*/
  -webkit-box-sizing: border-box;
}
html {
  height: 100%;
  margin: 0 auto;
  font: 14px / 1.5 Arial, -apple-system-font, "PingFang SC", "Segoe UI",
    "Helvetica Neue", sans-serif;
}
body {
  margin: 0 auto;
  padding: 0;
  color: #666;
  background-color: #fff;
}
.scrollBar::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar {
  width: 8px;
  background: #e5e5e5;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #00acac;
}
::-webkit-scrollbar-corner {
  background: #00acac;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
}
/*Reset the tag*/
a {
  text-decoration: none;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  text-align: justify;
}
i,
em,
b,
span {
  font-style: normal;
}
b,
span,
a {
  display: inline-block;
}
em {
  font-size: 12px;
  margin-right: 2px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  border: none;
  outline: none;
  resize: none;
  background-color: transparent;
  -webkit-appearance: none;
}
.btn,
a,
.transition {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Tonly:hover .transform {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.transform {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*Define the name of the class*/
/*miscellaneous*/
body {
  height: 100%;
  position: relative;
}
.mc {
  color: #ffcc33;
}
.ac {
  color: #00acac;
}
.mbg {
  background-color: #ffcc33;
}
.abg {
  background-color: #00acac;
}
.redbg {
  background: #f44336;
}
.orangebg {
  background: #ff5722;
}
.yellowbg {
  background: #ffeb3b;
}
.greenbg {
  background: #4caf50;
}
.youngbg {
  background: #8bc34a;
}
.bluebg {
  background: #03a9f4;
}
.purplebg {
  background: #9768d2;
}
.borderBg {
  border-color: #9768d2;
}
.white {
  color: #fff;
}
.e5 {
  color: #e5e5e5;
}
.c {
  color: #333;
}
.cc {
  color: #666;
}
.ccc {
  color: #999;
}
.bg-f {
  background: #fff;
}
.bg-f5 {
  background: rgba(255, 255, 255, 0.5);
}
.bg-0 {
  background: #000;
}
.bg-05 {
  background: rgba(0, 0, 0, 0.5);
}
.clear {
  clear: both;
}
.tableCell {
  display: table-cell;
  vertical-align: middle;
}
.cursor {
  cursor: pointer;
}
.text-indent {
  text-indent: 2em;
}
.word-break {
  word-break: break-all;
}
.font-weight {
  font-weight: 800;
}
.text-indent {
  text-indent: 2em;
}
.letter-spacing {
  letter-spacing: 10px;
}
.wrap1180 {
  width: 1180px;
  margin: 0 auto;
}
.wrap1200 {
  width: 1200px;
  margin: 0 auto;
}
.wrap1680 {
  width: 1680px;
  margin: 0 auto;
}
.wrap640 {
  max-width: 640px;
  margin: 0 auto;
}
.symbol {
  margin-right: 2px;
  font-size: 12px;
  visibility: visible;
}
.symbols:before {
  content: "¥";
  font-size: 12px;
  margin-right: 4px;
}
.omit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.borderLine {
  position: relative;
}
.borderLine:before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #eee;
  content: "";
}
.mask-0 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
.mask-f {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 900;
}
.flexd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/******************************padding******************************/
.pd10 {
  padding: 10px;
}
.pd20 {
  padding: 20px;
}
.pd30 {
  padding: 30px;
}
.pd40 {
  padding: 40px;
}
/*top*/
.pd-t1 {
  padding-top: 1px;
}
.pd-t2 {
  padding-top: 2px;
}
.pd-t5 {
  padding-top: 5px;
}
.pd-t8 {
  padding-top: 8px;
}
.pd-t10 {
  padding-top: 10px;
}
.pd-t15 {
  padding-top: 15px;
}
.pd-t20 {
  padding-top: 20px;
}
.pd-t25 {
  padding-top: 25px;
}
.pd-t30 {
  padding-top: 30px;
}
.pd-t50 {
  padding-top: 50px;
}
/*right*/
.pd-r1 {
  padding-right: 1px;
}
.pd-r2 {
  padding-right: 2px;
}
.pd-r5 {
  padding-right: 5px;
}
.pd-r8 {
  padding-right: 8px;
}
.pd-r10 {
  padding-right: 10px;
}
.pd-r15 {
  padding-right: 15px;
}
.pd-r20 {
  padding-right: 20px;
}
.pd-r25 {
  padding-right: 25px;
}
.pd-r30 {
  padding-right: 30px;
}
.pd-r50 {
  padding-right: 50px;
}
/*bottom*/
.pd-b1 {
  padding-bottom: 1px;
}
.pd-b2 {
  padding-bottom: 2px;
}
.pd-b5 {
  padding-bottom: 5px;
}
.pd-b8 {
  padding-bottom: 8px;
}
.pd-b10 {
  padding-bottom: 10px;
}
.pd-b15 {
  padding-bottom: 15px;
}
.pd-b20 {
  padding-bottom: 20px;
}
.pd-b25 {
  padding-bottom: 25px;
}
.pd-b30 {
  padding-bottom: 30px;
}
.pd-b50 {
  padding-bottom: 50px;
}
/*left*/
.pd-l1 {
  padding-left: 1px;
}
.pd-l2 {
  padding-left: 2px;
}
.pd-l5 {
  padding-left: 5px;
}
.pd-l8 {
  padding-left: 8px;
}
.pd-l10 {
  padding-left: 10px;
}
.pd-l15 {
  padding-left: 15px;
}
.pd-l20 {
  padding-left: 20px;
}
.pd-l25 {
  padding-left: 25px;
}
.pd-l30 {
  padding-left: 30px;
}
.pd-l50 {
  padding-left: 50px;
}
/******************************margin******************************/
.mg {
  margin: 0 auto;
}
.mg0 {
  margin: 10px auto;
}
.mg10 {
  margin: 10px auto;
}
.mg20 {
  margin: 20px auto;
}
.mg30 {
  margin: 30px auto;
}
.mg40 {
  margin: 40px auto;
}
/*top*/
.mg-t1 {
  margin-top: 1px;
}
.mg-t2 {
  margin-top: 2px;
}
.mg-t5 {
  margin-top: 5px;
}
.mg-t8 {
  margin-top: 8px;
}
.mg-t10 {
  margin-top: 10px;
}
.mg-t15 {
  margin-top: 15px;
}
.mg-t20 {
  margin-top: 20px;
}
.mg-t25 {
  margin-top: 25px;
}
.mg-t30 {
  margin-top: 30px;
}
.mg-t50 {
  margin-top: 50px;
}
.mg-t80 {
  margin-top: 80px;
}
.mg-t100 {
  margin-top: 100px;
}
/*right*/
.mg-r1 {
  margin-right: 1px;
}
.mg-r2 {
  margin-right: 2px;
}
.mg-r5 {
  margin-right: 5px;
}
.mg-r8 {
  margin-right: 8px;
}
.mg-r10 {
  margin-right: 10px;
}
.mg-r15 {
  margin-right: 15px;
}
.mg-r20 {
  margin-right: 20px;
}
.mg-r25 {
  margin-right: 25px;
}
.mg-r30 {
  margin-right: 30px;
}
.mg-r50 {
  margin-right: 50px;
}
.mg-r80 {
  margin-right: 80px;
}
.mg-r100 {
  margin-right: 100px;
}
/*bottom*/
.mg-b1 {
  margin-bottom: 1px;
}
.mg-b2 {
  margin-bottom: 2px;
}
.mg-b5 {
  margin-bottom: 5px;
}
.mg-b8 {
  margin-bottom: 8px;
}
.mg-b10 {
  margin-bottom: 10px;
}
.mg-b15 {
  margin-bottom: 15px;
}
.mg-b20 {
  margin-bottom: 20px;
}
.mg-b25 {
  margin-bottom: 25px;
}
.mg-b30 {
  margin-bottom: 30px;
}
.mg-b50 {
  margin-bottom: 50px;
}
.mg-b80 {
  margin-bottom: 80px;
}
.mg-b100 {
  margin-bottom: 100px;
}
/*left*/
.mg-l1 {
  margin-left: 1px;
}
.mg-l2 {
  margin-left: 2px;
}
.mg-l5 {
  margin-left: 5px;
}
.mg-l8 {
  margin-left: 8px;
}
.mg-l10 {
  margin-left: 10px;
}
.mg-l15 {
  margin-left: 15px;
}
.mg-l20 {
  margin-left: 20px !important;
}
.mg-l25 {
  margin-left: 25px;
}
.mg-l30 {
  margin-left: 30px;
}
.mg-l50 {
  margin-left: 50px;
}
.mg-l80 {
  margin-left: 80px;
}
.mg-l100 {
  margin-left: 100px;
}
/******************************border-radius******************************/
.bo-rs2 {
  border-radius: 2px;
}
.bo-rs4 {
  border-radius: 4px;
}
.bo-rs10 {
  border-radius: 10px;
}
.bo-rs-circle {
  border-radius: 50%;
}
/******************************font-size******************************/
.f-s10 {
  font-size: 10px;
}
.f-s12 {
  font-size: 12px;
}
.f-s14 {
  font-size: 14px;
}
.f-s15 {
  font-size: 15px;
}
.f-s16 {
  font-size: 16px;
}
.f-s17 {
  font-size: 17px;
}
.f-s18 {
  font-size: 18px;
}
.f-s19 {
  font-size: 19px;
}
.f-s20 {
  font-size: 20px;
}
.f-s22 {
  font-size: 22px;
}
.f-s24 {
  font-size: 24px;
}
.f-s28 {
  font-size: 28px;
}
/******************************line-height******************************/
.l-h12 {
  line-height: 12px;
}
.l-h16 {
  line-height: 16px;
}
.l-h18 {
  line-height: 18px;
}
.l-h20 {
  line-height: 20px;
}
.l-h24 {
  line-height: 24px;
}
.l-h26 {
  line-height: 26px;
}
.l-h28 {
  line-height: 28px;
}
.l-h30 {
  line-height: 30px;
}
.l-h32 {
  line-height: 32px;
}
.l-h40 {
  line-height: 40px;
}
.l-h50 {
  line-height: 50px;
}
.l-h60 {
  line-height: 60px;
}
/******************************text-align******************************/
.tg-l {
  text-align: left;
}
.tg-c {
  text-align: center;
}
.tg-r {
  text-align: right;
}
/******************************display******************************/
.display-n {
  display: none;
}
.display-b {
  display: block;
}
.display-t {
  display: table;
}
.display-i {
  display: inline;
}
.overflow-h {
  overflow: hidden;
}
.overflow-v {
  overflow: visible;
}
.display-t-c {
  display: table-cell;
}
.display-i-b {
  display: inline-block;
}
/******************************float******************************/
.ft-l {
  float: left;
  overflow: hidden;
}
.ft-r {
  float: right;
  overflow: hidden;
}
/******************************position******************************/
.position-a {
  position: absolute;
}
.position-r {
  position: relative;
}
.position-f {
  position: fixed;
}
.position-i {
  position: inherit;
}
/** list **/
.list {
}
.list .range {
  margin: -16px 0 0 -16px;
}
.list .range .package {
  float: left;
  width: 14.2857%;
}
.list .range .package .packageBlock {
  margin: 16px 0 0 16px;
}
@media only screen and (max-width: 960px) {
  .list .range {
    margin: -6px 0 0 -6px;
  }
  .list .range .package {
    width: 33.3333%;
  }
  .list .range .package .packageBlock {
    margin: 6px 0 0 6px;
  }
}
@media only screen and (max-width: 640px) {
  .list .range .package {
    width: 50%;
  }
}
/** flex **/
.flex {
  display: flex;
}
.flex .item {
  width: 100%;
}
/* Tip */
.tips {
  position: fixed;
  top: -100px;
  right: 24px;
  z-index: 991;
  padding: 10px 20px;
  color: #fff;
  border-radius: 4px;
  word-wrap: break-word;
  word-break: normal;
}
.tips:after {
  position: absolute;
  width: 2px;
  height: 24px;
  right: 24px;
  top: -24px;
  content: "";
}
.tips:before {
  position: absolute;
  width: 2px;
  height: 24px;
  left: 24px;
  top: -24px;
  content: "";
}
.tipsError,
.tipsError:after,
.tipsError:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.tipsSuccess,
.tipsSuccess:after,
.tipsSuccess:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.tipsWarning,
.tipsWarning:after,
.tipsWarning:before {
  background-color: rgba(0, 0, 0, 0.65);
}
.tips + .mask {
  position: fixed;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0;
  z-index: 900;
}
@media only screen and (max-width: 640px) {
  /*.tips {
        top: 0;
        left: 0;
        right: 0 !important;
        border-radius: 0;
    }*/
  .tips {
    top: inherit !important;
    bottom: 6rem;
    /*top: 50% !important;
        margin-top: -15.5px;*/
    padding: 5px 10px;
    right: 0;
  }
  .tips:after,
  .tips:before {
    content: none;
  }
}
/* loading */
.loadingRight {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.loadingRight i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  margin: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff #fff #fff transparent;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  -webkit-animation: lc 1s linear infinite;
  -moz-animation: lc 1s linear infinite;
  -ms-animation: lc 1s linear infinite;
  -o-animation: lc 1s linear infinite;
  animation: lc 1s linear infinite;
}
@-moz-keyframes lc {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lc {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** btn **/
.btn {
  display: block;
  border: 1px solid #302f61;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
}
.b1 {
  color: #302f61;
}
.b2 {
  background-color: #302f61;
  color: #fff;
}
/** line **/
.line {
  position: relative;
  text-align: center;
}
.line:after {
  position: absolute;
  top: 50%;
  right: 5%;
  left: 5%;
  content: "";
  background-color: #e5e5e5;
  height: 1px;
  margin-top: -1px;
}
.line span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 0 26px;
}
/* hrTitle */
.hrTitle {
  background-color: #fff;
}
/* noData */
.noData {
  padding: 50px;
}
.noData span:after,
.noData span:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.noData span:after {
  left: 10px;
}
.noData span:before {
  right: 10px;
}
/** form **/
.formList.borderColor7f .formli .typeInput {
  border-color: #7f7f7f;
}
.formList.borderColoree .formli .typeInput {
  border-color: #eee;
  font-size: 16px;
}
.formList.borderColoree .formli .typeInput::placeholder {
  font-size: 14px;
}
.formList .formli {
  margin-top: 20px;
}
.formList .formli .typeInput {
  width: 100%;
  background-color: transparent;
  line-height: 39px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.formList .formli .typeInput:focus {
  border-bottom: 1px solid #9768d2;
}
.formList .formli .typeInput::-webkit-input-placeholder {
  color: #ccc;
}
.formList .formli .typeInput.typeTextarea {
  line-height: 20px;
  height: 90px;
  padding: 4px 6px;
  text-align: justify;
}
.formList .formli .verificationCode .codeBtn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  min-width: 100px;
  text-align: center;
  padding: 0 10px;
}
.formList .formli .verificationCode.verificationBefore .codeBtn:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  height: 16px;
  width: 1px;
  background-color: #ccc;
  content: "";
}
.formList .formli .verificationCode .typeInput {
  padding-right: 110px;
}
.formList .formli .formli-unit .unitTxt {
  line-height: 40px;
  position: absolute;
  right: 0;
  padding: 0 10px;
}
.formList .formli .formli-unit .typeInput {
  padding-right: 70px;
}
.formList .formli .form-lable {
  position: absolute;
  bottom: 11px;
  left: 0;
  font-size: 12px;
  cursor: text;
  color: #ccc;
}
.formList .formli .form-lable.above {
  bottom: 14px;
  -webkit-transform: translateY(-100%) scale(0.75, 0.75);
  transform: translateY(-100%) scale(0.75, 0.75);
  cursor: auto;
  color: #9768d2;
}
.formList .form-tip {
  margin-top: 5px;
  color: #969696;
}
.formList .summaryArea p.limit {
  position: absolute;
  right: 1px;
  bottom: 6px;
  background-color: #fff;
  padding: 0px 8px;
  line-height: 28px;
  border-radius: 4px;
}
.formLists .formli {
  margin-top: 0;
}
.formLists .formli + .formli {
  margin-top: 20px;
}
.formLists .formli .typeInput {
  width: 100%;
  line-height: 18px;
  font-size: 12px;
  padding: 10px;
  border: 1px solid #7f7f7f;
  border-radius: 4px;
}
.formLists .formli .typeInput:focus {
  border: 1px solid #eee;
}
.formLists .formli .typeInput.typeTextarea {
  padding: 4px 6px;
}
.formLists .form-tip {
  padding: 5px 10px 0 10px;
  position: relative;
}
.formLists .form-tip:before {
  position: absolute;
  content: "!";
  left: 1px;
  color: #ccc;
}
.formListst .fl-title {
  width: 100px;
  line-height: 40px;
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .formLists .formli .typeInput:focus {
    -webkit-box-shadow: 0 0 0 2px #e5d5f9;
    -moz-box-shadow: 0 0 0 2px #e5d5f9;
    -ms-box-shadow: 0 0 0 2px #e5d5f9;
    -o-box-shadow: 0 0 0 2px #e5d5f9;
    box-shadow: 0 0 0 2px #e5d5f9;
  }
}

.flex-align-center {
  display: flex;
  align-items: center;
}
