﻿body {
    background-color: #0087e1;
}

.solder-wrap {
    width: 1260px;
    margin: 0 auto;
}

.solder-banner {
    background: url("../images/act/solder/solder-banner.png") no-repeat center right;
    height: 1082px;
    width: 100%;
    min-width: 1260px;
    position: relative;
}

.solder-banner .banner-text {
    padding-top: 170px;
    padding-left: 12px;
}

.solder-banner .time-box {
    background: url("../images/act/solder/time.png") no-repeat center;
    width: 990px;
    height: 160px;
    margin: 90px auto 0;
    position: relative;
}

.solder-banner .time-box .time:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.solder-banner .time-box .time {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    height: 80px;
}

.solder-banner .time-box li {
    float: left;
    margin-left: 30px;
    width: 125px;
    height: 80px;
}

.solder-banner .time-box li span {
    display: inline-block;
    width: 60px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #ed1f02;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
}

.solder-banner .combination {
    background: url("../images/act/solder/combination-bg.png");
    width: 1260px;
    height: 411px;
    position: relative;
    text-align: center;
    font-size: 30px;
}

.solder-banner .combination .mask {
    background: url("../images/act/solder/triangle.png") no-repeat center;
    width: 1260px;
    height: 245px;
    position: absolute;
    bottom: 13px;
    left: 0;
}

.solder-banner .combination span {
    padding-top: 60px;
    display: block;
}

.nav-box {
    position: absolute;
    top: 830px;
    z-index: 9999;
    width: 100%;
}

.nav-list {
    width: 1180px;
    height: 56px;
    margin: 0 auto;
    background-color: #f2f2f2;
    position: relative;
    z-index: 9;
    font-size: 16px;
}

.nav-list .item {
    float: left;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #f2f2f2;
    position: relative;
    color: #333333;
    font-size: 16px;
    padding: 0 60px;
    cursor: pointer;
}

.nav-list .participate {
    float: right;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    margin: 6px 40px 0 0;
    color: #ffffff;
    overflow: hidden;
    background: url("../images/act/solder/btn.png") no-repeat center; /* Safari 5.1 - 6.0 */
    width: 212px;
    height: 44px;
}

.nav-list .item .after {
    background: url("../images/act/solder/icon_solder.png") no-repeat 1px -45px;
    width: 20px;
    height: 12px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    display: none;
}

.nav-list .item:hover {
    background-color: #0073c6;
    color: #ffffff;
}

/*active*/
.active-nav {
    background-color: #f2f2f2;
    position: fixed;
    top: 0;
    z-index: 99999;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.active-nav .nav-list {
    width: auto;
}

.active-nav .nav-list .item {
    width: 10.6%;
}

/*active nav*/
.nav-list .active {
    background-color: #21a2f7;
    color: #ffffff;
}

.nav-list .active:hover {
    background-color: #21a2f7;
    color: #ffffff;
}

.nav-list .active .after {
    display: block;
}

.stem-box {
    position: relative;
    z-index: 12;
}

.stem-box .solder-wrap {
    width: 1260px;
    background-color: #ffffff;
    min-height: 500px;
    /*border: 1px solid yellow;*/
    position: relative;
    top: -67px;
    z-index: 11;
}

.stem-box .solder-wrap .stem-left {
    float: left;
    width: 735px;
    min-height: 300px;
    padding-left: 40px;
}

.stem-box .solder-wrap .white-stem {
    width: 700px;
    line-height: 28px;
    font-size: 18px;
    color: #333333;
    position: relative;
    top: -64px;
    margin-bottom: 20px;
}

.stem-box .solder-wrap .item {
    font-size: 18px;
    color: #333333;
    margin-bottom: 80px;
}

.stem-box .solder-wrap .item h2 {
    font-size: 24px;
}

.stem-box .solder-wrap .item .cup-box {
    margin-bottom: 40px;
}

.stem-box .solder-wrap .item .introduce {
    margin-top: 16px;
    line-height: 28px;
    width: 705px;
}

.stem-box .solder-wrap .stem-right {
    float: left;
    background: url("../images/act/solder/stem-right.png") no-repeat right center;
    width: 455px;
    height: 507px;
}

/*entries*/
.entries {
    margin-top: 5px;
}

.entries .title {
    font-size: 28px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;

}

.entries .title span {
    display: inline-block;
    background: url("../images/act/solder/title-bg.png") no-repeat center;
    width: 213px;
    height: 40px;
}

.entries .entries-list {
    margin: 30px 0 0 -40px;
}

.entries .entries-list .list {
    position: relative;
    width: 256px;
    height: 360px;
    border-radius: 16px;
    background-color: #ffffff;
    float: left;
    margin: 0 0 35px 40px;
    padding: 14px;
    cursor: pointer;
    transition: all .3s ease-in;
}

.entries .entries-list .list:hover {
    box-shadow: 0 5px 6px rgba(0, 0, 0, .3);
    transform: translateY(-5px);
    background-color: #f5f5f5;
}

.entries .entries-list .entries-img {
    width: 258px;
    height: 190px;
    background-color: #ccc;
    overflow: hidden;
}

.entries .entries-list .entries-img img {
    transition: all .3s ease-in;
    width: 258px;
    height: 190px;
}

.entries .entries-list .entries-img:hover img {
    transform: scale(1.01);
}

.entries .entries-list h3 {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}

.entries-img_title a:visited, .entries-img_title a:active, .entries-img_title a:link {
    color: #333333;
}

.entries-img_title a:hover {
    color: #ff7f02;
}


.entries .entries-list .by-reek {
    color: #666666;
}

.entries .entries-list .by-reek .reek {
    color: #ff9c00;
}

.entries .entries-list .by-reek .country {
    float: right;
    display: inline-block;
    width: 20px;
    height: 13px;
}

.entries .entries-list .by-reek .country > img {
    width: 100%;
    height: 100%;
}

.entries .entries-list .see-record {
    margin-top: 15px;
    font-size: 12px;
    margin-bottom: 30px;
}

.entries .entries-list .see-record .see {
    background: url("../images/act/solder/icon_solder.png") no-repeat 0 1px;
    display: inline-block;
    padding: 0 0 0 25px;
}

.entries .entries-list .see-record .praise {
    background: url("../images/act/solder/icon_solder.png") no-repeat 0 -22px;
    display: inline-block;
    padding: 0 0 0 25px;
    margin-left: 15px;
}

.entries .entries-list .vote-now {
    display: inline-block;
    width: 255px;
    height: 35px;
    line-height: 35px;
    background-color: #ffac02;
    transition: all .3s;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.entries .entries-list .vote-now:hover {
    background-color: #ff7f02;
}

.entries .solder-wrap .view-more {
    display: block;
    color: #03003f;
    font-size: 20px;
    background-color: #b2dbf6;
    width: 430px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto;
    border-radius: 100px;
    text-align: center;
    transition: all .3s;
}

.entries .solder-wrap .view-more:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

/*judges*/
.judges {
    margin-top: 80px;
    padding-bottom: 40px;
}

.judges .title{
    font-size: 28px;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
}
.judges .title span {
    display: inline-block;
    text-align: center;
    background: url("../images/act/solder/title-bg.png") no-repeat center;
    width: 213px;
    height: 40px;
}

.judges .judges-list {
    margin: 30px 0 0 -40px;
}

.judges .judges-list .item {
    float: left;
    margin: 0 0 30px 40px;
    width: 373px;
    height: 206px;
    border-radius: 16px;
    background-color: #ffffff;
    padding: 15px 10px;
    cursor: pointer;
    transition: all .3s;
}

.judges .judges-list .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    transform: rotateZ(5deg);
}

.judges .judges-list .item:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
    zoom: 1;
}

