html,
body {
    min-width: 1200px;
    height: 100%;
}

.wrapper {
    min-height: 100%;
}

.wrapper .footerpush {
    height: 313px;
    /* Footer 的高度 */
}

.footer {
    width: 100%;
    height: 313px;
    background: #242633;
    padding: 56px 0 0;
    clear: both;
    margin-top: -313px;
    box-sizing: border-box;
}

.wrap1000 {
    width: 1000px;
    margin: 0 auto;
}

.wrap1100 {
    width: 1100px;
    margin: 0 auto;
}

.wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

.wrap1260 {
    width: 1260px;
    margin: 0 auto;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}


/* 头部 */

.header {
    height: 72px;
    line-height: 72px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(224, 227, 228, 0.30);
}

.header .nav .logo {
    font-size: 20px;
    display: inline-block;
    height: 72px;
    line-height: 72px;
    margin-left: 36px;
}

.header .nav ul {
    height: 72px;
    margin-left: 40px;
}

.header .nav ul li {
    height: 72px;
    line-height: 72px;
    float: left;
    margin: 0 25px;
    position: relative;
}

.header .nav ul li a {
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.header .nav ul li.cur a {
    color: #0080ff;
}

.header .nav ul li .five {
    width: 118px;
}


/* 底部 */

.footer-container {
    border-bottom: 1px solid #36394d;
    padding-bottom: 56px;
}

.footer-service-caption {
    color: #dadde5;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 40px;
}

.footer-container a {
    font-size: 18px;
    color: #98a1b2;
    line-height: 24px;
}

.footer-container a:hover {
    color: #ADB8CC;
}

.footer-copyright {
    font-size: 14px;
    color: #dadde5;
    text-align: center;
    padding: 20px 0;
}

.footer-apps {
    padding: 0 160px;
}

.footer-service .links {
    padding-top: 24px;
}

.footer-service .links span,
.footer-more .links span {
    width: 1px;
    height: 16px;
    opacity: 0.2;
    background: #98a1b2;
    display: inline-block;
    vertical-align: -3px;
    margin: 0 16px;
}

.footer-apps a {
    margin-right: 60px;
    position: relative;
    float: left;
}

.footer-apps a:last-child {
    margin-right: 0 !important;
}

.footer-apps .code {
    width: 144px;
    height: 150px;
    background: url(../images/footer-code-bg.png) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
    display: none;
    position: absolute;
    top: -155px;
    left: -38px;
    padding: 12px;
    box-sizing: border-box;
}

.footer-apps a:hover .code {
    display: block;
}

.footer-apps .code img {
    width: 120px;
    height: 120px;
}

.footer-apps .footer-logo {
    vertical-align: middle;
    margin-right: 16px;
}

.footer-more .links .ico {
    width: 24px;
    height: 22px;
    background: url(../images/footer-ico-consult.png) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 8px;
    display: inline-block;
}

.footer-more .consult:hover .ico {
    background: url(../images/footer-ico-consult.png) left bottom no-repeat;
    vertical-align: middle;
}


/*反馈与技术支持*/

.popup_mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 666;
}

.popup_feedback {
    position: fixed;
    width: 300px;
    height: 280px;
    padding: 30px;
    top: 50%;
    left: 50%;
    margin-top: -170px;
    margin-left: -180px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 9998;
}

.popup_feedback .code img {
    width: 60%;
    padding-bottom: 15px;
}

