body,iframe,div {margin:0;padding:0;font-family: Verdana, 微软雅黑; box-sizing: border-box;}
a {text-decoration:none;color:rgb(0, 4, 255);}
iframe {border-width:0;}
.Container {
  background-color: #E0F5FF;
  padding-bottom: 200px;
  padding-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow: 2px 2px 2px #888888;
  max-width: 95%;
  margin: 0px auto;
}

.bottomPics {
    transform:translateY(-125px);
    margin: 0 auto;
    width: 80%;
}

.bottomArea {
}

.bottomText {
    color: white;
    font-size:25px;
    margin-bottom:10px;
}

.bottompic
{
    max-height:200px;
}

.bdsharebuttonbox {
    position: relative;
    width:100%;
    text-align: center;
}

.bdsharebuttonbox div {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    cursor:pointer;
    display: inline-block;
}

.bdsharebuttonbox .bds_tsina {
    background: url(gbRes_6.png) no-repeat center center;
    background-size: 100% 100%;
}

.bdsharebuttonbox .bds_qzone {
    background: url(gbRes_4.png) no-repeat center center;
    background-size: 100% 100%;
}

.bdsharebuttonbox .bds_weixin {
    background: url(gbRes_2.png) no-repeat center center;
    background-size: 100% 100%;
}

.bdsharebuttonbox .bds_sqq {
    background: url(gbRes_3.png) no-repeat center center;
    background-size: 100% 100%;
}

.textA {
    float: left;
    font-size: 16px;
    font-weight:500;
    margin-right:20px;
}

.label { /*做一个书签效果*/
    position: absolute; /*必须*/
    right: 1%;
    width: 27%;
    content: "";
    cursor: pointer;
}

.label:before { /*做一个书签效果*/
  position: absolute; /*必须*/
  right: 1%;
  z-index: 1;
  width: 27%;
  height: 0;
  padding-left: 10px;
  font-weight: bold;
  line-height: 0;
  color: #000;
  border: 30px solid #ee7600;
  content: "";
  border-left-color: transparent; /*左边框透明，变成空缺的角*/
  box-shadow: 0 5px 5px -5px #000;
  cursor: pointer;
}

.label:after { /*书签的夹角*/
        content: '';
        position: absolute;
        transform: translateY(60px);
        right: 3%;
        border: 10px solid #89540c;
        border-right-color: transparent;
        border-bottom-color: transparent;
}

.label2:before { /*做一个书签效果*/
    position: absolute; /*必须*/
    right: 3%;
    z-index: 1;
    width: 27%;
    height: 0;
    padding-left: 10px;
    font-weight: bold;
    line-height: 0;
    color: #000;
    border: 30px solid #00d6c9;
    content: "";
    border-left-color: transparent; /*左边框透明，变成空缺的角*/
    box-shadow: 0 5px 5px -5px #000;
    cursor: pointer;
}

.label2:after { /*书签的夹角*/
    content: '';
    position: absolute;
    transform: translateY(60px);
    right: 3%;
    border: 10px solid #009f95;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.label:hover:before {
  box-shadow: 0 10px 10px -5px #000;
}
.label:hover p {
  color: #FFF;
}

.label p{
  position: absolute;
  color: #DDD;
  transform: translateY(-20px);
  right: 10%;
  z-index: 2;
  font-size: 25px;
  font-weight: 600;
}

.textL1 {
    margin: 10px 0px 30px 10px;
    font-size: 16px;
}

#background {position: fixed;top: 0;left: 0;z-index: -1;width: 100%;height: 100%;pointer-events: none;}

#sortTowerSelect{margin:10px;background-color:rgba(252, 252, 252, 0.6)}

.towerTab {
  background-color:#CCFF99;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
} 
.towerTab:hover {
  box-shadow: 0 5px 5px 0 rgba(87, 198, 232,.74), 0 3px 1px -2px rgba(87, 198, 232,.80), 0 1px 5px 0 rgba(87, 198, 232,.72);
}
.towerTab {
    margin: 10px;
    position: relative;
    max-height: 270px;
    max-width: 480px;
    height: 270px;
    background-origin: border-box !important;
    display: inline-block;
}

.toppic {
    width: 100%;
    height: 150px
}

.winner {
    position: absolute;
    right: 0;
    top:0;
    margin:0px !important;
}

.tool {
    width: 70%;
}

.midtool {
    width: 80%;
}

.bigtool {
    width: 90%;
}

