﻿* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", "宋体";
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    background: #cf1e1b;
    line-height: 1.5;
    font-size: 16px;
}

img {
    vertical-align: top;
}
.pc-style .user-statics{
    display: none;
}
.pc-style .top .banner {
    background: url(images/banner.png) center top no-repeat;
}

.pc-style .top .banner .banner-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .block {
    padding: 50px 0px;
}

.pc-style .block .block-inner {
    width: 1120px;
    margin: 0px auto;
}

.pc-style .block .block-inner:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .block-statics {
    padding: 20px 0px;
}

.pc-style .block-statics .block-statics-inner {
    width: 1120px;
    margin: 0px auto;
    text-align: center
}

.pc-style .block-statics .statics-item {
    display: inline-block;
    padding: 0px 50px;
    position: relative;
    color: #fadda7;
    border-right: 1px solid #fadda7;
}

.pc-style .block-statics .statics-item:last-child {
    border: 0px;
}

.pc-style .block-statics .statics-item .item-content {
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
}
.pc-style .block-statics .statics-item .item-content .RMB{
    font-size: 16px;
}
.pc-style .rolling-display {
    width: 500px;
    float: left;
    border: 2px solid #fadda7;
    padding: 20px;
    border-radius: 20px;
    background: #e5312e;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}

.pc-style .rolling-display .title {
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    /* margin-bottom: 20px; */
}

.pc-style .rolling-display .list {
    border-top: 1px dashed #b01a17;
    margin-bottom: 20px;
    height: 244px;
    overflow: hidden;
}

.pc-style .rolling-display .list .swiper-container {
    width: 100%;
    height: 100%;
}

.pc-style .rolling-display .item {
    padding: 10px 0px;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
    color: #ffffff;
    border-bottom: 1px dashed #b01a17;
    box-sizing: border-box;
}

.pc-style .rolling-display .item .item-head {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.pc-style .rolling-display .item .item-head .img-placeholer {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background: #ffffff;
    opacity: 0.2;
}

.pc-style .rolling-display .item .item-head img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.pc-style .rolling-display .item .text-placeholder {
    display: inline-block;
    background: #ffffff;
    opacity: 0.2;
    font-size: 1em;
    height: 1em;
    width: 100%;
}

.pc-style .rolling-display .item .item-name {
    float: left;
    width: 6em;
    margin-right: 30px;
}

.pc-style .rolling-display .item .item-money {
    float: left;
    font-size: 20px;
    color: #fadda7;
    width: 5em;
}

.pc-style .rolling-display .item .item-time {
    float: right;
    width: 12em;
    text-align: right;
}

.pc-style .rolling-display .link-more {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 4em;
    border: 1px solid #333333;
    background: #00306a;
    color: #ffffff;
    border-radius: 100px;
    padding: 5px 20px;
    border: 1px solid #fadda7;
}

.pc-style .join {
    float: right;
    text-align: center;
    background: url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/04/1412029757_210_420.gif) right bottom no-repeat;
    padding-right: 230px;
    padding-top: 60px;
    min-height: 360px;
}

.pc-style .join .code-box {
    width: 200px;
    height: 200px;
    background: #ffffff;
    padding: 20px;
    margin: 0px auto 10px auto;
    border-radius: 20px;
}

.pc-style .join .code-box img {
    width: 100%;
    height: 100%;
}

.pc-style .join .code-des {
    color: #ffffff;
    font-size: 20px;
}

.pc-style .join .code-des .btn-join {
    display: none;
}

.pc-style .join .des-guide {
    padding-top: 30px;
}

.pc-style .join .des-guide a {
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 100px;
    border: 1px solid #ffffff;
}

.pc-style .block-title {
    text-align: center;
    margin-bottom: 20px;
}

.pc-style .block-title .block-title-inner {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    color: #fadda7;
    position: relative;
}

.pc-style .block-title .block-title-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: 0px;
    right: -10px;
    height: 20px;
    background: #00306a;
    z-index: -1;
    border-radius: 100px;
}

