/*全局样式*/
* {
    margin: 0;
    padding: 0;
     margin:0px auto; 
}

#topwhite {
    
   text-align:left;cursor:hand; COLOR:#FFFFFF;text-decoration: none;
}


fieldset {
	margin:0 auto; 
    padding: 0px;
    margin: 0px;
    border: 1px solid #ccc;
}

legend{
    font-size: 18px;
    font-weight: bold;
}

#addr-show, #addr-show02,#addr-show03{
    width: 200px;
    height: 25px;
    margin-bottom: 10px;
}

.btn {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ccc;
    outline: none;
    background-color: #aaa;
    margin: 0 20px;
}

.btn:disabled{
    background-color:#ccc;
}


/*方法二样式部分*/
#addr-choice{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
}

#title-wrap li,#addr-wrap li{
    display: inline-block;
    font-size: 1.5em;
    cursor: pointer;
}

#title-wrap li{
    width:32%;border: 1px solid #ccc;
    text-align: center;
    font-size: 2em;
    padding-top: 8px;
}

.titleSel{/*被选中的卷章节的样式*/
    font-size: 1.2em;background-color: #338833;
    COLOR:#FFFFF0;height: 100%;display: inline-block;
    font-weight: bold;line-height: 1.2em;
}

.addr-wrap li{
    width: 24%;
    height: 5.5em;color:#338833;
    border-radius: 4px;
    line-height: 40px;
    font-size: 1em;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align: center;
}

.addr-wrap, addr-wrapChap1,addr-wrapChap2,addr-wrapContent {
border: 1px solid #ccc;
}

.addr-wrapChap1 li{
    width: 97%;
    height: 2.2em;color:#338833;
    border-radius: 4px;
    line-height: 2.2em;
    font-size: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align: left;
}

.addr-wrapChap2 li{
    width: 49%;
    height: 2.2em;color:#338833;
    border-radius: 4px;
    line-height: 2.2em;
    font-size: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-align: left;
}

.addr-wrapP li{
    width: 16%;
    height: 2.2em;color:#338833;
    border-radius: 4px;
    line-height: 30px;
    font-size: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;text-align: left;
}


.addr-wrapContent {
    width: 98%;
    color:#000000;
    font-size: 14px;
    overflow:hidden;
}

.addr-wrapContentTwo {
    width: 49%;
    color:#000000;
    font-size: 14px;
    overflow:hidden;
}


.content {
    color:#000000;
    font-size: 1.2em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 2px;
    padding-bottom: 5px;
}

.content a{
    color:#338833;
    font-size: 1.1em;
    font-weight: bold;
}
.addr-wrap li:hover{
    background-color: #23B7E5;
    zIndex:999999;
}
#b{
    color:#000000;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

#link{
    color:#338833;
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 10px;
}

.chap{
color: #338833;
}

#up a{
font-size: 1.2em;background-color: #338833;border: 1px solid #ccc;
    COLOR:#FFFFF0;height: 100%;display: inline-block;
    font-weight: bold;line-height: 1.2em;
}

