/*
	引用当前样式的，有如下页面：
	selectSites.html
*/

.sites-location{position: relative; line-height: 4rem; padding: 1rem 3.5rem 1rem 1.2rem; margin-bottom: 1.5rem; background: #fefefe; font-size: 1.4rem;}
.sites-location .name{font-size: 1.6rem; font-weight: 600; color: #000;}
.sites-location .tips{color: #9c9fa1; margin-left: 0.3rem;}
    .sites-location .again { position: absolute; top: 1rem; right: 3.8rem; z-index: 1; color: #6b7072; cursor: pointer; }
.sites-rowsbox{font-size: 1.4rem;}
.rows-title,.columns-title{position: relative; padding: 0 3.5rem 0 1.2rem; color: #9c9fa1; line-height: 3rem;}
.rows-title .delete{position: absolute; top: 0; right: 3.5rem; z-index: 1; font-size: 1.2rem;}
.columns-title{line-height: 4rem;}
.rows-title h2,.columns-title h2{ font-size: 1.4rem;}
.sites-rows{padding: 0 2.5rem 0 0.2rem;}
.sites-rows li{float: left; width: 33.33%;}
.sites-rows li a{display: block; margin: 0 1rem; height: 3rem; line-height: 3rem; border-radius: 0.2rem; padding: 0 0.2rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #fff; text-align: center; margin-bottom: 1.5rem;}

.sites-columnsbox{font-size: 1.5rem;}
.city-columns{background: #fefefe; padding: 0 1.2rem; font-size: 1.5rem;}
.sites-columns .city-columns{padding: 0 3.5rem 0 1.2rem;}
.city-columns li{border-bottom: 1px solid #e8e8e8; line-height: 5rem;}
.city-columns li:last-child{border-bottom: none;}
.city-columns li a{display: block;}

.fix-letterbox{position: fixed; top: 0; bottom: 0; right: 0; z-index: 10; width: 3rem; /*padding-top: 4.4rem;*/padding-top: 4.4rem;}
.letterbox{display:flex; flex-direction: column;/*主轴由上向下*/ justify-content:space-between; height: 100%; font-size: 1.4rem; color: #000; text-align: center;}
.letterbox a{/*padding: 1rem 0;*/  color: #000;}

.search_div{margin-top:4.5rem;}