﻿/*PCB-design*/
.w-1280 {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.PCB-design-warp {
    overflow: hidden;
    background-color: #0a002b;
    font: 18px/1.5 arial, helvetica, sans-serif;
    color: #fff;
}

.PCB-design-warp .f16 {
    font-size: 16px;
}

.PCB-design-warp a {
    text-decoration: none;
    -webkit-transition: 0.2s;
}

.PCB-design-warp em {
    font-style: normal;
}

.PCB-design-warp i {
    font-style: normal;
}

.PCB-design-warp .nav {
    height: 50px;
}

.PCB-design-warp .nav .navList {
    text-align: center;
}

.PCB-design-warp .nav .navList a {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    padding-top: 3px;
    line-height: 44px;
}

.PCB-design-warp .nav .navList a:hover, .active {
    color: #1c833a;
    border-bottom: 3px solid #1c833a;
}

.PCB-design-warp .nav .navList a.active {
    color: #1c833a;
    border-bottom: 3px solid #1c833a;
}

.PCB-design-banner {
    height: 744px;
    background: url(../images/PCB-design/PCB-design-banner@Bg.jpg) center no-repeat;
}

.PCB-design-banner .PCB-design-mod1 {
    display: inline-block;
    margin-top: 200px;
    text-align: center;
}

.PCB-design-banner .PCB-design-mod2 {
    position: absolute;
    left: 0;
    top: 132px;
    z-index: 9;
    height: 518px;
    text-align: center;
    animation: icon 5s infinite;
    -webkit-animation: icon 5s infinite;
}

.PCB-design-banner .PCB-design-mod3 {
    position: absolute;
    left: 115px;
    top: 420px;
    z-index: 9;
    width: 857px;
    height: 448px;
    text-align: center;
    background: url(../images/PCB-design/PCB-design@computer.png) no-repeat;
}

@keyframes icon {
    0% {
        transform: translate3d(0, 30px, 0);
        -webkit-transform: translate3d(0, 30px, 0);
    }
    50% {
        transform: translate3d(0, -30px, 0);
        -webkit-transform: translate3d(0, -30px, 0);
    }
    100% {
        transform: translate3d(0, 30px, 0);
        -webkit-transform: translate3d(0, 30px, 0);
    }
}

@-webkit-keyframes icon {
    0% {
        transform: translate3d(0, 30px, 0);
        -webkit-transform: translate3d(0, 30px, 0);
    }
    50% {
        transform: translate3d(0, -30px, 0);
        -webkit-transform: translate3d(0, -30px, 0);
    }
    100% {
        transform: translate3d(0, 30px, 0);
        -webkit-transform: translate3d(0, 30px, 0);
    }
}

.PCB-design-Contest {
    position: relative;
    height: 370px;
    padding-top: 204px;
    background: url(../images/PCB-design/PCB-design-Contest@Bg.jpg) center no-repeat;
}

.PCB-design-Contest .hd {
    margin-bottom: 35px;
}

.PCB-design-Contest .box {
    text-align: center;
}

.PCB-design-Contest .box p {
    margin-bottom: 3px;
}

.PCB-design-Contest .Start-project {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -100px;
    margin: auto;
    margin-left: -385px;
    width: 771px;
    height: 178px;
    background: url(../images/PCB-design/Start-project@Btn.png) no-repeat;
}

.PCB-design-Contest .Start-project a {
    display: block;
    text-align: center;
    width: 689px;
    height: 92px;
    margin: 45px auto;
    font-size: 38px;
    color: #fff;
    font-weight: bold;
}

.PCB-design-Contest .Start-project:hover {
    background: url(../images/PCB-design/Start-project-hover@Btn.png) no-repeat;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.PCB-design-schedule {
    height: 640px;
    background: url(../images/PCB-design/PCB-design-schedule@Bg.jpg) center no-repeat;
    padding-top: 140px;
}

.PCB-design-schedule .hd {
    text-align: center;
    margin-bottom: 80px;
}

.PCB-design-schedule .hd p {
    font-size: 45px;
    margin-top: 5px;
}

.PCB-design-schedule .list li {
    float: left;
    width: 298px;
    height: 312px;
    margin-left: 100px;
    text-align: center;
    background: url(../images/PCB-design/Schedule-date@Bg.png) no-repeat;
}

.PCB-design-schedule .list li .item {
    padding: 70px 0;
}

.PCB-design-schedule .list li .item .dt {
    display: block;
    font-weight: bold;
    color: #ddb6ff;
    margin-bottom: 20px;
}

.PCB-design-schedule .list li .item .dt p {
    color: #bd5cfc;
}

.PCB-design-schedule .list li .item .date {
    font-size: 22px;
}

.PCB-design-Prize {
    height: 879px;
    background: url(../images/PCB-design/PCB-design-prize@Bg.jpg) no-repeat center;
}

.PCB-design-Prize .hd {
    text-align: center;
    font-size: 45px;
    margin-bottom: 50px;
}

.PCB-design-Prize .box .mod {
    position: relative;
    float: left;
    width: 365px;
    height: 478px;
    background-color: #e5b7fd;
    padding-top: 70px;
}

.PCB-design-Prize .box .mod.space {
    margin-right: 92px;
}

.PCB-design-Prize .box .mod .dt {
    position: absolute;
    left: -36px;
    top: 13px;
    z-index: 9;
    width: 437px;
    height: 53px;
    text-align: center;
    font-size: 24px;
    text-shadow: #000 0 1px 0;
    line-height: 45px;
    font-weight: bold;
    background: url(../images/PCB-design/Prize-dt@Bg.png) no-repeat;
}

.PCB-design-Prize .box .mod .item {
    position: relative;
    height: 147px;
    padding-top: 12px;
    background: url(../images/PCB-design/Prize@Bg.png);
}

.PCB-design-Prize .box .mod .item .no {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    width: 76px;
    height: 18px;
    font-size: 14px;
    background-color: #b896e6;
    color: #fff;
}

.PCB-design-Prize .box .mod .item .list {
    padding: 0 30px;
    color: #3e3a39;
}

.PCB-design-Prize .box .mod .item .list li {
    overflow: hidden;
    line-height: 1.3;
}

.PCB-design-Prize .box .mod .item .list li i {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 13px 5px 0 0;
    background: url(../images/PCB-design/Prize-list@icon.png);
}

.PCB-design-Prize .box .mod .item .list li .money {
    color: #ff2194;
    font-size: 22px;
    font-weight: bold;
}

.PCB-design-Prize .note {
    text-align: center;
    font-size: 20px;
    margin-top: 80px;
}

.PCB-design-Prize .note span {
    color: #f51f8c;
    font-size: 36px;
    font-family: arial !important;
    font-weight: bold;
}

.PCB-design-Judges {
    background-color: #340540;
    padding: 80px 0 50px;
}

.PCB-design-Judges h3 {
    font-size: 43px;
    text-align: center;
    margin-bottom: 80px;
}

.PCB-design-Judges .list li {
    position: relative;
    float: left;
    width: 282px;
    height: 393px;
    margin-bottom: 80px;
    cursor: pointer;
}

.PCB-design-Judges .list li.space {
    margin-right: 185px;
}

.PCB-design-Judges .list li .dt {
    position: absolute;
    right: -60px;
    bottom: 0;
    z-index: 9;
    width: 213px;
    height: 62px;
    line-height: 1.4;
    padding: 15px 0 0 15px;
    background: url(../images/PCB-design/Judges-dt@Bg.png);
}

.PCB-design-Judges .list li .dt span {
    font-weight: bold;
}

.Judges-block-up {
    display: none;
    position: fixed;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    margin: auto;
    z-index: 99;
    width: 1280px;
    height: 620px;
    margin-left: -640px;
    background-color: #fff;
    cursor: default;
}

.Judges-block-up .Judges-block-body {
    padding: 10px;
}

.Judges-block-up .Judges-block-body .show {
    overflow: hidden;
    float: left;
    width: 431px;
    height: 600px;
}

.Judges-block-up .Judges-block-body .box {
    float: left;
    width: 740px;
    margin-left: 50px;
    padding: 20px 0;
    color: #333;
}

.Judges-block-up .Judges-block-body .box .name {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
}

.Judges-block-up .Judges-block-body .box .name .close {
    float: right;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/PCB-design/close.png) no-repeat;
}

.Judges-block-up .Judges-block-body .box a:hover {
    text-decoration: underline;
}

.PCB-design-Entries-requested {
    padding: 80px 0 50px;
    background-color: #260043;
}

.PCB-design-Entries-requested .mod .hd {
    text-align: center;
    font-size: 45px;
    margin-bottom: 50px;
}

.PCB-design-Entries-requested .mod .list {
    overflow: hidden;
}

.PCB-design-Entries-requested .mod .list li {
    float: left;
    width: 270px;
}

.PCB-design-Entries-requested .mod .list li.space {
    margin-right: 65px;
}

.PCB-design-Entries-requested .mod .list li .item {
    text-align: center;
}

.PCB-design-Entries-requested .mod .list li .item .icon {
    position: relative;
    display: block;
    width: 117px;
    height: 126px;
    margin: 0 auto;
    background: url(../images/PCB-design/PCB-design-requested@iconBg.png);
}

.PCB-design-Entries-requested .mod .list li .item .icon img {
    margin-top: 40px;
}

.PCB-design-Entries-requested .mod .list li .item em {
    display: block;
    margin-top: 20px;
}

.PCB-design-Entries-requested .mod .list li .item em .dt {
    color: #f124eb;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.PCB-design-Entries-requested .mod .list li .item .icon .number {
    position: absolute;
    left: 0;
    top: 10px;
    font-style: normal;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    background-color: #e810d4;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.PCB-design-Entries-requested .mod2 {
    position: relative;
    border: 1px solid #610a81;
    background: url(../images/PCB-design/Evaluation-Criteria@Bg.png) bottom right no-repeat;
    padding: 60px 40px 25px;
    margin-top: 150px;
}

.PCB-design-Entries-requested .mod2 .space {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 8px;
    z-index: 7;
    margin: auto;
    margin-left: -648px;
    width: 1294px;
    height: 465px;
    border: 1px solid #610a81;
}

.PCB-design-Entries-requested .mod2 .hd {
    position: absolute;
    left: 50%;
    right: 50%;
    top: -47px;
    z-index: 9;
    margin: auto;
    margin-left: -155px;
    width: 319px;
    height: 85px;
    background: url(../images/PCB-design/Evaluation-Criteria@dt.png);
}

.PCB-design-Entries-requested .mod2 .list {
    position: relative;
    z-index: 10;
    width: 860px;
}

.PCB-design-Entries-requested .mod2 .list li {
    margin-bottom: 35px;
    background: url(../images/PCB-design/Evaluation-Criteria@icon.png) 0 8px no-repeat;
    padding: 0 0 0 22px;
}

.PCB-design-Entries-requested .mod2 .list li .dt {
    color: #e21b84;
    font-size: 20px;
    font-weight: bold;
}

.PCB-design-Entries-requested .mod2 .list li a {
    font-style: italic;
    text-decoration: underline;
    color: #9935a9;
    font-size: 20px;
    font-weight: bold;
}

.PCB-design-Entries-requested .mod2 .list li a:hover {
    color: #e21b84;
}

.PCB-design-Organizer {
    height: 209px;
    background: url(../images/PCB-design/Organizer@Bg.png) center no-repeat #260043;
    padding-top: 200px;
}

.PCB-design-Organizer .mod {
    float: left;
    border-right: 1px solid #730c7e;
    margin: 0 45px 0 0;
    padding-right: 45px;
}

.PCB-design-Organizer .mod:last-child {
    border-right: 0;
}

.PCB-design-Organizer .mod .dt {
    display: block;
    font-size: 22px;
    height: 60px;
    line-height: 1.2;
    padding-left: 8px;
}

.PCB-design-Organizer .mod .dt p {
    font-size: 14px;
}

.PCB-design-Organizer .mod .dt p a {
    color: #fff;
}

.PCB-design-Organizer .mod a {
    float: left;
    margin: 0 8px 0 0;
}

.g-mian-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background: #000;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}