.common-title-img {
    display: block;
    width: 100%;
    margin-bottom: 42px;
}

/* banner style */
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}

/* 产品服务 style */
.productService-wrap {
    padding: 10px 0 36px;
    background-color: #E5EFF7;
}

.group-title {
    text-align: center;
    color: black;
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 42px;
}

.serviceList {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.serviceList .item {
    width: 292px;
    height: 360px;
    margin-right: 60px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 16px 32px 0px rgba(63, 70, 76, 0.4);
}

.serviceList .item:last-child {
    margin-right: 0;
}

.serviceList .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.serviceList .textContent {
    display: none;
    height: 100%;
    padding: 0 22px 0 22px;
    background-color: hsla(213, 75%, 54%, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.serviceList .textContent .title {
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
}

.serviceList .textContent .abstract {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px;
    text-align: justify;
}

/* 解决方案 style */
.solution-wrap {
    padding: 104px 0 107px;
    background-color: #FFFFFF;
}

.solutionList {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.solutionList .item {
    width: 193px;
    height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 110px;
    cursor: pointer;
}

.solutionList .item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solutionList .item:last-child {
    margin-right: 0;
}

.solutionList .item img {
    width: 64px;
    height: 60px;
}

.solutionList .item .itemImg1 {
    display: none;
}

.solutionList .item .itemImg2 {
    display: block;
}

.solutionList .item p {
    font-size: 18px;
    font-weight: normal;
    color: #555555;
    margin-top: 24px;
}

.solutionList .activeItem {
    background: #307FE2;
    box-shadow: 0px 8px 16px 0px rgba(48, 127, 226, 0.3);
}

.solutionList .activeItem p {
    color: #FFFFFF;
}

/* 产品展示 sytle */
.drugRetail-wrap {
    padding-bottom: 100px;
    background-color: #FFFFFF;
}

.drugList {
    width: 1200px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.drugList .item {
    width: 193px;
    margin-right: 110px;
    position: relative;
    /*cursor: pointer;*/
}

.drugList .item:last-child {
    margin-right: 0;
}

.drugList .item img {
    display: block;
    width: 193px;
    height: 193px;
}

.drugList .item .drug-name {
    margin-top: -15px;
    margin-left: 15px;
    font-size: 16px;
    color: black;
}

.drugList .item .drug-price {
    margin-left: 15px;
    font-size: 16px;
    color: red;
}

.drugList .item .drug-package {
    margin-top: 3px;
    margin-left: 15px;
    font-size: 12px;
    color: #cccccc;
}

.drugList .item .drug-factory {
    margin-top: 1px;
    margin-left: 15px;
    font-size: 13px;
    color: #666666;
}

.drugList .item .drug-code {
    margin-top: 1px;
    margin-left: 15px;
    font-size: 13px;
    color: #666666;
}

.drugList .item .textContent {
    width: 193px;
    height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: hsla(213, 75%, 54%, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.drugList .item .textContent p {
    width: 144px;
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #307FE2;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
}

.drugList .activeItem {
    /*box-shadow: 0px 8px 16px 0px rgba(48, 127, 226, 0.3);*/
}

/* 收款码 style */
.paymentCode-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

.paymentCode-wrap .mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 51, 51, .5);
}

.prompt-content-wrapper {
    width: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.prompt-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    background-color: #fff;
    padding-bottom: 70px;
}

.prompt-content h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 30px;
}

.prompt-content p {
    margin: 20px auto 27px;
    text-align: center;
}

.prompt-content .code {
    width: 160px;
    height: 160px;
}

.paymentCode-wrap .close-btn {
    display: block;
    width: 32px;
    height: 32px;
    margin: 42px auto 0;
    cursor: pointer;
}

/* 合作伙伴 style */
.partner-wrap img {
    display: block;
    width: 100%;
    min-width: 1200px;
}