.sectionTab {
  background-color:#fAfAfA;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  margin: 20px 2%;
  overflow: hidden;
  display:inline-block;
  position:relative;
  height: 230px;
  max-width:500px;
  width: 45%;
  background-origin: border-box !important;
  cursor: pointer;
}
.sectionTab:hover {
  box-shadow: 0 20px 20px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

@media (min-width:200px) and (max-width:400px) {
    .Container {
        max-width: 100%;
        padding: 50px 0px 100px 0px;
        padding-bottom: 70px;
        padding-top: 15px;
    }

    .towerTab {
        padding-left:0px;
        padding-right:0px;
        width: 98%;
        height: 220px;
        margin-left:0px;
        margin-right:0px;
    }
}

@media (min-width:400px) and (max-width:950px) {
    .Container {
        max-width: 100%;
        padding: 50px 0px 100px 0px;
        padding-bottom: 70px;
        padding-top: 15px;
    }
    .towerTab {
        width: 98%;
        max-width: 400px;
        height: 230px;
    }
}

@media (min-width:950px) and (max-width:1700px) {
    .Container {
        max-width: 90%;
        padding: 50px 20px 100px 20px;
    }

    .towerTab {
        width: 70%;
        max-width: 480px;
    }
}

@media (min-width: 1700px) {
  .Container {
    max-width: 90%;
  }
  .towerTab {
    width: 40%;
    max-width: 480px;
  }
}

.towerAuths {
  position:absolute;left:0px;top:5px;
  width: 100%;
}
.towerAuth {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #333;
}
.towerAuth2 {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #828282;
}
.towerAuthK {
  text-align: center;
  display: block;
  font-size: 20px;
  color: #000;
}

.sectionAuths {
}

.sectionAuth {
    margin-left: 10px;
    text-align: left;
    font-size: 24px;
    color: #000;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.towerTags {
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0px;
    bottom: 3px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.towerTag {
  margin-left: 5px;
  line-height: 31px;
  padding: 3px;
  font-size: 14px;
  color: #000;
  text-shadow: 0px 0px 1px rgba(128, 128, 128, 0.7);
  background-color:#CCFFCC;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.towerComment {
  position:absolute;
  right:5px;
  bottom:3px;
  padding: 0px 5px;
  text-align: right;
  font-size: 16px;
  text-shadow: 0px 0px 1px rgba(128, 128, 128, 0.7);
  background-color:#CCFFCC;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.towerComment a{
  color:black;
}

.towerComment:hover a{
  color: #FFF;
}
.towerName {
    font-size: 35px;
    color: #FFFFFF;
    position: absolute;
    left: 4%;
    top: 13%;
    width: 45%;
    height: 35%;
    z-index: 3;
    font-weight: 600;
    text-shadow: 1.5px 1.5px 1.5px #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.towerAuthString {
    font-size: 15px;
    position: absolute;
    left: 0%;
    bottom: 18%;
    text-align: left;
    z-index: 3;
    font-weight: 600;
    width: 55%;
    height: 8%;
    color: #000;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sectionName {
    font-size: 30px;
    color: #000;
    position: absolute;
    left: 180px;
    top: 20px;
    margin: 0px;
    width: 40%;
    height: 45%;
    z-index: 3;
    font-weight: 500;
    overflow: hidden;
}

.sectionString{
  font-size: 18px;
  z-index: 3;
  font-weight:600;
  margin: 5px;
  color: #FFF;
  overflow: hidden;

  display: -moz-box;/*兼容Firefox*/
  display: -webkit-box;/*兼容FSafari、Chrome*/

  -moz-box-align: center;/*兼容Firefox*/
  -webkit-box-align: center
;/*兼容FSafari、Chrome */

  -moz-box-pack: start;/*兼容Firefox*/
  -webkit-box-pack: start;/*兼容FSafari、Chrome */
}

.towerImg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/assets/default.jpg);
    width: 590px;
    height: 312px;
    z-index: 0;
    margin: 30px 20px;
    overflow: hidden;
    border: 12px solid;
    border-image: url(/assets/fux2_bd1.png) 12;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.towerTags2 {
    width: 90%;
    margin: 10px auto;
    max-width: 90%;
}

.towerTag2 {
    padding: 3px;
    margin: 10px 20px;
    font-size: 16px;
    color: #000;
    text-shadow: 0px 0px 1px rgba(128, 128, 128, 0.7);
    background-color: #CCFFCC;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    display: inline-block;
}

.towerInfo {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(/assets/default.jpg);
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 5px;
    bottom: 80px;
    right: 210px;
    z-index: 0;
    padding: 2px 5px;
    overflow: hidden;
    border: 12px solid;
    border-image: url(/assets/fux2_bd1.png) 12;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.towerInfo:hover{
   opacity: 0.7;
}

.towerInfoA {
    background-color: #CCFF99;
    font-size: 12px;
    position: absolute;
    width: 170px;
    top: 10px;
    bottom: 50px;
    right: 10px;
    overflow: auto;
    padding: 2px 5px;
    overflow: hidden;
    border: 5px solid lightgreen;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.towerInfoA:hover {
    opacity:0.7;
}

.sectionInfoA {
  font-size: 12px;
  position: absolute;
  right:10px;
  top: 70px;
  bottom: 45px;
  left: 180px;
  overflow: auto;
  padding: 2px 5px;
  overflow: hidden;
}

.towerInfo img{
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.towerInfo img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.activityImg {
    width: 590px;
    height: 312px;
    z-index: 0;   
    margin: 30px auto;
    overflow: hidden;
    border: 12px solid;
    border-image: url(/assets/Aborder.png) 12;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    cursor: pointer;
}

.activityImg img {
    width:100%;
    height:100%;
    transition: all 1s;
}

    .activityImg img:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

.sectionInfo {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 120px;
  height:120px;
  overflow: auto;
  overflow: hidden;

  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.sectionInfo img{
  width: 100%;
  height: 100%;
}

.sectionInfo_background {
  top: 5px;
  left: 25px;
  width: 130px;
  height:130px;
  position:absolute;
  background-color: #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 2px 2px 2px #888888;
}

.towerTab {color:black;}
.towerTab > *{margin:3px 10px;}
.towerTab > :last-child{margin-bottom:8px;}

.statistics {
    width: 24px;
    height: 24px;
    float: right;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5OS45MDQsNDU2LjYwN0gxMi4wOTZDNS40MTUsNDU2LjYwNywwLDQ2Mi4wMjIsMCw0NjguNzAzYzAsNi42NzksNS40MTUsMTIuMDk2LDEyLjA5NiwxMi4wOTZoNDg3LjgwOCAgICBjNi42NzksMCwxMi4wOTYtNS40MTcsMTIuMDk2LTEyLjA5NkM1MTIsNDYyLjAyMyw1MDYuNTg1LDQ1Ni42MDcsNDk5LjkwNCw0NTYuNjA3eiIgZmlsbD0iIzdmN2Y3ZiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ2OC4zNyw4OC4zMDVoLTg0Ljk0OGMtNi42NzksMC0xMi4wOTYsNS40MTctMTIuMDk2LDEyLjA5NnY4Mi4yNGgtNjAuNzU3VjQzLjI5N2MwLTYuNjc5LTUuNDE3LTEyLjA5Ni0xMi4wOTYtMTIuMDk2ICAgIGgtODQuOTVjLTYuNjc5LDAtMTIuMDk2LDUuNDE3LTEyLjA5NiwxMi4wOTZ2MjI4Ljg4MmgtNjAuNzU3VjE2OS4zNmMwLTYuNjgxLTUuNDE3LTEyLjA5Ni0xMi4wOTYtMTIuMDk2SDQzLjYyNiAgICBjLTYuNjgxLDAtMTIuMDk2LDUuNDE1LTEyLjA5NiwxMi4wOTZ2MjMxLjU2M2MwLDYuNjgxLDUuNDE3LDEyLjA5NiwxMi4wOTYsMTIuMDk2aDg0Ljk0OGg4NC45NDhoODQuOTVoODQuOTQ5aDg0Ljk0OCAgICBjNi42ODEsMCwxMi4wOTYtNS40MTcsMTIuMDk2LTEyLjA5NlYxMDAuNDAxQzQ4MC40NjYsOTMuNzIyLDQ3NS4wNTEsODguMzA1LDQ2OC4zNyw4OC4zMDV6IE0xMTYuNDc5LDM4OC44MjdINTUuNzIyVjE4MS40NTYgICAgaDYwLjc1N1YzODguODI3eiBNMjAxLjQyOSwzODguODI3aC02MC43NTd2LTkyLjQ1Nmg2MC43NTdWMzg4LjgyN3ogTTI4Ni4zNzgsMTk0LjczN3YxOTQuMDlIMjI1LjYyVjU1LjM5M2g2MC43NThWMTk0LjczN3ogICAgIE0zNzEuMzI4LDM4OC44MjdoLTYwLjc1N1YyMDYuODMzaDYwLjc1N1YzODguODI3eiBNNDU2LjI3NiwzODguODI3SDM5NS41MnYtMTk0LjA5di04Mi4yNGg2MC43NTdWMzg4LjgyN3oiIGZpbGw9IiM3ZjdmN2YiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

#search {
    width: 100px;
	background-color: #E9EBF2;
	border-radius: 10px;
	outline: none;
	padding-left: 20px;
	height: 14px;
    font-size: 14px;
}


#perpage2, #perpage {
    height:20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 14px;
}

#pages span {
    padding: 4px 6px;
    font-size: 18px;
}

#pages2 span {
    padding: 4px 6px;
    font-size: 18px;
}

.query {
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

.query2 {
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 16px;
}

.Atable {
    width:100%;
    margin-bottom: 20px;
    font-size: 16px;
}

    .Atable tr:nth-child(even) {
        background: #FFFFCC;
    }

    .Atable tr:nth-child(odd) {
        background: #FFCCCC;
    }

.Aselect {
    float: right;
    margin-right: 20px;
    color: black;
    font-size: 16px;
    font-weight: 500;
}

    .Aselect a {
        color:black;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 10px;
        background-color: aquamarine;
        text-shadow: 0px 0px 1px rgba(128, 128, 128, 0.7);
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

#sort,#dir,#color,#love,#tag,#sss {
    width: 20%;
    height: 20px;
    margin-left:20px;
        margin-bottom:0;
        font-size:14px;
}
#search {
    width: 90%;
   /*  height: 80%; */
    font-size: 18px;
}
.searchLogo {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGJhc2VQcm9maWxlPSJmdWxsIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpldj0iaHR0cDovL3d3dy53My5vcmcvMjAwMS94bWwtZXZlbnRzIj4KPGc%2BCgk8cG9seWdvbiBmaWxsPSIjNjY2IiBwb2ludHM9IjkuMjA3LDYuMTI2IDcuNzkzLDcuNTQxIDExLjc5MywxMS41NDEgMTMuMjA3LDEwLjEyNiIgLz4KCTxwYXRoIGZpbGw9IiM2NjYiIGQ9Ik01LjkxNywyYzEuNjA4LDAsMi45MTcsMS4zMDgsMi45MTcsMi45MTdTNy41MjUsNy44MzMsNS45MTcsNy44MzNTMyw2LjUyNSwzLDQuOTE3UzQuMzA4LDIsNS45MTcsMgoJCSBNNS45MTcsMEMzLjIwMSwwLDEsMi4yMDEsMSw0LjkxN3MyLjIwMSw0LjkxNyw0LjkxNyw0LjkxN3M0LjkxNy0yLjIwMSw0LjkxNy00LjkxN0MxMC44MzMsMi4yMDEsOC42MzIsMCw1LjkxNywwTDUuOTE3LDB6IiAvPgo8L2c%2BCjwvc3ZnPgo%3D');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#not {
    width: 20px;
    height: 20px;
    margin-bottom: 0;

}

#Aauthor {
    width: 20px;
    height: 20px;
}

#sort option {
    font-size: 18px;
}

    #logo_background {
        width: 220px;
        height: 220px;
        position: absolute;
        left: 140px;
        top: 103px;
        background-color: #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: 2px 2px 2px #888888;
    }

    #logo {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 150px;
        top: -50px;
    }

