* {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal;
}

html {
    padding: 0px;
    padding-bottom: 0px !important;
}

img {
    vertical-align: top;
}

.Topbar {
    display: none;
}

.pc-style {
    margin: 0px;
    padding: 0px;
    background: #ff7c3b;
    font-size: 16px;
    line-height: 1.5;
}

.pc-style .banner {
    background: #ff7c3b url(/css/images/chuangYeWangZhan/banner.jpg) center top no-repeat;
    text-align: center;
    position: relative;
    z-index: 10;
}

.pc-style .banner .banner-inner {
    width: 1120px;
    margin: 0px auto;
    position: relative;
}

.pc-style .banner #pcBanner {
    display: block;
}

.pc-style .banner #mobileBanner {
    display: none;
}

.pc-style .nav {
    position: relative;
    z-index: 20;
    background: #f0501e;
    margin-bottom: 20px;
}

.pc-style .nav .nav-inner {
    width: 1120px;
    margin: 0px auto;
    overflow: hidden;
    zoom: 1;
    display: flex;
}

.pc-style .nav .nav-inner .nav-item {
    flex: 1;
    box-sizing: border-box;
}

.pc-style .nav .nav-inner .nav-item a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
}

.pc-style .nav .nav-inner .nav-item a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.pc-style .block {
    position: relative;
    z-index: 10;
    width: 1120px;
    margin: 0px auto 20px auto;
}
.pc-style .block img{
    max-width: 100%;
}

.pc-style .block .block-inner {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);

}

.pc-style .block .block-title {
    margin-bottom: 20px;
    text-align: center;
}

.pc-style .block .block-title .title-text {
    font-size: 30px;
    font-weight: bold;
    color: #ef2241;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.pc-style .block .block-title .title-text::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    height: 10px;
    background: #ffd74e;
    left: -10px;
    right: -10px;
    z-index: -1;
    border-radius: 100px;
}

.pc-style .block .block-content h3 {
    padding: 0.3em 0px;
    color: #1251b4;
    font-size: 20px;
}
.pc-style .block .block-content h4 {
    padding: 0.3em 0px;
    font-weight: bold;
}
.pc-style .block .block-content p {
    padding: 0.3em 0px;
}

.pc-style .block .block-content a {
    color: #1251b4;
    border-bottom: 1px solid;
    text-decoration: none;
}

.pc-style .block .block-content a:hover {
    color: #e53737;
}
.pc-style .block .img-box{
    text-align:center;
}
.pc-style .block .code-img-box{
    text-align: center;
}
.pc-style .block .code-img-box .code-img{
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0px auto 10px auto;
    display: inline-block;
    width: 200px;
}
.pc-style .block .code-img-box .code-img-des{
    color: #888888;
}
.pc-style .block .income .remarks{
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}
.pc-style .block .step{
    display: flex;
}
.pc-style .block .step .step-block{
    flex: 1;
    padding: 15px;
    align-items: stretch;
    overflow: hidden;
    padding:10px;
}
.pc-style .block .step .step-block .step-block-inner{
    background: #ffffff;
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: 12px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.pc-style .block .step .step-block-title{
    font-size: 24px;
    font-weight: bold;
    color: #ce1f32;
}
.pc-style .block .question .question-title{
    font-weight: bold;
    padding-top: 1.5em;
    color: #ce1f32;
}
.pc-style .block .history {
    padding: 200px 30px;
    font-size: 14px;
}

.pc-style .block .history .history-inner {
    background: #e53737;
    height: 5px;
    position: relative;
    display: flex;
}

.pc-style .block .history .history-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .block .history .history-inner::after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -6px;
    border-left: 16px solid #e53737;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.pc-style .block .history .history-item {
    text-align: center;
    flex: 1;
    position: relative;
}

.pc-style .block .history .history-item .item-inner {
    position: absolute;
    top: 0px;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    top: 52px;
    left: -20px;
    right: -20px;
}

.pc-style .block .history .history-item:nth-child(2n) .item-inner {
    bottom: 52px;
    top: auto;
}

.pc-style .block .history .history-item .item-inner .item-title {
    position: absolute;
    background: #1c3871;
    color: #ffffff;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    border-radius: 100px;
    top: -30px;
    text-align: center;
    height: 24px;
    line-height: 24px;
}

.pc-style .block .history .history-item .item-inner .item-title::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 5px solid #e53737;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -30px;
}

.pc-style .block .history .history-item:nth-child(2n) .item-inner .item-title {
    bottom: -30px;
    top: auto;
}

.pc-style .block .history .history-item:nth-child(2n) .item-inner .item-title::before {
    bottom: -30px;
    top: auto;
}

.pc-style .block .sub-block {
    padding: 20px 0px;
}

.pc-style .block .sub-block .sub-block-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ce1f32;
}

