#newPayMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    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;
    display: none;
    align-items: center;
    justify-content: center;
  }
  #newPayMask .newPayMaskClose {
    z-index: 1;
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  #newPayMask .newPayMaskClose img {
    width: 1rem;
  }
  #newPayMask .con {
    position: relative;
    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;
    padding-top: 3.5rem;
    justify-content: center;
    background: #fff;
    border-radius: 1rem;
  }
  #newPayMask .con .top {
    position: relative;
    text-align: center;
  }
  #newPayMask .con .top .player {
    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;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.25rem;
    padding: 1.62rem 0 1.22rem;
    width: 20rem;
    height: 6.56rem;
    background-color: #6b79b6;
    box-shadow: 0px 11px 9px 0px rgba(83, 98, 166, 0.18);
    border-radius: 1.389rem;
    color: #fff;
    text-align: left;
  }
  #newPayMask .con .top .player p {
    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;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 1.44rem;
  }
  #newPayMask .con .top .player p img {
    margin-right: 0.89rem;
    height: 2.11rem;
  }
  #newPayMask .con .top .player p span {
    font-size: 1.44rem;
    line-height: 1.44rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  #newPayMask .con .top .player .img-pause {
    display: none;
  }
  #newPayMask .con .top .player.playing .img-play {
    display: none;
  }
  #newPayMask .con .top .player.playing .img-pause {
    display: inline-block;
  }
  #newPayMask .con .top .title {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    color: #6b79b6;
    transform: translateX(-50%);
  }
  #newPayMask .con .top .title h2 {
    margin-bottom: 1.8rem;
    font-size: 1.944rem;
    letter-spacing: 0.117rem;
  }
  #newPayMask .con .top .title h3 {
    font-size: 1.556rem;
    font-weight: normal;
    letter-spacing: 0.094rem;
  }
  #newPayMask .con .con-left {
    margin-right: 1.3rem;
  }
  #newPayMask .con .con-left .interests h4 {
    margin-bottom: 2.33rem;
    font-size: 1.88rem;
    font-weight: bold;
    line-height: 1.88rem;
    letter-spacing: 0.1rem;
    color: #6b79b6;
  }
  #newPayMask .con .con-left .interests dl dd {
    display: none;
  }
  #newPayMask .con .con-left .interests dl dd.active {
    display: block;
  }
  #newPayMask .con .con-left .interests ul {
    line-height: 0;
  }
  #newPayMask .con .con-left .interests ul li {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
  }
  #newPayMask .con .con-left .interests ul li.text-demo-list {
    display: none;
  }
  #newPayMask .con .con-left .interests ul li img {
    margin-right: 2rem;
    width: 2.38rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
  #newPayMask .con .con-left .interests ul li span {
    font-size: 1.22rem;
    line-height: 1.22rem;
    letter-spacing: 0.072rem;
    color: #6b79b6;
  }
  #newPayMask .con .con-left .interests ul li::before {
    content: "";
    position: absolute;
    width: 0.33rem;
    height: 0.33rem;
    background: #6B79B6;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #newPayMask .con .con-right .all {
    position: relative;
    background-color: #f8fafd;
    box-shadow: 0px 11px 9px 0px rgba(83, 98, 166, 0.18);
    border-radius: 1.389rem;
  }
  #newPayMask .con .con-right .all .all-pay .pick {
    padding: 2rem 3rem 2rem;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul {
    padding-bottom: 20px;
    text-align: center;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li {
    display: inline-block;
    padding: 1rem 0 1rem;
    width: 13rem;
    height: 13rem;
    background-color: #6B79B6;
    border-radius: 0.556rem;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li a {
    position: relative;
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li a p {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li a .title {
    top: 0;
    font-size: 1.25rem;
    letter-spacing: 0.067rem;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li a .money {
    top: 50%;
    transform: translate(-50%, -50%) !important;
    font-size: 1.25rem;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li a .money b {
    font-size: 2.5rem;
    font-weight: bold;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li a .type {
    bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.056rem;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li:not(:last-of-type) {
    margin-right: 1rem;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li.active {
    width: 14rem;
    height: 14rem;
    border: 3px solid #6B79B6;
    box-shadow: 0rem 0rem 3rem 0rem rgba(83, 98, 166, 0.22);
    background: #fff;
  }
  #newPayMask .con .con-right .all .all-pay .pick ul li.active a {
    color: #6b79b6;
  }
  #newPayMask .con .con-right .all .all-pay .pick .pay {
    margin-top: 30px;
    text-align: center;
    font-size: 1.25rem;
    color: #6b79b6;
    letter-spacing: 0.067rem;
  }
  #newPayMask .con .con-right .all .all-pay .pick .pay b {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.178rem;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code {
    padding-bottom: 2rem;
    text-align: center;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code .code {
    margin: 0 auto 1.5rem;
    width: 12.25rem;
    height: 12.25rem;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code .code img {
    width: 100%;
    height: 100%;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code .pay-img {
    margin-bottom: 1.5rem;
    font-size: 1.38rem;
    color: #001945;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code .pay-img img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 34px;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code .pay-img span {
    display: inline-block;
    vertical-align: middle;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code .pay-agreement {
    font-size: 1.13rem;
    color: #afb7c5;
  }
  #newPayMask .con .con-right .all .all-pay .pay-code .pay-agreement a {
    color: #4b5e80;
    text-decoration: underline;
  }
  #newPayMask .con .con-right .all .all-success {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 4rem 6.7rem;
  }
  #newPayMask .con .con-right .all .all-success > img {
    display: block;
    margin: 0 auto 2.5rem;
  }
  #newPayMask .con .con-right .all .all-success p {
    margin-bottom: 3rem;
    font-size: 1.33rem;
    color: #6B79B6;
    line-height: 1.33rem;
    text-align: center;
  }
  #newPayMask .con .con-right .all .all-success .all-success-text {
    margin-bottom: 40px;
    padding: 20px 80px;
    width: 100%;
    height: 17.7rem;
    background-color: #f6f7fb;
    border-radius: 1.167rem;
    border: dashed 0.111rem #c4c9e2;
    font-size: 1.333rem;
    color: #6b79b6;
    resize: none;
    outline: none;
  }
  #newPayMask .con .con-right .all .all-success .all-success-btns {
    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;
    justify-content: center;
  }
  #newPayMask .con .con-right .all .all-success .all-success-btns a {
    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;
    justify-content: center;
    align-items: center;
    width: 14.44rem;
    height: 5.56rem;
    border-radius: 0.56rem;
    font-size: 1.44rem;
    text-align: center;
    font-weight: bold;
  }
  #newPayMask .con .con-right .all .all-success .all-success-btns a:nth-of-type(1) {
    margin-right: 60px;
    color: #6B79B6;
    box-shadow: 0px 8px 12px 1px rgba(40, 68, 181, 0.1);
  }
  #newPayMask .con .con-right .all .all-success .all-success-btns a:nth-of-type(2) {
    color: #FFFFFF;
    background: #6B79B6;
  }
  #newPayMask .con .con-right .all .all-success .all-success-btns a:nth-of-type(2) img {
    margin-right: 15px;
    width: 2rem;
  }
  #newPayMask .con .con-right .single {
    margin-left: 5.5rem;
    float: right;
  }
  #newPayMask .con .con-right .single .con {
    overflow: hidden;
    font-size: 0;
  }
  #newPayMask .con .con-right .single .con .list {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-shadow: -0.056rem -0.611rem 0.489rem 0.011rem rgba(83, 98, 166, 0.18);
    border-radius: 1.389rem;
    text-align: center;
  }
  #newPayMask .con .con-right .single .con .download {
    padding-top: 2.556rem;
    left: 0.4rem;
    width: 25.438rem;
    height: 33.563rem;
    background-color: #f8fafd;
    z-index: 1;
    color: #6b79b6;
  }
  #newPayMask .con .con-right .single .con .download .title {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.088rem;
    font-weight: bold;
  }
  #newPayMask .con .con-right .single .con .download .brief {
    margin-bottom: 5.5rem;
    font-size: 1.25rem;
    min-height: 4.3rem;
    line-height: 2.188rem;
    letter-spacing: 0.075rem;
  }
  #newPayMask .con .con-right .single .con .download .money {
    margin-bottom: 3.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
  }
  #newPayMask .con .con-right .single .con .download .money b {
    font-size: 2.625rem;
    font-weight: bold;
    letter-spacing: 0.156rem;
  }
  #newPayMask .con .con-right .single .con .download .tips {
    display: inline-block;
    margin-bottom: 3.5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 0.075rem;
    text-decoration: line-through;
    opacity: 0.3;
    filter: alpha(opacity=0.3);
  }
  #newPayMask .con .con-right .single .con .download a {
    display: block;
    margin: 0 auto;
    width: 8.75rem;
    height: 3.75rem;
    background-color: #6b79b6;
    border-radius: 0.625rem;
    font-size: 1.375rem;
    line-height: 3.75rem;
    letter-spacing: 0.081rem;
    color: #ffffff;
  }
  #newPayMask .con .con-right .single .con .open {
    padding-top: 3.688rem;
    width: 27.625rem;
    height: 36rem;
    background-color: #6b79b6;
    z-index: 2;
    color: #fff;
  }
  #newPayMask .con .con-right .single .con .open .title {
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
    line-height: 1.625rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
  }
  #newPayMask .con .con-right .single .con .open .brief {
    margin-bottom: 5.5rem;
    font-size: 1.25rem;
    min-height: 4.3rem;
    line-height: 2.188rem;
    letter-spacing: 0.075rem;
  }
  #newPayMask .con .con-right .single .con .open .money {
    margin-bottom: 3.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
  }
  #newPayMask .con .con-right .single .con .open .money b {
    font-size: 2.625rem;
    font-weight: bold;
    letter-spacing: 0.156rem;
  }
  #newPayMask .con .con-right .single .con .open .tips {
    display: inline-block;
    margin-bottom: 3.5rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 0.075rem;
    opacity: 0.88;
    filter: alpha(opacity=0.88);
  }
  #newPayMask .con .con-right .single .con .open a {
    display: block;
    margin: 0 auto;
    width: 8.75rem;
    height: 3.75rem;
    background-color: #ffffff;
    border-radius: 0.625rem;
    font-size: 1.375rem;
    line-height: 3.75rem;
    letter-spacing: 0.081rem;
    color: #6b79b6;
  }
  #newPayMask.textMain .con {
    padding-top: 0;
    width: fit-content;
    box-shadow: 0px 11px 9px 0px rgba(83, 98, 166, 0.18);
    border-radius: 1.389rem;
    background-color: #f8fafd;
    overflow: hidden;
  }
  #newPayMask.textMain .con .top {
    display: none;
  }
  #newPayMask.textMain .con .con-left {
    margin: 2rem 0 2rem 3rem;
    padding-right: 3rem;
    min-width: 17rem;
    border-right: 1px dashed #6b79b6;
    box-sizing: border-box;
  }
  #newPayMask.textMain .con .con-left .interests h4 {
    padding-bottom: 2rem;
    margin-top: 2rem;
    font-size: 2rem;
    text-align: center;
    line-height: 2.5rem;
    border-bottom: 1px dashed #6b79b6;
  }
  #newPayMask.textMain .con .con-left .interests .text-demo-list {
    display: block;
  }
  #newPayMask.textMain .con .con-right .all {
    box-shadow: none;
    border-radius: 0;
  }
  