#header {
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1.45;
    background: #101010;
    padding: 30px 100px 30px 370px;
    color: black;
    position: relative;
    font-weight: 600;
    box-shadow: 2px 2px 2px #888888;
    display: block;
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    width: 100%;
}

        #header div {
            display: inline;
            font-size: 16px;
            padding: 20px 50px 20px 20px;
        }

            #header div a {
                color: #DDDDDD;
            }

                #header div a:hover {
                    color: white;
                }

    .topright {
        float: right;
        margin-top: -2px;
        margin-right: 5px;
    }

        .topright a {
            margin-right: 50px;
        }

#Aheader {
    text-align: left;
    margin: 40px auto;
    max-width: 1000px;
    line-height: 2;
    background-color: lightcyan;
    border: 1px solid #e1f9f9;
    padding: 20px 30px;
    color: black;
    position: relative;
    font-weight: 600;
    box-shadow: 2px 2px 2px #888888;
    display: block;

    word-wrap: break-word;
    word-break: break-all;
    white-space: normal
}

        #Aheader p {
            margin: 0;
            font-size: 16px;
        }

        #Aheader .close {
            background: transparent;
            position: absolute;
            top: 0;
            right: 0;
            height: 2rem;
            width: 2rem;
            font-size: 0;
            border: none;
            cursor: pointer;
            padding: 0.5rem;
        }

            #Aheader .close:after {
                position: absolute;
                font-family: entypo;
                font-size: 18px;
                top: 3px;
                left: 3px;
                content: '\274C';
                color: #81aff7;
            }

    .colorText {
        text-decoration: underline;
        margin-left: 15px;
        font-size: 16px;
    }

    .towerBottom {
        position: absolute;
        margin: 0;
        bottom: 0;
        height: 40px;
        width: 100%;
    }

    .sectionBottom {
        position: absolute;
        background: #777;
        margin: 0;
        bottom: 0;
        height: 25%;
        width: 100%;
        left:0px;
    }

    .fixedBtn {
        position: fixed;
        right: 5%;
        z-index: 5;
        width: 70px;
        height: 70px;
        cursor: pointer;
    }

