﻿@charset "utf-8";
/*全局*/
html{font-size:14px}

body,div,section,article,header,nav,footer,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,span,img,form,fieldset,legend,input,button,textarea,blockquote,th,td,menu,figure,dir,sup{
                        margin: 0;
                        padding: 0;
                        border: 0;
                        outline:0;
                    }
body{
    font-family:"微软雅黑","Helvetica Neue",Tohoma;
    font-size: 100%;
    color:#444;
}
a{
    text-decoration: none;
    color:#666;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
button,a,input{
    outline: none !important; 
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;/*兼容IE6*/
}
ul,li{
    list-style-type: none;
}
.hide{
    display: none;
}
*{
    box-sizing: border-box;
}
.FL-L{
    float:left;
}
.FL-R{
    float:right;
}
.TN-C{
    text-align: center;
}



/*活动整合首页************************************************************/
.zh-banner{
    width: 100%;
    height: 410px;
    background: url(../images/banner.jpg) no-repeat top center;
}
.m-zh-banner{
    width: 100%;
}
.zh-center{
    width: 1200px;
    margin:0 auto 50px auto;
}
.zh-title{
    width:100%;
    text-align:center;
    font-size:26px;
    padding:50px 0 40px 0;
    overflow: hidden;
}
.zh-titletext{
    position: relative;
}
.zh-titletext:before{
    position: absolute;
    content: "";
    top: 50%;
    width: 600px;
    height: 1px;
    background-color: #E4E4E4;     /*颜色任意调*/
    right: 100%;
    margin-right: 30px;
}
.zh-titletext:after{
    position: absolute;
    content: "";
    top: 50%;
    width: 600px;
    height: 1px;
    background-color: #E4E4E4;      /*颜色任意调*/
    left: 100%;
    margin-left: 30px;
}
.zh-table{
    width: 100%;
    border-collapse: collapse;
    border:1px solid #e4e4e4;
    color: #666;
}
.zh-table th{
    padding:0 20px;
    height: 45px;
    line-height: 45px;
    background: #efeff0;
    color: #444;
}
.zh-table th:first-child{
    text-align: left;
}
.zh-table td{
    border:1px solid #e4e4e4;
    padding:10px 20px;
    text-align: center;
    max-width: 450px;
    line-height: 1.5;
}
.zh-table td:first-child{
    text-align: left;
}
.zh-table td:nth-of-type(2){
    text-align: left;
}
a.lookmore{
    color: #0066cc;
}
.now-price{
    color: #ff7300;
}
.now-price span{
    font-size: 18px;
}
.zh-btn{
    display: block;
    min-width: 100px;
    height: 34px;
    line-height: 32px;
    border:1px solid #e4e4e4;
    margin:0 auto;
    padding:0 15px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
}
.cheap-div{
    width: 580px;
    float: left;
    margin-bottom: 40px;
}
.cheap-div:nth-of-type(2n){
    margin-left: 40px;
}
.cheap-pic{
    display: block;
    width: 100%;
}
.cheap-box{
    padding:20px;
    height: 100px;
    border:1px solid #e4e4e4;
}
.cheap-box h5{
    font-size: 16px;
}
.cheap-p{
    color: #666;
    line-height: 40px;
    height: 40px;
}
.zh-share{
    float: right;
    padding-top: 7px;
    height: 40px;
    margin-right: 20px;
}
.zh-share a{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/share.png) no-repeat;
    margin-right: 5px;
}
a.share-title{
    background-position: 2px center;
}
a.share-wx{
    background-position: -32px center;
}
a.share-qq{
    background-position: -67px center;
}
a.share-xl{
    background-position: -100px center;
}
.more-activities{
    display: block;
    margin:0 auto;
    border:1px solid #e5e5e5;
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
}
.sendtoyym{
    text-align: center;
    margin-top: 20px;
}
.sendtoyym a{
    color: #0066cc;
}



