.container {
    margin-top: 76px;
}

#container {
    background-color: #fff;
}

.bannber-bg {
    width: 100%;
  }
  
  .crm-top {
    position: relative;
  }
  
  .top-main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative;
  }
  
  
  .float-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .inner-wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  
  .small-pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
  }
  
  .f-down-btitle {
    font-size: 42px;
    color: #fff;
    line-height: 60px;
  }
  
  .f-down-stitle {
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin: 10px 0 20px;
  }

.doctor {
    width: 100%;
    background-color: #fff;

}

.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_help_detail{
    position: absolute;
	width: 200px;
	top: 20px;
	right: -180px;
}

.doctor .doc-head .btitle {
    font-size: 36px;
    padding-top: 96px;
    padding-bottom: 35px;
}

.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;
}

.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;
}

.show-center {
    width: 1200px;
    text-align: center;
    margin: auto;
}

#fd-container {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: flex-start;
}

#container .tab .fd-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1200px;
    margin: auto;
    border-bottom: 1px solid #eeeeee;
}

#container .tab .fd-list .logo {
    height: 150px;
    padding: 10px;
    flex: 4;
    text-align: center;

}

.fd-plc {
    width: 200px;
    vertical-align: middle;
    line-height: 150px;
    margin-top: 10px;
}

#container .tab .fd-list .fd-txt {
    flex: 6;
}

.fd-txt .fd-title {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}

.fd-txt .fd-title .fd-t-alt {
    color: #888;
    font-size: 12px;
    margin-left: 5px;
}

.fd-txt .fd-alt {
    color: #666;
    width: 95%;
    margin: 5px;
}

.tab-txt .fd-btitle {
    /* justify-content: flex-start; */
    position: inherit;
    display: flex;
    align-items: flex-end;

}

#container .tab .fd-list {
    margin-bottom: 5px;
}

#container .tab .fd-list:hover {
    box-shadow: 0px 4px 20px 1px rgba(39, 39, 39, 0.3) !important;
}
.sass-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #172B4D;
    margin-top: 100px;
}

.sass-top .btn {
    background: #fff;
    width: 590px;
    height: 58px;
    position: relative;
    box-shadow: 0px 8px 27px 0px rgba(160, 160, 160, 0.25);
    margin-bottom: 120px;
    border-radius: 5px;
}

.sass-top .btn .phone {
    display: inline-block;
    width: 410px;
    height: 58px;
    font-size: 18px;
    position: relative;
    margin-left: 20px;
}

.sass-top .btn .regist-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #0252CC;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}

input::-webkit-input-placeholder {
    /* placeholder颜色 */
    /* color: #aab2bd; */
    /* placeholder字体大小 */
    font-size: 18px;
}

.sass-top .register-red-btn {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 24px;
    background: linear-gradient(90deg, rgba(230, 40, 40, 1), rgba(241, 133, 133, 1));
    border-radius: 24px;
    margin-bottom: 50px;
    cursor: pointer;
    display: block;
}


.sass-top .register-red-btn {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    padding: 12px 24px;
    background: linear-gradient(90deg, rgba(230, 40, 40, 1), rgba(241, 133, 133, 1));
    border-radius: 24px;
    margin-bottom: 50px;
    cursor: pointer;
    display: block;
}
.sass-btitle {
    color: #fff;
    font-size: 36px;
    padding-top: 80px;
    padding-bottom: 55px;
}
.sass-stitle {
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding-bottom: 55px;
}


.tab-lists {
    width: 1200px;
    /* padding: 20px; */
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 30px; */
    margin-bottom: 20px;
}

.tab-lists .tab-item {
    color: #888888;
    cursor: pointer;
    padding: 20px 10px;
    margin-right: 20px;
    border-bottom: 4px solid #fff;
}

.act {
    color: #0252CC !important;
    border-bottom: 4px solid #0252CC !important;
}

.actclick {
    color: #0252CC;
}
