@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  /*padding: 0;*/
  margin: 0;
}
body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html,
body {
  /*height: 100%;*/
}
body {
  font-family: "微软雅黑";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.flNone {
  float: none!important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.img100 {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxSizing,
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
  /*border-radius:7px;*/
}
.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cursor {
  cursor: pointer;
}
.cursorN {
  cursor: default;
}
.Validform_checktip {
  text-align: left;
}
select {
  /*border: 1px #ccc solid;*/
}
.text_center,
.text-center,
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.bgnone {
  background: none!important;
}
.bgFFF {
  background: #fff;
}
.BgBlue {
  background: #33aae7;
  color: #fff;
}
.BgRed {
  background: #d36259;
  color: #fff;
}
.BgGreen {
  background: #3fd3a0;
  color: #fff;
}
.BgGray {
  background: #c1c1c1;
  color: #fff;
}
.font_fff,
.colorf {
  color: #fff;
}
.font_000,
.color0 {
  color: #000;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px  !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.margin0,
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.m20 {
  margin: 20px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.p20 {
  padding: 20px;
}
.p25pb0 {
  padding: 25px 25px 0;
}
.pb20 {
  padding-bottom: 20px;
}
.p020 {
  padding: 0 20px;
}
.p030 {
  padding: 0 30px;
}
.p0,
.padding0 {
  padding: 0px;
}
.bordern {
  border: none;
}
.borderbtmn {
  border-bottom: none !important;
}
.textHide2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textHide3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHide4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.flexLi {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flexAl {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.Animation {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/*我的变量*/
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.ft-w {
  font-weight: bold;
}
.w50 {
  width: 50% !important;
}
.new-pay-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.new-pay-mask.activityOn  .mask-con .right .new-pay-main .list i{
  width:auto;
  padding: 0 5px;
}
.new-pay-main-newTips {
  visibility: hidden;
  display: flex;
  margin: 10px 20px -30px;
  align-items: center;
  background-color: #FEF6DF;
  border-radius: 6px;
  height: 36px;
}



.new-pay-main-newTips span {
  padding: 8px;
  color: #fff;
  background-color: #FEA201;
  border-radius: 6px 0 0 6px;
}

.new-pay-main-newTips p {
  /* flex: 1; */
  position: relative;
  display: flex;
  padding: 0 8px;
  width: 500px;
  height: 36px;
    line-height: 36px;
}

.new-pay-main-newTips p b {
  color: #fd6a5a;
}

.new-pay-main-newTips p em {
  position: absolute;
  right: 10px;
  margin-left: auto;
  font-weight: bold;
  color: #fd6a5a;
}
.new-pay-mask .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.new-pay-mask .mask-con {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 888px;
  margin-left: -444px;
  margin-top: -258px;
  height: 516px;
  border-radius: 4px 0px 0px 4px;
}
.new-pay-mask .mask-con .left {
  position: relative;
  float: left;
  width: 248px;
  padding: 0 28px;
  height: 100%;
  border-radius: 30px 0px 0px 30px;
  background-color: #fd6a5a;
  background-image: linear-gradient(180deg, #fd6a5a 0%, #fcac65 100%), linear-gradient(#b6d1f8, #b6d1f8);
  background-blend-mode: normal, 
            normal;
}
.new-pay-mask .mask-con .left .tops {
  padding: 55px 0 38px;
  text-align: center;
  border-bottom: 1px solid #fecabc;
}
.new-pay-mask .mask-con .left .tops img {
  display: inline-block;
  margin-bottom: 12px;
  width: 55px;
}
.new-pay-mask .mask-con .left .tops p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.new-pay-mask .mask-con .left .bottom {
  padding-top: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.new-pay-mask .mask-con .left .bottom ul li {
  display: none;
}
.new-pay-mask .mask-con .left .bottom ul li.active {
  display: block;
  color: #fff !important;
  border-bottom: 0 !important;
}
.new-pay-mask .mask-con .left .bottom ul li p {
  margin-bottom: 15px;
}
.new-pay-mask .mask-con .left .kefus {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 23px;
  text-align: center;
}
.new-pay-mask .mask-con .left .kefus a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.new-pay-mask .mask-con .left .kefus a img {
  margin-right: 8px;
  width: 12px;
}
.new-pay-mask .mask-con .right {
  position: relative;
  float: left;
  width: 640px;
  height: 100%;
  background: #fff;
  border-radius: 0px 30px  30px 0px ;
}
.new-pay-mask .mask-con .right .new-pay-main {
  padding-left: 10px;
  padding-top: 42px;
}
.new-pay-mask .mask-con .right .new-pay-main .list {
  margin-left: 10px;
  position: relative;
  float: left;
  width: 142px;
  height: 160px;
  border-radius: 6px;
  border: solid 1px #efefef;
  cursor: pointer;
}
.new-pay-mask .mask-con .right .new-pay-main .list p {
  text-align: center;
  font-size: 12px;
  color: #000;
  line-height: 12px;
}
.new-pay-mask .mask-con .right .new-pay-main .list b {
  display: block;
  padding-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  color: #fd6a5a;
}
.new-pay-mask .mask-con .right .new-pay-main .list span {
  position: absolute;
  width: 100%;
  bottom: 13px;
  left: 0;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.new-pay-mask .mask-con .right .new-pay-main .list i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #d5b879;
  border-radius: 0px 6px 0px 6px;
  background-color: #333333;
}
.new-pay-mask .mask-con .right .new-pay-main .list.active {
  background-color: #fff5f5;
}
.new-pay-mask .mask-con .right .new-pay-main .list.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 6px;
  border: solid 2px #fd6a5a;
  box-sizing: border-box;
}
.new-pay-mask .mask-con .right .new-pay-main .list.list-1 p {
  height: 36px;
  color: #fff;
  background-color: #fd6b5a;
  border-radius: 6px 6px 0 0;
  line-height: 36px;
}
.new-pay-mask .mask-con .right .new-pay-main .list.list-2 {
  padding-top: 24px;
}
.new-pay-mask .mask-con .right .new-pay-msg {
  padding-top: 56px;
  text-align: center;
}
.new-pay-mask .mask-con .right .new-pay-msg b {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fd6a5a;
  line-height: 24px;
}
.new-pay-mask .mask-con .right .new-pay-msg .code img {
  width: 107px;
}
.new-pay-mask .mask-con .right .new-pay-msg .new-pay-msg-type {
  margin-top: 12px;
}
.new-pay-mask .mask-con .right .new-pay-msg .new-pay-msg-type img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
}
.new-pay-mask .mask-con .right .new-pay-msg .new-pay-msg-type span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}
.new-pay-mask .mask-con .right .tips {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.new-pay-mask .mask-con .right .tips a {
  color: #666;
}
.new-pay-mask .mask-con .right .new-pay-msg .new-pay-msg-type img{
  margin-right: 5px;
}
.card2.on {
  position: fixed;
  top: 95px;

}

.card2 {
  position: absolute;
}

.card2 ul {
  width: 100%;
  margin-left: 0;
  line-height: inherit;
}

.card2 ul li {
  position: relative;
  margin-top: 19px;
  padding: 30px 0 10px;
  width: 100%;
  text-align: center;
  background-color: rgb(237, 243, 255);
  border-radius: 10px;
}

.card2 ul li p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}

.card2 ul li span {
  display: block;
  font-size: 16px;
  color: rgb(60, 71, 114);
  line-height: 30px;
}

.card2 ul li img {
  max-width: 100%;
  width: 80%;
}

.card2 ul li img.bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84.5px;
}

.content-area {
  overflow: hidden;
}

/* @media screen and (min-width: 1200px) {
    .card2 ul li p {
        font-size: 24px;
    }

    .card2 ul li span {
        font-size: 16px;
    }
} */

@media screen and (max-width: 1200px) {
  .card2 ul li p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card2 ul li span {
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 992px) {
  .card2 ul li p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card2 ul li span {
    font-size: 12px;
    line-height: 20px;
  }
}

.card2 ul li{
  display: none;
  cursor: pointer;
}