.fixedBtn2 {
    width: 70px;
    height: 40px;
    line-height: 31px;
    font-size:16px;
    background: #fff
}

    .fixedBtn_background {
        position: fixed;
        right: 5%;
        z-index: 4;
        width: 80px;
        height: 80px;
        transform: translate(5px,5px);
        background-color: #FFF;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: 2px 2px 2px #888888;
    }

    .fixedBtn:hover {
        opacity: 0.7;
    }

    #moreTower {
        display: inline-block;
        margin: 20px;
        width: 60px;
        cursor: pointer;
        transform: translateY(35px);
        height: 60px;
        background: url(next01.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

        #moreTower:hover {
            background: url(next02.png);
            background-repeat: no-repeat;
        }

    #bottom {
        width:100%;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 1.45;
        background: #101010;
        padding: 30px 100px 250px 100px;
        color: black;
        position: relative;
        font-weight: 600;
        display: block;
        text-align: center;
    }

    #bottom_logo {
        width: 200px;
        height: 200px;
        position: relative;
    }

#bottom_logoA {
    position: relative;
    top: -125px;
}

    #slideshow_wrapper {
        padding: 0px;
        background-color: #121212;
        width: 1080px;
        height: 540px;
        overflow: hidden;
        margin: 0 auto 50px auto;
        text-align: center;
    }

    #slideshow_footbar {
        z-index: 5;
        position: absolute;
        filter: alpha(opacity = 50);
        width: 100%;
        bottom: 0px;
        height: 30px;
        background-color: black;
        opacity: 0.5;
    }

    #slideshow_photo {
        margin: 0px;
        top: -19px;
        padding: 0px;
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: relative;
    }

        #slideshow_photo #a3 {
            top: 0px;
            width: 0px;
            height: 100%;
            display: block;
            position: absolute;
        }

        #slideshow_photo:hover #a3 img {
            transition: all 1s;
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

        #slideshow_photo #a3 img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        #slideshow_photo #a1 {
            position: absolute;
            left: 0px;
            top: 30%;
        }

        #slideshow_photo #a2 {
            position: absolute;
            right: 0px;
            top: 30%;
        }

            #slideshow_photo #a1:hover, #slideshow_photo #a2:hover {
                background-color: #999;
                opacity: 0.6;
            }

            #slideshow_photo #a1 img, #slideshow_photo #a2 img {
                width: 40px;
                height: 160px;
            }



    #slideshow_footbar .slideshow-bt {
        background-color: #d2d3d4;
        margin: 10px 10px 0px 0px;
        width: 10px;
        display: inline;
        float: right;
        height: 10px;
        font-size: 0px;
    }

    #slideshow_footbar .bt-on {
        width: 10px;
        height: 10px;
        background-color: #30b1eb;
    }

.text1 {
    margin: 80px 20px 30px 20px;
    font-size: 30px
}

.text2 {
    margin: 30px 20px 30px 20px;
    font-size: 30px
}

.text3 {
    margin: 10px;
    font-size: 25px;
}

.moreTowerText {
    margin: 20px;
    font-size: 30px;
    height: 60px;
}

.playFrame {
    text-align: center;
    padding: 0 15% 0 0;
    margin-bottom: 50px;
}

.searchArea {
    margin: 40px auto;
    padding: 0 20px;
    text-align: left;
    max-width: 1000px;

    background-color: lightcyan;
    border: 1px solid #e1f9f9;
    color: black;
    box-shadow: 2px 2px 2px #888888;
}

.playBottom {
    margin: 10%;
    text-align: center
}

.playBottomText {
    margin-bottom: 40px;
    padding: 20px 80px;
    text-align: left;
    font-size: 16px
}

.compititionTitle {
    margin: 30px 20px 30px 20px;
    font-size: 30px;
    letter-spacing: 10px;
}

.compititionDesc {
    margin: 20px 10%;
    font-size: 16px;
    text-align: left;
}

.userPage {
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
}

.userArea {
    text-align: left;
    padding: 0;
    margin: 0 15%;
}

.bigbtn {
    margin-left: 20px;
    width: 100px;
    height: 30px;
    font-size: 13px;
    cursor: pointer;
}

.normbtn {
    margin-left: 20px;
    width: 60px;
    height: 30px;
    font-size: 13px;
    cursor: pointer;
}

.scoreArea {
    text-align: center;
    padding: 0;
    margin-bottom: 50px;
}

.specialBtn{
    display:none;
}

.sections {
    text-align: center;
}

.selectText1 {
    margin: 10px 10px 30px 10px;
    font-size: 16px
}

