
.container-box {
    width: 425px;
    margin: 100px auto 10px auto;
    position: relative;
}

.container-box ul {
    width:100%; height:auto; float:left;
    margin-top:20px;
}

.container-box li {
    float: left;
    list-style-type: none;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
    width: 160px;
    height: 223px;
    background-color: #fff;
}
.container-box .fr{ float:right;}

.container-box li img {
    width: 160px;
    height: 223px;
    border-radius: 10px;
}
.hide {
    background-color: #fff;
    display: inline-block;
    width: 160px;
    height: 223px;
    position: absolute;
    z-index: 9998;
}

.box {
    position: relative;
}

.list {
    position: absolute;
}

.analyze{
    height:200px;
    width:410px;
    border:1px solid #ccc;
    text-align: center;
    padding:10px;
    display: none;
    border-radius:3px;
}
.btn-analyze{
    display:inline-block;
    width:200px;
    height:40px;
    line-height: 40px;
    border:1px solid #ccc;
    border-radius:5px;
    background-color: #c01209;
    color:#fff;
    font-size: 16px;
    margin-top:70px;
}

#popup {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    z-index: 999999;
}

#popup .bg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

@media \0screen\,screen\9 {
    #popup .bg {
        background-color: #000000;
        filter: Alpha(opacity = 50);
        position: static;
    }
    #popup .bg img {
        position: relative;
    }
}

#popup img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.xipai_btn{background: #c01209;
    color: #fff;
    width: 120px;
    text-align:center;
    display: block;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    margin: auto;
    text-rendering: auto;
    letter-spacing: 3px;}

.wanling_txt{ width:100%; height: 30px; border: 1px solid #c01209; line-height: 30px; text-indent: 1rem; color:#494949;}
.wenxin_msg{ line-height:30px;}
.tuijian{width:340px; height:auto; position:absolute; z-index:9999; top:500px; right:0;}
.tuijian a{ width:100%; line-height:25px; display:block; color:#c01209;}







