@charset "utf-8";

/*画册竞价页css*/

body {
    margin: 0;
}

#hd {
    background: rgba(255, 255, 255, 0.7) !important;
    height: 60px;
    border-bottom: 1px solid #E6E6E6;
    min-width: 950px !important;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}

#week_nav {
    position: relative;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 60px;
    background: #fffd;
}

#hd #week_nav .wk_navwp {
    width: 1180px;
    padding: 0;
    margin: 0 auto;
}

.wk_logo {
    float: left;
    width: 140px;
    height: 45px;
    /* margin-top: 15px; */
    /* overflow: hidden; */
}

.wk_logo h2 {
    margin: 0;
}

.wk_lonav {
    /* overflow: hidden; */
    float: left;
    width: 1100px;
    height: 60px;
}

.nav {
    float: right;
    height: 60px;
    /* overflow: hidden; */
    margin: 0;
}

.nav li a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s linear 0s;
    line-height: 60px;
    height: 60px;
    padding: 10px 0;
    /* overflow: hidden; */
}

.nav li {
    float: left;
    padding: 0 16px 0 23px;
    height: 60px;
    /* overflow: hidden; */
    line-height: 60px;
    background: url(../images/ico2.png) no-repeat left center;
}

.nav li:first-child {
    background: none;
}


/*弹出留言框*/

.message_diy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3339;
    display: none;
}

.message_diy .close {
    position: absolute;
    top: 20px;
    right: 28px;
    width: 40px;
    height: 40px;
    background: #eee;
    background: url('../images/common/x.png') no-repeat center;
}

.message_diy .contet {
    background: url('../images/common/tan1.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
    width: 900px;
    height: 390px;
    /*background: #fff;*/
    margin: 175px auto;
    /*padding: 40px 10px 25px;*/
}

.message_diy .contet .left {
    width: 450px;
    float: left;
    /*background: #eeda;*/
    text-align: center;
    padding: 85px 35px 0px 35px;
}

.message_diy .contet .left label {
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1px;
}

.message_diy .contet .left ul {
    padding: 0px 0 20px;
}

.message_diy .contet .left ul .input {
    width: 100%;
    height: 42px;
    margin-bottom: 20px;
    border: 1px solid #999;
    border-radius: 4px;
}

.message_diy .contet .left ul input {
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0 15px;
    border-radius: 3px;
    line-height: 55px;
}

.message_diy .contet .left ul select {
    font-size: 15px;
    letter-spacing: 1px;
    width: 380px;
    height: 100%;
    border: 0;
    padding: 0 15px;
    border-radius: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*background: url("../images/common/zs.png") no-repeat scroll right center transparent;*/
    padding-right: 14px;
    background-position: 95%;
    background-size: 15px;
    color: #666;
    line-height: 42px;
}

.message_diy .contet .left ul .input span {
    font-size: 16px;
    color: #fdb900;
    letter-spacing: 2px;
    display: block;
    float: right;
    width: 120px;
    line-height: 40px;
    text-align: center;
}

.message_diy .contet .left ul .input span:hover {
    background: #f5f5f5;
}

.message_diy .contet .left ul select option {
    padding: 15px;
    margin: 0 -4px;
    outline: none;
}

.message_diy .contet .left ul input:focus {
    outline: none;
}

.message_diy .contet .left ul select:focus {
    outline: none;
}

.message_diy .contet .left ul button {
    margin-top: 25px;
    width: 100%;
    height: 42px;
    background: #fdd100;
    border: 1px solid #fdd100;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2px;
}

#phone_hint {
    line-height: 10px !important;
    text-align: right;
    display: block;
    width: 165px !important;
    margin-top: 17px !important;
}


/*响应式布局*/

@media only screen and (max-width: 1520px) {
    .phone {
        display: none;
    }
}

@media only screen and (max-width: 1350px) {}

@media only screen and (max-width: 1250px) {
    .wk_lonav {
        width: 85%;
        padding-left: 5%;
    }
}

@media only screen and (max-width: 1150px) {
    .wk_lonav {
        width: 80%;
    }
    .nav {
        float: inherit;
    }
}

@media only screen and (max-width: 1055px) {
    .wk_lonav {
        width: 75%;
    }
}

@media only screen and (max-width: 1000px) {
    .wk_lonav {
        width: 68%;
    }
}