@charset "utf-8";
body {
    min-width: 960px;
    background-color: #fff;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.wrap {
    padding-left: 10%;
    padding-right: 10%;
}

h2 {
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}

h2:not(.eng)::before {
    content: url("../img/deco1.png");
    margin-right: 1.875rem;
}

h2:not(.eng)::after {
    content: url("../img/deco2.png");
    margin-left: 1.875rem;
}


/* 暗色背景字体颜色 */

.reversed-color {
    text-shadow: #000000 0 0 10px;
}

.reversed-color h2 {
    color: #f7b52d;
}

.reversed-color h2.eng {
    color: #fbe6bd
}


/* 英语的h2 */

h2.eng {
    text-transform: uppercase;
    font-size: 2rem;
    color: #717171;
    padding-bottom: 2.5rem;
}

h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 1.875rem 0;
}

.container h4 {
    font-size: 1.75rem;
    font-weight: normal;
    border-bottom: 1px #D8D8D8 solid;
    margin-bottom: 1em;
}

.container h4 .title {
    border-bottom: 4px #F7B52D solid;
    display: inline-block;
}

p {
    line-height: 2em;
    font-size: 16px;
}

.gray {
    color: #999999;
}


/* 顶部索引 */

.header-index {
    margin: 30px auto !important;
}

.header-index li {
    padding: 0 1.875%;
}

.step-box,
.judges,
.spokesperson,
.other {
    /* 有底色的框 */
    background: #f2f6fa;
}

.jury,
.org-commtt,
.spokesperson,
.application,
.prev-competition,
.other,
.contact,
.regulation {
    /* 宽的外框内边距 */
    padding: 4.25rem 7.5rem
}


/* 大赛简介 */

.intro>p {
    text-indent: 2em;
    font-size: 18px;
}

.intro .inner {
    background: url(../img/intro-bg.png) center no-repeat;
    background-size: 100% 100%;
    padding: 2.5rem 4.375rem;
    margin: 1.5rem auto;
    position: relative;
}

.intro .inner ul {
    list-style: square outside url("../img/sub-deco1.png");
}

.intro .inner .title {
    display: block;
    color: #ae7c00;
    font-size: 1.75rem;
}

.intro .inner .desc {
    font-size: 1.5rem;
}

.highlight.red {
    color: #d70000;
}


/* 报名方式 */

.step {
    margin-bottom: 30px
}

.step .inner {
    display: flex;
    justify-content: space-between;
}

.step-box {
    width: 360px;
    height: 180px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 1.875rem 3.375rem 2.5rem;
}

.step-box span {
    display: block;
    font-size: 18px;
}

.step-box span.title {
    color: #F7B52D;
    font-size: 30px;
    margin-bottom: 10px;
}

.application .inner {
    display: flex;
}

.application li {
    margin-left: 1em;
}


/* 大赛流程 */

.schedule {
    padding: 4.25rem 10rem;
    background: linear-gradient(#f2f6faff, #f2f6fa00);
}

.bar-container {
    position: relative;
    height: 54px;
    margin-bottom: 2em;
}

.schedule .bar {
    position: absolute;
    border-radius: 0px 27px 27px 0px;
    border: 6px #fff solid;
    text-align: right;
}

.schedule .bar .text-container {
    font-size: 24px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}

.schedule .bar .text-container {
    float: right;
}

.schedule .bar1 {
    background: #F0AE2D;
    width: 33.3%;
    left: 0;
    z-index: 3;
}

.bar1 .text-container {
    width: 100%;
}

.schedule .bar2 {
    background: #9D9D9D;
    width: 66.6%;
    left: 0;
    z-index: 2;
}

.bar2 .text-container {
    width: 50%;
}

.schedule .bar3 {
    background: #E86224;
    border-radius: 0;
    width: 100%;
    z-index: 1;
}

.bar3 .text-container {
    width: 33%;
}

.schedule ul {
    display: flex;
    justify-items: space-between;
}

.schedule ul li {
    height: 60px;
    vertical-align: middle;
    padding-left: 1em;
    display: inline-block;
    width: 100%;
}

.schedule ul li:nth-child(1) {
    border-left: 7px solid #F0AE2D;
}

.schedule ul li:nth-child(2) {
    border-left: 7px solid #9D9D9D;
}

.schedule ul li:nth-child(3) {
    border-left: 7px solid #E86224;
    /* position: absolute;
    left: 66.6%; */
}


/* 评委会构成 */

.jury {
    background: url(../img/jury-bg.png) center no-repeat;
    background-size: cover;
}


/* 评委名单 */

.jury-list {
    text-align: center;
    margin-bottom: 80px;
}

.jury-list ul {
    display: flex;
    justify-content: space-between;
}

.jury-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 14.0625rem;
}

.jury-list li .avatar img,
.jury-list li .name {
    transition: 0.5s cubic-bezier(.73, .17, .25, .86);
}

.jury-list li:hover .avatar img {
    transform: scale(1.2);
}

.jury-list li .avatar {
    margin-bottom: 3rem;
}

.jury-list li .avatar img {
    width: 10.9375rem;
    border-radius: 50%;
    border: 1px solid #c9a164;
    box-sizing: border-box;
}

