
.dk-header {
    width: 100%;
    height: 65px;
    background: #fff;

}

.dk-header .dk-header-box {
    width: 1200px;
    margin: 0 auto;
    min-width: 955px;

}

.dk-header .dk-codekuai-logo-box {

    float: left;
    padding-top: 15px;
    height: 65px;
    width: 106px;
    cursor: pointer;
}

.dk-header .dk-codekuai-logo-box .dk-codekuai-logo {
    width: 106px;
    height: 34px;
    background: url("/img/codekuaiLogo.png") no-repeat;
    display: inline-block;

}

.dk-header .dk-nav-box {
    text-align: center;
    line-height: 65px;
    margin-left: 60px;
    float: left;
}

.dk-header .dk-nav-box .dk-nav-item {
    width: 100px;
    height: 65px;
    float: left;

    cursor: pointer;
}

.dk-header .dk-nav-box .dk-nav-item a {
    color: #111111;
    width: 100px;
    height: 65px;
    font-size: 18px;
    display: inline-block;
}

.dk-header .dk-nav-box .dk-nav-item.current {
    background: #f5f5f5;
}

.dk-header .dk-nav-right-box {
    float: right;
}

.dk-header .dk-user-login-register-box {
    display: inline-block;
}

.dk-header .dk-user-login-register-box .dk-user-no-login {
    height: 65px;
    line-height: 65px;
}

.dk-header .dk-user-login-register-box .dk-user-no-login .dk-user-btn {
    width: 80px;
    height: 30px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
}

.dk-header .dk-user-login-register-box .dk-user-no-login .dk-user-btn:hover {
    border: 1px solid #4c97ff;
}

.dk-header .dk-create-box {
    display: inline-block;
    margin-left: 20px;
}

.dk-header .dk-create-box .dk-create-btn {
    display: inline-block;
    background: #ff5959;
    height: 65px;
    line-height: 65px;
    width: 80px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.dk-header .dk-user-login-register-box .dk-user-logined {
    position: relative;
    width: 100px;
    height: 65px;
    cursor: pointer;
}

.dk-header .dk-user-login-register-box .dk-user-logined .dk-user-header-img {
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 30px;
}

.dk-header .dk-user-login-register-box .dk-user-logined .dk-user-dropdown {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 1;
    padding-top: 20px;
}

.dk-header .dk-user-login-register-box .dk-user-logined .dk-user-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent #fff;
    left: 40px;
    top: 10px;
}

.dk-header .dk-user-login-register-box .dk-user-logined .dk-user-dropdown .dk-user-dropdown-ul {
    width: 100px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    padding: 5px;
    border-radius: 4px;
}

.dk-header .dk-user-login-register-box .dk-user-logined .dk-user-dropdown .dk-user-dropdown-ul .dk-user-dropdown-item {
    text-align: center;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;
}

.dk-header .dk-user-login-register-box .dk-user-logined .dk-user-dropdown .dk-user-dropdown-ul .dk-user-dropdown-item a {
    color: #666666;
}

.dk-header .dk-user-login-register-box .dk-user-logined .dk-user-dropdown .dk-user-dropdown-ul .dk-user-dropdown-item:hover {
    background: #f0f0f0;
}

.dk-footer {
    background-color: #f5f5f5;
}

.dk-footer .dk-footer-box {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 20px;
}

.dk-footer .dk-footer-box .dk-footer-box-div {
    width: 20%;
    min-width: 200px;
    height: 200px;
    float: left;

}

.dk-footer .dk-footer-box .dk-footer-item {
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    height: 30px;
}

.dk-footer .dk-footer-box .dk-footer-item a {
    color: #999999;
}

.dk-footer .dk-footer-box .dk-footer-item.first {
    color: #666;
    font-size: 16px;
}

.dk-footer .dk-footer-box .dk-footer-item .contact {
    margin-left: 18px;
    display: inline-block;
}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;

}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon.qq {
    background: url("/img/QQ_icon.png") no-repeat;
}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon.weixin {
    background: url("/img/weixin_icon.png") no-repeat;
}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon.weibo {
    background: url("/img/weibo_icon.png") no-repeat;
}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon.customer {
    background: url("/img/customer_icon.png") no-repeat;
}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon.phone {
    background: url("/img/phone.png") no-repeat;
}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon.email {
    background: url("/img/email.png") no-repeat;
}

.dk-footer .dk-footer-box .dk-footer-item .dk-icon.address {
    background: url("/img/address.png") no-repeat;
}

.dk-footer .dk-footer-box .dk-footer-box-div.fr {
    float: right !important;
}

.dk-footer .dk-footer-box .dk-vertical-line {
    width: 1px;
    background: rgba(0, 0, 0, .1);
    height: 160px;
    display: inline-block;
    float: left;
}

.dk-footer .dk-footer-box .dk-weixin-tips {
    display: inline-block;
    text-align: center;
    color: #999;
    line-height: 36px;
    margin-left: 6px;
    font-size: 16px;
}

.dk-footer-company-box {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.dk-footer-company-title {
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
}

.ck-right-button-box {
    position: fixed;
    bottom: 330px;
    right: 10px;
    display: none;
}

.ck-right-button-box ul {

}

.ck-right-button-box ul li {
    width: 60px;
    height: 60px;
    margin: 15px 0;
    position: relative;
    cursor: pointer;
}

.ck-right-button-box ul li.ck-right-button-item {
    width: 60px;
    height: 60px;
    background: url(/img/cxx_retop.png) no-repeat;
    background-size: 100%;
}

.ck-right-button-box ul li.ck-right-button-item:hover {
    width: 60px;
    height: 60px;
    background: url(/img/cxx_tophover.png) no-repeat;
    background-size: 100%;
}
