html {
  color: #000;
  background: #FFF;
}
body {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
input,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
  /*规定用户是否可以调整元素的大小,为none不可以，为both，用户可调整元素的高度和宽度*/
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
div,
li {
  box-sizing: border-box;
}
caption,
th {
  text-align: left;
}
body,
html {
  width: 100%;
  font-family: "微软雅黑";
}
a {
  color: #333;
  font-size: 0.7rem;
}
.o_hidden {
  overflow: hidden;
  position: relative;
}
.fix {
  position: fixed;
  top: 0;
  left: 0;
}
/*input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white  inset !important;
}
input {
  outline-color: invert ;
  outline-style: none ;
  outline-width: 0px ;
  border: none ;
  border-style: none ;
  text-shadow: none ;
  -webkit-appearance: none ;
  -webkit-user-select: text ;
  outline-color: transparent ;
  box-shadow: none;
}*/
.colored {
  color: #fd574f;
}
.boxing {
  box-sizing: border-box;
}
.base {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 3rem;
  box-sizing: border-box;
  padding: 0.75rem;
  text-align: center;
  z-index: 999;
}
.head .iconLeft {
  font-size: 1.4rem;
  transform: rotate(180deg);
  display: block;
  width: 1rem;
  float: left;
}
.head span {
  font-size: 0.8rem;
  line-height: 1.5rem;
}
    .head .headBtn {
        width: 1.3rem;
        /*width: 2rem;*/
        height: 1rem;
        float: right;
        margin-top: .35rem;
        display: block;
    }
.head .headBtn p {
  width: 100%;
  height: 0.15rem;
  position: relative;
  margin-bottom: 0.2rem;
  transition: .3s linear;
}
.head .headBtn p::after {
  content: "";
  position: absolute;
  width: 0.15rem;
  height: 0.15rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #333333;
  top: 0;
  left: 0;
}
.head .headBtn p::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  border-radius: 1.25rem;
  background: #333333;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
}
.head .headBtn p.cur::after {
  background: #fff;
}
.head .headBtn p.cur::before {
  background: #fff;
}
.head .hicon {
  line-height: 1rem;
  font-size: 1.4rem;
}

    .head .hicon i {
        font-size: 12px;
        font-style: normal;
        display: block;
    }
