.content-wrapper {
    box-sizing: border-box;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.section-title {
    font-size: 0.16rem;
    line-height: 0.22rem;
    color: #D71757;
}

.img {
    font-size: 0;
}

/* banner */
.section-banner {
    position: relative;
    color: #fff;
}

.section-banner .bg {
    font-size: 0;
}

.section-banner .bg img {
    width: 100%;
}

.section-banner>div:not(.bg) {
    position: absolute;
    left: 0;
    width: 100%;
}

.section-banner .logo {
    top: 0.32rem;
    box-sizing: border-box;
    padding-left: 0.3rem;
    font-size: 0;
}

.section-banner .logo .logo-tsinghua {
    width: 0.99rem;
}

.section-banner .logo .logo-mit {
    margin-left: 0.18rem;
    width: 0.47rem;
}

.section-banner .banner-title {
    top: 1.2rem;
    text-align: center;
}

.section-banner .banner-title img {
    width: 1.66rem;
}

.section-banner .banner-footer {
    bottom: 0.33rem;
    box-sizing: border-box;
    padding: 0rem 0.2rem;
}

.section-banner .banner-footer .text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.section-banner .banner-footer .text .zh {
    font-size: 0.14rem;
    line-height: 1.4;
    letter-spacing: 0.02rem;
}

.section-banner .banner-footer .text .en {
    margin-top: 0.02rem;
    font-size: 0.08rem;
    line-height: 1.25;
}

.section-banner .banner-footer .text .cross{
    margin: 0rem 0.1rem;
    align-self: center;
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.section-banner .banner-footer .text .cross::before,
.section-banner .banner-footer .text .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.section-banner .banner-footer .text .cross::before {
  transform: rotate(48deg);
}

.section-banner .banner-footer .text .cross::after {
  transform: rotate(-48deg);
}

.section-banner .banner-footer .countries {
    margin-top: 0.32rem;
    box-sizing: border-box;
    padding-left: 0.01rem;
    font-size: 0.1rem;
    line-height: 0.14rem;
}

.section-banner .banner-footer .countries span:not(:first-child) {
    margin-left: 0.08rem;
}

.section-banner .banner-footer .countries span:not(:first-child)::before {
    content: "— ";
}

.section-banner .banner-footer .info {
    margin-top: 0.08rem;
    color: #FFE9E7;
    display: flex;
    align-items: center;
    opacity: 0.39;
}

.section-banner .banner-footer .info .text-learning {
    font-size: 0.07rem;
}

.section-banner .banner-footer .info .text-future {
    margin-left: 0.1rem;
    font-weight: bold;
    font-size: 0.07rem;
}

.section-banner .banner-footer .info .text-zh {
    margin-left: 0.1rem;
    font-size: 0.06rem;
    letter-spacing: 0.01rem;
}

.section-banner .banner-footer .info .since {
    margin-left: 0.1rem;
    border-left: 0.01rem solid #FFE9E7;
    border-right: 0.01rem solid #FFE9E7;
    box-sizing: border-box;
    padding: 0rem 0.07rem;
    font-size: 0.09rem;
}

.section-banner .banner-footer .info .icons {
    margin-left: 0.07rem;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-banner .banner-footer .info img {
    height: 0.09rem;
}

/* 项目特点/价值 */
.section-feature {
    position: relative;
}

.section-feature .bg {
    font-size: 0;
}

.section-feature .bg img {
    width: 100%;
}

.section-feature .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.54rem 0.15rem 0rem 0.3rem;
}

.section-feature ul {
    margin-top: 0.33rem;
}

.section-feature ul li {
    display: flex;
}

.section-feature ul li:nth-child(odd) {
    justify-content: flex-end;
}

.section-feature ul li:nth-child(even) {
    justify-content: flex-start;
}

.section-feature ul li:nth-child(1) {
    padding-right: 0.28rem;
}

.section-feature ul li:nth-child(2) {
    margin-top: 0.11rem;
}

.section-feature ul li:nth-child(3) {
    margin-top: 0.18rem;
}

.section-feature ul li:nth-child(4) {
    margin-top: 0.17rem;
    padding-left: 0.23rem;
}

.section-feature ul li:nth-child(5) {
    margin-top: 0.03rem;
    padding-right: 0.23rem;
}

.section-feature .img-text {
    position: relative;
    min-width: 1.2rem;
    box-sizing: border-box;
    padding: 0.03rem 0.16rem;
    box-shadow: 0rem 0rem 0.05rem rgba(0, 0, 0, 0.1);
    border-radius: 0.02rem;
}

.section-feature .img-text.red {
    background: #D71757;
    border: 0.01rem solid #FFFFFF;
    color: #FFFFFF;
}

.section-feature .img-text.black {
    padding-top: 0.04rem;
    padding-bottom: 0.04rem;
    background: #000000;
    color: #FFFFFF;
}

.section-feature .img-text.white {
    background: #FFFFFF;
    border: 0.01rem solid #D71757;
    color: #000000;
}

.section-feature .img-text .img {
    position: absolute;
    width: 0.34rem;
    height: 0.34rem;
}

.section-feature .img-text.right .img {
    right: -0.24rem;
}

.section-feature .img-text.left .img {
    left: -0.24rem;
}

.section-feature .img-text.top .img {
    top: -0.1rem;
}

.section-feature .img-text.bottom .img {
    bottom: -0.1rem;
}

.section-feature .img-text .img img {
    width: 100%;
    height: 100%;
}

.section-feature .img-text .text .small {
    font-size: 0.09rem;
    line-height: 0.11rem;
}

.section-feature .img-text.white .text .small {
    color: #D71757;
}

.section-feature .img-text .text .big {
    font-weight: bold;
    font-size: 0.1rem;
    line-height: 0.11rem;
}

/* 百年清华 */
.section-school {
    box-sizing: border-box;
    padding: 0.5rem 0.33rem 0.42rem 0.3rem;
    background: #D71757 url("../images/bg/bg_school.png") no-repeat left top / 100%;
    color: #FFFFFF;
}

.section-school .logo {
    font-size: 0;
}

.section-school .logo img {
    width: 100%;
}

.section-school .tsinghua {
    margin-top: 0.56rem;
}

.section-school .sub-title {
    font-weight: bold;
    font-size: 0.16rem;
    line-height: 0.22rem;
}

.section-school .introduction {
    margin-top: 0.14rem;
}

.section-school .introduction p {
    font-size: 0.12rem;
    line-height: 1.5;
}

.section-school .introduction p .bigger {
    font-weight: bold;
    font-size: 0.14rem;
}

.section-school .introduction p:not(:first-child) {
    margin-top: 0.18rem;
}

.section-school .mit {
    margin-top: 0.32rem;
}

.section-school .union {
    margin-top: 0.32rem;
}

.section-school .union .union-title {
    display: flex;
    align-items: center;
}

.section-school .union .union-title .line {
    flex: 1;
    margin-left: 0.1rem;
    margin-right: 0.08rem;
    border-bottom: 0.01rem solid #FFFFFF;
}

.section-school .union .bottom-line {
    margin: 0.32rem 0.81rem 0rem -0.01rem;
    border-bottom: 0.01rem solid #FFFFFF;
}

.section-school .slogan {
    margin-top: 0.5rem;
}

.section-school .slogan .en {
    font-size: 0.16rem;
    line-height: 1;
}

.section-school .slogan .en>span:last-child {
    margin-left: 0.26rem;
    font-weight: bold;
}

.section-school .slogan .zh {
    margin-top: 0.06rem;
    font-size: 0.14rem;
    letter-spacing: 0.01rem;
}

.section-school .slogan .icons {
    margin-top: 0.16rem;
    font-size: 0;
}

.section-school .slogan .icons img {
    height: 0.18rem;
}

.section-school .slogan .icons img:not(:first-child) {
    margin-left: 0.44rem;
}

/* 课程安排 */
.section-course {
    padding-top: 0.74rem;
}

.section-course .summary .section-title {
    margin-bottom: 0.08rem;
}

.section-course p {
    font-size: 0.12rem;
    line-height: 1.5;
    color: #000000;
}

.section-course .img img {
    width: 100%;
}

.section-course .national {
    margin-top: 0.38rem;
}

.section-course .national ul li {
    margin-top: 0.16rem;
    box-sizing: border-box;
    padding: 0.2rem 0.16rem 0.18rem;
    border-top: 0.02rem solid #D71757;
    background: #FFFAFF;
}

.section-course .national ul li .module-profile {
    box-sizing: border-box;
    padding-left: 0.62rem;
    position: relative;
}

.section-course .national ul li .module-profile .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.42rem;
}

.section-course .national ul li .module-profile .img.w40 {
    width: 0.4rem;
}

.section-course .national ul li .module-profile .img.w43 {
    width: 0.43rem;
}

.section-course ul li .num {
    font-size: 0.1rem;
    line-height: 1.2;
    color: #B3B3B3;
}

.section-course ul li .name {
    font-weight: bold;
    font-size: 0.14rem;
    color: #000000;
    letter-spacing: 0.01rem;
}

.section-course .national ul li .module-profile .name {
    margin: 0.02rem 0rem 0.04rem;
}

.section-course ul li p {
    color: #7B7B7B;
    letter-spacing: 0.01rem;
}

.section-course .national ul li .module-content {
    margin-top: 0.15rem;
}

.section-course .national ul li .module-content .sub-title {
    font-weight: bold;
    font-size: 0.1rem;
    line-height: 1.4;
    color: #D71757;
}

.section-course .national ul li .module-content table {
    margin-top: 0.05rem;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0.02rem;
}

.section-course .national ul li .module-content table td {
    box-sizing: border-box;
    padding: 0.05rem;
    background: #FFF0FF;
    font-size: 0.1rem;
    line-height: 1.4;
    color: #000000;
    text-align: center;
}

.section-course .international {
    margin-top: 0.3rem;
}

.section-course .international ul li:first-child {
    margin-top: 0.18rem;
}

.section-course .international ul li:not(:first-child) {
    margin-top: 0.37rem;
}

.section-course .international ul li .num {
    margin-top: 0.16rem;
}

.section-course .international ul li .extra {
    font-size: 0.1rem;
    line-height: 1.4;
    color: #7B7B7B;
}

.section-course .international ul li .name {
    margin: 0.04rem 0rem 0.08rem;
}

.section-course .international ul li .name.new::after {
    content: "NEW";
    margin-left: 0.08rem;
    font-size: 0.1rem;
    line-height: 1;
    color: #D71757;
    letter-spacing: 0;
    vertical-align: top;
}

/* 师资 */
.section-teacher {
    padding-top: 0.6rem;
}

.section-teacher .headline {
    box-sizing: border-box;
    padding-left: 0.3rem;
    padding-right: 0.1rem;
}

.section-teacher .headline .aux {
    margin-left: 0.24rem;
    font-size: 0.1rem;
    line-height: 0.14rem;
    color: #D61757;
    vertical-align: bottom;
}

.section-teacher ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0rem 0.1rem;
}