.jury-list li span {
    font-size: 0.875rem;
    display: block;
}

.jury-list li span.name {
    font-size: 1.5em;
    color: #fff;
    line-height: 3rem;
    display: inline-block;
    border-bottom: 2px #f7b52d00 solid;
}

.jury-list li:hover .name {
    transform: translate(0, -2rem);
    border-bottom: 2px #f7b52d solid;
}

.jury-list li span.desc {
    color: #ffffff80;
    transition: 0.6s cubic-bezier(.73, .17, .25, .86)
}

.jury-list li:hover span.desc {
    color: #fff;
    transform: translate(0, -1.5rem);
}


/* 理事会 */

.org-commtt-list {
    text-align: center;
    margin-bottom: 80px;
}

.org-commtt-list h4 {
    text-align: left;
    margin-bottom: 3rem;
}

.org-commtt-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.org-commtt-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 25%;
    margin-bottom: 4.6875rem;
}

.org-commtt-list ul li .avatar {
    transition: 0.25s cubic-bezier(0.4, 0.16, 0.24, 0.9);
}

.org-commtt-list ul li:hover .avatar {
    transform: scale(1.2);
}

.org-commtt-list ul li:hover .avatar img {
    box-shadow: 0 0 12px 0 #00000080;
}

.org-commtt-list li .avatar img {
    width: 11.25rem;
    box-sizing: border-box;
    border-radius: 50%;
    transition: 0.25s linear;
}

.org-commtt-list li span {
    font-size: 0.875rem;
    line-height: 1.5em;
    display: block;
}

.org-commtt-list li span.name {
    font-size: 1.375rem;
    margin-top: 1.75rem;
}

.org-commtt-list li span.desc {
    color: #262626
}

ul.org-commtt-vice-prsdnt li {
    width: 20%;
    min-width: 20%;
}


/* 代言人 */

.spokesperson-list {
    text-align: center;
    margin-bottom: 80px;
}

.spokesperson-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.spokesperson-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    min-width: 25%;
    margin-bottom: 4.6875rem;
}

.spokesperson-list ul li .avatar {
    transition: 0.25s cubic-bezier(0.4, 0.16, 0.24, 0.9);
}

.spokesperson-list ul li:hover .avatar {
    transform: scale(1.2);
}

.spokesperson-list ul li:hover .avatar img {
    box-shadow: 0 0 12px 0 #00000080;
}

.spokesperson-list li .avatar img {
    width: 11.25rem;
    box-sizing: border-box;
    border-radius: 50%;
    transition: 0.25s linear;
}

.spokesperson-list li span {
    font-size: 0.875rem;
    line-height: 1.5em;
    display: block;
}

.spokesperson-list li span.name {
    font-size: 1.375rem;
    margin-top: 1.75rem;
}

.spokesperson-list li span.desc {
    color: #262626
}


/* 评委名单 */

#judges {
    overflow: hidden;
    padding: 4.25rem 0;
}

.judge-list {
    text-align: center;
    margin-bottom: 80px;
}

.judge-list ul {
    display: flex;
    justify-content: space-between;
}

.judge-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 11.25rem;
}

.judge-list li .avatar img {
    width: 11.25rem;
    box-sizing: border-box;
}

.judge-list li span {
    font-size: 1rem;
    display: block;
}

.judge-section span.name {
    font-size: 1.5rem;
    font-weight: bold;
}

.judge-list li span.desc {
    color: #262626
}


/* 大赛亮点 */

#highlights p {
    text-indent: 2em;
    margin-bottom: 2rem;
}

#highlights p:last-child {
    margin-bottom: 0;
}


/* 参赛类别 */

.group-catagory>div,
.award>div {
    margin-bottom: 2em;
}

.group-catagory .group-division {
    font-size: 1.5rem;
}

.group-catagory .desc.gray {
    font-size: 1.125rem;
    text-indent: 1em;
    display: block;
}

.group-catagory h4~p {
    margin-bottom: 2.5rem;
}


/* 奖项设置 */

.prize {
    background: url(../img/prize-intro-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 4.25rem 0;
}

.prize-type-container table {
    margin: 0 auto;
}

.prize-type {
    width: 16rem;
    border: 2px solid #f7b52d;
    box-shadow: 0 0 10px 5px #f7b52d;
    background-color: #00000080;
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 2.75rem 1.5rem;
}

.prize-type span {
    display: block;
}

.prize-type span:nth-child(1) {
    color: #fffac1;
    font-size: 2.34375rem;
    font-weight: bold;
    white-space: nowrap;
}

.prize-type span:nth-child(2) {
    color: #ffba00;
    font-size: 1.75rem;
    font-weight: normal;
}


/* 往期大赛 */

.prev-competition {
    position: relative;
    margin-bottom: 0 !important;
}

.prev-competition img {
    width: 100%;
}


/* 其他 */

.other,
.contact {
    text-align: center;
}

.other>div {
    margin-bottom: 7.5rem;
}

.qrcode-list li {
    display: inline-block
}

.qrcode-list li:first-child {
    margin-right: 8.75rem;
}

.qrcode-list li img {
    width: 11.125rem;
}


/* 页面尾部的备注 */

.note span {
    font-size: 24px;
}