/* CSS Document */
/*公共*/
.buttom{box-shadow: 0px 0px 15px 2px rgba(64, 64, 64, 0.12);position: fixed;bottom: -1px;left: 0; width: 100%;height: 54px;z-index: 1;background: white;}
.xian{width: 33.3%; height: 24px; border-left: solid 1px #eee; border-right: solid 1px #eee;position: fixed; left:33.3%;bottom: 10px;z-index: 1;}
.buttom_list{width: 33.33%;float: left;line-height: 54px;text-align: center;position: relative;z-index: 2;}
.buttom_p{font-size:1.3125rem;}
.color{color: #4374e4;}
.buttom_bg{width: 1.55rem;vertical-align: middle;margin-top: -3px;margin-right: 3px;}
.gohome{height: 36px;position: relative;background: white;border-bottom: solid 1px #eee;}
.gohome_bg{width:16px;position: absolute; top:8px;left: 6px;}
.gohome_p{font-size: .875rem;text-align: center;line-height: 36px;}

/*首页*/
#banner{display: block;width: 100%;}
.card_box{width: 84%;border-radius: .4rem;box-shadow:0px 0px 8px #9bb4de;background: white;margin: .5rem auto;overflow: hidden;margin-bottom: 6.625rem;}
.ul{box-shadow:inset 0px 0px 20px #c7d7ed;width: 90%;height: 100%;padding:0% 5%;}
.li{padding: 10% 0;overflow: hidden;border-bottom: solid 1px #eee;}
.li_top{overflow: hidden;height: 100%;width: 100%;position: relative;}
.li_bg{width:50%;display: block;float: left;margin-right: 5%;}
.li_p{float: left;font-size: 1.6875rem;font-weight: bold;}
.li_p span{font-size: 1.6875rem;font-weight: bold;}
.at{color: #4374e4;}
.face_money{font-size: 1.5rem; text-decoration: line-through;color: #898e92;position: absolute;bottom: 0;left:55%;}
.card_money{font-size: 1.6875rem;font-weight: bold;color: #e7284c;position: absolute;bottom: -.1rem;right:0rem;line-height: 36px;}
.money{font-size: 81px;font-weight: bold;color: #e7284c;}
.li_bottom{margin-top: 5%;}
.timer{font-size: 1.3125rem;color: #898e92;text-align: center;margin-bottom: .5rem}
.clock{font-size: 1.3125rem; color: #898e92;}
.card_but{line-height: 54px;font-size: 24px;}

.c_1 {font-size: 1.3125rem;text-align: justify;display: inline-block;color: #64799a;}
.c_1span{font-size: 1.3125rem;font-weight: bold;color: #45546d;}
 @media screen and (min-width: 1100px) {
 	.card_box {
    width: 74%;
    border-radius: .4rem;
    box-shadow: 0px 0px 8px #9bb4de;
    background: white;
    margin: .5rem auto;
    overflow: hidden;
    margin-bottom: 6.625rem;
	}
 }