

.collect-box{
    /*position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:196px;
    overflow:hidden;
    z-index:99998;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;*/
}

.collect-box .box-bg{
    width:100%;height:100%;background:#051223;opacity:0.9;filter:alpha(opacity=90);z-index:-200;
}

.collect-box .box-ctrl{
   
    width: 100%;
}
.collect-box .box-content{
    position: relative;
    width: 980px;
    height: 176px;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
    color: #333;
}
.collect-box .box-pic-l{
    /*position: absolute;
    left:-95px;
    bottom:18px;*/
   
}
.collect-box .box-pic-l a{
    /*position: absolute;
    right: 0;
    bottom:-12px;*/
    color:#fff;
    text-decoration: underline;
}
.collect-box .box-cnt{
    height: 100%;
    /*padding: 0 2px 0 16px;*/
    color: #fff;

}
.collect-box .box-cnt-title h3{
    color:#fff;
    font-size: 16px;
    /*padding-top: 16px;*/
}
.collect-box .box-cnt-title p{
    font-size: 12px;
    color: #fff;
    margin-top: 16px;
}
.collect-box .box-cnt-title p span{
    display: inline-block;
    width: 230px;
    text-indent: 2px;
    margin-right: 5px;
    color: #fff;
}
.collect-box .box-close{
    position: absolute;
    top: 10px;
    right: -4px;
    font-size: 38px;
    line-height: 1.2;
    font-family: Simsun;
    color: #9aa1a8;
    outline: 0 none;
}
.collect-box .box-cnt .box-cnt-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: -100;
}
.collect-box .box-cnt-table{
    /*position: absolute;
    top: 61px;
    right: 42px;*/
    height: 100%;
    /*padding: 0 2px 0 16px;*/
    color: #fff;
}
.collect-box .box-cnt-table li{
    float: left;
    width: 230px;
    margin:0 5px 15px 0;
    position: relative;
}
.collect-box .box-cnt-table li .yaoxue{
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    padding-left: 9px;
    font-family: "\5FAE\8F6F\96C5\9ED1"!important;
}
.collect-box .box-cnt-table li .yaoxue:after{
    content: "";
    display: block;
    border: 4px solid transparent;
    border-top: 4px solid #999;
    /*position: absolute;
    top: 17px;
    right: -165px;*/
}
.collect-box .box-cnt-table .phone-li{
    position: relative;
    width: 260px;
}
.collect-box .box-cnt-table .phone-btn{
    /*position: absolute;
    top:0;
    right: 0;*/
    color:#333;
    background: #ccc;
    padding:10px 8px;
}
.collect-box .box-cnt-table .input_phone{
    
    width: 250px;
}
.collect-box .box-cnt-table input{
    border: none;
    padding: 0 10px;
    width: 210px;
    height: 37px;
    font-size: 16px;
    line-height: 38px;
    color: #333;
    outline: none;
    font-family: "\5FAE\8F6F\96C5\9ED1"!important;
}
.collect-box .box-cnt-table  .input_code{
    width:60px;
    
}
.collect-box ul, .collect-box ul li {
    list-style: none;
    margin: 0;
    padding: 0;

}
.collect-box  .box-btn-a{
    color:#fff;
    background: #FF9900;
    padding: 11px 40px;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
}
.collect-box .box-cnt-table .box-cnt-sel{
    appearance:none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    width: 230px;
    height: 37px;
    text-indent: 70px;
    color: #333;
    font-size: 16px;
    line-height: 37px;
    font-family: "\5FAE\8F6F\96C5\9ED1"!important;
    border-radius: 0;
    border:0;
}
.collect-box .box-btn{
    position: absolute;
    bottom:25px;
    right: 47px;
}
.collect-hide-box{
    width: 126px;
    height: 133px;
    position: fixed;
    left: -126px;
    bottom: 30px;
    cursor: pointer;
    background:url("../../images/mall_store_v2/dingzhi.png") no-repeat top center;
    z-index:99998;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

#seccode_image{
    cursor: pointer;
    position: absolute;
    left: 80px;
    height: 37px;
}










