/* pc布局 */

.container {
    width: 100%;
    /* background: url('../images/mainBg.png') no-repeat center;
    background-size: cover; */
}


/* 头部导航 */

.bannerBox {
    width: 100%;
}

.banner {
    width: 100%;
    margin-top: 75px;
}

.banner img {
    width: 100%;
}

.header {
    width: 100%;
    height: 76px;
    position: absolute;
    top: 0;
    background-color: #0db986;
}

.nav {
    width: 1000px;
    margin: 0 auto;
    height: 76px;
}

.navL {
    padding: 14.5px 0;
    margin-right: 150px;
}

.navL a {
    display: block;
}

.navL a img {
    vertical-align: middle;
}

.navR li {
    float: left;
    /* margin-left: 50px; */
    margin-left: 30px;
    box-sizing: border-box;
    padding: 25px 0;
}

.navR li a {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.navR li a:hover {
    color: #ffe698;
}

.navR .gufei {
    padding: 26px 10px;
    background: linear-gradient( 90deg, #CFA261 0%, #EBC993 100%);
    margin-left: 90px;
}

.navR .gufei a {
    color: #210C00;
}


/* 变异的导航栏 */

.scrollNav {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    display: none;
}


/* 历届回顾列表 */

.selectHover {
    position: relative;
}

.selectList {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 74px;
    /* background-color: rgba(35, 35, 35, 0.2); */
    line-height: 40px;
    display: none;
    background: rgba(13, 185, 134, 0.8);
}

.selectList li {
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
}

.selectList li a {
    font-size: 16px;
    display: block;
}


/* 评选内容 */

.main {
    width: 100%;
    position: relative;
}


/* 活动说明 */

.shuoming {
    width: 100%;
    background: #eaf9f4;
    padding: 90px 0 100px;
}

.shuomingBox {
    width: 1000px;
    margin: 0 auto;
}

.shuomingTitle {
    text-align: center;
}

.shuomingTitle img {}

.shuomingCont {
    margin-top: 40px;
}

.shuomingCont p {
    margin-top: 10px;
    color: #fefefe;
    font-size: 18px;
    line-height: 28px;
    text-indent: 2rem;
    margin-bottom: 6px;
}

.shuomingCont p:first-child {
    /* padding-top: 40px; */
}

.shuomingCont p:last-child {
    /* padding-top: 10px; */
    margin-bottom: 0;
}


/* 评选特点 */

.tedian {
    width: 1000px;
    height: 415px;
    margin: 90px auto 130px;
}

.tedianTitle {
    text-align: center;
}

.tedianTitle img {}

.tedianList {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.tedianList li {
    width: 19%;
}

.tedianList img {
    width: 100%;
}


/* 图片翻转 */

.qcontainer {
    -webkit-perspective: 400;
    -moz-perspective: 400;
    width: 19%;
}

.film {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 1.5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: 1.5s;
}

.qcontainer:hover .film {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.face {
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    cursor: pointer;
}

.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}


/* 奖项设置 */

.shezhi {
    width: 100%;
    background: #0db986;
    padding: 100px 0 115px;
}

.shezhiBox {
    width: 1000px;
    margin: 0 auto;
}

.shezhiTitle {
    text-align: center;
}

.shezhiTitle img {}

.shezhiList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.shezhiList li {
    cursor: pointer;
    margin-bottom: 56px;
}


/* 评选维度 */

.weidu {
    width: 1000px;
    margin: 0 auto;
    padding: 85px 0 100px;
}

.weiduTitle {
    text-align: center;
}

.weiduTitle img {}

.weiduCont {
    text-align: center;
    margin-top: 40px;
}

.weiduCont img {}

.weidu p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 22px;
    background: url(../images/jiangTip.png) no-repeat left;
    margin-left: 75px;
    opacity: 0.9;
}


/* 五大评审团 */

.pingshen {
    width: 100%;
    background: #eaf9f4;
    padding: 90px 0 50px;
}

.pingshenBox {
    width: 1000px;
    margin: 0 auto;
}

.pingshenTitle {
    text-align: center;
}

.pingshenTitle img {}

.pingshenList {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    margin: 35px 0 40px;
    justify-content: center;
}

.pingshenList li {}

.pingshenList li img {
    width: 100%;
}

.reviewGuest {
    width: 1000px;
    padding: 30px 0;
    margin: 60px auto;
}

.swiper-container {
    padding: 0 20px;
}

.swiper-slide {
    text-align: center;
    cursor: pointer;
}

.swiper-slide p {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    letter-spacing: 2px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 5px;
    background: url('../images/guest/right.png') no-repeat center;
}

.swiper-button-prev:hover {
    background: url('../images/guest/left.png') no-repeat center;
    transform: rotate(360deg);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 5px;
    background: url('../images/guest/right.png') no-repeat center;
    transform: rotate(180deg);
}

.swiper-button-next:hover {
    background: url('../images/guest/left.png') no-repeat center;
    transform: rotate(180deg);
}


/* 参与方式 */

.meiti {
    padding: 90px 0 120px;
}

.meitiBox {
    width: 1000px;
    margin: 0 auto;
}

.shenbaoTitle {
    text-align: center;
}

.shenbaoTitle img {}

.meitiTitle {
    width: 100%;
    height: 82px;
    background: url('../images/meitiBg.png') no-repeat center;
    display: flex;
}

.meitiTitle li {
    width: 50%;
    line-height: 82px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
}

.meiticont {
    margin-top: 0px;
    width: 100%;
    padding: 50px 0px;
    display: flex;
    /* background: url('../images/ziliaoBg.png') no-repeat center; */
    background: #24211e;
}

.meiticont li {
    width: 100%;
    text-align: center;
}

.meiticont li:first-child {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meiticont li img {
    /* margin-top: 32.5px; */
}

.meiticont li p {
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 5px;
}

.xiazaiBox {
    width: 100%;
    margin-top: 35px;
}

.meiticont li a {
    display: block;
    width: 145px;
    padding: 10px 26px;
    margin: 0 auto;
    text-align: center;
    /* padding: 10px 15px; */
    border-radius: 23px;
    font-size: 20px;
    font-weight: 400;
    color: #4C2A04;
    background: #F6CC89;
}


/* 参与方式 */

.canyu {
    width: 1000px;
    margin: 0 auto;
    /* padding: 10px 0 60px; */
    padding-top: 0;
}

.canyuTitle {
    text-align: center;
}

.canyuInfo {
    width: 100%;
    height: 610px;
    background: url('../images/index/canyu/1.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    margin-top: 50px;
}

.canyuInfo a {
    display: block;
    width: 420px;
    height: 54px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 27.5px;
    text-align: center;
    cursor: pointer;
}

.canyu p {
    font-size: 20px;
    color: #fbefc7;
    margin-top: 30px;
}


/* 白皮书 */

.paper {
    width: 100%;
    background: #0db986;
    padding: 90px 0 120px;
}

.paperBox {
    width: 1000px;
    margin: 0 auto;
}

.paperTitle {
    text-align: center;
}

.paperCont {
    text-align: center;
    margin-top: 60px;
}


/* 底部 */

.footer {
    width: 100%;
    height: 100px;
    padding: 50px 0;
    background: #055549;
}

.footerCont {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerLeft {
    display: flex;
    align-items: center;
    /* margin-right: 150px; */
}

.footerLeft li {
    margin-right: 15px;
}

.footerLeft li:last-child {
    border: 0;
    margin: 0;
}

.footerLeft li a {
    display: block;
}

.footerSolid {
    width: 1px;
    height: 25px;
    background: #FBEFC7;
}

.footerLeft img {}

.footerCenter {
    margin: 0 45px;
}

.footerCenter img {}

.footerRight {}

.footerRight h3 {
    font-weight: 500;
    font-size: 20px;
    color: #FBECD0;
    margin-bottom: 10px;
}

.selectContact {
    color: #FBECD0;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    background: url('../images/footer/update/4.png') no-repeat left;
    padding-left: 32px;
}

.selectContact a {
    display: block;
    color: #FBECD0;
    font-size: 20px;
}

.footerRight .tel {}

.footerRight .email {
    background: url('../images/footer/update/5.png') no-repeat left;
    padding-left: 32px;
    display: block;
    color: #FBECD0;
    font-size: 20px;
    margin-top: 8px;
}


/* 左侧悬浮卡片 */

.leftInfo {
    width: 140px;
    height: 325px;
    background: url('../images/leftBg.png') no-repeat center;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px 15px 30px 10px;
    /* text-align: center; */
    z-index: 9999;
    border-radius: 4px;
}

.rankTime {
    text-align: center;
}

.rankTime h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #055549;
    display: inline-block;
    letter-spacing: 2px;
    padding: 0 1px 8px;
    border-bottom: 1px solid #182063;
}

.rankRedsolid {
    width: 23px;
    height: 2px;
    background: #4C2A04;
    margin-left: 58.5px;
}

.shenbaoTime {
    margin-top: 6px;
    padding: 7px 0 3px;
    /* background: #FFFFFF; */
    border-radius: 4px;
    text-align: center;
}

.shenbaoTime h4 {
    font-size: 14px;
    color: #055549;
}

.weiXin {
    margin-top: 4px;
    /* background: #FFFFFF; */
    border-radius: 4px;
    text-align: center;
}

.weiXin h4 {
    font-size: 14px;
    color: #055549;
}

.pingGu {
    margin-top: 8px;
    /* padding: 7px 8px; */
    /* background: #FFFFFF; */
    border-radius: 4px;
    text-align: center;
}

.pingGu h4 {
    font-size: 14px;
    color: #055549;
}

.jieXiao {
    margin-top: 8px;
    border-radius: 4px;
    text-align: center;
}

.jieXiao h4 {
    font-size: 14px;
    color: #055549;
    margin-bottom: 5px;
}

.jieXiao a {
    margin-bottom: 2px;
}

.leftInfo p {
    font-size: 14px;
    color: #52c7a0;
    margin-top: 5px;
}

.leftInfo a {
    display: block;
    font-size: 14px;
    color: #52c7a0;
    cursor: pointer;
}

.leftInfo .xiazai {
    color: #fffac9;
    background: #0db986;
    border-radius: 20px;
    margin-top: 10px;
    padding: 7px 12px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 9px;
}


/* 右侧导航 */

.navWrap {
    width: 120px;
    height: 340px;
    position: fixed;
    right: 40px;
    top: 50%;
    margin-top: -170px;
    background: url('../images/rightSolid.png') no-repeat left;
    z-index: 9999;
}

.navBox {
    width: 100%;
    height: 100%;
    background: url('../images/rightSolid.png') no-repeat right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navTab {
    text-align: center;
}

.navTab li {
    margin-bottom: 20px;
}

.navTab li a {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.navTab .current {
    /* margin-left: -5px; */
}

.navTab .current a {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}


/* 手机端 */

@media screen and (min-width:320px) and (max-width: 768px) {
    .container {
        width: 1000px;
    }
}