﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

body, div, span, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-size: 14px;
}

a {
    text-decoration: none;
}

img {
    border: none;
}
/*隐私政策*/
.aboutus-wrap {
    width: 94%;
    margin: 0 auto;
    margin-top: 1rem;
}

    .aboutus-wrap h1 {
        font-size: 1.5rem;
        text-align: center;
        margin: 1.4rem 0;
    }

.time-box {
    font-size: .9rem;
    color: #bbb;
}

    .time-box span {
        color: #666;
    }

.aboutus-wrap h2 {
    font-size: 1.18rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

    .aboutus-wrap h2 span {
        color: #ff6d6d;
        margin-right: .3rem;
    }

.aboutus-wrap p {
    line-height: 190%;
    font-size: 1.02rem;
    text-align: justify;
    margin-bottom: 1.5rem;
    margin-top: .5rem;
    color: #555;
}

    .aboutus-wrap p em {
        font-style: normal;
        font-weight: bold;
        margin: 0 .5rem;
        color: #000;
    }

    .aboutus-wrap p.p-list {
        font-weight: bold;
        font-size: 1rem;
        margin: 0 .5rem;
        color: #111;
        line-height: 220%;
        color: #5689bd;
    }

    .aboutus-wrap p.txt-title {
        margin-bottom: .6rem;
        color: #888;
    }

    .aboutus-wrap p.p-sub-list {
        font-size: .8rem;
        line-height: 200%;
        margin-bottom: 1rem;
        color: #888;
    }

.tab-list {
    border-left: 1px solid #ddd;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-bottom: 1rem;
}

    .tab-list th {
        border-bottom: 1px solid #ddd;
        padding: .5rem 0;
        background: #f0f0f0;
        border-right: 1px solid #ddd;
    }

    .tab-list td {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: .5rem;
    }
