*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,body,div,header,nav,head,span,object,iframe,section,figure,aside,article,h1,h2,h3,h4,img,ol,ul,dl,p {margin:0;padding:0;border:0;background:transparent;}
li {list-style:none;}
:focus{outline: 0}
a{
    text-decoration: none;
}

div,body{
    padding: 0;
    margin: 0;
}
.lr{
    float: right;
}
body{
    background-color: #f5f5f5;
}
.header{
    background-color: #fff;
}
.logo{
    width:408px;
    height: 60px;
}

.header_cont{
    height: 60px;
    line-height: 60px;
}

.header_cont,.main{
    max-width: 1024px;
    margin: auto;
    
}
.but{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
    margin: 15px 0px 0 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    transition: all 0.2s;
    color: #3498DB;
    border: 1px solid #3498DB;
    user-select: none;
}

.but img{
    width: 20px;
    vertical-align: middle;
    margin-top: -4px;
}

.but2 img{
    width: 16px;
    margin-top: -3px;
}

.but2{
    color: #eb5d68;
    border: 1px solid #eb5d68;
}

.seach{
    background-color: #fff;
    padding:10px;
    margin-top: 10px;
}
.seach_span{
    border: 1px solid #f5f5f5;
    position: relative;
}

.seach input{
    height: 32px;
    padding: 0;
    margin: 0;
    border: 0;
    width: calc(100% - 240px);
    font-size: 14px;
    padding-left: 10px;
    color: #3498dc;
}

.seach input::-webkit-input-placeholder{
    color:#ccc;
}

.seach input::-moz-placeholder{ 
    color:#ccc;
}

.seach input:-moz-placeholder{ 
    color:#ccc;
}

.seach input:-ms-input-placeholder{  
    color:#ccc;
}

.seach input:focus{
    outline:none;
}


.seach button{
    height: 35px;
    vertical-align: middle;
    width: 100px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #3498DB;
    color: #fff;
    font-size: 16px;
    float: right;
    cursor: pointer;
    user-select: none;
}

.div_select{
    width: 120px;
    height: 35px;
    display: inline-block;
    position: relative;
    user-select: none;
}

#text{
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-size: 14px;
}

.select_dropdown{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #666;
    position: absolute;
    right: 15px;
    top:calc(50% - 3px);
}

#select_ul{
    padding: 10px;
    position: absolute;
    top: 45px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #fff3f3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    width: 120px;
    display: none;
    z-index: 999;
    border-radius: 6px;
}
#select_ul li{
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 14px;
    border-radius: 6px;
}
#select_ul li:hover{
    background-color: #3498DB;
    color:#fff;
}

.gong{
    padding: 5px 10px;
    font-size: 14px;
    background-color: #f1ecc6;
    border: 1px #FF9800;
    border-style: dashed;
    color: #635700;
}
.gong img{
    width: 18px;
    vertical-align: bottom;
    margin-right: 10px;
}

.cont{
    margin-top: 10px;
    background-color: #fff;
    padding: 10px;
}     
.nocont{
    text-align: center;
    padding: 120px 0;
    user-select: none;;
}
.nocont span{
    display: block;
    margin-top: 20px;
    color: #888;
    font-size: 14px;
}
.cont_ul{
    padding: 10px;
    background-color: #FFFFF8;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #f5f5f5;
}

.cont_ul .title a{
    color: #2196F3;
    text-decoration: none;
    font-size: 20px;
}   

.cont_ul .spans{
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.cont_ul .spans span{
    font-size: 12px;
    margin-right: 10px;
}

.cont_ul .chakan{
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
    text-decoration: none;
    color: red;
    padding: 3px 10px;
    border: 1px solid red;
    border-radius: 5px;
    font-size: 12px;
}
.bar{
    margin-top: 10px;
    text-align: center;
    display: none;
    margin-bottom: 10px;
}
.bar span{
    margin: 0 3px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    color: #999;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    background-color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.now-page{
    color:#fff !important;
    background-color: #3498DB !important;
}
.foot{
    user-select: none;
    width:100%;
    background-color: #444;
    text-align: center;
    position: fixed;
    bottom: 0;
}
.foot p{
    padding: 15px 0;
    color: #ccc;
    font-size: 12px;
}
.foot p a{
    color: #ccc;
}

@media screen and (max-width: 1023px){
    .logo{
        margin-left: 10px;
    }
    .butrg{
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px){
    .cont_ul .chakan{
        display: none;
    }
}

@media screen and (max-width: 468px){
    .wap{
        display: none;
    }
    .header_cont{
        height: 45px;
        line-height: 45px;
    }
    .but{
        border: 0;
        padding: 0px 0px;
        margin: 7.5px 7.5px 0 0px;
    }
    .logo{
        width: auto;
        height: 45px;
    }
    .but img{
        width:25px;
    }
    .but2 img{
        width:20px;
    }
    .seach_span{
        padding: 10px;
    }
    .div_select{
        display: block;
        width:100%;
    }
    .seach input{
        margin-top: 10px;
        border:1px solid #3498dc;
        height: 35px;
        width: calc(100% - 100px);
    }
    .seach button{
        margin-top: 10px;
    }
}