.container {
    margin-top: 76px;
}

.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_help_detail{
    position: absolute;
	width: 200px;
	top: 20px;
	right: -180px;
}

.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;
}

.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: url("../images/base/xqbg.png") no-repeat center center;
}

.sass-top .btn {
    background: #fff;
    width: 590px;
    height: 58px;
    border-radius: 34px;
    position: relative;
    box-shadow: 0px 8px 27px 0px rgba(160, 160, 160, 0.25);
    margin-bottom: 120px;
}

.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: linear-gradient(90deg, rgba(230, 40, 40, 1), rgba(241, 133, 133, 1));
    border-radius: 34px;
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0px 35px 35px 0px;
}

.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: #333333;
    font-size: 35px;
    font-weight: 800;
    padding-top: 80px;
    padding-bottom: 55px;
}
.sass-stitle {
    color: #333333;
    font-size: 20px;
    text-align: center;
    padding-bottom: 55px;
}