.pc-style .block .table-box table{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
}
.pc-style .block .table-box th{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #ff7c3b;
    color: #ffffff;
}
.pc-style .block .table-box td{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.pc-style .block .table-box tr:nth-child(odd){
    background: #fff4e7;
}
.pc-style .contact-box {
    text-align: center;
}

.pc-style .contact {
    display: inline-block;
    padding-right: 200px;
    position: relative;
    padding: 50px 200px 50px 0px;
    /* box-shadow: 0px 3px 10px 0px rgba(10, 33, 177, 0.1); */

}

.pc-style .contact .img-box {
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 180px;
    box-sizing: border-box;
}

.pc-style .contact .img-box img {
    max-width: 100%;
}

.pc-style .contact .img-des {
    text-align: left;
    height: 120px;
}

.pc-style .contact .img-des .contact-item {
    padding: 4px 0px;
}

.pc-style .contact-group {
    position: relative;
    padding: 50px 0px 50px 0px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.pc-style .contact-group .contact-item {
    margin: 0px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.pc-style .contact-group .img-box {
    text-align: center;
    width: 180px;
    box-sizing: border-box;
    margin: 0px auto 10px auto;
}

.pc-style .contact-group .img-box img {
    max-width: 100%;
}
.pc-style .contact-group .img-des{
    text-align: left;
}

.pc-style .contact-address .address-item {
    padding: 5px 0px;
}
.pc-style .bot {
    text-align: center;
    padding: 30px 0px;
    color: #ffffff;
    padding-bottom: calc(120px + constant(safe-area-inset-bottom));
    padding-bottom: calc(120px + env(safe-area-inset-bottom));
    color: rgba(0, 0, 0, 0.5);
}


.pc-style .fix-bottom-btns {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -100px;
    z-index: 500;
    /* background: -webkit-linear-gradient(rgba(29, 128, 242, 0), rgba(29, 128, 242, 0.75), rgba(57, 47, 244, 1)); */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    transition: all 0.3s;
}

.pc-style .fix-bottom-btns .fix-bottom-btns-inner {
    padding: 10px;
    width: 1120px;
    margin: 0px auto;
}

.pc-style .fix-bottom-btns .fix-bottom-btns-inner .btn-buy-vip {
    background: #e53737;
    background: linear-gradient(#ff3e3e, #e53737);
    background: -webkit-linear-gradient(#ff3e3e, #e53737);
    color: #ffffff;
    border-radius: 100px;
    text-align: center;
    width: 10em;
    display: block;
    margin: 0px auto;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}


.pc-style .btn-goto-top {
    border-radius: 200px;
    background: #000000;
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: calc(60px + constant(safe-area-inset-bottom));
    bottom: calc(60px + env(safe-area-inset-bottom));
    right: -60px;
    z-index: 1000;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.pc-style .btn-goto-top.btn-goto-top-show {
    right: 16px;
}

.pc-style .btn-goto-top::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px auto 0px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0685.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .btn-goto-top:hover {
    color: #ffffff;
}


/* 移动端样式 */


/* .mobile-style {
    padding-bottom: calc(60px + constant(safe-area-inset-bottom));
    padding-bottom: calc(60px + env(safe-area-inset-bottom));

} */

.mobile-style {
    background: #ff7c3b;
    font-size: 15px;
    line-height: 1.5;
}

.mobile-style .banner {
    position: relative;
    z-index: 10;
}

.mobile-style .banner .banner-inner {
    margin: 0px auto;
    position: relative;
}

.mobile-style .banner .banner-inner img {
    max-width: 100%;
}

.mobile-style .banner #pcBanner {
    display: none;
}

.mobile-style .banner #mobileBanner {
    display: block;
}


.mobile-style .nav {
    position: relative;
    margin-bottom: 10px;
    background: #ff7c3b;
}

.mobile-style .nav .nav-inner {
    overflow: hidden;
    zoom: 1;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.mobile-style .nav .nav-inner .nav-item {
    flex:1;
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 5px;
}

.mobile-style .nav .nav-inner .nav-item a {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 5px 0px;
}

.mobile-style .nav .nav-inner .nav-item a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.mobile-style .block {
    /* margin-bottom: 40px; */
    margin: 0px 10px 10px 10px;
    position: relative;
    z-index: 10;
}

.mobile-style .block .block-content a {
    color: #0066cc;
    border-bottom: 1px solid;
}

.mobile-style .block .block-content a:hover {
    color: #e53737;
}

.mobile-style .block .block-inner {
    border-radius: 15px;
    background: #ffffff;
    padding: 15px;
}

.mobile-style .block .block-title {
    margin-bottom: 15px;
    text-align: center;
}

.mobile-style .block .block-title .title-text {
    font-size: 20px;
    font-weight: bold;
    color: #ef2241;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.mobile-style .block .block-title .title-text::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    height: 10px;
    background: #ffd74e;
    left: -10px;
    right: -10px;
    z-index: -1;
    border-radius: 100px;
}
.mobile-style  img{
    max-width: 100%;
}
.mobile-style .block .img-box{
    text-align:center;
}
.mobile-style .block .code-img-box{
    text-align: center;
}
.mobile-style .block .code-img-box .code-img{
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0px auto 10px auto;
    display: inline-block;
    width: 200px;
}
.mobile-style .block .code-img-box .code-img-des{
    color: #888888;
}
.mobile-style .block .income .remarks{
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

.mobile-style .block .step .step-block{
    padding: 10px 0px;
}
.mobile-style .block .step .step-block .step-block-inner{
    background: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    border-radius: 12px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.mobile-style .block .step .step-block-title{
    font-size: 20px;
    font-weight: bold;
    color: #ce1f32;
}
.mobile-style .block .question .question-title{
    font-weight: bold;
    padding-top: 1.5em;
    color: #ce1f32;
}

.mobile-style .block .history {
    padding: 0px 10px 0px 20px;
    font-size: 14px;
    margin: 10px 0px;
    overflow: auto;
    overflow-x: hidden;
    max-height: 360px;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .block .history::after {
    content: "期待更好的未来...";
    display: block;
    padding: 16px;
    text-align: center;
    color: #888888;
}

.mobile-style .block .history .history-inner {
    position: relative;
}

.mobile-style .block .history .history-inner::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background: #e53737;
}


.mobile-style .block .history .history-item {
    position: relative;
    padding: 10px 0px;
}

.mobile-style .block .history .history-item .item-inner {
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.mobile-style .block .history .history-item .item-inner::after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .block .history .history-item .item-inner:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #ffffff;
    border: 2px solid #e53737;
    border-radius: 100%;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -5px;
}

.mobile-style .block .history .history-item .item-inner .item-title {
    background: #1c3871;
    color: #ffffff;
    padding: 0px 1em 0px 0.5em;
    border-radius: 8px 20px 20px 8px;
    height: 24px;
    line-height: 24px;
    float: left;
}

.mobile-style .block .history .history-item .item-inner .item-content {
    margin-left: 6em;
}

.mobile-style .block .block-content h3 {
    padding: 0.3em 0px;
    color: #1251b4;
    font-size: 18px;
}

.mobile-style .block .block-content p {
    padding: 0.3em 0px;
}

.mobile-style .block .block-content a {
    color: #1251b4;
    border-bottom: 1px solid;
    text-decoration: none;
}

.mobile-style .block .block-content a:hover {
    color: #e53737;
}



.mobile-style .block .sub-block {
    padding: 20px 0px;
}

.mobile-style .block .sub-block .sub-block-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ce1f32;
}


.mobile-style .block .table-box table{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
}
.mobile-style .block .table-box th{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    background: #ff7c3b;
    color: #ffffff;
}
.mobile-style .block .table-box td{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.mobile-style .block .table-box tr:nth-child(odd){
    background: #fff4e7;
}
.mobile-style .contact-box {
    text-align: center;
}



.mobile-style .contact-box {
    text-align: center;
}

.mobile-style .contact .img-box {
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    margin: 0px auto;
}

.mobile-style .contact .img-box img {
    max-width: 100%;
}

.mobile-style .contact .img-des {
    text-align: left;
}

.mobile-style .contact .img-des .contact-item {
    padding: 4px 0px;
}

.mobile-style .contact-group {
    position: relative;
}

.mobile-style .contact-group .contact-item {
    margin: 0px 20px 20px 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.mobile-style .contact-group .img-box {
    text-align: center;
    width: 180px;
    box-sizing: border-box;
    margin: 0px auto 10px auto;
}

.mobile-style .contact-group .img-box img {
    max-width: 100%;
}

.mobile-style .contact-address{
    text-align: left;
}
.mobile-style .contact-address .address-item{
    padding: 5px 0px;
}
.mobile-style .bot {
    text-align: center;
    padding: 30px 0px;
    color: #ffffff;
    padding-bottom: calc(90px + constant(safe-area-inset-bottom));
    padding-bottom: calc(90px + env(safe-area-inset-bottom));

}

.mobile-style .fix-bottom-btns {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: -100px;
    z-index: 500;
    /* background: -webkit-linear-gradient(rgba(29, 128, 242, 0), rgba(29, 128, 242, 0.75), rgba(57, 47, 244, 1)); */
    transition: all 0.3s;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.mobile-style .fix-bottom-btns .fix-bottom-btns-inner {
    padding: 15px 10px;
    margin: 0px auto;
}

.mobile-style .fix-bottom-btns .fix-bottom-btns-inner .btn-buy-vip {
    background: #e53737;
    background: linear-gradient(#ff3e3e, #e53737);
    background: -webkit-linear-gradient(#ff3e3e, #e53737);
    color: #ffffff;
    border-radius: 100px;
    text-align: center;
    width: 10em;
    display: block;
    margin: 0px auto;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #ffffff;
    position: relative;
    overflow: hidden;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.mobile-style .sc-kefu-mobile {
    display: none;
}

.mobile-style .btn-goto-top {
    border-radius: 200px;
    background: #000000;
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: calc(60px + constant(safe-area-inset-bottom));
    bottom: calc(60px + env(safe-area-inset-bottom));
    right: -60px;
    z-index: 1000;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    padding: 6px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mobile-style .btn-goto-top.btn-goto-top-show {
    right: 16px;
}

.mobile-style .btn-goto-top::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px auto 0px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0685.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .btn-goto-top:hover {
    color: #ffffff;
}