.pc-style .block-content {
    padding: 50px 50px;
    background: #fadda7;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.pc-style .block-content p {
    padding: 0.5em 0px;
}

.pc-style .from {
    overflow: hidden;
    zoom: 1;
    margin: 10px -20px;
}

.pc-style .from-item {
    float: left;
    width: 50%;
}

.pc-style .from-item .from-item-inner {
    margin: 20px 20px 0px 20px;
    padding: 20px 20px 20px 110px;
    background: #ffffff;
    border-radius: 20px;
    color: #666666;
    position: relative;
}

.pc-style .from-item .item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #cf1e1b;
}
.pc-style .from-item .item-no{
    position: absolute;
    left: 20px;
    top: -15px;
    border-radius: 100px;
    background: #00306a;
    color: #fddfab;
    font-size: 20px;
    padding:0px 20px;
}
.pc-style .from-item .item-content {
    height: 9em;
    font-size: 16px;
}

.pc-style .from-item  .item-01{
    background: #ffffff url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/1357242281_80_120.png) 20px center no-repeat;
}

.pc-style .from-item  .item-02{
    background: #ffffff url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/1357257737_80_120.png) 20px center no-repeat;
}

.pc-style .how {
    overflow: hidden;
    zoom: 1;
    margin: 0px -30px;
    font-size: 0px;
}
.pc-style .how .how-group{
    margin-bottom: 20px;
    border: 1px dashed #999999;
    border-radius: 20px;
    padding:20px 0px;
    position: relative;
    text-align: center;
}
.pc-style .how .how-group:after{
    content: "";
    display: block;
    clear: both;
}
.pc-style .how .how-group:first-child{
    margin-bottom: 80px;
}

.pc-style .how .how-group:first-child:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #00306a url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/0945469366_50_50.png) center center no-repeat;
    border-radius: 100%;
    position: absolute;
    bottom: -65px;
    left: 50%;
    margin-left: -25px;
    z-index: 1000;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.pc-style .how .how-item {
    width: 33.32%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.pc-style .how-two-colum{
    text-align: center;
}
.pc-style .how-two-colum  .how-item{
    width: 33.32%;
    float: none;
    text-align: center;
    display: inline-block;
}
.pc-style .how .how-item .item-title {
    margin: 0px 30px 10px 30px;
    font-size: 16px;
}

.pc-style .how .how-item .item-content {
    background: #ffffff;
    border-radius: 20px;
    margin: 0px 30px 10px 30px;
    padding: 10px;
    position: relative;
    z-index: 1;
    height: 500px;
}

.pc-style .how .how-item .item-content::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #00306a url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/0945469366_50_50.png) center center no-repeat;
    border-radius: 100%;
    position: absolute;
    right: -55px;
    top: 50%;
    z-index: 1000;
}

.pc-style .how .how-item:last-child .item-content:after {
    display: none;
}
.pc-style .how .how-item.no-arrow  .item-content:after {
    display: none;
}
.pc-style .how .how-item .item-content .item-img {
    width: 100%;
    border-radius: 10px;
}

.pc-style .how .how-item .item-content .item-code {
    padding-top: 150px;
}

.pc-style .how .how-item .item-content .item-code .code-box {
    width: 180px;
    height: 180px;
    margin: 0px auto 10px auto;
}

.pc-style .how .how-item .item-content .item-code .code-box img {
    width: 100%;
    height: 100%;
}

.pc-style .how .how-item .item-content .item-code .code-link {
    padding-top: 40px;
    text-align: center;
}

.pc-style .how .how-item .item-content .item-code .btn-code-link {
    border-radius: 100px;
    border: 1px solid #336699;
    padding: 10px 20px;
    display: inline-block;
    color: #336699;
}
.pc-style .how p{
    font-size: 16px;
}
.pc-style .faq h3 {
    font-size: 16px;
    font-weight: bold;
    text-indent: 2em;
    padding: 0.5em 0px;
}

.pc-style .faq p {
    text-indent: 2em;
}

.pc-style .faq .example {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px dashed #cf1e1b;
    margin: 10px 2em;
    background-color: #ffffff;
}

.pc-style .faq .faq-item {
    padding: 10px 0px;
}

