/*---
覆寫原本的style
---*/
#content_m{
    width:640px;
    text-align: left;
    line-height: normal;
    height: auto;
    background-color: #99d1d2;
}

/*---
新增的style由這往下
---*/

.menu_m li{
    float: left;
}

.kv_m{
    width: 100%;
    height: 390px;
    position: relative;
}

.kv_m .kv{
    position: absolute;
    left: -20px;
    top: -10px;
}

.kv_m .title{
    position: absolute;
    left: 40px;
    top: 50px;
}

.kv_m .btnTips1{
    position: absolute;
    right: 7px;
    top: 5px;
}

.kv_m .btnTips2{
    position: absolute;
    right: 7px;
    top: 30px;
}

.kv_m .btnCFA1{
    position: absolute;
    left: 99px;
    top: 280px;
}

.kv_m .btnCFA2{
    position: absolute;
    left: 325px;
    top: 280px;
}

.kv_m .code{
	position: absolute;
	left: 176px;
	top: 180px;
	color: #000000;
	font-size: 30px;
	font-weight: normal;
}


.btnMore_m{
    display: block;
    margin-left: 415px;
    margin-top: 19px;
    margin-bottom: 13px;
}

.btnRule_m{
    cursor: pointer;
}

.rule_m{
    width: 100%;
}

.rule_m ol{
    list-style: decimal;
    margin: 40px 0;
    padding: 0 80px;
}

.rule_m ol li{
    font-size: 15px;
    font-family: '微軟正黑體', Arial;
    color: #00455F;
    margin-bottom: 10px;
}

.tips1_m{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -280px;
    display: none;
}

.tips1_m .btnClose{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 265px;
    margin-top: -265px;
}

.tips2_m{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -318px;
    display: none;
}

.tips2_m .btnClose{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 265px;
    margin-top: -300px;
}
