.head_banner {
    max-width: 120rem;
    height: auto;
    margin: 0 auto;
}

.search {
    width: 75rem;
    height: 5.63rem;
    background: #F8F8F8;
    border-radius: 0.63rem;
    margin: 3.13rem auto;
    padding: 0 2.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search .navigation {
    width: auto;
    height: 100%;
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 5.63rem;
}

.search .navigation span {
    margin: 0 1.25rem;
}

.search .input {
    width: 20.63rem;
    height: 2.5rem;
    background: #FFFFFF;
    border: 0px solid #E5E5E5;
    border-radius: 0.31rem;
    padding-left: 0.81rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search .input input {
    width: 16.63rem;
    height: 100%;
}

.search .input::after {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 1.38rem;
    background: #E5E5E5;
    right: 3.2rem;
    top: calc(50% - 0.69rem);
}

/* 选择占位符文本 */
.search .input input::-webkit-input-placeholder {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C9C9C9;
}

/* Firefox 特定样式 */
.search .input input::-moz-placeholder {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C9C9C9;
}

/* IE10+ 特定样式 */
.search .input input::-ms-input-placeholder {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C9C9C9;
}

.search .input .btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    cursor: pointer;
}

.search .input .btn img {
    width: 1.38rem;
    height: 1.38rem;
    margin: 0 auto;
}

.content {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    margin-bottom: 3.13rem;
}

.content .left .column {
    width: 17.81rem;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.63rem;
    margin-bottom: 2.5rem;
}

.content .left .column .title {
    width: 100%;
    height: 3.44rem;
    background: #3F7CF8;
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 3.44rem;
    text-align: center;
    letter-spacing: .625rem;
}

.content .left .column .list {
    padding: 0.63rem 1.88rem;
    box-sizing: border-box;
}

.content .left .column .list li a {
    width: 100%;
    padding: 1.25rem 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #F5F5F5;
}

.content .left .column .list li:last-child a {
    border: none;
}

.content .left .column .list li span {
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
}

.content .left .column .list .check span{
    color: #313131;
}

.content .left .column .list li img {
    width: 0.56rem;
    height: 0.94rem;
}

.content .left .contact {
    width: 17.81rem;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.63rem;
}

.content .left .contact .title {
    width: 100%;
    height: 3.44rem;
    background: #3F7CF8;
    border-radius: 0.63rem 0.63rem 0rem 0rem;
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 3.44rem;
    text-align: center;
    letter-spacing: .625rem;
}

.content .left .contact .about {
    padding: 0 1.88rem;
    box-sizing: border-box;
}

.content .left .contact .about .cube {
    padding: 1.37rem 0;
    box-sizing: border-box;
}

.content .left .contact .about .cube:first-child {
    border-bottom: 2px solid #F5F5F5;
}

.content .left .contact .about .cube .header {
    display: flex;
    align-items: center;
}

.content .left .contact .about .cube .header img {
    width: 1.25rem;
    height: 1.19rem;
}

.content .left .contact .about .cube .header span {
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
    margin-left: 0.88rem;
}

.content .left .contact .about .cube .txt {
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 1.56rem;
    margin-top: 1.31rem;
}

.content .right {
    margin-left: 2.19rem;
    flex: 1;
}

.content .right .head {
    width: 100%;
    height: auto;
    margin-bottom: 3.75rem;
}

/* 分页 */
.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}

.pages .pages_btn {
    width: 6.25rem;
    height: 2.44rem;
    background: #FFFFFF;
    border: 1px solid #E0BB97;
    border-radius: 0.31rem;
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E0BB97;
    text-align: center;
    line-height: 2.44rem;
    cursor: pointer;
}

.pages .pages_btn a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.pages .pages_btn:hover {
    background-color: #E0BB97;
    color: #FFFFFF;
}

.pages .pages_btn .num {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
}

.pages .pages_up {
    margin-right: 1.81rem;
}

.pages .pages_down {
    margin-left: 1.81rem;
}

/* 单页面样式 */
.single_page img {
    max-width: 100%;
}

/* 药享无忧卡 */
.medicine .list li {
    padding: 1.87rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #F5F5F5;
}

.medicine .list li:first-child {
    padding-top: 0;
}

.medicine .list li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.medicine .list li .img {
    width: 11.25rem;
    height: 11.25rem;
    background: #F5F5F5;
    border-radius: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.medicine .list li .img img {
    width: 100%;
    height: auto;
}

.medicine .list li .message {
    height: 100%;
    flex: 1;
    margin-left: 2.44rem;
}

.medicine .list li .message .name {
    font-size: 1.38rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.medicine .list li .message .txt {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 1.56rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin: 1.75rem 0 1.563rem;
}

.medicine .list li .message .btn {
    display: flex;
    flex-direction: row-reverse;
}

.medicine .list li .message .btn div {
    width: 7.5rem;
    height: 2.5rem;
    background: #FFFFFF;
    border: 1px solid #4CC0BB;
    border-radius: 0.31rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4CC0BB;
    line-height: 2.5rem;
    text-align: center;
    user-select: none;
}

.medicine .list li:hover .message .btn div {
    background-color: #4CC0BB;
    color: #FFFFFF;
}


/* 代理商查询 */
.agent {
    margin-bottom: 6.25rem;
}

.agent .search_for {
    width: 100%;
    height: 5.63rem;
    background: #F8F8F8;
    border-radius: 0.63rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.88rem;
    box-sizing: border-box;
}

.agent .search_for .condition span {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626262;
    line-height: 2.83rem;
}

.agent .search_for .condition input {
    width: 13.75rem;
    height: 2.5rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.31rem;
    padding-left: .9375rem;
    box-sizing: border-box;
    font-size: 1rem;
}

/* 选择占位符文本 */
.agent .search_for .condition input::-webkit-input-placeholder {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

/* Firefox 特定样式 */
.agent .search_for .condition input::-moz-placeholder {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

/* IE10+ 特定样式 */
.agent .search_for .condition input::-ms-input-placeholder {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.agent .search_for .btn {
    width: 5.63rem;
    height: 2.5rem;
    background: #4CC0BB;
    border-radius: 0.31rem;
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.5rem;
    text-align: center;
    user-select: none;
    cursor: pointer;
}

.agent .search_result {
    width: 26.69rem;
    height: 18.25rem;
    background: #F9F9F9;
    border-radius: 0.63rem;
    margin: 0 auto;
    margin-top: 6.25rem;
    padding-top: 3.13rem;
    box-sizing: border-box;
}

.agent .search_result .img {
    width: 4.69rem;
    height: 4.69rem;
    margin: 0 auto;
}

.agent .search_result .word {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
    text-align: center;
    margin-top: 1.81rem;
}

.agent .search_result .result {
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
    text-align: center;
    margin-top: 3.06rem;
}

/* 新闻资讯 */
.news .list li {
    padding: 1.87rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid #F5F5F5;
}

.news .list li:first-child {
    padding-top: 0;
}

.news .list li a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.news .list li .img {
    width: 11.63rem;
    height: 6.63rem;
    border-radius: 0.63rem;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .list li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.news .list li .message {
    height: 6.63rem;
    flex: 1;
    margin-left: 2.44rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .list li .message .name {
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #313131;
    line-height: 1.88rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.news .list li:hover .message .name {
    color: #4CC0BB;
}

.news .list li .message .function {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .list li .message .function .time {
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
}

.news .list li .message .function .btn {
    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
}

.news .list li:hover .message .function .btn {
    color: #E0BB97;
}

.single_page .page_title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}