ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

::selection {
    background: #4612a4;
    color: #fff;
}

img {
    max-width: 100%;
    vertical-align: top;
    max-width: 100%;
}

.w1400 {
    width: 90%;
    max-width: 1600px;
    margin: 0px auto;
    position: relative;
}

::-webkit-scrollbar {
    width: 10px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, .1);
}

/*! CSS Used from: http://www.idea-maker.cn/css/index.css */
.ptb80p {
    padding-top: 85px;
    padding-bottom: 85px;
}

.concnm {
    justify-content: space-between;
    display: flex;
    color: #555;
}

.concnm p {
    padding-top: 5px;
}

.concnmi {
    margin-bottom: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #666;
    position: relative;
    margin-top: 38px;
}

.concnmi img {
    position: absolute;
    max-width: 60%;
    max-height: 60%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.concnmp2 {
    font-size: 14px;
    color: #666;
}

/*! CSS Used from: http://www.idea-maker.cn/css/media.css */
@media screen and (max-width:1280px) {
    .ptb80p {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width:768px) {
    .concnm {
        display: block;
    }

    .concnm ul {
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 40px 0;
    }

    .concnm ul:nth-child(1) {
        padding-top: 0;
    }

    .concnm ul:last-child {
        padding-bottom: 0;
        border: none;
    }

    .concnmi {
        width: 45px;
        height: 45px;
        margin-bottom: 5px;
    }

    .w1400 {
        width: 100%;
    }

    .concn {
        padding-left: 5%;
        padding-right: 5%;
    }

    .ptb80p {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/*! CSS Used from: http://sgoutong.baidu.com/embed/1654665198/asset/embed/css/pc/main.css */
::-webkit-input-placeholder {
    color: #b0b4bb;
    opacity: 1;
    font-size: 12px;
}

::-moz-placeholder {
    color: #b0b4bb;
    opacity: 1;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #b0b4bb;
    opacity: 1;
    font-size: 12px;
}