div#announcement {
    /**width: 600px;*/
    background-color: #f4fc70;
    margin: 0 auto;
    font-size: 14px;
}

div#ktitle01 {
    /**width: 600px;*/
    background-color: #dbe9fd;
    margin: 0 auto;
    font-size: 20px;
}

div#sitebody {
    width: 1887px;
    background-color: #dfeffc;
    margin: 0 auto;
    font-size: 13px;
    
}
div#header {
	/**上面拉高*/
    background-color: #dfeffc ;
    height: 80px;
    text-align: center;
    line-height: 20px;
}
div#ititle {
	font-size:xx-large;
    height: 40px;
    width: 350px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 20px;
    text-shadow: 7px 5px 8px black;
}
div#ititle2 {
	font-size:large;
	color: tomato;
    height: 50px;
    width: 1400px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 20px;
    border-bottom:1px #FFD382
}
div#ititle3 {
	font-size:large;
	color: tomato;
    height: 25px;
    width: 1400px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 20px;
    border-bottom:1px #FFD382
}
div#ititleLink {
	font-size:larger;
	color: rgb(6, 103, 194);
    height: 24px;
    width: 1400px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 10px;
    border-bottom:1px #FFD382;
    padding-top : 5px;
}
div#ititleQ {
	font-size:larger;
	color: rgb(6, 103, 194);
    height: 24px;
    width: 1400px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 10px;
    border-bottom:1px #FFD382
}
div#ititleA {
	font-size:larger;
	color: rgb(49, 51, 73);
    height: 24px;
    width: 1400px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 10px;
    border-bottom:1px #FFD382
}
div#ititlered {
	font-size:large;
	color: red;
    height: 24px;
    width: 1400px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 10px;
    border-bottom:1px #FFD382
}

div#ititlefix {
	font-size:300%;
	color: #ff2e09;
    height: 50px;
    width: 1400px;
    background-color: #ffffff00;
    text-align: left;
    line-height: 20px;
}

div#iqrcode {
    height: 120px;
    width: 250px;
    text-align: top;
    float: left;
}

.photo {
    width:120px;
    margin-top: 3;

}

.photo2 {
    width:120px;
    float: left;
}

.intro {
    float:right;
}


div#sidebar_left {
    background-color: #FFECC9;
    width: 10px;
    height: 6500px;
    text-align: left;
    line-height: 10px;
    float: left;
}
div#sidebar_right {
    background-color: #FFECC9;
    width: 175px;
    height: 430px;
    text-align: left;
    line-height: 10px;
    float: right;
}

div#comment_right {
    background-color: #FFECC9;
    width: 300px;
    height: 912px;
    text-align: left;
    line-height: 10px;
    float: right;
}


div#content {
    margin-top: -17;
    margin-left: 120px;
    margin-right: 120px;
    height: 6500px;
    background-color: #F2FFF2;
    text-align: left;
    line-height: 50px;
}
div#footer {
    clear: both;
    background-color: #eef7ff;
    height: 1000px;
    text-align: center;
    line-height: 50px;
}


.back-to-top {

display: none; /* 默認是隱藏的，這樣在第一屏才不顯示 */

position: fixed; /* 位置是固定的 */

bottom: 140px; /* 顯示在頁面底部 */

right: 30px; /* 顯示在頁面的右邊 */

z-index: 99; /* 確保不被其他功能覆蓋 */

border: 1px solid #5cb85c; /* 顯示邊框 */

outline: none; /* 不顯示外框 */

background-color: #fff; /* 設置背景背景顏色 */

color: #5cb85c; /* 設置文本顏色 */

cursor: pointer; /* 滑鼠移到按鈕上顯示手型 */

padding: 10px 15px 15px 15px; /* 增加一些內邊距 */

border-radius: 10px; /* 增加圓角 */

}

.back-to-top:hover {

background-color: #5cb85c; /* 滑鼠移上去時，反轉顏色 */

color: #fff;

}
