
.col-ms-margin table{
	margin:auto;
}
body{
    background: #fafafa;
}

.padding20{
    padding: 20px;
}

.margin_top40{
    margin-top: 40px;
}

#vip_free{
    max-width: 100%;
}
.max_width100{
    max-width: 100%;
}
@media screen and (max-width: 767px) {
   #vip_detail{
       height: 145px;
   }
    #vip_detail>div{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
    }
}
@media screen and (min-width: 1920px) {
    #vip_img{
        height: 600px;
        overflow: hidden;
    }
}
@media screen and (min-width: 768px) {
    #vip_detail{
        height: 150px;
    }
    #vip_detail>div{
        padding-top: 10px;
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
}
/*½ø¶ÈÌõ*/

.box {
    width: 150px;
    background: rgba(238, 238, 238, 1);
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    margin: 0 10px;
}
@media screen and (max-width: 768px) {
    #vip_free{
        width: 200px;
    }
    .box {
        width: 100px;
    }
    #lie{
        width: 10px;
    }
}
.bg {
    height: 20px;
    width: 0;
    background: rgba(187,169,141,1);
    border-radius: 5px 0 0 5px;
}
#box_cover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 120%;
    height: 150%;
    margin-left:-5px;
    margin-top: -5px;
    border: none;
    background: transparent;
}
@media screen and (max-width: 767px) {
    #box{
        margin-left: 0;
    }
    #box_cover{
        width: 130%;
    }
}
.lie {
    height: 30px;
    width: 20px;
    background: #eeeeee;
    border-radius: 4px;
    position: absolute;
    top: -5px;
    left: 0;
    border: 1px solid #999999;
}
#box_cover:focus{
    outline: none;
}
#txt{
    width:30px;
}
#txt01{
    width: 30px;
}
/*进度条end*/
/*btnclub*/
.btn_club{
    height: 30px;

    background: rgba(238, 238, 238, 1);
    border-radius: 0;
}
.btn_club:focus,.btn_active{
    background: rgba(193, 177, 152, 1);
    color: #eeeeee;
    outline: none;
}
#year01{
    border-radius: 5px 0 0 5px;
}
#year02{
    border-radius:0 5px 5px 0;
}
.img100{
    width: 100%;
}
/*btnclub end*/