<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 16px;
    font-family: PingFangSC-Light, "Microsoft YaHei", "Open Sans", Arial, Helvetica, sans-serif;
}

/*鎵嬫満绔粯璁ょ姸鎬�*/
img {
    display: block;
    width: 100%;
}

.mb10 {
    margin-bottom: 10px;
}

.layout-pc {
    width: auto;
}

.layout {
    max-width: 749px;
    margin: 0 auto;
    background: #f2f2f2;
    padding-bottom: 1em;
}

.list_on {
    position: relative;
    background: #f2e3c7;
    text-align: center;
}

.list_on span {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #ffc154;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    box-shadow: 1px 1px 2px #b37204;
}

.list_on p {
    font-size: 14px;
    color: #333;
    padding: 15px 10px;
}

.list_on p b {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.list_on a {
    display: none;
    position: absolute;
    top: 10%;
    right: 30px;
    width: 95px;
    height: 45px;
    margin: 0 auto;
    background: #f07476;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    box-shadow: 1px 1px 2px #2a8ad6;
    text-decoration: none;
}

.content {
    padding: 10px;
    background: #fff;
}

.content h3 {
    font-size: 14px;
    color: #9b9b9b;
}

.content dl dt {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #fec053;
    padding: 3px 10px;
    border-radius: 50px;
    margin: 10px 0;
}

.content dl dd {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 20px;
    display: -webkit-box;
    margin: 0 8px;
}

.content dl dd i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fec053;
    transform: rotate(50deg);
    margin-right: 5px;
}

.content dl dd font {
    -webkit-box-flex: 1;
    display: block;
}

.content dl dt:nth-child(3) {
    background: #f07575;
}

.content dl dd:nth-child(4) i {
    background: #f07575;
}

.content dl dt:nth-child(5) {
    background: #02b3c7;
}

.content dl dd:nth-child(6) i {
    background: #02b3c7;
}

.content dl dt:nth-child(7) {
    background: #8d4fa6;
}

.content dl dd:nth-child(8) i {
    background: #8d4fa6;
}

.form {
    position: relative;
    margin-top: 10px;
}

.form .form_div {
    width: 65%;
    background: #f2e3c7;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.form .form_div label {
    color: #1a1a1a;
    display: inline-block;
    font-size: 14px;
    width: 3em;
}

.form .form_div .forminput {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.form .forminput input {
    width: 100%;
    background: none;
    height: 35px;
    line-height: 35px;
    border: none;
    color: #1a1a1a;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form .form_div select {
    width: 100%;
    color: #494949;
    border: 0;
    -webkit-appearance: none;
    background: none;
    font-size: 14px;
    line-height: 35px;
}

.form .formicon {
    position: absolute;
    right: -2px;
    top: 50%;
    width: 30%;
    height: 90px;
    background: url(https://res.liketon.cn/official/images/img2.jpg) center no-repeat;
    background-size: 71px;
    margin-top: -73px;
}

.form .form_div .arrow {
    position: absolute;
    right: 0px;
    top: 16px;
    display: inline-block;
    padding-top: 1px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #979d9f;
}

.button {
    display: block;
    text-align: center;
    font-size: 14px;
    background: #fec053;
    color: #1a1a1a;
    width: 7em;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0;
}

.pc_intro #pcimg {
    display: none;
}

.pc_intro #pc_liston {
    display: none;
}

.pc_intro #pc_content {
    display: none;
}

.pc_intro #m_liston {
    display: block;
}

.pc_intro #liston3 {
    display: none;
}

.common_copy {
    text-align: center;
    padding-top: 0px;
    font-size: 12px;
    color: #666;
}

.common_copy a {
    text-decoration: none;
    color: #666;
}

