.container {
    margin-top: 76px;
}
.question {
    width: 100%;
    position: relative;
    margin-top: 80px;
  }
  
  .question .txt-wrap {
      width: 1000px;
    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: 30px;
}

.question .stitle {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 46px;
    text-align: center;
}

  
.question .stitle .call {
    color: #ffa128;
    font-weight: 800;
    font-size: 25px;
  }

.question .phone-btn {
    width:220px;
    height:60px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 51px 3px rgba(150,150,150,0.3);
    border-radius:30px;
    font-size: 20px;
    color: #2362FB;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.doctor {
    width: 100%;
    
}

.doctor .doc-head {
    /* width: 100%; */
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    text-align: center;
    position: relative;
}

.doctor .doc-head .ikon_solution3{
    position: absolute;
    width: 160px;
    top: 40px;
    left: -50px;
}

.doctor .doc-head .btitle {
    font-size: 35px;
    padding-top: 96px;
    padding-bottom: 35px;
    font-weight: bold;
}

.doctor .doc-head .stitle {
    font-size: 20px;
    padding-bottom: 52px;
}

.doctor .doc-head .doc-btn {
    width:214px;
    height:65px;
    line-height: 65px;
    color:rgba(35,98,251,1);
    border-radius:33px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 130px;
    display: none;
}

.doc-quertion {
    width: 1200px;
    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;
}

.doc-quertion .list .item {
    width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 78px;
}

.doc-quertion .list .item .pic {
    width: 32px;
}

.doc-quertion .list .item .right-btitle {
    color: #111111;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 15px;
}

.doc-quertion .list .item .right-stitle {
    color: #333;
    font-size: 15px;
    line-height: 23px;
}

.sale {
    width: 100%;
    background: #FAFAFA;
    padding-bottom: 60px;
}

.sale .main {
    width: 1380px;
    margin: 0 auto;
}

.sale .main .main-title {
    text-align: center;
}

.sale .main .main-title .btitle {
    color: #111111;
    font-size: 30px;
    padding-top: 78px;
    padding-bottom: 28px;
    font-weight: 800;
}

.sale .main .main-title .stitle {
    color: #666666;
    font-size: 18px;
    padding-bottom: 48px;
}

.sale .main .line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
}
.sale .main .line .item {
    width: 230px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
}

.sale .main .line .first {
    background: url("../images/solution/education/tip1.png") no-repeat center center;
}
.sale .main .line .second {
    position: relative;
    margin-left: -10px;
    background: url("../images/solution/education/tip2.png") no-repeat center center;
}
.sale .main .line .three {
    position: relative;
    margin-left: -10px;
    background: url("../images/solution/education/tip3.png") no-repeat center center;
}
.sale .main .line .four {
    position: relative;
    margin-left: -10px;
    background: url("../images/solution/education/tip4.png") no-repeat center center;
}
.sale .main .line .five {
    position: relative;
    margin-left: -10px;
    background: url("../images/solution/education/tip5.png") no-repeat center center;
}
.sale .main .line .six {
    position: relative;
    margin-left: -10px;
    background: url("../images/solution/education/tip6.png") no-repeat center center;
}

.sale .main .line-list {
    width: 1380px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 26px;
    /* margin-left: 20px; */
}

.sale .main .line-list .item {
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.sale .main .line-list .t {
    position: relative;
    margin-left: -58px;
}

.sale .main .line-list .item .block {
    width: 186px;
    height: 70px;
    text-align: center;
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 14px;
}

.sale .main .line-list .item .ver-line {
    width: 1px;
    height: 30px;
    background: #E6E6E6;
}

.more-fun {
    width: 1160px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.more-fun .title {
    text-align: center; 
}

.more-fun .title .btitle {
    color: #111111;
    font-size: 30px;
    padding-top: 130px;
    padding-bottom: 26px;
    font-weight: 800;
}

.more-fun .title .stitle {
    color: #666666;
    font-size: 18px;
    padding-bottom: 40px;
}

.more-fun .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.more-fun .list .item {
    width: 145px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.more-fun .list .item .icon {
    width: 40px;
}

.more-fun .list .item .txt {
    color: #666666;
    font-size: 16px;
    padding-top: 18px;
}

.system-box {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.system-box .img {
    width: 820px;
    /* margin: 0 auto; */
}

.system-box .btitle {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
}

.system-box .stitle {
    color: #666666;
    font-size: 18px;
    padding-top: 26px;
    padding-bottom: 40px;
}

.inner-pic{
    width:100%;
}
