@charset "utf-8";
/* CSS Document */

/*css reset start*/
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}
div{
    max-height: 999999px;
}
a {
    text-decoration: none;
    outline: none;
    color: #000;
}
img {
    border-style: none;
}
.help img {
  top:7px;
  height: 21px;
  cursor: pointer;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
:focus {
    outline: 0;
}

.clearFix {
    zoom: 1;
}

.clearFix:after {
    height: 0;
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

.auto-wrap {
    word-wrap: break-word;
    word-break: normal;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis
}

/*css reset end*/
html, body {
    height: 100%;
    font-family: Arial, Microsoft yahei;
    font-size: 62.5%;
    line-height: 1.5;
    background-color: #ffffff;
}

body {
    position: relative;
    background-color: #ffffff;
    padding: 2.6rem 1.6rem;
}
@media screen and (min-device-width: 1025px){
    body{
        width: 670px;
        margin: 0 auto;
    }
}
h1{
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2rem;
    color: rgba(0, 0, 0, .9);
}

h2{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, .9);
}

h3{
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .9);
}

p{
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .8);
}

img{
    width: 100%;
    height: auto;
    margin-bottom: 1.4rem;
}

/* 公共组件  */

/* dialog */
.global_dialog_confirm_main {
    position: fixed;
    z-index: 10005;
    width : 91%;
    /* top : 50%;*/
    bottom:2.4rem;
    left : 4.5%;
    /*margin-left : -254px;*/
    font-family: roboto regular;
    background-color: #fcfcfd;
    border-radius: 1.8rem;
    box-shadow: 0 0.1rem 0.7rem #afadae;
    -moz-box-shadow: 0 0 1rem rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 1rem rgba(0,0,0,0.3);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.global_dialog_confirm_title {
}

.global_dialog_confirm_title p {
    text-align: left;
    height: 5.6rem;
    color: #000;
/*    font-size: 1.4rem;*/
    line-height: 5.6rem;
    padding: 0 2.4rem;
    font-weight: 600;
    /*overflow: hidden;*/
    margin: 0 auto;
    font-family: "roboto regular";
}

.global_dialog_confirm_title img {
    position: relative;
    margin-left: 50%;
    left: -2.1rem;
    width: 4.2rem;
    line-height: 4.2rem;
}

.global_dialog_confirm_chanllge{
    padding: 1.4rem 0 1.4rem 0;
    /* background: #FFF; */
    border-bottom: 0.2rem solid #dddddd;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    line-height: 0;
}

.global_dialog_confirm_chanllge p{
    text-align: center;
    height: 2rem;
    color: #000;
/*    font-size: 1.4rem;*/
    line-height: 2rem;
    /*overflow: hidden;*/
    margin: 0 auto;
    font-family: "roboto regular";
}

.global_dialog_confirm_cancel{
    width: 48%;
    float: left;
    height: 4rem;
    /* border: 3px solid #dddddd; */
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-radius: 2rem;
    line-height: 4rem;
}
.global_dialog_confirm_agree{
    width: 48%;
    float: right;
    height: 4rem;
    /* border: 3px solid #dddddd; */
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-radius: 2rem;
    line-height: 4rem;
}

.global_dialog_confirm_content_with_title {
    color: #000;
    /* margin: 0 auto; */
    padding: 0 2.4rem;
    margin-bottom: 0.8rem;
    text-align: left;
    font-weight: 600;
/*    font-size: 1.3rem;*/
    font-family: "方正兰亭准黑";
}

.global_dialog_confirm_content_with_title p {
    line-height: 1.8rem;
}

.global_dialog_confirm_content_with_title p input[type=checkbox]{
  width: 1rem;
  height: 1rem;
}

.global_dialog_confirm_content_div{
    color: #000;
    /* margin: 0 auto; */
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
    text-align: left;
    font-size: 1.3rem;
    font-family: "方正兰亭准黑";
}

.global_dialog_confirm_content_chanllge{
    color: #000;
    /* margin: 0 auto; */
    padding: 0 1.6rem 1.6rem;
    text-align: left;
    font-size: 1.3rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-family: "方正兰亭准黑";
}

.global_dialog_confirm_content_chanllge p{
    height: 3.2rem;
    color: #666666;
    line-height: 3.2rem;
}

.global_dialog_confirm_content_chanllge p input[type=checkbox]{
  width: 1rem;
  height: 1rem;
}

.notAgree{
  margin-left: 4rem;
}

.global_dialog_confirm_content_without_title {
    color: #000;
    /*margin: 0 auto;*/
    padding: 3rem 2rem 3rem 2rem;
    text-align: left;
/*    font-size: 1.4rem;*/
    font-family: "方正兰亭准黑";
}

.global_dialog_confirm_ft {
    /*height: 7rem;*/
    clear: both;
    /*background: #FFF;*/
    text-align: center;
    padding: 0 1.6rem 1.6rem 1.6rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem
}
.global_dialog_confirm_ft_chanllge{
    /*height: 7rem;*/
    clear: both;
    /*background: #FFF;*/
    text-align: center;
    padding: 0 1.6rem 1.6rem 1.6rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    height:4rem;
}

.checkboxImg {
    float: left;
    width: 1.8rem;
    height: 1.8rem;
    /* line-height: 3.2rem; */
    margin: 0.6rem 0.6rem 0.8rem 0;
}

.global_dialog_confirm_nor {
/*    margin: 0rem 0 0.6rem 0;*/
    border-radius: 2rem;
    display: inline-block;
    /*margin-left: 1rem;*/
    text-decoration: none;
    vertical-align: top;
    height: 4rem;
    line-height: 4rem;
    width: 100%;
    text-align: center;
/*    font-size: 1.4rem;*/
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;
    font-family: "方正兰亭准黑";
}

.button_style_default {
    background-color: #f3f3f3;
    color: #000;
    cursor:pointer;
    -webkit-user-select: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    /*border: 0.2rem solid #eaeff6;*/
}

.button_style_default:hover {
    text-decoration: none !important;
    background: #dee3e9;
}

.button_style_blue {
    background-color: #28c0c6;
    color: #fff;
    cursor:pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-select: none;
}

.button_style_blue:hover {
    text-decoration: none !important;
    background: #209a9e;
    border-color: #209a9e;
}

.button_style_standard{
    color: #fb6522;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
}

.button_style_standard:hover {
    text-decoration: none !important;
    border-color: #dddddd;
}

/*****************挑战二期，活动声明******************/
.global_href_p{
  float: right;
  margin: 0rem 2.4rem 1rem 0rem;
  color: #fd5135;
  line-height: 1.5rem;
  border-bottom: 1px solid #fd5135;
}
.button_style_newOrange{
  /*background-color: #fe5133;*/
    background-color: #fb6522;
    color: #fff;
    cursor:pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-select: none;
}

.button_style_white{
  /*background-color: #fe5133;*/
    background-color: #ffffff;
    color: #fb6522;
    cursor:pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-select: none;
    border:0.1rem solid #e6ef6e6;
}


.button_style_green {
  background-color: #ffffff;
  color:#75b18b;
}

.button_style_green:hover{
    text-decoration: none !important;
    background: #ececec;
    border-color: #ececec;
}

.button_style_orange {
  background-color: #ffffff;
  color:#fb6522;
}

.button_style_orange:hover{
    text-decoration: none !important;
    background: #ececec;
    border-color: #ececec;
}

.button_style_tint_orange{
    background-color: #ffa895;
    color:#ffffff;
    box-shadow: none !important;
}

.button_style_orange_gradient{
  background: -webkit-linear-gradient(left, #ff2400 0%,#fe7d1f 100%);
  color:#FFFFFF;
}

.button_style_orange_gradient:hover{
  background: -webkit-linear-gradient(left, #cf1e00 0%,#ce6518 100%);
  color:#FFFFFF;
}

.button_style_disagree{
  /*background: -webkit-linear-gradient(left, #a59b99 0%,#aca6a1 100%);*/
  color:#f7d9cc;
  border: 3px solid #dddddd;
}

.button_style_disabled {
  background-color: #dadada;
  color:#5a5959;
  -moz-box-shadow: none; /* 老的 Firefox */
  box-shadow: none;
}

.button_style_no_background{
  border:1px solid #FFFFFF;
}

/*.global_dialog_confirm_nor.del-button {
    color: #333;
}*/
/*.global_dialog_confirm_sub {
    color: #FFF;
    border: 1px solid #4C92C8;
    background: #56bdf4;
}

.global_dialog_confirm_sub:hover {
    text-decoration: none !important;
    background-color: #ddd;
}*/

/*.global_dialog_confirm_nor {
    color: #000;
    border: 1px solid #ccc;
    background: #f2f2f2;
}

.global_dialog_confirm_nor:hover {
    text-decoration: none !important;
    background: #ddd;
}*/

.globle_dialog_btn_disabled {
    background-color: #f8f8f8;border: 0.1rem solid #dedede;color: #d2d2d2;
}
/*global_dialog_*_box end*/

/* CSS Document */
.global_black_overlay {
    /* display: none; */
    position: fixed;
    top: 0;left: 0;right: 0;bottom: 0;
    background-color: #000;
    z-index: 10004;
    -moz-opacity: 0;
    opacity: 0.4;
    /* filter: alpha(opacity = 0); */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.prize_picture{
    border-radius: 0.4rem;
    border: 1px solid rgb(228,230,232);
}

.prize_picture:hover{
    border: 1px solid rgb(242,242,242);
}

/*下载转圈效果CSS*/

@keyframes loadingMove {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Firefox */
@-moz-keyframes loadingMove {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

/* Safari 和 Chrome */
@-webkit-keyframes loadingMove {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Opera */
@-o-keyframes loadingMove {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

.loadingAni {
    animation: animationFrames cubic-bezier(0, 0, 0.1, 1) 1.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: loadingMove cubic-bezier(0, 0, 0.1, 1) 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: loadingMove cubic-bezier(0, 0, 0.1, 1) 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: loadingMove cubic-bezier(0, 0, 0.1, 1) 1.5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: loadingMove cubic-bezier(0, 0, 0.1, 1) 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}
.large-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.5rem 0 0 -1.5rem;
    width: 2.85rem;
    height: 2.85rem;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    vertical-align: middle;
}
.large-loading-dot {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: -0.25rem;
    left: 1.2rem;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #28c0c6;
}
.default-record-loading {
    width: 100%;
    line-height: 2.8rem;
    text-align: center;
    color: #999;
    text-align: center;
    vertical-align: middle;
}
.default-loading {
    display: inline-block;
    position: relative;
    margin: auto;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    vertical-align: middle;
}
.default-loading-dot {
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: -0.2rem;
    left: 1.1rem;
    border-radius: 50%;
    background: #28c0c6;
}
.default-loading-text {
    display: inline-block;
    height: 2.6rem;
    line-height: 2.6rem;
    margin-left: 1rem;
    text-align: center;
    vertical-align: middle;
}
.loading-circle {
    display: inline-block;
    position: relative;
    margin: auto;
    vertical-align: middle;
}

.hide {
    display: none;
}


/* panel */
.panel-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    background: rgba(0, 0, 0, 0);
}

.panel {
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background: #fff;
}

.panel-modal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -254px;
    width: 508px;
}

.panel-modal-visible {
    display: block;
}

.panel-header {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.panel-header1 {
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.panelsecpwd-header1{
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.panel-body {
    padding: 26px 20px 20px;
    color: #666;
}

.panel-body1 {
    padding: 48px 20px 20px;
    color: #666;
}
.panel-operation {
    margin-right: -15px;
    margin-left: -5px;
    padding-top: 48px;
    overflow: hidden;
    clear: both;
}
.panel-operation-btn {
    float: left;
    box-sizing: border-box;
    margin-right: 12px;
    width: 232px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background-color: #f2f2f2;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.panel-arrow-top, .panel-arrow-left, .panel-arrow-bottom,
.panel-arrow-right {
    position: absolute;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.panel-arrow-top {
    top: -20px;
}

.panel-arrow-left {
    left: -20px;
}

.panel-arrow-bottom {
    bottom: -20px;
}

.panel-arrow-right {
    right: -20px;
}

.panel-arrow-body {
    position: absolute;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: #fff;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.panel-arrow-top .panel-arrow-body {
    top: 13px;
    left: 3px;
}

.panel-arrow-left .panel-arrow-body {
    top: 3px;
    left: 13px;
}

.panel-arrow-bottom .panel-arrow-body {
    bottom: 13px;
    right: 3px;
}

.panel-arrow-right .panel-arrow-body {
    top: 3px;
    right: 3px;
}

.panel-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-radius: 6px;
    overflow: hidden;
}

.panel-list-item {
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

.panel-list-item + .panel-list-item {
    border-top: 1px solid #f2f2f2;
}

.panel-list-item:hover {
    background: #f2f2f2;
}
.loading-activity{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -3.3rem;
    margin-left: -3.3rem;
}
.loading-activity img{
  width: 6.6rem;
  height: 6.6rem;

}
/* 字体 */
.font_7 {
  font-size: 7px;
}
[data-dpr="2"] .font_7 {
  font-size: 14px;
}
[data-dpr="2.5"] .font_7 {
  font-size: 18px;
}
[data-dpr="2.75"] .font_7 {
  font-size: 19px;
}
[data-dpr="3"] .font_7 {
  font-size: 21px;
}
[data-dpr="3.5"] .font_7 {
  font-size: 25px;
}
[data-dpr="4"] .font_7 {
  font-size: 28px;
}
.font_9 {
  font-size: 9px;
}
[data-dpr="2"] .font_9 {
  font-size: 18px;
}
[data-dpr="2.5"] .font_9 {
  font-size: 23px;
}
[data-dpr="2.75"] .font_9 {
  font-size: 25px;
}
[data-dpr="3"] .font_9 {
  font-size: 27px;
}
[data-dpr="3.5"] .font_9 {
  font-size: 32px;
}
[data-dpr="4"] .font_9 {
  font-size: 36px;
}
.font_10 {
  font-size: 10px;
}
[data-dpr="2"] .font_10 {
  font-size: 20px;
}
[data-dpr="2.5"] .font_10 {
  font-size: 25px;
}
[data-dpr="2.75"] .font_10 {
  font-size: 28px;
}
[data-dpr="3"] .font_10 {
  font-size: 30px;
}
[data-dpr="3.5"] .font_10 {
  font-size: 35px;
}
[data-dpr="4"] .font_10 {
  font-size: 40px;
}
.font_11 {
  font-size: 11px;
}
[data-dpr="2"] .font_11 {
  font-size: 22px;
}
[data-dpr="2.5"] .font_11 {
  font-size: 28px;
}
[data-dpr="2.75"] .font_11 {
  font-size: 30px;
}
[data-dpr="3"] .font_11 {
  font-size: 33px;
}
[data-dpr="3.5"] .font_11 {
  font-size: 39px;
}
[data-dpr="4"] .font_11 {
  font-size: 44px;
}
.font_12 {
  font-size: 12px;
}
[data-dpr="2"] .font_12 {
  font-size: 24px;
}
[data-dpr="2.5"] .font_12 {
  font-size: 30px;
}
[data-dpr="2.75"] .font_12 {
  font-size: 33px;
}
[data-dpr="3"] .font_12 {
  font-size: 36px;
}
[data-dpr="3.5"] .font_12 {
  font-size: 42px;
}
[data-dpr="4"] .font_12 {
  font-size: 48px;
}
.font_13 {
  font-size: 13px;
}
[data-dpr="2"] .font_13 {
  font-size: 26px;
}
[data-dpr="2.5"] .font_13 {
  font-size: 33px;
}
[data-dpr="2.75"] .font_13 {
  font-size: 36px;
}
[data-dpr="3"] .font_13 {
  font-size: 39px;
}
[data-dpr="3.5"] .font_13 {
  font-size: 46px;
}
[data-dpr="4"] .font_13 {
  font-size: 52px;
}
.font_14 {
  font-size: 14px;
}
[data-dpr="2"] .font_14 {
  font-size: 28px;
}
[data-dpr="2.5"] .font_14 {
  font-size: 35px;
}
[data-dpr="2.75"] .font_14 {
  font-size: 39px;
}
[data-dpr="3"] .font_14 {
  font-size: 42px;
}
[data-dpr="3.5"] .font_14 {
  font-size: 49px;
}
[data-dpr="4"] .font_14 {
  font-size: 56px;
}
.font_15 {
  font-size: 15px;
}
[data-dpr="2"] .font_15 {
  font-size: 30px;
}
[data-dpr="2.5"] .font_15 {
  font-size: 38px;
}
[data-dpr="2.75"] .font_15 {
  font-size: 41px;
}
[data-dpr="3"] .font_15 {
  font-size: 45px;
}
[data-dpr="3.5"] .font_15 {
  font-size: 53px;
}
[data-dpr="4"] .font_15 {
  font-size: 60px;
}
.font_16 {
  font-size: 16px;
}
[data-dpr="2"] .font_16 {
  font-size: 32px;
}
[data-dpr="2.5"] .font_16 {
  font-size: 40px;
}
[data-dpr="2.75"] .font_16 {
  font-size: 44px;
}
[data-dpr="3"] .font_16 {
  font-size: 48px;
}
[data-dpr="3.5"] .font_16 {
  font-size: 56px;
}
[data-dpr="4"] .font_16 {
  font-size: 64px;
}
.font_17 {
  font-size: 17px;
}
[data-dpr="2"] .font_17 {
  font-size: 34px;
}
[data-dpr="2.5"] .font_17 {
  font-size: 42.5px;
}
[data-dpr="2.75"] .font_17 {
  font-size: 29.75px;
}
[data-dpr="3"] .font_17 {
  font-size: 51px;
}
[data-dpr="3.5"] .font_17 {
  font-size: 59.5px;
}
[data-dpr="4"] .font_17 {
  font-size: 68px;
}
.font_18 {
  font-size: 18px;
}
[data-dpr="2"] .font_18 {
  font-size: 36px;
}
[data-dpr="2.5"] .font_18 {
  font-size: 45px;
}
[data-dpr="2.75"] .font_18 {
  font-size: 50px;
}
[data-dpr="3"] .font_18 {
  font-size: 54px;
}
[data-dpr="3.5"] .font_18 {
  font-size: 63px;
}
[data-dpr="4"] .font_18 {
  font-size: 72px;
}
.font_20 {
  font-size: 20px;
}
[data-dpr="2"] .font_20 {
  font-size: 40px;
}
[data-dpr="2.5"] .font_20 {
  font-size: 50px;
}
[data-dpr="2.75"] .font_20 {
  font-size: 55px;
}
[data-dpr="3"] .font_20 {
  font-size: 60px;
}
[data-dpr="3.5"] .font_20 {
  font-size: 70px;
}
[data-dpr="4"] .font_20 {
  font-size: 80px;
}
.font_21 {
  font-size: 21px;
}
[data-dpr="2"] .font_21 {
  font-size: 42px;
}
[data-dpr="2.5"] .font_21 {
  font-size: 53px;
}
[data-dpr="2.75"] .font_21 {
  font-size: 58px;
}
[data-dpr="3"] .font_21 {
  font-size: 63px;
}
[data-dpr="3.5"] .font_21 {
  font-size: 74px;
}
[data-dpr="4"] .font_21 {
  font-size: 84px;
}
.font_22 {
  font-size: 22px;
}
[data-dpr="2"] .font_22 {
  font-size: 44px;
}
[data-dpr="2.5"] .font_22 {
  font-size: 55px;
}
[data-dpr="2.75"] .font_22 {
  font-size: 60.5px;
}
[data-dpr="3"] .font_22 {
  font-size: 66px;
}
[data-dpr="3.5"] .font_22 {
  font-size: 77px;
}
[data-dpr="4"] .font_22 {
  font-size: 88px;
}
.font_23 {
  font-size: 23px;
}
[data-dpr="2"] .font_23 {
  font-size: 46px;
}
[data-dpr="2.5"] .font_23 {
  font-size: 57.5px;
}
[data-dpr="2.75"] .font_23 {
  font-size: 63.25px;
}
[data-dpr="3"] .font_23 {
  font-size: 69px;
}
[data-dpr="3.5"] .font_23 {
  font-size: 80.5px;
}
[data-dpr="4"] .font_23 {
  font-size: 92px;
}
.font_24 {
  font-size: 24px;
}
[data-dpr="2"] .font_24 {
  font-size: 48px;
}
[data-dpr="2.5"] .font_24 {
  font-size: 60px;
}
[data-dpr="2.75"] .font_24 {
  font-size: 66px;
}
[data-dpr="3"] .font_24 {
  font-size: 72px;
}
[data-dpr="3.5"] .font_24 {
  font-size: 84px;
}
[data-dpr="4"] .font_24 {
  font-size: 96px;
}
.font_25 {
  font-size: 25px;
}
[data-dpr="2"] .font_25 {
  font-size: 50px;
}
[data-dpr="2.5"] .font_25 {
  font-size: 62.5px;
}
[data-dpr="2.75"] .font_25 {
  font-size: 68.75px;
}
[data-dpr="3"] .font_25 {
  font-size: 75px;
}
[data-dpr="3.5"] .font_25 {
  font-size: 87.5px;
}
[data-dpr="4"] .font_25 {
  font-size: 100px;
}

.font_26 {
  font-size: 26px;
}
[data-dpr="2"] .font_26 {
  font-size: 52px;
}
[data-dpr="2.5"] .font_26 {
  font-size: 65px;
}
[data-dpr="2.75"] .font_26 {
  font-size: 71.5px;
}
[data-dpr="3"] .font_26 {
  font-size: 78px;
}
[data-dpr="3.5"] .font_26 {
  font-size: 91px;
}
[data-dpr="4"] .font_26 {
  font-size: 104px;
}
.font_28 {
  font-size: 28px;
}
[data-dpr="2"] .font_28 {
  font-size: 56px;
}
[data-dpr="2.5"] .font_28 {
  font-size: 70px;
}
[data-dpr="2.75"] .font_28 {
  font-size: 77px;
}
[data-dpr="3"] .font_28 {
  font-size: 84px;
}
[data-dpr="3.5"] .font_28 {
  font-size: 98px;
}
[data-dpr="4"] .font_28 {
  font-size: 112px;
}
.font_30 {
  font-size: 30px;
}
[data-dpr="2"] .font_30 {
  font-size: 60px;
}
[data-dpr="2.5"] .font_30 {
  font-size: 75px;
}
[data-dpr="2.75"] .font_30 {
  font-size: 82.5px;
}
[data-dpr="3"] .font_30 {
  font-size: 90px;
}
[data-dpr="3.5"] .font_30 {
  font-size: 105px;
}
[data-dpr="4"] .font_30 {
  font-size: 120px;
}
.font_32 {
  font-size: 32px;
}
[data-dpr="2"] .font_32 {
  font-size: 64px;
}
[data-dpr="2.5"] .font_32 {
  font-size: 80px;
}
[data-dpr="2.75"] .font_32 {
  font-size: 88px;
}
[data-dpr="3"] .font_32 {
  font-size: 96px;
}
[data-dpr="3.5"] .font_32 {
  font-size: 112px;
}
[data-dpr="4"] .font_32 {
  font-size: 128px;
}
.font_36 {
  font-size: 36px;
}
[data-dpr="2"] .font_36 {
  font-size: 72px;
}
[data-dpr="2.5"] .font_36 {
  font-size: 90px;
}
[data-dpr="2.75"] .font_36 {
  font-size: 99px;
}
[data-dpr="3"] .font_36 {
  font-size: 108px;
}
[data-dpr="3.5"] .font_36 {
  font-size: 126px;
}
[data-dpr="4"] .font_36 {
  font-size: 144px;
}
.font_50{
  font-size: 50px;
}
[data-dpr="2"] .font_50 {
  font-size: 100px;
}
[data-dpr="2.5"] .font_50 {
  font-size: 125px;
}
[data-dpr="2.75"] .font_50 {
  font-size: 137.5px;
}
[data-dpr="3"] .font_50 {
  font-size: 150px;
}
[data-dpr="3.5"] .font_50 {
  font-size: 175px;
}
[data-dpr="4"] .font_50 {
  font-size: 200px;
}
.font_70 {
  font-size: 70px;
}
[data-dpr="2"] .font_70 {
  font-size: 140px;
}
[data-dpr="2.5"] .font_70 {
  font-size: 175px;
}
[data-dpr="2.75"] .font_70 {
  font-size: 193px;
}
[data-dpr="3"] .font_70 {
  font-size: 210px;
}
[data-dpr="3.5"] .font_70 {
  font-size: 245px;
}
[data-dpr="4"] .font_70 {
  font-size: 280px;
}
.font_82 {
  font-size: 82px;
}
[data-dpr="2"] .font_82 {
  font-size: 164px;
}
[data-dpr="2.5"] .font_82 {
  font-size: 205px;
}
[data-dpr="2.75"] .font_82 {
  font-size: 225.5px;
}
[data-dpr="3"] .font_82 {
  font-size: 246px;
}
[data-dpr="3.5"] .font_82 {
  font-size: 287px;
}
[data-dpr="4"] .font_82 {
  font-size: 328px;
}