.artitle-title {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 0.16rem;
}

.title span {
    font-size: 14px;
}

pre {
    font-size: 0.14rem;
    background-color: inherit;
    color: darkslategray;
    margin-top: 10px;
}

li, ul {
    list-style: none;
    margin: 0;
    margin-right: 0px;
}

.solution-inform-content-all {
    width: 100%;
    padding-top: 15px;
    min-height: 85vh;
}

.solution-inform {
    padding: 0px;
}

.elem-quote {
    margin-bottom: 10px;
    padding: 15px;
    line-height: 22px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2
}

.tag-remark {
    font-size: 12px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-top {
    margin-top: 20px;
}

.text-bold {
    font-weight: bold;
}

.phone-img {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.text-lg {
    font-size: 16px;
}

.layui-carousel img {
    border: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.phone-desc {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.text-inherit {
    background-color: inherit;
}

tr td:first-child {
    width: 30%;
}

td {
    text-align: left;
}

.main_view {
    min-height: 85vh;
    background: linear-gradient(90.63deg, wheat 50.59%, #f5f6f7 89.33%);
    padding-top: 15px;
    margin-top: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.version-time {
    width: 95%;
    margin: 0 auto;
    font-size: 0.16rem;
    font-weight: 400;
    color: black;
    margin-top: 15px;
}

.verion-code {
    width: 95%;
    margin: 0 auto;
    font-size: 0.16rem;
    font-weight: 400;
    margin-top: 15px;
    color: black;
}

.phone_top_view {
    display: flex;
    justify-content: center;
    margin-top: 5%;
    min-height: 80vh;
}

.phone_top_view .left{
    flex-basis: 65%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.phone_top_view .right{
    flex-basis: 35%;
    margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
    .phone_top_view {
        display: inline-block;
        width: 100%;
    }
}