.sass-btitle {
    color: #333333;
    /* font-size: 35px;
    font-weight: 800;
    padding-top: 80px;
    padding-bottom: 55px; */
    font-size: 0.4rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    padding-top: 1rem;
    text-align: center;
  }
  
  .sass-stitle {
    color: #666666;
    /* font-size: 20px;
    text-align: center;
    padding-bottom: 55px; */
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: center;
  }

  .doc-quertion {
    width: 100%;
    margin: 0 auto;
}

.doc-quertion .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.doc-quertion .title .btitle {
    color: #111111;
    font-size: 36px;
    display: none;
}

.doc-quertion .title .stitle {
    color: #666666;
    font-size: 18px;
    padding-top: 32px;
    padding-bottom: 65px;
    display: none;
}


.doc-quertion .title .pic {
    width: 100px;
    margin-bottom: 50px;
}


.doc-quertion .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0.45rem;
}

.doc-quertion .list .item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.4rem;
}

.doc-quertion .list .item .pic {
    width: 0.4rem;
    margin-right: 0.2rem;
}

.doc-quertion .list .item .right-btitle {
    color: #111111;
    font-size: 0.3rem;
    font-weight: 800;
    padding-bottom: 0.15rem;
}

.doc-quertion .list .item .right-stitle {
    color: #333;
    font-size: 0.25rem;
    line-height: 0.4rem;
    text-align: justify;
}

.color-wrap {
    width: 100%;
    background: #F7F7F7;
    padding-bottom: 0.7rem;
}

.first-block {
    width: 100%;
    padding: 0 0.3rem 0.2rem;
}

.f-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.f-nav .item {
    width: 2rem;
    position: relative;
    margin-right: 0.3rem;
}

.f-nav .item .bgicon {
    width: 100%;
}

.f-nav .item .f-txt {
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    left: 0;
    top: calc(50% - 0.2rem);
}

.f-wrap {
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: flex-start;
    /* margin-top: 0.2rem; */

}

.f-wrap .f-item {
    width: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0.3rem;
}

.f-wrap .f-item .box {
    text-align: center;
    border: 1px solid #E6E6E6;
    border-radius: 0.06rem;
    padding: 0.1rem 0.2rem;
}

.f-wrap .f-item .line {
    width: 1px;
    height: 0.28rem;
    background: #E6E6E6;
}

.more-fun {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.4rem;
}

.more-fun .title {
    text-align: center; 
}

.more-fun .title .btitle {
    color: #111111;
    font-size: 0.4rem;
    padding-top: 1.3rem;
    padding-bottom: 0.26rem;
    font-weight: 800;
}

.more-fun .title .stitle {
    color: #666666;
    font-size: 0.3rem;
    padding-bottom: 0.4rem;
}

.more-fun .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 0.3rem;
}

.more-fun .list .item {
    width: calc(100%/3);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.2rem;
}

.more-fun .list .item .icon {
    width: 0.8rem
}

.more-fun .list .item .txt {
    color: #666666;
    font-size: 0.25rem;
    padding-top: 0.18rem;
}

.system-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.5rem;
    /* padding-bottom: 1rem; */
}

.system-box .img {
    width: 5rem;
    /* margin: 0 auto; */
}

.system-box .btitle {
    color: #111111;
    font-size: 0.4rem;
    font-weight: 800;
}

.system-box .stitle {
    color: #666666;
    font-size: 0.3rem;
    padding-top: 0.26rem;
    padding-bottom: 0.4rem;
}

.inner-pic{
    width:100%;
    display: block;
}

.question {
    width: 100%;
    position: relative;
    margin-top: 0.8rem;
    padding: 0.7rem;
    background-color: rgb(35, 98, 251);
  }
  
  .question .txt-wrap {
    width: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

.question .btitle {
    color: #FFFFFF;
    font-size: 0.4rem;
    font-weight: 800;
}

.question .stitle {
    color: #FFFFFF;
    font-size: 0.25rem;
    padding-top: 0.2rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

  
.question .stitle .call {
    color: #ffa128;
    font-weight: 800;
    font-size: 0.25rem;
  }

.question .phone-btn {
    width:2.2rem;
    height:0.6rem;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 51px 3px rgba(150,150,150,0.3);
    border-radius:0.3rem;
    font-size: 0.25rem;
    color: #2362FB;
    text-align: center;
    line-height: 0.6rem;
    cursor: pointer;
}
