﻿.distribute-content .cont {
    margin-top: -60px;
    padding: 0 120px;
    text-align: center;
}

.icon-wrap {
    background-color: #fff;
    width: 180px;
    height: 180px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.icon-wrap img {
    width: 120px;
    height: 120px;
    border-radius: 24px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.distribute-content {
    margin-bottom: 20px;
}

.distribute-content .name {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.distribute-content .download .download-btn {
    color: #fff;
    background-color: #2e65d6;
    height: 44px;
    padding: 0 100px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 10px;
    margin: 15px 15px;
    display: inline-block;
}

.distribute-content .download .download-btn:hover {
    background: #157df1
}

.distribute-content .download .system {
    color: #666;
    text-align: center;
}

.distribute-content .download-code p {
    margin-top: 10px;
}

.distribute-info h3 {
    font-size: 24px;
    line-height: 20px;
    color: #333333;
}

.distribute-info-wrap p {
    text-align: left;
    line-height: 1.3;
    margin: 20px 0;
}

.distribute-info-wrap .screenshot-item img {
    width: 100%;
}

.distribute-info-link a {
    color: #2e65d6;
    cursor: pointer;
}

svg path, svg rect {
    fill: #17a085;
}

.yysxjwsdkjbgawrBottom__3akDR button {
    float: right;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(to left top, #46befa, #3aa6fa);
}


.yysxjwsdkjbgawrTop__3u8R9 span {
    color: red;
}

.image img {
    display: block;
    height: auto;
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

img, video {
    height: auto;
    max-width: 100%;
}

img {
    border: none;
}

*, :after, :before {
    box-sizing: inherit;
}

@media (max-width: 767px) {
    .distribute-content .cont {
        padding: 0;
    }

    .report-form-wrap .form-group textarea, .report-form-wrap .email-input input {
        width: 100%;
    }

    .report-form-wrap .form-group label {
        padding: 0;
    }
}