.zhuces-yuming{
    color: #41679f;
    font-weight: bold;
    font-size: 16px;
}
.zhuces-box{
    line-height: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.zhuces-box .zh-btn{
    margin-top: 10px;
    background: #fe8431;
    color: #fff;
    border-color: #fe8431;
}
.line-through{
    color: #999;
    text-decoration: line-through;
    margin-left: 20px;
}
.gray-btns{
    background: #ccc;
    color: #fff;
    cursor: default;
}



/*反馈页******************************************************/
.zh-centers{
    width: 630px;
    margin:40px auto;
}
.fk-item{
    font-size: 16px;
    line-height: 31px;
    background: url(../images/miao.png) no-repeat left center;
    padding-left: 80px;
    margin:0 auto 50px auto;
    max-width: 500px;
}
.fk-item p{
    font-size: 14px;
    color: #666;
}
.input-group-addon{
    background: #f9f9f9;
}
.input-group{
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.fk-input{
    min-width: 115px;
    border-radius: 0 !important;
}
.fk-scanf{
    border-radius: 0 !important;
    height: 40px;
}
.fk-group{
    width: 100%;
    margin: 30px 0 20px 0;
}
.fk-inputs{
    width: 100%;
    display: block;
    border-right:1px solid #ccc !important;
    border-radius: 0 !important;
    text-align: left;
    padding-left:44px;
    height: 40px;
    line-height: 25px;
}
.fk-text{
    width: 100%;
    border:1px solid #ccc;
    border-top: 0;
    line-height: 1.6;
    padding:10px 20px;
    height: 180px;
}
.kv-fileinput-caption{
    display: none !important;
}
.glyphicon-folder-open{
    display: none;
}
.btn-primary{
    background: #fff url(../images/fk.png) no-repeat center left 10px;
    border-radius: 0;
    color: #444;
    border-color: #ccc;
    width: 110px;
    padding-left: 30px;
}
.file-input-new{
    float: left;
    margin-right: 15px;
}
.chose-file{
    line-height: 40px;
}
.fk-btns{
    display:inline-block;
    padding:10px 25px;
    background: #fe8431;
    color: #fff !important;
    border-radius: 4px;
}





/*没有活动页**********************************************************/
.no-activity{
    color: #c6900f;
    font-size: 16px;
    margin-top:10px;
}
.MG40{
    margin:40px auto;
}
.link-title{
    text-align: left;
    font-size: 18px;
    margin-top:40px;
}
.other-link{
    text-align: left;
}
.other-link .zh-btn{
    display: inline-block;
    margin:15px 10px 0 0;
}
.TN-C .sendtoyym{
    margin-top: 40px;
}
.cx-tab{
    text-align: center;
}
.cx-tab a{
    display: inline-block;
    margin:0 1px;
     margin-bottom: 40px;
}

.tab-btns.selected{
    background: #fe8431;
    color: #fff;
    border-color: #fe8431;
}
.tab-btns{
    display: block;
    margin:0 auto;
    border:1px solid #e5e5e5;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    text-decoration: none !important;
}
.cx-tab a:first-child{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
.cx-tab a:last-child{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}




/*hover***************************************************************/
@media only screen and (min-width:769px){
    .vh-block{
        display: none;
    }
    a.lookmore:hover{
        text-decoration: underline;
    }
    .zh-btn:hover{
        color: #fff;
        background: #ff7300;
        border-color: #ff7300;
    }
    .gray-btns:hover{
        background: #ccc;
        color: #fff;
        border-color: #e4e4e4;
    }
    .zh-table tr:hover {
        box-shadow: 0px 0px 12px 0px #635656;
    }
    .zh-table tr:hover td{
        border:0;
    }
    .cheap-div:hover{
        box-shadow:0px 5px 12px 0px #ccc;
    }
    .cheap-div:hover .zh-share a{
        background: url(../images/shares.png) no-repeat;
    }
    .cheap-div:hover a.share-title{
        background-position: 2px center;
    }
    .cheap-div:hover a.share-wx{
        background-position: -32px center;
    }
    .cheap-div:hover a.share-qq{
        background-position: -67px center;
    }
    .cheap-div:hover a.share-xl{
        background-position: -100px center;
    }
    .more-activities:hover{
        background: #fe8431;
        color: #fff;
        border-color: #fe8431;
    }
    .sendtoyym a:hover{
        color: #fe8431;
        text-decoration: underline;
    }
    .btn-primary:hover{
        background:  #fff url(../images/fk2.png) no-repeat center left 10px;
        border-color: #ccc;
        color: #444;
    }
    .fk-btns:hover{
        background: #ff7200;
    }
    

}





@media only screen and (min-width:320px) and (max-width: 768px){
    .vs-block{
        display: none;
    }
    .zh-centers{
        width: 100%;
        padding:0 20px;
    }
    .zh-center{
        width: 100%;
        padding:0 20px;
    }
    .cheap-div{
        max-width: 100%;
        float: none;
        margin:20px auto;
    }
    .cheap-div:nth-of-type(2n){
        margin: 0 auto;
    }
    .zh-cheap{
        margin-bottom: 20px;
    }
    .cheap-box{
        height: auto;
    }
    .cheap-p{
        height: auto;
    }
    .zh-share{
        float: none;
        margin-right:0;
    }
    .zh-btn.FL-R{
        margin-top:40px;
    }
    .more-activities{
        width: 280px;
    }
    .tab-btns{
        width: 50%;
    }
    .cheap-box{
        padding:15px;
    }
    .cx-tab a{
        margin:0 0 20px 0;
    }
}
@media only screen and (min-width:320px) and (max-width: 384px){
    .zh-btn.FL-R{
        margin-top:5px;
    }
    .zh-share{
        display: inline-block;
    }
    .tab-btns{
        font-size: 15px;
    }
}