.selectText2 {
    margin: 0;
    font-size: 16px;
}

@media (min-width:200px) and (max-width:400px) {
    .userArea {
        margin: 0 5%;
    }

    .selectText1 {
        font-size: 13px
    }

    .selectText2 {
        font-size: 13px;
    }

    #bottom {
        padding: 30px 10px 150px 10px;
    }

    .bottomPics {
        transform: translateY(-50px);
        margin: 0 auto;
        width: 80%;
    }

    .bottomText {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .bottompic {
        max-height: 100px;
    }

    .sectionInfo_background {
        top: -5px;
        left: 25px;
        width: 90px;
        height: 90px;
    }

    .sectionInfo {
        top: 0px;
        left: 30px;
        width: 80px;
        height: 80px;
    }

    .sections {
        text-align: center;
    }

    .sectionTab {
        margin: 10px auto;
        width: 98%;
        max-width: 500px;
        height:150px !important;
    }

    .sectionName {
        font-size: 25px;
        left:120px;
        width:50%;
        top:10px;
    }

    .sectionInfoA {
        font-size: 12px;
        right: 5px;
        top: 40px;
        bottom: 30px;
        left: 120px;
    }

    .sectionAuth {
        margin-left: 5px;
        font-size: 14px;
    }

    .specialBtn {
        display: block;
    }

    .towerTags2 {
        font-size:15px;
        width: 90%;
        margin: 10px auto;
    }

    .towerTag2 {
        padding: 3px;
        margin: 3px 5px;
        font-size: 13px;
    }

    #pages span {
        font-size: 13px !important;
    }

    #total {
        font-size: 13px !important;
    }

    #pages2 span {
        font-size: 13px !important;
    }

    .bigbtn {
        margin-left: 10px;
        width: 70px;
        height: 20px;
        font-size: 10px;
    }

    .normbtn {
        margin-left: 10px;
        width: 40px;
        height: 20px;
        font-size: 10px;
    }

    .button {
        font-size: 13px !important;
    }

    .label {
        display: none;
    }

    .activityImg {
        width: 98%;
        max-width: 500px;
        height: 220px;
        margin: 10px auto;
        overflow: hidden;
        border: 6px solid;
        border-image: url(/assets/Aborder.png) 12;
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    .towerImg {
        width: 98%;
        max-width: 500px;
        height: 220px;
        margin: 10px auto;
        overflow: hidden;
        border: 6px solid;
        border-image: url(/assets/fux2_bd1.png) 12;
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    .compititionDesc {
        font-size: 13px;
    }

    .compititionTitle {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .playBottomText {
        padding: 10px;
        font-size: 13px
    }

    .playBottom {
        margin: 20% 1% 1% 1%;
    }

        .playBottom table {
            width: 80% !important;
        }

    #perpage2, #perpage {
        width: 30%;
        height: 30px;
        margin-right: 20px;
        margin-bottom: 5px;
        font-size: 13px;
    }

    #colortype {
        font-size: 16px !important;
    }

    .colorText {
        font-size: 13px;
    }

    .query {
        margin-right: 5px !important;
        margin-left: 5px !important;
        margin-bottom: 5px;
        font-size: 13px;
        margin-top: 0px !important;
    }

    .query2 {
        margin-right: 20px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    #sort, #dir, #color, #love, #tag, #sss {
        width: 25%;
        height: 20px;
        margin-left: 5px;
        margin-bottom:0;
        font-size:14px;

    }

    #sss {
        width: 30%;
        margin-right: 15px !important;
    }

    #au {
        display: none;
    }

    #updatetime {
        font-size: 13px !important;
    }

    #not {
        transform: translateY(5px);
        width: 15px;
        height: 15px;
    }

    #Aauthor {
        transform: translateY(5px);
        width: 15px;
        height: 15px;
    }

    .Aselect {
        margin-right: 5px;
        font-size: 13px;
        margin-top: 5px !important;
    }

        .Aselect a {
            font-size: 13px;
            padding: 5px;
        }

    .txt {
        display:none;
    }

    .searchArea {
        padding: 10px;
    }

    .Atable {
        font-size: 13px !important;
    }

    #Aheader p {
        font-size: 10px !important;
    }

    #Aheader div {
        font-size: 16px !important;
    }

    .playFrame {
        padding-right: 0px;
    }

    #moreTower {
        width: 40px;
        height: 40px;
        transform: translateY(30px);
        margin-top: 0px;
    }

    .moreTowerText {
        font-size: 25px;
    }

    .text1 {
        margin: 30px 0px;
        font-size: 16px
    }

    .text2 {
        font-size: 16px
    }

    .text3 {
        font-size: 16px !important;
    }

    #slideshow_photo #a1 {
        top: 20%;
    }

        #slideshow_photo #a1 img {
            width: 20px;
            height: 80px;
        }

    #slideshow_photo #a2 {
        top: 20%;
    }

        #slideshow_photo #a2 img {
            width: 20px;
            height: 80px;
        }

    .fixedBtn {
        width: 40px;
        height: 40px;
    }

    .fixedBtn2 {
        width: 60px;
        height: 30px;
        line-height: 20px;
        font-size: 13px;
    }

    .fixedBtn_background {
        width: 50px;
        height: 50px;
        transform: translate(5px,5px);
    }

    .toppic {
        height: 60px;
    }

    .tool {
        width: 90%;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        margin-right: 0px !important;
    }

    .midtool {
        width: 90%;
        margin-right: 0px !important;
    }

    .bigtool {
        width: 90%;
        margin-right: 0px !important;
    }

    .towerName {
        font-size: 25px;
        font-weight:600;
        left: 5%;
        top: 8%;
        width: 40%;
        height: 30%;
    }

    .towerAuthString {
        font-size: 13px;
        left: 0%;
        bottom: 15%;
        width: 50%;
        height: 16%;
    }

    .towerBottom {
        height: 33px;
        width: 100%;
    }

    .towerTag {
        margin-left: 3px;
        line-height: 20px;
        padding: 2px;
        font-size: 12px;
        border-radius: 3px;
    }

    .towerComment {
        line-height: 20px;
        padding: 0px 5px;
        font-size: 12px;
        border-radius: 3px;
    }

    .bdsharebuttonbox {
        font-size:12px;
    }

        .bdsharebuttonbox div {
            width: 20px;
            height: 20px;
            margin: 0 2px;
        }

    .towerInfo {
        bottom: 75px;
        right: 120px;
        overflow: hidden;
        border: 6px solid;
        border-image: url(/assets/fux2_bd1.png) 12;
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    .towerInfoA {
        width: 100px;
        bottom: 35px;
    }

        .towerInfoA span {
            font-size: 12px !important;
        }

    #logo_background {
        width: 80px;
        height: 80px;
        top: 30px;
        transform: translateX(5px);
    }

    #logo {
        width: 70px;
        height: 70px;
        top: -30px;
    }

    #header {
        padding: 30px 3px 10px 3px;
        border-top: 5px solid #FFF;
        border-bottom: 5px solid #FFF;
        display: inline-block;
    }

        #header div {
            padding: 1px;
        }

            #header div a {
                font-size: 10px;
            }

    .topright {
        margin-top: 0px;
        margin-right: 0px
    }

        .topright a {
            margin-right: 3px;
        }

    #bottom_logo {
        width: 100px;
        height: 100px;
    }

    #bottom_logoA {
        position: relative;
        top: -75px;
    }

    #slideshow_wrapper {
        width: 98%;
        height: 220px;
        max-width: 678px;
        margin-bottom: 20px;
    }

    .textL1 {
        margin: 10px;
        font-size: 10px;
    }

    .scoreArea li {
        font-size: 10px !important;
    }

    .scoreArea p {
        font-size: 10px !important;
    }

    .scoreArea a {
        font-size: 10px !important;
    }

    .scoreArea span {
        font-size: 10px !important;
    }

    .userArea li {
        font-size: 10px !important;
    }

    .userArea p {
        font-size: 10px !important;
    }

    .userArea a {
        font-size: 10px !important;
    }

    .userArea span {
        font-size: 10px !important;
    }

    .userArea th {
        font-size: 10px !important;
    }

    .userArea h3 {
        font-size: 13px !important;
    }

    .userPage li {
        font-size: 10px !important;
    }

    .userPage p {
        font-size: 10px !important;
    }

    .userPage a {
        font-size: 10px !important;
    }

    .userPage span {
        font-size: 10px !important;
    }

    .userPage th {
        font-size: 10px !important;
    }

    .userPage h3 {
        font-size: 13px !important;
    }

    .Atable {
        font-size: 10px !important;
    }
}