.popup_feedback .close {
    position: absolute;
    top: -25px;
    right: -20px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/*20180329*/

.nav ul li a {
    height: 72px;
    display: inline-block;
}

.nav ul li a::after {
    content: '';
    width: 40px;
    height: 4px;
    opacity: 1;
    background: linear-gradient(135deg, #3d7eff, #3af2c4);
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mouse {
    position: relative;
}

.one:hover {
    color: #3d7eff;
    height: 68px;
    display: inline-block;
}

.nav ul li.cur a {
    font-weight: 900;
}

.nav ul li.cur a::after {
    display: block;
}

.dropdown-content {
    /*z-index: 99;*/
    /*position: absolute;*/
    /*background-color: #000;*/
    /*opacity: 0.5;*/
    /*width: 210px;*/
    /*color: #333;*/
    /*line-height: 50px;*/
    /*text-align: center;*/
    z-index: 99;
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    color: #333;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgba(34, 35, 37, 0.30);
    padding: 8px 0;
    line-height: 40px !important;
}

/*.dropdown-content-right {*/
/*    !*z-index: 99;*!*/
/*    !*position: absolute;*!*/
/*    !*background-color: #000;*!*/
/*    !*opacity: 0.5;*!*/
/*    !*width: 210px;*!*/
/*    !*color: #333;*!*/
/*    !*line-height: 50px;*!*/
/*    !*text-align: center;*!*/
/*    z-index: 99;*/
/*    position: absolute;*/
/*    top: 68px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 208px;*/
/*    color: #333;*/
/*    text-align: center;*/
/*    background: #ffffff;*/
/*    border-radius: 4px;*/
/*    !*box-shadow: 0px 2px 10px 0px rgba(34, 35, 37, 0.30);*!*/
/*    padding: 8px 0;*/
/*    line-height: 40px !important;*/
/*}*/



.dropdown-content a {
    border: none !important;
    /*color: black;*/
    text-decoration: none;
    display: block;
    width:100%;
    font-size: 16px !important;
    height: 50px !important;
    color: #333;
}

.dropdown-content a:hover {
    /*background-color: rgba(255, 255, 255, 0.1);*/
    /*color: #fff;*/
    /*border: none;*/
    /*width: 210px !important;*/
    background-color: #f0f1f2;
    color: #333;
    border: none;
}

.dropdown-content span {
    color: #333;
}

.mouse a:hover .dropdown-content {
    display: block;
}


/* 登录前 */

.loginBefore a,
.loginAfter a {
    font-size: 14px;
    color: #333;
}

.loginBefore span,
.loginAfter span {
    width: 1px;
    height: 15px;
    opacity: 0.2;
    background: #3d7eff;
    vertical-align: middle;
    margin: 0 4px;
    display: inline-block;
}

.loginBefore a:hover,
.loginAfter a:hover {
    color: #3d7eff;
}

.loginAfter .exit {
    width: 16px;
    height: 18px;
    background: url(../images/header-ico-exit.png) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
    display: inline-block;
}

.loginAfter .exit:hover {
    background: url(../images/header-ico-exit.png) left bottom no-repeat;
    vertical-align: middle;
    background-size: cover;
}


.header .nav .nav-login a {
    font-size: 12px;
}

.user-projects ul li .project-intro .cz a:hover {
    color: #0e6eef;
}

.user-projects ul li .project-intro h1:hover {
    color: #0e6eef;
}

.sywb_tk {
    width: 441px;
    height: 222px;
    background: url(../images/tkBg01.png) no-repeat 0 0;
}


/* 比赛入会弹窗 */

.popup_mask {
    background: rgba(0, 0, 0, 0.53);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    z-index: 1000;
}

.popup-meeting {
    width: 480px;
    height: 436px;
    background: #ffffff;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    box-sizing: border-box;
    display: none;
}

.popup-meeting .caption {
    padding: 24px 24px 0 34px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    box-sizing: border-box;
}

.popup-meeting .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.popup-meeting .close:hover {
    background-color: #dadde5;
    border-radius: 0 4px 0 0;
}

.popup-meeting .form-meeting {
    padding: 35px 48px;
}

.popup-meeting .form-meeting-input {
    position: relative;
}

.popup-meeting .form-meeting-input label {
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    display: block;
}

.popup-meeting .form-meeting-input input {
    width: 384px;
    height: 40px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #dadde5;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 34px;
    box-sizing: border-box;
}

.popup-meeting .form-meeting-input input:focus {
    border: 1px solid #3d7eff;
}

.popup-meeting .form-meeting-input input::placeholder {
    color: #98A1B2;
    font-size: 14px;
}

.popup-meeting .msg {
    font-size: 12px;
    color: #ff4433;
    position: absolute;
    bottom: 14px;
    left: 0;
}

.popup-meeting .form-meeting-btns .btn-join {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #3d7eff;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
}

.popup-meeting .form-meeting-btns .btn-join:hover {
    background: #73a2ff;
}

.popup-meeting .form-meeting-btns .btn-join.disabled {
    opacity: 0.3;
}

.popup-meeting .form-meeting-btns .disabled:hover {
    opacity: 0.3;
    background: #3d7eff;
}


/* 合作咨询弹窗 */

.popup-cooperate {
    width: 930px;
    height: 550px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 0 32px;
    box-sizing: border-box;
    display: none;
}

.popup-cooperate .close {
    width: 40px;
    height: 40px;
    background: url(../images/close.png) 0 0 no-repeat;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 20px;
}

.popup-cooperate .close:hover {
    background: url(../images/close_hover.png) 0 0 no-repeat;
}

.popup-cooperate .caption {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
    padding: 32px 0;
    border-bottom: 1px solid #dadde5;
}

.popup-cooperate .caption img {
    margin-right: 8px;
    vertical-align: middle;
}

.popup-cooperate .index {
    font-size: 18px;
    color: #333;
    padding-top: 24px;
}

.popup-cooperate .index a {
    padding: 0 11px;
}

.popup-cooperate .index a:hover {
    color: #3D7EFF;
}

.popup-cooperate .index a:hover {
    color: #3D7EFF;
}

.popup-cooperate .index a:last-child {
    padding-right: 0 !important;
}

.index-item {
    padding-top: 40px;
    clear: both;
}

.index-item-letter {
    width: 40px;
    height: 40px;
    background: #dadde5;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    float: left;
    margin-right: 32px;
}

.index-item-contact {
    width: 775px;
    color: #333333;
    font-size: 16px;
    float: left;
    line-height: 24px;
}

.index-item-contact span {
    width: 230px;
    padding: 8px 32px 8px 0;
    display: inline-block;
}

.index-item-contact span:nth-child(3n) {
    padding-right: 0 !important;
}

.index-item-contact .area {
    color: #333333;
    font-size: 16px;
    font-weight: 900;
    padding-right: 12px;
}

.index-item-contact .noPad {
    padding-bottom: 0;
}

.index-item-contact .name {
    color: #98a1b2;
    font-size: 16px;
    padding-left: 8px;
}

.popup-cooperate-container {
    height: 420px;
    overflow-y: auto;
}


/* 修改滚动条样式 */

.popup-cooperate-container::-webkit-scrollbar {
    width: 4px;
}

.popup-cooperate-container::-webkit-scrollbar-thumb {
    background-color: #dadde5;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}


/* 缺省页 */

.default_404 {
    width: 1200px;
    background: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 100px 0 130px;
    margin-top: 24px;
}

.default_404 .desc {
    font-size: 14px;
    color: #333;
    padding-top: 16px;
}