/*瀹藉害750鏃跺彉韬玃C鐘舵€�*/
@media only screen and (min-width: 750px) {
    img {
        width: auto;
    }

    .common_copy {
        text-align: center;
        padding: 30px 0;
        font-size: 14px;
        color: #666;
    }

    .common_copy a {
        text-decoration: none;
        color: #666;
    }

    .layout-pc {
        position: relative;
        width: 1000px;
        margin: 0 auto;
    }

    .list_on a {
        display: block;
        position: absolute;
        top: 10%;
        right: 30px;
        width: 95px;
        height: 45px;
        margin: 0 auto;
        background: #f07476;
        line-height: 45px;
        font-size: 16px;
        color: #fff;
        box-shadow: 1px 1px 2px #2a8ad6;
        text-decoration: none;
    }

    .pc_intro .layout {
        width: 100%;
        max-width: none;
    }

    .pc_layout {
        width: 1200px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .list_on {
        background: #5eb0f8;
        text-align: center;
        height: 265px;
    }

    .list_on span {
        display: block;
        width: 95px;
        height: 95px;
        margin: 0 auto;
        background: #3a9deb;
        line-height: 95px;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        box-shadow: 1px 1px 2px #2a8ad6;
    }

    .list_on p {
        font-size: 32px;
        color: #333;
        padding: 15px 10px;
    }

    .list_on p b {
        display: block;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .pc_intro #mcimg {
        display: none;
    }

    .pc_intro #pcimg {
        display: block;
        width: 1045px;
        margin: 30px auto
    }

    .pc_intro #pc_liston {
        display: block;
    }

    .pc_intro #pc_content {
        display: block;
    }

    .pc_intro #m_liston {
        display: none;
    }

    .pc_intro #liston3 {
        display: block;
    }

    .content {
        padding: 10px;
        background: #fff;
    }

    .content h3 {
        font-size: 22px;
        color: #9b9b9b;
        padding: 10px 0px;
    }

    .content dl dt {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        height: 35px;
        line-height: 35px;
        background: #3a9deb;
        padding: 0 15px;
        border-radius: 50px;
        margin: 10px 0;
    }

    .content dl dd {
        font-size: 18px;
        color: #1a1a1a;
        line-height: 34px;
        display: -webkit-box;
        margin: 0 8px;
    }

    .content dl dd i {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #3a9deb;
        transform: rotate(50deg);
        margin-right: 5px;
        margin-bottom: 2px;
    }

    .content dl dd font {
        -webkit-box-flex: 1;
        display: block;
    }

    .content dl dt:nth-child(3) {
        background: #f07575;
    }

    .content dl dd:nth-child(4) i {
        background: #f07575;
    }

    .content dl dt:nth-child(5) {
        background: #02b3c7;
    }

    .content dl dd:nth-child(6) i {
        background: #02b3c7;
    }

    .content dl dt:nth-child(7) {
        background: #8d4fa6;
    }

    .content dl dd:nth-child(8) i {
        background: #8d4fa6;
    }

    .content ul {
        overflow: hidden;
    }

    .content ul li {
        float: left;
        width: 163px;
        height: 100px;
        list-style: none;
        margin: 18px 18px;
    }

    .form {
        position: relative;
        margin-top: 30px;
        height: 460px;
    }

    .form .form_div {
        width: 65%;
        background: #f2f2f2;
        height: 75px;
        padding: 0 10px;
        margin-bottom: 50px;
        line-height: 75px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .form .form_div label {
        color: #1a1a1a;
        display: inline-block;
        font-size: 20px;
        width: 3em;
    }

    .form .form_div .forminput {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }

    .form .forminput input {
        width: 100%;
        background: none;
        height: 75px;
        line-height: 75px;
        border: none;
        color: #1a1a1a;
        font-size: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form .form_div select {
        width: 100%;
        color: #494949;
        border: 0;
        -webkit-appearance: none;
        background: none;
        font-size: 20px;
        line-height: 75px;
    }

    .form .formicon {
        position: absolute;
        right: -2px;
        top: 50%;
        width: 30%;
        height: 400px;
        background: url(https://res.liketon.cn/official/images/img2.jpg) center no-repeat;
        margin-top: -200px;
    }

    .form .form_div .arrow {
        position: absolute;
        right: 10px;
        top: 35px;
        display: inline-block;
        padding-top: 1px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #979d9f;
    }

    .button {
        display: block;
        text-align: center;
        font-size: 20px;
        background: #02a2fd;
        color: #fff;
        width: 14em;
        padding: 20px 0;
        border-radius: 5px;
        margin: 20px 0;
    }
}</pre></body></html>