@media (min-width:400px) and (max-width:950px) {

    #bottom {
        padding: 30px 10px 150px 10px;
    }

    .bottomPics {
        transform: translateY(-50px);
        margin: 0 auto;
        width: 80%;
    }

    .bottomText {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .bottompic {
        max-height: 100px;
    }

    .sections {
        text-align: center;
    }

    .sectionTab {
        margin: 10px auto;
        width: 98%;
        max-width:500px;
    }

    .sectionName {
        font-size: 25px;
    }

    .sectionAuth {
        margin-left: 5px;
        font-size: 17px;
    }

    .specialBtn {
        display: block;
    }

    .towerTags2 {
        width: 90%;
        margin: 10px auto;
    }

    .towerTag2 {
        margin: 10px 5px;
        padding:3px;
        font-size: 13px;
    }

    #pages span {
        font-size: 13px !important;
    }

    #total {
        font-size: 13px !important;
    }

    #pages2 span {
        font-size: 13px !important;
    }

    .bigbtn {
        margin-left: 10px;
        width: 100px;
        height: 30px;
        font-size: 13px;
    }

    .normbtn {
        margin-left: 10px;
        width: 60px;
        height: 30px;
        font-size: 13px;
    }

    .userArea {
        margin: 0 10%;
    }

    .button {
        font-size: 13px !important;
    }

    .label{
        display:none;
    }

    .activityImg {
        width: 98%;
        max-width:500px;
        height: 220px;
        margin: 10px auto;
        overflow: hidden;
        border: 6px solid;
        border-image: url(/assets/Aborder.png) 12;
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    .towerImg {
        width: 98%;
        max-width: 500px;
        height: 220px;
        margin: 10px auto;
        overflow: hidden;
        border: 6px solid;
        border-image: url(/assets/fux2_bd1.png) 12;
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    .compititionDesc {
        font-size: 13px;
    }

    .compititionTitle {
        font-size: 16px;
        letter-spacing:1px;
    }

    .playBottomText {
        padding: 10px;
        font-size: 13px
    }

    .playBottom {
        margin:20% 1% 1% 1%;
    }

    .playBottom table{
        width:80% !important;
    }

    #perpage2, #perpage 
    {
            width: 30%;
            height: 30px;
            margin-right: 20px;
            margin-bottom: 5px;
            font-size: 13px;
        }

    #colortype{
        font-size:20px !important;
    }

    .colorText {
        font-size: 13px;
    }

    .query {
        margin-right: 5px !important;
        margin-left: 5px !important;
        margin-bottom: 5px;
        font-size: 13px;
        margin-top: 0px !important;
    }

    .query2 {
        margin-right: 20px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    #sort, #dir, #color, #love, #tag, #sss {
        width: 25%;
        height: 30px;
        margin-left: 5px;
    }

    #sss {
        width: 30%;
        margin-right: 15px !important;
    }

    #au {
        display: none;
    }

    #updatetime {
        font-size:15px !important;
    }

    #not {
        transform:translateY(5px);
        width: 15px;
        height: 15px;
    }

    #Aauthor {
        transform: translateY(5px);
        width: 15px;
        height: 15px;
    }

    .Aselect {
        margin-right: 5px;
        font-size: 13px;
        margin-top:5px !important;
    }

    .Aselect a {
            font-size: 13px;
            padding: 5px;
    }

    .textA{
        margin-top:5px;
        font-size:15px;
        margin-right:5px !important;
    }

    .searchArea {
        padding: 10px;
    }

    .Atable {
        font-size: 13px !important;
    }

    #Aheader p {
        font-size: 10px !important;
    }

    #Aheader div {
        font-size: 16px !important;
    }

    .playFrame {
        padding-right:0px;
    }

    #moreTower {
        width: 40px;
        height: 40px;
        transform: translateY(30px);
        margin-top:0px;
    }

    .moreTowerText {
        font-size: 25px;
    }
    .tool {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .text1 {
        margin: 40px;
        font-size: 16px
    }

    .text2 {
        font-size: 16px
    }

    .text3 {
        font-size: 16px !important;
    }

    #slideshow_photo #a1 {
        top: 20%;
    }

    #slideshow_photo #a1 img{
        width: 20px;
        height: 80px;
    }

    #slideshow_photo #a2 {
        top: 20%;
    }

        #slideshow_photo #a2 img {
            width: 20px;
            height: 80px;
        }

    .fixedBtn {
        width: 40px;
        height: 40px;
    }

    .fixedBtn2 {
        width: 60px;
        height: 30px;
        line-height: 20px;
        font-size: 13px;
    }

    .fixedBtn_background {
        width: 50px;
        height: 50px;
        transform: translate(5px,5px);
    }

    .toppic{
        height:60px;
    }

    .tool {
        width: 90%;
    }

    .midtool {
        width: 90%;
    }

    .bigtool {
        width: 90%;
    }

    .towerName {
        font-size: 30px;
        left: 5%;
        top: 8%;
        width: 40%;
        height: 35%;
    }

    .towerAuthString {
        font-size: 15px;
        left: 0%;
        bottom: 15%;
        width: 70%;
        height: 10%;
    }

    .towerBottom {
        height: 33px;
        width: 100%;
    }

    .towerTag {
        margin-left: 3px;
        line-height: 20px;
        padding: 2px;
        font-size: 8px;
        border-radius: 3px;
    }

    .towerComment {
        line-height: 20px;
        padding: 0px 5px;
        font-size: 8px;
        border-radius: 3px;
    }

    .bdsharebuttonbox {
        font-size: 12px;
    }

        .bdsharebuttonbox div {
            width: 20px;
            height: 20px;
            margin: 0 2px;
        }

    .towerInfo {
        bottom: 75px;
        right: 120px;
        overflow: hidden;
        border: 6px solid;
        border-image: url(/assets/fux2_bd1.png) 12;
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    .towerInfoA {
        width: 100px;
        bottom: 35px;
    }

        .towerInfoA span {
            font-size: 12px !important;
        }

    #logo_background {
        width: 80px;
        height: 80px;
        top: 30px;
        transform:translateX(5px);
    }

    #logo {
        width: 70px;
        height: 70px;
        top: -30px;
    }

    #header {
        padding: 30px 3px 10px 3px;
        border-top: 5px solid #FFF;
        border-bottom: 5px solid #FFF;
        display:inline-block;
    }

    #header div {
        padding: 1px;
    }

    #header div a {
        font-size: 7px;
    }

    .topright {
        margin-top: 0px;
        margin-right: 0px
    }

    .topright a {
        margin-right: 3px;
    }

    #bottom_logo {
        width: 100px;
        height: 100px;
    }

    #bottom_logoA {
        position: relative;
        top: -75px;
    }

    #slideshow_wrapper {
        width: 98%;
        height: 220px;
        max-width:678px;
        margin-bottom:20px;
    }

    .textL1 {
        margin: 10px;
        font-size: 10px;
    }

    .scoreArea li {
        font-size: 10px !important;
    }

    .scoreArea p {
        font-size: 10px !important;
    }

    .scoreArea a {
        font-size: 10px !important;
    }

    .scoreArea span {
        font-size: 10px !important;
    }

    .userPage li {
        font-size: 10px !important;
    }

    .userPage th {
        font-size: 10px !important;
    }

    .userPage p {
        font-size: 10px !important;
    }

    .userPage a {
        font-size: 10px !important;
    }

    .userPage span {
        font-size: 10px !important;
    }

    .userPage h3 {
        font-size: 13px !important;
    }

    .userArea li {
        font-size: 10px !important;
    }

    .userArea th {
        font-size: 10px !important;
    }

    .userArea p {
        font-size: 10px !important;
    }

    .userArea a {
        font-size: 10px !important;
    }

    .userArea span {
        font-size: 10px !important;
    }

    .userArea h3 {
        font-size: 13px !important;
    }

    .Atable {
        font-size: 10px !important;
    }
}