.headBtn.cur p:nth-of-type(1)::before {
  transform: rotate(45deg);
  top: 0.2rem;
}
.headBtn.cur p:nth-of-type(1)::after {
  opacity: 0;
}
.headBtn.cur p:nth-of-type(3)::before {
  transform: rotate(132deg);
  top: -0.15rem;
}
.headBtn.cur p:nth-of-type(3)::after {
  opacity: 0;
}
.headBtn.cur p:nth-of-type(2) {
  display: none;
}
.head-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
}
.head-menu {
  position: fixed;
  top: 3rem;
  right: -50%;
  transition: .3s linear;
  height: calc(97vh);
  width: 50%;
  background: #fff;
  z-index: 998;
  overflow-y: scroll;
}
.head-menu li {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0rem;
  text-align: center;
}
.head-menu li.cur a {
  color: #4f8ffd;
}
.head-menu.cur {
  right: 0%;
}
.share {
  width: 1.5rem;
  position: fixed;
  top: 50%;
  transform: translate(-50% 0);
  right: 0.2rem;
  background: #4f8ffd;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
  padding: 0.5rem 0rem;
  color: #fff;
  display: none;
}
.share p {
  text-align: center;
  font-size: 0.8rem;
}
.share.cur {
  display: block;
}
.fdBottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  box-sizing: border-box;
  padding: 0.5rem;
}
.fdBottom .fdbLeft {
  width: 3rem;
  float: left;
  text-align: center;
  color: #666666;
}
.fdBottom .fdbLeft span {
  font-size: 1.2rem;
}
.fdBottom .fdbRight {
  width: 80%;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: right;
}
.fdBottom .fdbRight li {
  width: 6.4rem;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background: #fa9d1e;
  line-height: 2.25rem;
  font-size: 0.75rem;
  margin-right: 0.6rem;
  text-align: center;
}
.fdBottom .fdbRight li:last-child {
  background: #3d7ef2;
  margin-right: 0;
}
.skeleton {
  background-image: -moz-linear-gradient(top, #f2f3f5 0%, #f2f3f5 60%, #f2f3f5 60%, #f2f3f5 99%) !important;
  background-image: -webkit-linear-gradient(top, #f2f3f5 0%, #f2f3f5 60%, #f2f3f5 60%, #f2f3f5 99%) !important;
  background-image: linear-gradient(to bottom, #f2f3f5 0%, #f2f3f5 60%, #f2f3f5 60%, #f2f3f5 99%) !important;
  background-size: 100% 30px !important;
  background-origin: content-box !important;
  background-clip: content-box !important;
  background-color: transparent !important;
  color: transparent !important;
  background-repeat: repeat-y !important;
  -webkit-animation: van-skeleton-blink 1.2s ease-in-out infinite;
  animation: van-skeleton-blink 1.2s ease-in-out infinite;
}
.van-skeleton--animate {
  -webkit-animation: van-skeleton-blink 1.2s ease-in-out infinite;
  animation: van-skeleton-blink 1.2s ease-in-out infinite;
}
@keyframes van-skeleton-blink {
  50% {
    opacity: 0.6;
  }
}
@-moz-keyframes van-skeleton-blink {
  50% {
    opacity: 0.6;
  }
}
@-webkit-keyframes van-skeleton-blink {
  50% {
    opacity: 0.6;
  }
}
@-o-keyframes van-skeleton-blink {
  50% {
    opacity: 0.6;
  }
}
.fskeleton {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.fskeleton li {
  width: 25%;
  float: left;
  padding: 0.75rem 0;
  text-align: center;
}
.nomessage {
  text-align: center;
  line-height: 2.5rem;
}
.shareDialog.cur {
  display: block;
}
.shareDialog,
.sbg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.shareDialog .sdcontent {
  width: 16rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.shareDialog .sdcontent .sdTop {
  width: 100%;
  line-height: 2rem;
  border-bottom: 0.05rem solid #ddd;
  font-weight: bold;
  text-align: center;
  padding: 0 0.75rem;
  box-sizing: border-box;
  font-size: 0.75rem;
}
.shareDialog .sdcontent .sdTop span {
  font-size: 0.5rem;
  float: right;
  font-weight: normal;
}
.shareDialog .sdcontent .sdbottom {
  padding: 0.75rem;
}
.shareDialog .sdcontent .sdbottom .sdinput {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.shareDialog .sdcontent .sdbottom .sdinput input {
  display: inline-block;
  line-height: 1.6rem;
  width: 61%;
  box-sizing: border-box;
  padding-left: 0.2rem;
  border: 0.05rem solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.shareDialog .sdcontent .sdbottom .sdinput span {
  display: inline-block;
  background: #4f8ffd;
  color: #fff;
  padding: 0.38rem 0.5rem;
  margin-left: 0.2rem;
}
.shareDialog .sdcontent .sdbottom .sdtxt {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.5rem;
}
.shareDialog .sdcontent .sdbottom .sdtxt p {
  color: #969595;
  line-height: 1rem;
}
.sbg.cur {
  display: block;
}
.sbg img {
  width: 8rem;
  position: absolute;
  right: 0;
  top: 0;
}
.hidden {
  display: none;
  overflow: hidden;
  position: relative;
}
.hidden.cur {
  display: block;
}
.zoomDialog {
  width: 100%;
  height: 100vh;
  background: #000;
  top: 0;
  position: fixed;
  z-index: 9999999;
  left: 0;
}
.zoomDialog .zswiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mtFlex {
    width: 100%;
    position: relative;
    height: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    pointer-events: auto !important;
}
.zoomDialog .zswiper img {
    width: 100%;
    max-height: 100%;
    display: block;
    /*position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);*/
    z-index: 100;
    position: relative;
    pointer-events: auto !important;
}

.zoomDialog .fdindicators {
    background: rgba(255, 255, 255, 0.5);
}
.zoomDialog .close {
  font-size: 1.2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #fff;
  z-index: 10;

}

/*回首页*/
.backIndex {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    background: #3d7ef2;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    margin: auto;
    z-index: 100;
    box-shadow: 0px 1px 8px rgba(0,0,0,.4);
    padding-top: 0.2rem;
    display:none;
}
    .backIndex.cur {
        display:block;
    }
    .backIndex p {
        text-align: center;
        font-size: 12px;
        line-height: 10px;
    }
    .backIndex span {
        font-size: 1.2rem;
        display: block;
        margin: auto;
        text-align: center;
    }


    /*2020.8.11*/
.telphone1 {
    width: 100% !important;
    margin-bottom: 0.5rem;
    padding-left: 0.35rem;
    box-sizing: border-box;
}

.telphone2 {
    width: 61% !important;
    padding-left: 0.35rem;
    box-sizing: border-box;
}

.btn {
    display: block;
    background: #4f8ffd;
    color: #fff;
    padding: 0.38rem 4rem;
    border: none;
    margin: 0.5rem auto;
    outline: none;
}

.cusinput input {
    border: 0.05rem solid #ddd;
    line-height: 1.6rem;
}

.cusinput span {
    display: inline-block;
    background: #4f8ffd;
    color: #fff;
    height: 1.6rem;
    width: 30%;
    text-align: center;
    line-height: 1.6rem;
    /* padding: 0.38rem 0.5rem; */
    padding: 0 0.5rem;
    margin-left: 0.2rem;
}
#copybtn {
    height: 2.25rem;
    line-height: 2.25rem;
    width: 100%;
    border-radius: 0.2rem;
    text-align: center;
    background-color: #3d7ef2;
    color: #fff;
    cursor: pointer;
    outline: none;
}
