@charset "utf-8";
.title_con{
    border-top: 1px solid #036EB8;
    margin-top: 34px;
    padding: 40px 0;
    box-sizing: border-box;
    color: #EA474E;
}
.t_drug .text_red {
    font-size: 18px;
    font-weight: bold;
    margin: 40px auto;
    color: #ea474e;
    line-height: 30px;
    padding-left: 80px;
}
.t_drug_about {
    background: #e6ebef;
}
.t_drug_about .page_tit  {
    background: #036EB8;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.t_drug_about .t_drug_form {
    padding: 40px 80px 65px;
    box-sizing: border-box;
}
.t_drug_about .t_drug_form .title{
    margin: 25px 0;
}
.t_drug_about .t_drug_form .h2 {
    line-height: 50px;
}
.t_drug_about .t_drug_form .item {
    margin: 15px 0;
    min-height: 42px;
}
.t_drug_form .item .name {
    width: 240px;
    text-align: right;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.t_drug_form .item .name::before{
    content: "*";
    display: block;
    color: #e6040c;
    margin-right: 2px;
    display: none;
}
.t_drug_form .item .learb {
    width: calc(100% - 240px);
}
.t_drug_form .item .in {
    width: calc(100% - 240px);
    background: #fefefe;
    overflow: hidden;
    border: 1px solid #d7dbde;
    position: relative;
}
.t_drug_form .item .in input, .t_drug_form .item .in textarea{
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    color: #333;
}
.t_drug_form .item .in input{
    height: 40px;
    padding: 0 15px;
}
.t_drug_form .item .in textarea {
    height: 190px;
    padding: 10px 15px;
    display: block;
}
.t_drug_form .item.active .name::before{
    display: block;
}
.t_drug_form .item .in:hover {
    border: 1px solid #e6bebb;
}
.t_drug_form .item .learb .dl_li label {
    margin-left: 25px;
}
.t_drug_form .item .learb .dl_li {
    display: inline-block;
    margin-right: 0.6rem;
    position: relative;
}
.t_drug_form .item input[type="checkbox"],.t_drug_form .item input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none;
}
.t_drug_form .item .learb .dl_li input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #b7b9ba;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.t_drug_form .item .learb .dl_li input[type="radio"]:checked+label:after {
    display: inline-block;
    color: #333333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #036EB8;
    content: "";
    text-align: center;
    position: absolute;
    left: 5px;
    top: 7px;
}
.t_drug_form .item .learb .dl_li input[type="radio"]:checked+label:before {
    border: 1px solid #036EB8;
}
.t_drug_form .item .check_box{
    display: inline-block;
    margin-right: 1.5rem;
    position: relative;
}
.t_drug_form .item .learb .check_box input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #b7b9ba;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.t_drug_form .item .learb .check_box input[type="checkbox"]:checked+label:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 3px;
    background: url(../img/check_box_g.svg) no-repeat center/cover;
    top: 5px;
}
.t_drug_form .item .learb .check_box input[type="checkbox"]:checked+label:before {
    border: 1px solid #036EB8;
    background: #036EB8;
}
.t_drug_form .item .check_box label{
    margin-left: 25px;
}
.t_drug_form .guestbook_btn {
    background: #036EB8;
    font-weight: bold;
    width: 150px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
    cursor: pointer;
}
.t_drug_form .x-radio {
    margin-left: 20px;
    display: inline-block;
    cursor: pointer;
}
.t_drug_form .x-radio:first-child {
    margin-left: 0;
}
.t_drug_form .x-radio span {
    margin-left: 5px
}
.t_drug_form .x-radio i:first-child {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    position: relative;
    background: #fff;
    -webkit-transition: all 218ms ease-in-out;
    -moz-transition: all 218ms ease-in-out;
    -o-transition: all 218ms ease-in-out;
    transition: all 218ms ease-in-out;
    top: 2px
}
.t_drug_form .x-radio i:first-child:before {
    content: '';
    display: block;
    opacity: 0;
    -webkit-transition: opacity 218ms ease-in-out;
    -moz-transition: opacity 218ms ease-in-out;
    -o-transition: opacity 218ms ease-in-out;
    transition: opacity 218ms ease-in-out
}
.t_drug_form .x-radio i:first-child {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.t_drug_form .x-radio i:first-child:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.t_drug_form .x-radio:hover i:first-child {
    border-color: #5E6D82
}
.t_drug_form .x-radio.select i:first-child {
    border-color: #036EB8;
    background: #036EB8
}
.t_drug_form .x-radio.select i:first-child:before {
    opacity: 1
}
.t_drug_form .x-radio i:first-child:before {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}
.icon-blank {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    top: 0
}
@media only screen and (max-width:1480px) {
    .t_drug_about .t_drug_form {
        padding: 40px 60px 65px;
    }
}
@media only screen and (max-width:1366px) {
    .t_drug_about .t_drug_form {
        padding: 30px 50px 55px;
    }
}
@media only screen and (max-width:1280px) {
    .t_drug_about .t_drug_form {
        padding: 30px 40px 55px;
    }
}
@media only screen and (max-width:1200px) {
    .t_drug_about .t_drug_form {
        padding: 30px 30px 55px;
    }
    .title_con {
        padding: 40px 0 20px;
    }
}
@media only screen and (max-width:1024px) {
    .t_drug_about .t_drug_form .item {
        margin: 10px 0;
    }
    .t_drug_about .t_drug_form {
        padding: 20px 25px 55px;
    }
}
@media only screen and (max-width:928px) {
    .t_drug_form .x-radio{
        margin-left: 12px;
    }
}
@media only screen and (max-width:768px) {
    .t_drug_form .x-radio {
        display: block
    }
    .t_drug_form .item .name {
        width: 100%;
        text-align: left;
        padding-right: 0;
        justify-content: flex-start;
    }
    .t_drug_form .item .in {
        width: 100%;
        margin-top: 5px;
    }
    .t_drug_about .t_drug_form {
        padding: 10px 15px 30px;
    }
    .t_drug_about .t_drug_form .title {
        margin: 10px 0 0;
    }
    .t_drug_form .guestbook_btn {
        width: 36%;
        line-height: 38px;
        margin: 15px auto 0;
    }
    .t_drug_form .item .in textarea{
        height: 148px;
    }
    .t_drug_form .item .check_box{
        margin: 3px 15px 3px 0;
    }
    .t_drug_form .item .learb {
        width: 100%;
        margin-top: 3px;
    }
    .t_drug_form .x-radio {
        margin: 3px 12px 3px 0;
    }
    .t_drug_form .x-radio i:first-child {
        width: 14px;
        height: 14px;
    }
    .t_drug_form .item .check_box label {
        margin-left: 22px;
    }
    .t_drug_form .x-radio i:first-child:before {
        width: 6px;
        height: 6px;
    }
    .t_drug_form .item .learb .dl_li{
        margin-right: 15px;
    }
    .t_drug_about .t_drug_form .item {
        margin: 8px 0;
    }
    .title_con {
        padding: 20px 0 0;
        margin-top: 20px;
    }
}