.section-teacher ul li {
    margin-top: 0.3rem;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.section-teacher ul li:nth-child(odd) {
    padding-right: 0.04rem;
}

.section-teacher ul li:nth-child(even) {
    padding-left: 0.04rem;
}

.section-teacher ul li:last-child {
    width: 100%;
    padding: 0;
}

.section-teacher ul li .img {
    width: 0.6rem;
}

.section-teacher ul li .img img {
    width: 100%;
}

.section-teacher ul li .text {
    flex: 1;
    margin-left: 0.06rem;
}

.section-teacher ul li p {
    font-size: 0.08rem;
    line-height: 1.25;
}

.section-teacher ul li .name-above {
    color: #000000;
}

.section-teacher ul li .name {
    margin-top: 0.06rem;
    font-size: 0.11rem;
    line-height: 1.45;
    color: #000000;
}

.section-teacher ul li .name-above+.name {
    margin-top: 0;
}

.section-teacher ul li .name-below {
    color: #646464;
}

/* 数读科学企业家 */
.section-statistics {
    padding-top: 0.6rem;
}

.section-statistics .section-title {
    text-align: right;
}

.section-statistics ul {
    margin-top: 0.4rem;
}

.section-statistics ul li {
    box-sizing: border-box;
    padding: 0.11rem 0.03rem 0.11rem 0.02rem;
    border-top: 0.01rem solid #760B2C;
    display: flex;
}

.section-statistics ul li:last-child {
    border-bottom: 0.01rem solid #760B2C;
}

.section-statistics ul li.age {
    background: url("../images/bg/bg_scienvest.png") no-repeat right center / cover;
}

.section-statistics ul li .label .text {
    font-weight: bold;
    font-size: 0.12rem;
    color: #760B2C;
}

.section-statistics ul li .label .img {
    margin-top: 0.02rem;
    margin-left: 0.12rem;
}

.section-statistics ul li .label .img img {
    width: 0.23rem;
}

.section-statistics ul li .data {
    flex: 1;
    margin-left: 0.1rem;
    box-sizing: border-box;
    padding-left: 0.1rem;
    border-left: 0.01rem solid #760B2C;
}

.section-statistics ul li .data .data-label {
    font-size: 0.1rem;
}

.section-statistics ul li .data .data-value {
    font-weight: bold;
    font-size: 0;
}

.section-statistics ul li.age .data-value .num {
    font-size: 0.18rem;
}

.section-statistics ul li.age .data-value .text {
    font-size: 0.09rem;
}

.section-statistics ul li .bar {
    margin-right: 0.2rem;
    display: flex;
}

.section-statistics ul li .bar .undergraduate {
    width: 29%;
}

.section-statistics ul li .bar .master {
    width: 41%;
}

.section-statistics ul li .bar .doctor {
    width: 21%;
}

.section-statistics ul li .bar .other {
    width: 9%;
}

.section-statistics ul li .bar .data-label {
    box-sizing: border-box;
    padding-left: 0.05rem;
    white-space: nowrap;
}

.section-statistics ul li .bar .data-value {
    margin-top: 0.06rem;
    box-sizing: border-box;
    padding-left: 0.05rem;
    color: #1A1A1A;
    white-space: nowrap;
}

.section-statistics ul li .bar .data-value .num {
    font-size: 0.11rem;
}

.section-statistics ul li .bar .data-value .percent {
    font-size: 0.07rem;
}

.section-statistics ul li .bar .graph {
    margin-top: -0.04rem;
    height: 0.29rem;
    box-sizing: border-box;
    padding: 0.15rem 0rem 0.07rem 0rem;
    border-left: 0.01rem solid #C69C6D;
}

.section-statistics ul li .bar .graph::after {
    content: "";
    display: block;
    height: 100%;
}

.section-statistics ul li .bar .undergraduate .graph::after {
    background: #760B2C;
}

.section-statistics ul li .bar .master .graph::after {
    background: #913C56;
}

.section-statistics ul li .bar .doctor .graph::after {
    background: #AD6D80;
}

.section-statistics ul li .bar .other .graph::after {
    background: #C89DAB;
}

.section-statistics ul li.region .data-value {
    margin-top: 0.08rem;
}

.section-statistics ul li.region .data-value .num {
    font-size: 0.18rem;
    line-height: 0.18rem;
}

.section-statistics ul li.region .data-value .text {
    font-size: 0.1rem;
    line-height: 0.18rem;
}

.section-statistics ul li.region .data-value .text:only-child {
    font-size: 0.12rem;
}

.section-statistics ul li .data.pie {
    position: relative;
}

.section-statistics ul li .data.pie .img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-statistics ul li .data.pie .img img {
    width: 0.25rem;
}

.section-statistics ul li .data.pie .data-value {
    margin-top: 0.08rem;
}

.section-statistics ul li .data.pie .data-value .num {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

.section-statistics ul li .data.pie .data-value .percent {
    font-size: 0.1rem;
    line-height: 0.2rem;
}

/* 代表学员 */
.section-student {
    padding-top: 0.6rem;
    padding-bottom: 0.48rem;
}

.section-student .sub-title {
    font-weight: bold;
    font-size: 0.12rem;
    letter-spacing: 0.01rem;
}

.section-student .img-area {
    position: relative;
}

.section-student .img-area img {
    position: absolute;
}

.section-student .private {
    margin-top: 0.2rem;
}

.section-student .private .img-area {
    height: 2.92rem;
}

.section-student .private .img-area img {
    height: 0.6rem;
    z-index: 1;
}

.section-student .private .img-area img.alibaba {
    left: 0.44rem;
    top: 0.09rem;
}

.section-student .private .img-area img.tencent {
    left: 2.07rem;
    top: 0.27rem;
}

.section-student .private .img-area img.byd {
    left: 0.11rem;
    top: 0.66rem;
    z-index: 4;
}

.section-student .private .img-area img.hbjy {
    right: 0;
    top: 0.86rem;
}

.section-student .private .img-area img.geely {
    left: 0.98rem;
    top: 1.09rem;
    z-index: 3;
}

.section-student .private .img-area img.tellhow {
    left: 0.44rem;
    top: 1.62rem;
    z-index: 2;
}

.section-student .private .img-area img.catl {
    left: 1.55rem;
    top: 1.43rem;
}

.section-student .private .img-area img.yade {
    left: 2rem;
    top: 1.99rem;
    z-index: 2;
}

.section-student .private .img-area img.wanfeng {
    left: 0.6rem;
    top: 2.34rem;
}

.section-student .public {
    margin-top: 0.52rem;
}

.section-student .public .img-area {
    height: 3.77rem;
}

.section-student .public .img-area img {
    height: 0.75rem;
    z-index: 1;
}

.section-student .public .img-area img.wanhua {
    left: 0.22rem;
    top: 0.1rem;
}

.section-student .public .img-area img.senior {
    left: 1.58rem;
    top: -0.17rem;
}

.section-student .public .img-area img.xinjufeng {
    left: 0.41rem;
    top: 0.83rem;
}

.section-student .public .img-area img.sunstone {
    left: 1.67rem;
    top: 0.55rem;
    z-index: 2;
}

.section-student .public .img-area img.gimi {
    left: 0.13rem;
    top: 1.56rem;
}

.section-student .public .img-area img.ankebio {
    left: 2.08rem;
    top: 1.28rem;
}

.section-student .public .img-area img.jack {
    left: 0.4rem;
    top: 2.3rem;
}

.section-student .public .img-area img.yingjie {
    left: 1.86rem;
    top: 2.01rem;
}

.section-student .public .img-area img.xice {
    left: 0.49rem;
    top: 3.02rem;
}

.section-student .public .img-area img.yuhetian {
    left: 1.92rem;
    top: 2.71rem;
    z-index: 2;
}

.section-student .finance {
    margin-top: 0.52rem;
}

.section-student .finance .img-area {
    height: 3.3rem;
}

.section-student .finance .img-area img {
    height: 0.58rem;
    z-index: 1;
}

.section-student .finance .img-area img.helieastern {
    left: 0.72rem;
    top: 0.14rem;
}

.section-student .finance .img-area img.giastar {
    left: 2.06rem;
    top: 0.37rem;
    z-index: 2;
}

.section-student .finance .img-area img.shokz {
    left: 0.15rem;
    top: 0.7rem;
}

.section-student .finance .img-area img.usem {
    left: 1.94rem;
    top: 0.93rem;
}

.section-student .finance .img-area img.zdwt {
    left: 0.53rem;
    top: 1.26rem;
}

.section-student .finance .img-area img.yinhua {
    left: 1.91rem;
    top: 1.49rem;
}

.section-student .finance .img-area img.zhengxuan {
    left: 0.18rem;
    top: 1.82rem;
    z-index: 2;
}

.section-student .finance .img-area img.ohim {
    left: 1.17rem;
    top: 2.15rem;
}

.section-student .finance .img-area img.penghua {
    left: 0.86rem;
    top: 2.72rem;
}

/* 科学企业家 */
.section-program {
    box-sizing: border-box;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    background: #D71757 url("../images/bg/bg_scienvest_program.png") no-repeat center top / 100%;
    text-align: center;
}

.section-program .img img {
    width: 1.31rem;
}

.section-program .text {
    margin-top: 2.5rem;
}

.section-program .text .big {
    box-sizing: border-box;
    padding: 0rem 0.1rem;
    font-size: 0.2rem;
    line-height: 1.6;
    color: #fff;
}

.section-program .text .big .row {
    display: flex;
    justify-content: space-between;
}

.section-program .text .desc {
    margin-top: 0.48rem;
    font-weight: lighter;
    font-size: 0.12rem;
    line-height: 2;
    color: #FFFFFF;
    letter-spacing: 0.01rem;
}

.section-program .text .we {
    margin-top: 0.4rem;
    font-size: 0.16rem;
}

/* 新十年 */
.section-new {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.section-new .title {
    font-weight: lighter;
    font-size: 0.58rem;
    line-height: 0.6rem;
    color: #D71757;
}

.section-new .module {
    margin-top: 0.2rem;
    font-size: 0.18rem;
    line-height: 1.5;
    letter-spacing: 0.01rem;
}

.section-new .ten {
    margin-top: 0.4rem;
    font-weight: bold;
    font-size: 0.2rem;
}

.section-new .invitation {
    margin-top: 0.2rem;
}

.section-new .invitation .headline {
    font-weight: lighter;
    font-size: 0.16rem;
    line-height: 1.375;
    letter-spacing: 0.01rem;
}

.section-new .invitation .headline::after {
    content: "";
    display: inline-block;
    margin-left: 0.06rem;
    width: 0.3rem;
    border-top: 0.01rem solid #7B7B7B;
    vertical-align: middle;
}

.section-new .invitation ul {
    padding-top: 0.1rem;
}

.section-new .invitation ul li {
    margin-top: 0.06rem;
    padding-left: 0.12rem;
    font-size: 0.12rem;
    line-height: 1.5;
    letter-spacing: 0.01rem;
    position: relative;
}

.section-new .invitation ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.section-new .invitation ul li .obvious {
    margin-top: 0.06rem;
    font-weight: lighter;
    font-size: 0.1rem;
    color: #D71757;
    letter-spacing: 0.01rem;
}

.section-new .explore {
    margin-top: 0.24rem;
    font-weight: bold;
    font-size: 0.18rem;
}

/* slogan */
.section-slogan {
    position: relative;
}

.section-slogan .bg {
    font-size: 0;
}

.section-slogan .bg img {
    width: 100%;
}

.section-slogan .text {
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 100%;
    color: #fff;
}

.section-slogan .text .en {
    font-size: 0.18rem;
    line-height: 1;
}

.section-slogan .text .en span:last-child {
    margin-left: 0.1rem;
    font-weight: bold;
}

.section-slogan .text .zh {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    letter-spacing: 0.04rem;
}

.section-slogan .icons {
    position: absolute;
    left: 0.2rem;
    top: 3.28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-slogan .icons img.circle {
    width: 0.3rem;
}

.section-slogan .icons img.tr {
    width: 0.32rem;
}
.section-slogan .icons img.sq {
    width: 0.29rem;
}

.section-slogan .icons img:not(:first-child) {
    margin-top: 0.3rem;
}

/* 课程安排 */
.section-schedule {
    padding-top: 0.4rem;
}

.section-schedule table {
    margin-top: 0.16rem;
    width: 100%;
    border-collapse: collapse;
    border-top: 0.01rem solid #4D4D4D;
    border-bottom: 0.01rem solid #4D4D4D;
}

.section-schedule table td {
    padding: 0.08rem 0.12rem;
    border-left: 0.01rem dashed #4D4D4D;
    border-bottom: 0.01rem dashed #4D4D4D;
    font-weight: lighter;
    font-size: 0.1rem;
    vertical-align: middle;
}

.section-schedule table tr:last-child td {
    border-bottom: none;
}

.section-schedule table .label {
    padding-left: 0;
    padding-right: 0;
    width: 0.56rem;
    border-left: none;
    font-weight: normal;
    color: #D71757;
}

/* 申请程序 */
.section-apply {
    padding-top: 0.42rem;
    padding-bottom: 0.36rem;
}

.section-apply .img-text {
    margin-top: 0.2rem;
    display: flex;
}

.section-apply .img-text .img {
    padding: 0.18rem 0.16rem 0rem 0.13rem;
}

.section-apply .img-text .img img {
    width: 0.44rem;
}

.section-apply .img-text .text {
    font-weight: lighter;
    font-size: 0.1rem;
    line-height: 1.5;
    letter-spacing: 0.01rem;
}

.section-apply .img-text .text .headline {
    margin-bottom: 0.06rem;
    font-size: 0.12rem;
}

/* 底部 */
.section-footer {
    box-sizing: border-box;
    padding: 0.26rem 0.3rem 0.26rem 0.16rem;
    background: #D71757;
    display: flex;
    justify-content: space-between;
}

.section-footer .img img {
    width: 1.24rem;
}

.section-footer .icons {
    padding-top: 0.03rem;
    display: flex;
}

.section-footer .icons img {
    height: 0.16rem;
}

.section-footer .icons img:not(:first-child) {
    margin-left: 0.32rem;
}