@media (min-width:400px) and (max-width:450px) {
    #header div {
        padding: 3px;
    }

    #header div a 
    {
        font-size: 12px !important;
    }

    .normbtn {
        margin-left: 10px;
        width: 40px;
        height: 20px;
        font-size: 10px;
    }

    .bigbtn {
        margin-left: 10px;
        width: 70px;
        height: 20px;
        font-size: 10px;
    }
}

@media (min-width:450px) and (max-width:500px) {
    #header div {
        padding: 3px;
    }

        #header div a {
            font-size: 14px !important;
        }

    .normbtn {
        margin-left: 10px;
        width: 40px;
        height: 20px;
        font-size: 10px;
    }

    .bigbtn {
        margin-left: 10px;
        width: 70px;
        height: 20px;
        font-size: 10px;
    }
}

@media (min-width:500px) and (max-width:950px) {
        #bottom {
            padding: 30px 10px 200px 10px;
        }

        .bottomPics {
            transform: translateY(-100px);
            margin: 0 auto;
            width: 70%;
        }

        .bottomArea {
        }

        .bottomText {
            color: white;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bottompic {
            max-height: 150px;
        }

        .activityImg {
            width: 98%;
            max-width: 450px;
            height: 250px;
        }

        .towerImg {
            width: 98%;
            max-width: 450px;
            height: 250px;
        }

        #logo_background {
            width: 90px;
            height: 90px;
            left: 5px;
            top: 45px;
        }

        #logo {
            width: 80px;
            height: 80px;
            left: 15px;
            top: -20px;
        }

        #header div {
            padding: 2px;
        }

            #header div a {
                font-size: 7px;
            }

        #header {
            padding-left: 100px;
            padding-right: 5px;
            padding-top: 0px;
            border-top: 5px solid #FFF;
            border-bottom: 5px solid #FFF;
            display: inline-block;
        }

        #slideshow_wrapper {
            height: 300px;
            margin-top:30px;
        }

    .textL1 {
        margin: 10px 0px 30px 10px;
        font-size: 13px;
    }

    .scoreArea li {
        font-size: 13px !important;
    }

    .scoreArea p {
        font-size: 13px !important;
    }

    .scoreArea a {
        font-size: 13px !important;
    }
    .scoreArea span {
        font-size: 13px !important;
    }

    .Atable {
        font-size: 13px !important;
    }

    }

    @media (min-width:950px) and (max-width:1700px) {
        .textL1 {
            margin: 10px 0px 30px 10px;
            font-size: 16px;
        }

        .scoreArea li {
            font-size: 16px !important;
        }

        .scoreArea p {
            font-size: 16px !important;
        }

        .scoreArea a {
            font-size: 16px !important;
        }

        .scoreArea span {
            font-size: 16px !important;
        }

        .userArea li {
            font-size: 16px !important;
        }

        .userArea th {
            font-size: 16px !important;
        }

        .userArea p {
            font-size: 16px !important;
        }

        .userArea a {
            font-size: 16px !important;
        }

        .userArea span {
            font-size: 16px !important;
        }

        .userArea h3 {
            font-size: 16px !important;
        }

        .userPage li {
            font-size: 16px !important;
        }

        .userPage th {
            font-size: 16px !important;
        }

        .userPage p {
            font-size: 16px !important;
        }

        .userPage a {
            font-size: 16px !important;
        }

        .userPage span {
            font-size: 16px !important;
        }

        .userPage h3 {
            font-size: 16px !important;
        }

        .Atable {
            font-size: 16px !important;
        }

        #au {
            display: none;
        }

        .sectionName {
            font-size: 25px;
        }

        .sectionAuth {
            font-size: 16px;
        }

        .topright a {
            margin-right: 20px;
        }

        #slideshow_wrapper {
            width: 85%;
            height: 480px;
        }

        #logo_background {
            width: 170px;
            height: 170px;
            left: 60px;
            top: 123px;
        }

        #logo {
            width: 150px;
            height: 150px;
            left: 70px;
            top: -30px;
        }

        #header div {
            padding-right: 5px;
            padding-left: 5px;
        }

            #header div a {
                font-size: 16px;
            }

        #header {
            padding-left: 220px;
            padding-right: 10px;
        }

        #bottom_logo {
            width: 150px;
            height: 150px;
            position: relative;
        }

        #bottom_logoA {
            position: relative;
            top: -100px;
        }


        .label { /*做一个书签效果*/
            right: 2.5%;
        }

            .label:before { /*做一个书签效果*/
                right: 2.5%;
            }

            .label:after { /*书签的夹角*/
                right: 2.5%;
            }

            .label p {
                right: 6%;
                font-size: 16px;
                transform: translateY(-10px);
            }

        .label2 { /*做一个书签效果*/
            right: 2.5%;
        }

            .label2:before { /*做一个书签效果*/
                right: 2.5%;
            }

            .label2:after { /*书签的夹角*/
                right: 2.5%;
            }

            .label2 p {
                right: 6%;
                font-size: 16px;
            }
    }

    @media (min-width: 1700px) {

        .userArea li {
            font-size: 16px !important;
        }

        .userArea th {
            font-size: 16px !important;
        }

        .userArea p {
            font-size: 16px !important;
        }

        .userArea a {
            font-size: 16px !important;
        }

        .userArea span {
            font-size: 16px !important;
        }

        .userArea h3 {
            font-size: 16px !important;
        }

        .userPage li {
            font-size: 16px !important;
        }

        .userPage th {
            font-size: 16px !important;
        }

        .userPage p {
            font-size: 16px !important;
        }

        .userPage a {
            font-size: 16px !important;
        }

        .userPage span {
            font-size: 16px !important;
        }

        .userPage h3 {
            font-size: 16px !important;
        }

        #logo_background {
            width: 220px;
            height: 220px;
            left: 140px;
            top: 103px;
        }

        #logo {
            width: 200px;
            height: 200px;
            left: 150px;
            top: -50px;
        }

        #header div {
            padding-right: 30px;
        }

        #header {
            padding-left: 370px;
        }


        #bottom_logo {
            width: 200px;
            height: 200px;
        }

        #bottom_logoA {
            position: relative;
            top: -125px;
        }

        .label { /*做一个书签效果*/
            right: 3%;
        }

            .label:before { /*做一个书签效果*/
                right: 3%;
            }

            .label:after { /*书签的夹角*/
                right: 3%;
            }

            .label p {
                right: 10%;
            }

        .label2 { /*做一个书签效果*/
            right: 3%;
        }

            .label2:before { /*做一个书签效果*/
                right: 3%;
            }

            .label2:after { /*书签的夹角*/
                right: 3%;
            }

            .label2 p {
                right: 10%;
            }
    }
