@media screen and (min-width: 960px) {
.box__content[data-v-2fd20c2d] {
    width: 100%;
    display: flex;
}
.box__content__left[data-v-2fd20c2d] {
    width: 24%;
    background-color: #3E444D;
    color: #fff;
}
.box__content__left .single[data-v-2fd20c2d] {
    display: flex;
    align-items: center;
    padding: 2vw 0 2vw 11vw;
    cursor: pointer;
    transition: background-color 1s;
}
.box__content__left .single .icon__img[data-v-2fd20c2d] {
    width: 1.8vw;
    margin-right: 1vw;
}
.box__content__left .single[data-v-2fd20c2d]:hover {
    background-color: #303844;
}
.box__content__left .active__single[data-v-2fd20c2d] {
    background-color: #1377FF;
}
.box__content__left .active__single[data-v-2fd20c2d]:hover {
    color: #fff;
    background-color: #1377FF;
}
.box__content__right[data-v-2fd20c2d] {
    width: 76%;
    background-color: #EFEFEF;
    padding-left: 4vw;
    padding-bottom: 2vw;
}
.box__content__right .singlebox[data-v-2fd20c2d] {
    /*background-color: #fff;
    margin-top: 2vw;
    margin-right: 2.6vw;*/
}
.box__content__right .singlebox:hover .singlebox__content[data-v-2fd20c2d] {
    box-shadow: 0px 14px 20px 0px rgba(90, 95, 104, 0.24);
    transform: translateY(-0.8vw);
}
.box__content__right .singlebox__content[data-v-2fd20c2d] {
    margin-top: 2vw;
    margin-right: 2.6vw;
    background-color: #fff;
    padding: 1vw;
    transition: all 0.6s;
    cursor: pointer;
}
.box__content__right .singlebox__content img[data-v-2fd20c2d] {
    width: 30vw;
}
.box__content__right .singlebox__content .title[data-v-2fd20c2d] {
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
    width: 100%;
    align-items: center;
}
.box__content__right .singlebox__content .title .desc[data-v-2fd20c2d] {
    width: 28vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.box__content__right .singlebox__content .title__img[data-v-2fd20c2d] {
    height: 100%;
    width: 0.8vw;
}
}
@media screen and (max-width: 959px) {
.box__content[data-v-2fd20c2d] {
    width: 100%;
    display: flex;
}
.box__content__left[data-v-2fd20c2d] {
    width: 26%;
    background-color: #3E444D;
    color: #fff;
}
.box__content__left .single[data-v-2fd20c2d] {
    display: flex;
    align-items: center;
    padding: 3vw 0 3vw 2vw;
    cursor: pointer;
    transition: background-color 1s;
}
.box__content__left .single .icon__img[data-v-2fd20c2d] {
    width: 4vw;
    margin-right: 1vw;
}
.box__content__left .single[data-v-2fd20c2d]:hover {
    background-color: #303844;
}
.box__content__left .active__single[data-v-2fd20c2d] {
    background-color: #1377FF;
}
.box__content__left .active__single[data-v-2fd20c2d]:hover {
    color: #fff;
    background-color: #1377FF;
}
.box__content__right[data-v-2fd20c2d] {
    width: 74%;
    background-color: #EFEFEF;
    padding-left: 4vw;
    padding-bottom: 2vw;
}
.box__content__right .singlebox[data-v-2fd20c2d] {
    /*background-color: #fff;
    margin-top: 2vw;
    margin-right: 2.6vw;*/
}
.box__content__right .singlebox:hover .singlebox__content[data-v-2fd20c2d] {
    box-shadow: 0px 14px 20px 0px rgba(90, 95, 104, 0.24);
    transform: translateY(-0.8vw);
}
.box__content__right .singlebox__content[data-v-2fd20c2d] {
    margin-top: 2vw;
    margin-right: 2.6vw;
    background-color: #fff;
    padding: 1vw;
    transition: all 0.6s;
    cursor: pointer;
}
.box__content__right .singlebox__content img[data-v-2fd20c2d] {
    width: 60vw;
}
.box__content__right .singlebox__content .title[data-v-2fd20c2d] {
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
    width: 100%;
    align-items: center;
}
.box__content__right .singlebox__content .title .desc[data-v-2fd20c2d] {
    width: 28vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.box__content__right .singlebox__content .title__img[data-v-2fd20c2d] {
    height: 100%;
    width: 0.8vw;
}
}
.solutionBox[data-v-ef11b1da] {
  width: 100%;
}
