.box .main .rows_box {
    width: 66.66667%;
    margin: 0 auto;
    padding: 40px 0 100px;
}

.box .main *{
    box-sizing: border-box;
}

.box .main .rows h1 {
    font-size: 40px;
    margin-bottom: 40px;
    color: #111111;
    text-align: center;
    /* font-family: SourceHanSansCN, serif; */
    font-weight: 400;
    text-transform: uppercase;
}

.box .main .rows p {
    font-size: 18px;
    text-align: center;
}
.box .main .rows h2 {
    font-size: 28px;
    /* font-family: SourceHanSansCN, serif; */
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}

.box .main .rows .img {
    width: 100%;
    margin-bottom: 40px;
}

.box .main .rows .img img {
    width: 100%;
}

.box .main .rows .sm-img {
    width: 100%;
    margin-bottom: 40px;
}

.box .main .rows .sm-img img {
    margin: 0 auto;
}

.box .main .rows .logo {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.box .main .rows .logo img {}

.box .main .rows p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.8;
}

.box .main .rows ul {
    margin-bottom: 40px;
    list-style-type: disc;
    padding-left: 20px;
}

.box .main .rows ul li {
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    list-style-type: disc;
}

.box .main .rows ol {
    margin-bottom: 40px;
    list-style-type: decimal;
    padding-left: 20px;
}

.box .main .rows ol li {
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    list-style-type: decimal;
}

.box .main .rows h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.1;
    text-align: left;
}

.box .main .rows a {
    display: inline-block;
    color: #c5a45a;
    font-weight: bold;
}

.box .main .rows a:after {
    background-color: #c5a45a;
    content: '';
    display: block;
    margin-top: 4px;
    height: 1px;
    width: 0;
    transition: width 0.3s cubic-bezier(0, 0.37, 0.4, 1);
    will-change: width;
    margin-top: 0;
}

.box .main .rows a:hover:after {
    width: 100%;
}

.box .main .rows u {
    text-decoration: underline;
}

.box .main .rows table {
    background-color: #ffffff;
    width: 100%;
    border-collapse:collapse;
}

.box .main .rows table th {
    padding: 14px 42px;
    text-align: left;
}

.box .main .rows table td {
    padding: 14px 42px;
    text-align: left;
}

.box .main .rows table ul {
    margin-bottom: 0;
}

.box .main .rows table ul li {
    font-size: 14px;
}