.judges .judges-list .item .portrait {
    float: left;
    width: 182px;
    height: 182px;
    position: relative;
    overflow: hidden;
}

.judges .judges-list .item .portrait .mask {
    background: url("../images/act/solder/portrait-bg.png") no-repeat center;
    height: 182px;
    width: 182px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.judges .judges-list .item .portrait > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 152px;
    *width: 152px;
    *height: 152px;
    *top: 14px;
    *left: 15px;
}

.judges .judges-list .item .info {
    float: left;
    width: 181px;
    padding-top: 26px;
    color: #333333;
}

.judges .judges-list h2 {
    font-size: 26px;
}

.judges .judges-list .senior {
    font-size: 16px;
}

.judges .judges-list .senior-text {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*sponsorship*/
.sponsorship {
    background: url("../images/act/solder/sponsorship.png") no-repeat center;
    width: 1260px;
    height: 174px;
    margin-top: 30px;
}

.sponsorship .organizer {
    float: left;
    margin-top: 25px;
}

.sponsorship .organizer:first-child {
    margin-right: 45px;
}

.sponsorship .organizer:first-child + .organizer {
    margin-right: 45px;
}

.sponsorship .organizer h6 {
    font-size: 18px;
    text-align: left;
    padding-left: 45px;
    color: #ffffff;
    font-weight: normal;
}

.sponsorship .organizer ul {
    padding-left: 45px;
    margin-top: 5px;
}

.sponsorship .organizer li {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

.sponsorship .organizer li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100px;
    *width: 100px;
    *height: 100px;
    *top: 0;
    *left: 0;
}

.sponsorship .organizer li .ship-logo {
    background: url("../images/act/solder/ship_logo.png") no-repeat center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/*pop-box*/
.pop-box {
    width: 700px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 16px;
    display: none;
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin: -165px 0 0 -375px;*/
    /*z-index: 999;*/
    padding: 40px 30px;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, .4);*/
}

.pop-box:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
    zoom: 1;
}

.pop-box .pop-left {
    float: left;
    width: 182px;
}

.pop-box .pop-left .portrait {
    float: left;
    width: 182px;
    height: 182px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.pop-box .pop-left .portrait .mask {
    background: url("../images/act/solder/portrait-bg.png") no-repeat center;
    height: 182px;
    width: 182px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.pop-box .pop-left .portrait > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 152px;
    *width: 152px;
    *height: 152px;
    *top: 14px;
    *left: 15px;
}

.pop-box .pop-left h2 {
    font-size: 26px;
    margin-top: 15px;
    text-align: center;
}

.pop-box .pop-left .senior {
    font-size: 16px;
    text-align: center;
}

.pop-box .pop-right {
    float: left;
    width: 450px;
    padding: 15px 0 0 40px;
    line-height: 22px;
    overflow: hidden;
}
/*rest layui*/
.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 8px rgba(0,0,0,.3) !important;
}