.pc-style .bot-join {
    text-align: center;
}

.pc-style .bot-join .bot-join-title {
    color: #fadda7;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pc-style .bot-join .bot-join-content {
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    width: 200px;
    margin: 0px auto 10px auto;
}

.pc-style .bot-join .bot-join-btn-container {
    text-align: center;
    padding-top: 20px;
}

.pc-style .bot-join .bot-join-btn-container a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 0px 20px;
}

.pc-style .bot-join .bot-join-btn-container a:hover {
    background: #ffffff;
    color: #e5312e;
}

.pc-style .bot-join .bot-join-btn-container .btn-join {
    display: none;
}

.pc-style .bot-join .code-box {
    margin-bottom: 10px;
}

.pc-style .bot-join .code-box img {
    width: 100%;
    height: auto;
}

.pc-style .bot-join .code-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #cf1e1b;
}

.pc-style .bot-join .code-des {
    color: #333333;
}

.pc-style .bot {
    text-align: center;
    padding: 20px 0px;
    font-size: 12px;
}

.pc-style .cash-pop {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3000;
    display: none;
}

.pc-style .cash-pop .cash-mask {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.pc-style .cash-pop .cash-box {
    position: fixed;
    z-index: 10;
    background: #ffffff;
    border-radius: 8px;
    width: 600px;
    margin-left: -305px;
    top: 50px;
    bottom: 50px;
    left: 50%;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    padding-top: 50px;
    overflow: hidden;
}

.pc-style .cash-pop .cash-box .cash-box-title {
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .cash-pop .cash-box .title-text {
    font-size: 20px;
    font-weight: bold;
    color: #e5312e;
}

.pc-style .cash-pop .cash-box .btn-close {
    position: absolute;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 20px;
}

.pc-style .cash-pop .cash-box .cash-box-content {
    position: absolute;
    left: 0px;
    top: 50px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
    padding: 20px;
}

.pc-style .cash-pop .cash-box .item {
    padding: 10px 0px;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
    color: #333333;
    border-bottom: 1px dashed #e5e5e5;
    box-sizing: border-box;
}

.pc-style .cash-pop .cash-box .item .item-head {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
}

.pc-style .cash-pop .cash-box .item .item-head .img-placeholer {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background: #000000;
    opacity: 0.2;
}

.pc-style .cash-pop .cash-box .item .item-head img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.pc-style .cash-pop .cash-box .item .text-placeholder {
    display: inline-block;
    background: #000000;
    opacity: 0.2;
    font-size: 1em;
    height: 1em;
    width: 100%;
}

.pc-style .cash-pop .cash-box .item .item-name {
    float: left;
    width: 6em;
    margin-right: 30px;
}

.pc-style .cash-pop .cash-box .item .item-money {
    float: left;
    font-size: 20px;
    color: #b01a17;
    width: 5em;
}

.pc-style .cash-pop .cash-box .item .item-time {
    float: right;
    width: 12em;
    text-align: right;
}

.pc-style .cash-pop .cash-box .load-more {
    text-align: center;
    padding: 0px 16px;
    display: none;
    margin: 16px auto;
    color: #336699;
    border: 1px solid #336699;
    width: 4em;
    border-radius: 100px;
    line-height: 36px;
}

.pc-style .cash-pop .cash-box .has-no-more {
    text-align: center;
    padding: 16px;
    display: none;
}

.pc-style .fenxiao-poster {
    display: none;
}

/* 移动端样式 */
.mobile-style .user-statics{
    background: #fadda7;
    text-align: center;
    position: relative;
    overflow: hidden;
    zoom:1;
    display: none;
}
.mobile-style .user-statics:after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-style .user-statics .statics-item{
    font-size: 16px;
    padding:10px;
    float: left;
    box-sizing: border-box;
    width: 50%;
}
.mobile-style .user-statics .statics-item .item-text{
    display: inline-block;
    padding-right: 10px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0428.png) right center no-repeat;
    background-size: auto 12px;
    color: #714607;
}
.mobile-style .top .banner .banner-inner {
    margin: 0px auto;
    text-align: center;
}

.mobile-style .top .banner .banner-inner img {
    width: 100%;
}

.mobile-style .block {
    padding: 30px 0px;
}

.mobile-style .block .block-inner {
    margin: 0px 16px;
}

.mobile-style .block .block-inner:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .block-statics {
    padding: 10px 0px;
}

.mobile-style .block-statics .block-statics-inner {
    text-align: center;
    font-size: 0px;
    overflow: hidden;
}

.mobile-style .block-statics .statics-item {
    width: 50%;
    padding: 10px;
    position: relative;
    color: #fadda7;
    float: left;
    box-sizing: border-box;
}

.mobile-style .block-statics .statics-item:last-child {
    border: 0px;
}

.mobile-style .block-statics .statics-item .item-title {
    font-size: 14px;
}

.mobile-style .block-statics .statics-item .item-content {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}

.mobile-style .rolling-display {
    border: 2px solid #fadda7;
    padding: 15px;
    border-radius: 20px;
    background: #e5312e;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.mobile-style .rolling-display .title {
    color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.mobile-style .rolling-display .list {
    border-top: 1px dashed #b01a17;
    margin-bottom: 20px;
    height: 244px;
    overflow: hidden;
    position: relative;
}

.mobile-style .rolling-display .list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.mobile-style .rolling-display .list .swiper-container {
    width: 100%;
    height: 100%;
}

.mobile-style .rolling-display .item {
    padding: 10px 0px;
    overflow: hidden;
    zoom: 1;
    color: #ffffff;
    border-bottom: 1px dashed #b01a17;
    padding: 10px 80px 10px 50px;
    position: relative;
    box-sizing: border-box;
    line-height: 20px;
}

.mobile-style .rolling-display .item .item-head {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 10px;
}

.mobile-style .rolling-display .item .item-head img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.mobile-style .rolling-display .item .item-head .img-placeholer {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background: #ffffff;
    opacity: 0.2;
}

.mobile-style .rolling-display .item .text-placeholder {
    display: inline-block;
    background: #ffffff;
    opacity: 0.2;
    font-size: 1em;
    height: 1em;
    width: 100%;
}

.mobile-style .rolling-display .item .item-name {
    font-size: 14px;
}

.mobile-style .rolling-display .item .item-money {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 5em;
    text-align: right;
    line-height: 40px;
}

.mobile-style .rolling-display .item .item-time {
    font-size: 12px;
    white-space: nowrap;
}

.mobile-style .rolling-display .link-more {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 4em;
    border: 1px solid #333333;
    background: #00306a;
    color: #ffffff;
    border-radius: 100px;
    padding: 5px 20px;
    border: 1px solid #fadda7;
}

.mobile-style .join {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-style .join .code-box {
    display: none;
}

.mobile-style .join .code-box img {
    width: 100%;
    height: 100%;
}

.mobile-style .join .code-des {
    color: #ffffff;
}

.mobile-style .join .code-des .des-text {
    display: none;
}

.mobile-style .join .btn-join {
    display: block;
    background-color: #fadda7;
    color: #e5312e;
    display: block;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    line-height: 44px;
    height: 44px;
    font-size: 20px;
    margin: 0px auto;
    max-width: 12em;
    font-weight: bold;
    border-top: 2px solid #ffffff;
}

.mobile-style .join .des-guide {
    padding-top: 20px;
}

.mobile-style .join .des-guide a {
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
}

.mobile-style .block-title {
    text-align: center;
    margin-bottom: 20px;
}

.mobile-style .block-title .block-title-inner {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fadda7;
    position: relative;
}

.mobile-style .block-title .block-title-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    bottom: 0px;
    right: -10px;
    height: 8px;
    background: #00306a;
    z-index: -1;
    border-radius: 100px;
}

.mobile-style .block-content {
    padding: 20px;
    background: #fadda7;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.mobile-style .block-content p {
    padding: 0.5em 0px;
}

.mobile-style .from {
    overflow: hidden;
    zoom: 1;
    margin: 10px auto;
}

.mobile-style .from-item {
    padding: 5px 0px;
}

.mobile-style .from-item .from-item-inner {
    padding: 20px 20px 20px 60px;
    background: #ffffff;
    border-radius: 20px;
    color: #666666;
}

.mobile-style .from-item .item-01 {
    background: #ffffff url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/1357242281_80_120.png) 10px 20px no-repeat;
    background-size: 40px auto;
}

.mobile-style .from-item .item-02 {
    background: #ffffff url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/1357257737_80_120.png) 10px 20px no-repeat;
    background-size: 40px auto;
}

.mobile-style .from-item .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #cf1e1b;
}
.mobile-style .from-item .item-no{
    border-radius: 100px;
    background: #00306a;
    color: #fddfab;
    font-size: 20px;
    padding: 0px 20px;
    width: 2em;
    margin-bottom: 10px;
}
.mobile-style .from-item .item-content {}

.mobile-style .how:after{
    content: "";
    display: block;
    clear: both;
}
.mobile-style .how .how-group{
    border-radius: 20px;
    border:1px dashed #333333;
    margin: 0px -10px 80px -10px;
    padding:10px;
    position: relative;
}
.mobile-style .how .how-group:after{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #00306a url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/0945469366_50_50.png) center center no-repeat;
    border-radius: 100%;
    position: absolute;
    bottom: -65px;
    left: 50%;
    margin-left: -25px;
    z-index: 1000;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.mobile-style .how .how-group:last-child{
    margin: 0px -10px 0px -10px;
}
.mobile-style .how .how-group:last-child:after{
    display: none;
}
.mobile-style .how .how-item {
    text-align: center;
}

.mobile-style .how .how-item .item-title {
    margin-bottom: 10px;
}

.mobile-style .how .how-item .item-content {
    background: #ffffff;
    border-radius: 20px;
    margin: 0px 0px 80px 0px;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.mobile-style .how .how-item .item-content:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #00306a url(https://sc-appfile.oss-cn-qingdao.aliyuncs.com/Upload/100xuexi/Images/2020/02/06/0945469366_50_50.png) center center no-repeat;
    border-radius: 100%;
    position: absolute;
    bottom: -65px;
    left: 50%;
    margin-left: -25px;
    z-index: 1000;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.mobile-style .how .how-item:last-child .item-content {
    margin-bottom: 10px;
}

.mobile-style .how .how-item:last-child .item-content:after {
    display: none;
}

.mobile-style .how .how-item .item-content .item-img {
    width: 100%;
    border-radius: 10px;
}

.mobile-style .how .how-item .item-content .item-code {
    padding: 30px 0px;
}

.mobile-style .how .how-item .item-content .item-code .code-box {
    width: 180px;
    height: 180px;
    margin: 0px auto 10px auto;
}

.mobile-style .how .how-item .item-content .item-code .code-box img {
    width: 100%;
    height: auto;
}

.mobile-style .how .how-item .item-content .item-code .code-link {
    padding-top: 40px;
    text-align: center;
}

.mobile-style .how .how-item .item-content .item-code .btn-code-link {
    border-radius: 100px;
    border: 1px solid #336699;
    padding: 10px 20px;
    display: inline-block;
    color: #336699;
}
.mobile-style .how .how-item.no-arrow .item-content{
    margin-bottom: 20px;
}
.mobile-style .how .how-item.no-arrow .item-content:after {
    display: none;
}
.mobile-style .faq h3 {
    font-size: 16px;
    font-weight: bold;
    text-indent: 2em;
    padding: 0.5em 0px;
}

.mobile-style .faq p {
    text-indent: 2em;
}

.mobile-style .faq .example {
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px dashed #cf1e1b;
    margin: 10px 0px;
    background-color: #ffffff;
}

.mobile-style .faq .faq-item {
    padding: 10px 0px;
}

.mobile-style .bot-join {
    text-align: center;
}

.mobile-style .bot-join .bot-join-title {
    color: #fadda7;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mobile-style .bot-join .bot-join-content {
    display: none;
}

.mobile-style .bot-join .bot-join-btn-container {
    text-align: center;
    padding-top: 20px;
}

.mobile-style .bot-join .bot-join-btn-container a {
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    display: block;
    border-radius: 100px;
    border:1px solid #ffffff;
    width: 7em;
    display: block;
    margin: 0px auto;
    line-height: 36px;
}

.mobile-style .bot-join .bot-join-btn-container .btn-join {
    background-color: #fadda7;
    color: #e5312e;
    display: block;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    line-height: 44px;
    height: 44px;
    font-size: 20px;
    margin: 0px auto 20px auto;
    max-width: 12em;
    font-weight: bold;
    border-top: 2px solid #ffffff;
}

.mobile-style .bot-join .code-box {
    margin-bottom: 10px;
}

.mobile-style .bot-join .code-box img {
    width: 100%;
    height: auto;
}

.mobile-style .bot-join .code-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #cf1e1b;
}

.mobile-style .bot-join .code-des {
    color: #333333;
}

.mobile-style .bot {
    text-align: center;
    padding: 20px 0px;
    font-size: 12px;
}

.mobile-style .cash-pop {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3000;
    display: none;
}

.mobile-style .cash-pop .cash-mask {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.mobile-style .cash-pop .cash-box {
    position: fixed;
    z-index: 10;
    background: #ffffff;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    padding-top: 50px;
    overflow: hidden;
}

.mobile-style .cash-pop .cash-box .cash-box-title {
    line-height: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .cash-pop .cash-box .title-text {
    font-size: 18px;
    font-weight: bold;
    color: #e5312e;
}

.mobile-style .cash-pop .cash-box .btn-close {
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 18px;
}

.mobile-style .cash-pop .cash-box .cash-box-content {
    position: absolute;
    left: 0px;
    top: 40px;
    bottom: 0px;
    right: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .cash-pop .cash-box .item {
    padding: 10px 100px 10px 66px;
    overflow: hidden;
    zoom: 1;
    line-height: 20px;
    color: #333333;
    border-bottom: 1px dashed #e5e5e5;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.mobile-style .cash-pop .cash-box .item .item-head {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100%;
    margin-right: 10px;
    overflow: hidden;
    position: absolute;
    left: 16px;
    top: 10px;
}

.mobile-style .cash-pop .cash-box .item .item-head .img-placeholer {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background: #000000;
    opacity: 0.2;
}

.mobile-style .cash-pop .cash-box .item .item-head img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.mobile-style .cash-pop .cash-box .item .text-placeholder {
    display: inline-block;
    background: #000000;
    opacity: 0.2;
    font-size: 1em;
    height: 1em;
    width: 100%;
}

.mobile-style .cash-pop .cash-box .item .item-name {}

.mobile-style .cash-pop .cash-box .item .item-money {
    font-size: 18px;
    color: #b01a17;
    width: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    padding: 10px 16px;
    line-height: 40px;
}

.mobile-style .cash-pop .cash-box .item .item-time {
    /* text-align: right; */
    color: #888888;
}

.mobile-style .cash-pop .cash-box .load-more {
    text-align: center;
    padding: 0px 16px;
    display: none;
    margin: 16px auto;
    color: #336699;
    border: 1px solid #336699;
    width: 4em;
    border-radius: 100px;
    line-height: 36px;
}

.mobile-style .cash-pop .cash-box .has-no-more {
    text-align: center;
    padding: 16px;
    display: none;
}

.mobile-style .fenxiao-poster {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    z-index: 5000;
    display: none;
}

.mobile-style .fenxiao-poster .poster {
    position: fixed;
    top: 20px;
    bottom: 60px;
    left: 0px;
    right: 0px;
}

.mobile-style .fenxiao-poster .poster-img {
    width: 60%;
    margin: 0px auto 10px auto;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.mobile-style .fenxiao-poster .poster-img::before {
    content: "";
    display: block;
    padding-top: 177%;
}

.mobile-style .fenxiao-poster .poster-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mobile-style .fenxiao-poster .poster-operation {
    text-align: center;
}

.mobile-style .fenxiao-poster .btn-cancel {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid #e5e5e5;
}