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

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

.clear{
    clear: both;
}

.menu_pc li{
    float: left;
}

.menu_pc li a:hover{
    background-position: bottom;
}

.menu_pc .menu1 a{
    display: block;
    width: 303px;
    height: 42px;
    background-image: url('../images/pc/menu1.jpg');
}

.menu_pc .menu2 a{
    display: block;
    width: 303px;
    height: 42px;
    background-image: url('../images/pc/menu2.jpg');
}

.menu_pc .menu3 a{
    display: block;
    width: 304px;
    height: 42px;
    background-image: url('../images/pc/menu3.jpg');
}

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

.kv_pc .kv{
    position: absolute;
    left: 0;
    top: 0;
}

.kv_pc .title{
    position: absolute;
    left: 55px;
    top: 30px;
}

.kv_pc .btnTips1{
    position: absolute;
    right: 7px;
    top: 10px;
}

.kv_pc .btnTips2{
    position: absolute;
    right: 7px;
    top: 35px;
}

.kv_pc .btnCFA1{
    position: absolute;
    left: 99px;
    top: 269px;
    width: 211px;
    height: 101px;
    background-image: url("../images/pc/btn_cfa1.png");
}

.kv_pc .btnCFA1:hover{
    background-position: bottom;
}

.kv_pc .btnCFA2{
    position: absolute;
    left: 325px;
    top: 269px;
    width: 211px;
    height: 101px;
    background-image: url("../images/pc/btn_cfa2.png");
}

.kv_pc .btnCFA2:hover{
    background-position: bottom;
}

.kv_pc .code{
	position: absolute;
	left: 191px;
	top: 190px;
	color: #000000;
	font-size: 27px;
	font-weight: normal;
}


.btnMore_pc{
    display: block;
    margin-left: 688px;
    margin-top: 19px;
    margin-bottom: 13px;
}

.btnRule_pc{
    cursor: pointer;
}

.rule_pc{
    width: 100%;
}

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

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

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

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

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

.tips2_pc .btnClose{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 302px;
    margin-top: -335px;
}
