/* header start */
.header-index {
    background: #fff;
}

.header-index-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 87px;
    background: url(/public/img/head-bg.jpg) no-repeat bottom center;
}

.header-index-logo {
    display: inline-block;
    vertical-align: middle;
    width: 630px;
    height: 92px;
}

.header-index-logo img {
    width: 100%;
}

.header-index-search {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 27px;
    margin-left: 205px;
}

.header-index-search input {
    outline: none;
    padding: 0;
    margin: 0;
    color: #555;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-indent: 15px;
    border-radius: 19px;
    width: 247px;
    border: 1px solid #ffc637;
}

.header-index-login {
    float: right;
}

/* 未登录 */
.md-header-link-login li {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 0;
    margin-bottom: 12px;
}

.md-header-link-login span {
    color: #333333;
    margin-right: 6px;
    font-size: 14px;
}

.md-header-link-login li:last-child {
    margin: 0;
}


.md-header-link-login li:hover span {
    color: #e7201a;
}

/* logo */
.header-nav {
    width: 100%;
    position: absolute;
    bottom: -58px;
    background: rgba(110, 110, 110, 1);
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

.header-nav li {
    float: left;
    width: 155px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
}


.header-nav li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 40px;
    width: 80%;
    margin: 0 auto;
}

.header-nav li:first-child {
    width: 114px;
    height: 114px;
    line-height: 114px;
    padding: 0;
}

.header-nav li:first-child a {
    line-height: 114px;
    width: 100%;
}

.header-nav li.active a {
    font-size: 16px;
    font-weight: bold;
    background: #ffbe1d;
}

.header-nav li:hover a {
    font-size: 16px;
    font-weight: bold;
    background: #ffbe1d;
}

/* header end */


/* footer start */
.footer-nav {
    background: #2b3747;
}

.footer-nav-main {
    width: 1200px;
    margin: 0 auto;
    padding: 34px 0 34px;
}

.footer-nav-main ul {
    width: 880px;
}

.footer-nav-main li {
    float: left;
    min-width: 110px;
    line-height: 30px;
}

.footer-nav-main li:nth-child(1){
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer-nav-main li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 8px 10px 8px 0;
}

.footer-inner {
    background: #273444;
}

.footer-inner-main {
    width: 1200px;
    margin: 0 auto;
    padding: 41px 0 33px;
}

.footer-inner-text {
    width: 410px;
    float: left;
}

.footer-inner-text p {
    line-height: 42px;
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
    text-indent: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.footer-inner-text a {
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
}

.footer-inner-item {
    position: relative;
    float: left;
    margin-left: 130px;
}

.footer-inner-item::before {
    position: absolute;
    content: '';
    display: block;
    clear: both;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
    width: 1px;
    height: 70px;
    background: rgba(250, 250, 250, 0.3);
}

.footer-inner-item::after {
    position: absolute;
    right: 0;
    content: '';
    display: block;
    clear: both;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    right: -65px;
    background: rgba(250, 250, 250, 0.3);
}

.footer-inner-item p {
    line-height: 24px;
    color: rgba(250, 250, 250, 0.7);
    margin-bottom: 18px;
}

.footer-inner-item p.emal span {
    font-size: 14px;
}

.footer-inner-item p span {
    margin-right: 10px;
}

.footer-inner-img {
    float: right;
    margin-top: -65px;
}

.footer-inner-img img {
    margin-bottom: 13px;
    width: 134px;
    height: 134px;
}

.footer-inner-img p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.footer-ic {
    background: #1f2d3d;
    border-top: 1px solid #3d4957;
}

.footer-ic-main {
    width: 1200px;
    margin: 0 auto;
    padding: 18px 0;
}

.footer-ic-main p {
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
}

.footer-ic-main a {
    color: rgba(250, 250, 250, 0.7);
    font-size: 14px;
}

/* footer end */


/* login */
.cove-model {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
}


.Login-main {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    width: 446px;
    height: 348px;
    margin-top: -174px;
    margin-left: -223px;
    background: #fff;
    display: none;
    z-index: 101;
    transition: all 0.5s;
}

.Login-clos {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 102;
    background: url(/public/img/Release-clos.png);
    background-size: 100% auto;
}

.Login-main h1 {
    position: relative;
    text-align: center;
    color: #1894eb;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 28px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}

.Login-main li {
    overflow: hidden;
    zoom: 1;
    width: 306px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 23px;
    border: 1px solid #dadada;
}

.Login-main li input {
    height: 36px;
    padding: 0;
    float: left;
    width: 252px;
    border: none;
    outline: none;
    color: #999;
    font-size: 14px;
    padding: 0 0 0 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

.Login-name {
    position: relative;
    float: left;
    width: 30px;
    text-align: center;
}

.Login-name::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    clear: both;
    width: 1px;
    height: 70%;
    background: #dadada;
}

.login-box {
    width: 308px;
    margin: 0 auto;
    padding-top: 30px;
}

.login-btn {
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    background: #ffbe1d;
}

.login-items {
    width: 100%;
    padding: 10px 0;
}

.login-items a {
    color: #1894eb;
    font-size: 14px;
}

.login-items a.rz{
    float: right;
}

/* ------------------- */

.Release-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    width: 678px;
    height: 486px;
    z-index: 102;
    display: none;
    background: #fff;
}

.Release-main .reject-clos {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 102;
    background: url(/public/img/Release-clos.png);
    background-size: 100% auto;
}

.Release-main h1 {
    position: relative;
    text-align: center;
    color: #1894eb;
    font-size: 22px;
    padding: 15px 0;
    margin-bottom: 28px;
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}

.Release-main .rejust {
    right: 20px;
    color: #999;
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    left: 45%;
}

.Release-main .rejust a {
    color: #1894eb;
}

.Release-main li {
    overflow: hidden;
    zoom: 1;
    height: 36px;
    line-height: 36px;
    margin-bottom: 26px;
}

.Release-main li .register-name {
    width: 175px;
    float: left;
    color: #333333;
    font-size: 14px;
    text-align: right;
}

.Release-main li input {
    float: left;
    height: 34px;
    padding: 0 0 0 10px;
    outline: none;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #dadada;
}

.Release-main li input.call {
    width: 350px;
}

.Release-main li input.Verifi {
    width: 176px;
}

.register-img {
    cursor: pointer;
    float: left;
    width: 157px;
    height: 37px;
    margin-left: 16px;
    overflow: hidden;
}

.register-img img {
    width: 100%;
    height: 100%;
}

.register-img button {
    border: none;
    outline: none;
    width: 100%;
    height: 35px;
    cursor: pointer;
    color: #fffefe;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background: #1894eb;
}

.register-btn {
    color: #ffffff;
    font-size: 14px;
    width: 362px;
    border: none;
    outline: none;
    height: 36px;
    cursor: pointer;
    border-radius: 4px;
    background: #ffbe1d;
    margin-left: 185px;
}

@media screen and (min-width:1200px) and (max-width: 1360px) {
    .header-nav{
        bottom: -36px;
    }

    .header-nav li:first-child {
        width: 114px;
        height: 85px;
        line-height: 85px;
        padding: 0;
    }

    .header-nav li:first-child a {
        line-height: 85px;
    }

    .header-nav li {
        height: 40px;
        padding-top: 0;
    }
 
    .header-nav li a {
        color: #fff;
        display: block;
        font-size: 16px;
        line-height: 40px;
        width: 80%;
        margin: 0 auto;
    }
}