
/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
input, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
li {
  list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
button {
  border: none;
  outline: none;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}

[v-cloak] {
    display: none !important;
}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
    font-size: 20px;
}

/* 公共样式包含以下内容
1、头部样式
2、进度线
3、公共单选按钮
4、disabled background
5、placeholder color
6、对话框 
7、loading 
8、分享组件
*/
/*苹方-简 常规体
font-family: PingFangSC-Regular, sans-serif;

苹方-简 极细体
font-family: PingFangSC-Ultralight, sans-serif;

苹方-简 细体
font-family: PingFangSC-Light, sans-serif;

苹方-简 纤细体
font-family: PingFangSC-Thin, sans-serif;

苹方-简 中黑体
font-family: PingFangSC-Medium, sans-serif;

苹方-简 中粗体
font-family: PingFangSC-Semibold, sans-serif;
*/

html {
    font-family: PingFangSC-Regular, sans-serif;
}
input,
select
{
    font-size: 0.7rem;
    border: none;
    outline: none;
    width:auto;
}
.main-scroll-box {
    /*height: 19.2rem;*/
    height: 20.7rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
}
.scroll-last-child{
    height: 2.5rem;
}
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.footer-btn,
.join-now {
    /*width: 17.25rem;*/
    height: 2.25rem;
    line-height: 2.25rem;
    background: linear-gradient( 135deg, #00E5FD 0%, #21F7AE 100%);
    border-radius: 2.25rem;
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    color: #0A0B33;
    margin: 0 auto .5rem auto;
    max-width: 94%;
}


/*公共小样式*/
.mar-t1r {
    margin-top: 1rem;
}
.color303 {
    color: #303030 !important;
}
.mar-t-0{
    margin-top: 0 !important;
}
.bb {
    border-bottom: .05rem solid #D8D8D8;
}
.bt {
    border-top: .05rem solid #D8D8D8;
}
.dis {
    color: #C6C6C6 !important;
}
/*公共头部样式*/
.about-banner {
    width: 100%;
    height: 7.4rem;
    overflow: hidden;
    background: url(../../images/banner.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 1rem;
}

.about-banner-text {
    height: 3rem;
    background: rgba(0, 0, 0, .4);
    margin-top: 1.5rem;
    padding: 0 .75rem;
    color: #fff;
    font-size: .8rem;
    padding-top: .25rem;
}
.about-banner-text span {
    line-height: 1.5rem;
    font-size: .6rem;
}


/*进度线*/
.progress-ul {
    width: 14.8rem;
    height: auto;
    margin: 0 auto;
}
.progress-ul li {
    width: 4.7rem;
    height: .05rem;
    border-bottom: dashed .05rem #0DECDE;
    display: inline-block;
}
.progress-ul li::before{
    content: '';
    border-radius: 50%;
    width: .4rem;
    height: .4rem;
    display: block;
    background: #0DECDE;
    position: relative;
    top: -.1rem;
    left: -.2rem;
}
.last-radius::after {
    content: '';
    border-radius: 50%;
    width: .4rem;
    height: .4rem;
    display: block;
    background: #0DECDE;
    position: relative;
    top: -.5rem;
    right: -4.7rem;
}
.progress-text-ul {
    margin: .4rem auto 0 auto;
    /*width: 17.2rem;*/
    height: 3rem;
    background: url(../../images/progress.png) center center no-repeat;
    background-size: contain;
    max-width: 94%;
    overflow-x: hidden;

}
.progress-text-ul:after {
    clear: both;
    zoom: 1;
    content: '';
    display: block;
}
.progress-text-ul li{
    float: left;
    color: #444444;
    line-height: 1.5;
    font-size: .6rem;
}


.progress-text-ul .li_1>span:last-child {
    margin-left: -.5rem;

}.progress-text-ul .li_2 {
    text-align: center;
}
.progress-text-ul .li_3{
    text-align: center;
    margin-left: .6rem;
}
.progress-text-ul .li_4{
    float: right;
    text-align: right;
}
.progress-text-ul .li_4 span:last-child{
    margin-right: -.3rem;
}
.progress-text-ul li>span:last-child{
    text-align: right;
    color: #9B9B9B;
    font-size: .6rem;
    display: block;
    -webkit-transform: scale(0.75);
}

/*公共单选按钮*/
.radio {
    background-size: 1rem;
    border-radius: 50%;
    background: radial-gradient(#fff 55%, #0DECDE 60%) no-repeat center center;
    background: -webkit-radial-gradient(#fff 55%, #ccc 60%) no-repeat center center;
    background: -moz-radial-gradient(#fff 55%, #0DECDE 60%) no-repeat center center;
    background: -o-radial-gradient(#fff 55%, #0DECDE 60%) no-repeat center center;
    transition:  all .5s ease-in-out;
}
.checked{
    background-size: 1rem;
    border-radius: 50%;
    background: radial-gradient(#0DECDE 35%, #fff 45%, #fff 55%, #0DECDE 60%) no-repeat center center;
    background: -webkit-radial-gradient(#0DECDE 35%, #fff 45%, #fff 55%, #0DECDE 60%) no-repeat center center;
    background: -moz-radial-gradient(#0DECDE 35%, #fff 45%, #fff 55%, #0DECDE 60%) no-repeat center center;
    background: -o-radial-gradient(#0DECDE 35%, #fff 45%, #fff 55%, #0DECDE 60%) no-repeat center center;
    transition: all .5s ease-in-out;
}
.disabled {
    background: #ccc !important;
    color: #BABABA;
}
::-webkit-input-placeholder {
    color: #C6C6C6;
}
.checkbox {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    margin-top: -.15rem;
    display: inline-block;
    background: url(../../images/icon_slect@2x.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    transition: all .3s;
}
.checkbox_ok {
    background: url(../../images/icon_slect_ok@2x.png) no-repeat center center;
    background-size: contain;
    transition: all .3s;
}


/*对话框*/
.loading-wrap,
.dialog-wrap {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .4);
}
.loading-wrap{
    z-index: 998;
}
.loading img{
    width: 3rem;
    min-height: 3rem;
}
.loading {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 3rem;
    min-height: 3rem;
}
.dialog {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    width: 13.6rem;
    min-height: 2.2rem;
    text-align: center;
    border-radius: .5rem;
    background: #FCFCFC;
}
.dialog-msg-title {
    color: #030303;
    font-size: .85rem;
    font-weight: bold;
    padding-top: 1rem;
    text-align: center;
    max-width: 10rem;
    margin: 0 auto;

}
.dialog-msg {
    max-height: 8rem;
    max-width: 12rem;
    word-break: break-all;
    overflow-y: scroll;
    -webkit-overflow: touch;
    font-size: .7rem;
    padding: 1rem .5rem;
    line-height: 1.5;
}

.dialog-input-p {
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: .85rem;
    color: #007AFF;
    margin-bottom: .8rem;
}
.dialog-btn {
    border-top: .05rem solid #eee;
    height: 2.15rem;
    line-height: 2.15rem;
    font-size: .85rem;
    color: #007AFF;
}
.dialog-btn-group {
    border-top: .05rem solid #eee;
    height: 2.15rem;
    line-height: 2.15rem;
    font-size: .85rem;
}
.dialog-confirm-btn {
    width: 49%;
    display: inline-block;
    font-family: PingFangSC-Semibold, sans-serif;
}
.dialog-cancel-btn {
    width: 49%;
    display: inline-block;
    border-right: .05rem solid #eee;
}
.dialog-input {
    width: 11.85rem;
    line-height: 1.2rem;
    border: .05rem solid #eee;
    text-indent: .5rem;
}
.bbNone {
    border-bottom: none;
}

.toast-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
}
.toast-box {
    min-height: 1.5rem;
    max-width: 15rem;
    width: max-content;
    border-radius: .5rem;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.toast-smile-icon {
    width: 1.3rem;
    height: 1.3rem;
    background: url(https://cdnsource.bugegaming.com/banner/images/smile.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
}
.toast-txt {
    max-width: 15rem;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    font-size: .7rem;
    padding: .2rem .5rem .2rem .5rem;
    word-break: break-all;
}
/*分享*/
.share-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(87, 87, 87, .54);
}
.share-box {
    height: 13.9rem;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.share-bg {
    background: url(../../images/information_icon_fx@2x.png) no-repeat;
    line-height: 1.8rem;
    height: 1.8rem;
    background-size: cover;
    background-position: 0 .9rem;
}
.share-btn {
    height: 3rem;
    line-height: 3rem;
    color: #007AFF;
    font-size: .85rem;
    text-align: center;
    border-top: .05rem solid #f5f5f5;
}
.share-icon-ul {
    width: 12rem;
    margin: 0 auto;
    text-align: center;
    padding-bottom: .5rem;
}
.share-icon-ul li{
    width: 3.7rem;
    height: 3.7rem;
    display: inline-block;
    margin-left: 1.5rem;
    font-size: .6rem;
    color: #8C8C8C;
}
.share-icon-ul li:nth-child(odd) {
    margin-left: 0;
}
.share-icon-ul li>span {
    width: 3.7rem;
    height: 3.7rem;
    display: inline-block;
}
.share-wx-pic {
    background: url(../../images/share_icon_cj_pyq@2x.png) no-repeat center center;
    background-size: 3rem;
}
.share-wxzone-pic {
    background: url(../../images/share_icon_cj_wx@2x.png) no-repeat center center;
    background-size: 3rem;
}
.share-wx {
    background: url(../../images/share_icon_wx@2x.png) no-repeat center center;
    background-size: 3rem;
}
.share-wxzone {
    background: url(../../images/share_icon_pyq@2x.png) no-repeat center center;
    background-size: 3rem;
}

.dis-wx-pic {
    background: url(../../images/wxkz.png) no-repeat center center;
    background-size: 3rem;
}
.dis-wxzone-pic {
    background: url(../../images/pyqkz.png) no-repeat center center;
    background-size: 3rem;
}
.dis-wx {
    background: url(../../images/wx.png) no-repeat center center;
    background-size: 3rem;
}
.dis-wxzone {
    background: url(../../images/pyq.png) no-repeat center center;
    background-size: 3rem;
}
.dis-color {
    color: #C7C7C7 !important;
}
.min9rem {
    min-width: 9rem !important;
}

/*成功弹框*/
.ok-box {
    border-radius: .5rem;
    width: 14rem;
    min-height: 14rem;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 .1rem #fff;
}
.ok-icon {
    width: 4rem;
    height: 4rem;
    margin: 1rem auto 0 auto;
    background: url(../../images/icon_ok@2x.png) no-repeat center center;
    background-size: contain;
}
.ok-title {
    text-align: center;
    line-height: 2rem;
    height: 2rem;
    margin-top: 1rem;
}
.ok-msg {
    font-size: .6rem;
    line-height: 1.2rem;
    margin: .5rem 1rem .5rem 1rem;
}
.ok-btn {
    color: #fff;
    width: 8rem;
    text-align: center;
    height: 1.8rem;
    line-height: 1.8rem;
    border-radius: 1.8rem;
    margin: 0 auto;
    font-size: .9rem;
    background: linear-gradient(to bottom, #FFEB3B, #FFC107);
}

.disbtn {
    background: #ccc !important;
    color: #f5f5f5 !important;
}
