.article-title{
    text-align: center;
    margin: 27px 0px 36px 0px;
}

.form{
	width: 657px;
    height: auto;
    margin: 0 auto;
}

.form>h5{
    font-size: 18px;
    color: black;
    font-weight: bolder;
}

.radio{
    margin: 15px 0px 44px 0px;
}

.radio input{
    width: 80px;
    padding: 6px 23px;
    border: 1px solid #626262;
    background: none !important;
    border-radius: 5px;
    margin: 0px 15px;
    cursor: pointer;
}

.radio .on{
    background:#98181c !important;
    color: #fff;
}

.input{
    margin-top: 13px;
}

.input p{
    width: 50%;
    float: left;
    margin: 8px 0px;
}

.input span{
    display:block;
    width: 80px;
    font-size: 16px;
    float: left;
}

.input input{
    border:1px solid #535353;
    border-radius: 5px;
    float: left;
    height: 28px;
    padding-left: 15px;
    width: calc(100% - 120px);
    line-height: 28px;
}
.input select{
    border:1px solid #535353;
    border-radius: 5px;
    float: left;
    height: 28px;
    padding-left: 15px;
    width: calc(100% - 120px);
    line-height: 28px;
}

.input input::placeholder{
    font-size: 16px;
    color: #808080;
}

.input input[type=radio]{
    width: 12px;
    margin-right: 15px;
}

.input label{
    float: left;
    margin-right: 50px;
}

.input p:nth-last-of-type(1){
    width: 100%;
}

.input textarea{
    resize:none;
    width: 657px;
    height: 118px;
    border: 1px solid #535353;
    border-radius: 10px;
    margin-top: 24px;
    outline: none;
    padding-left: 15px;
}

.submit{
    text-align: center;
    margin-top: 20px;
}

.submit button{
	width: 100px;
	height: 28px;
    border-radius: 10px;
    color: white;
}

.submit button:nth-of-type(1){
	background: #bc863c;
}

.submit button:nth-of-type(2){
    background: #98181c;
    margin-left: 24px;
}

.medicalAdvice{
    padding-bottom: 20px;
    margin-top: 15px;
}

.medicalAdvice-list{
    margin-top: 40px;
}

.medicalAdvice>h5{
    color: #98181c;
    font-weight: bolder;
    border-bottom: 2px solid #98181c;
    padding-bottom: 15px;
}

.medicalAdvice>p{
    margin-top: 15px;
}

.medicalAdvice p,
.medicalAdvice-list h5{
    font-size: 14px;
    color: #313131;
}