.remote-prescription-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.remote-prescription-wrapper {
    position: relative;
    height: 15.6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.remote-prescription-title-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 14rem;
    height: 2.55rem;
    margin-top: 1.875rem;
}

.remote-prescription-title-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.remote-prescription-item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3.425rem;
    transform: translate(-50%, -50%);
}

.remote-prescription-item {
    width: 4rem;
    height: 3.425rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .15rem;
    position: relative;
    color: #fff;
}

.remote-prescription-item-bg {
    width: 4rem;
    height: 3.425rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.remote-prescription-item-icon {
    width: .75rem;
    height: .75rem;
    margin-bottom: .2rem;
}

.remote-prescription-item-title {
    font-size: .325rem;
    margin-bottom: .2rem;
    font-weight: bold;
}

.remote-prescription-item-desc {
    font-size: .175rem;
    line-height: 1.5;
    margin-bottom: .1rem;
}

.remote-prescription-title {
    font-size: .5rem;
    font-weight: bold;
    color: #0A0B0C;
    margin-bottom: .2rem;
}

.remote-prescription-desc {
    font-size: .375rem;
    color: #6A6A6A;
}

.remote-prescription-main-func-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.remote-prescription-main-func-wrapper {
    height: 8.675rem;
}

.remote-prescription-main-func-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1.75rem;
}

.remote-prescription-main-func-title {
    font-size: 40px;
    color: #fff;
    width: 100%;
    margin-bottom: .7rem;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.remote-prescription-main-func-title .title-indicator {
    display: inline-block;
    background-image: url('../static/images/ico_title_indicator_red.png');
    width: 1.65rem;
    height: .425rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .3rem;
}

.remote-prescription-main-func-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
}

.box-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .1rem;
}

.box-left-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 3.75rem;
    height: 1.5rem;
}

.box-left-item-icon {
    width: .875rem;
    height: .875rem;

}

.box-left-item-icon img {
    display: block;
}

.box-left-item-title {
    font-size: .3rem;
    color: #191919;
    margin-left: .15rem;
    font-weight: bold;
    width: 1.5rem;
    text-align: center;
    white-space: nowrap;
}

.box-right {
    width: 9.25rem;
    /* height: 7.95rem; */
}

.box-right img {
    display: block;
    margin-top: 1.625rem;
}

.remote-func-content-title {
    font-size: .5rem;
    color: #0A0B0C;
    font-weight: 400;
    text-align: center;
    padding-top: .7rem;
    padding-bottom: .4rem;
}

.remote-func-advantages-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.remote-func-advantages-item {
    width: 4.025rem;
    height: 2.375rem;
    margin-right: .15rem;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.advantages-item-bg {
    width: 4.025rem;
    height: 2.375rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.advantages-item-title {
    font-size: .325rem;
    font-weight: bold;
    margin-bottom: .1rem;
    /* margin-left: .4rem; */
}

.advantages-item-desc {
    font-size: .175rem;
    line-height: 1.5;
    padding-left: .6rem;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
}

.advantages-item-desc::before {
    content: "•";
    display: inline-block;
    margin-right: .1rem;
    font-size: .25rem;
    line-height: 1;
}

.remote-func-partners-wrapper {
    padding: 0 4.65rem;
}

.advantages-item-title::before {
    content: '';
    display: inline-block;
    background-image: url('../static/images/ico_title_indicator_red.png');
    width: .925rem;
    height: .3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: .1rem;
}
