
.containerWrap{
    /* max-width: 1660px; */
    max-width: 1920px;
    margin: 0px auto;
    min-width: 1024px;
    height: 100%;
    overflow-x: hidden;
}

#topNavAdv{
    width: 100%;
    object-fit: contain;
    position: fixed;
    z-index: 1000;
    margin: 0px auto;
    max-width: 1920px;
    cursor: pointer;
    height: 3.125rem;
}

.topNavAdvImg{
     width: 100%;
     /* object-fit: contain; */
     cursor: pointer;
     height: 100%;
}
.closeAdv{
    position: absolute;
    top: .3125rem;
    right: .625rem;
    cursor: pointer;
    width: 1.25rem;
}

* {
    margin: 0px;
    padding: 0;
}

button :focus,
input:focus {
    outline: none;
}
.container{
     float: left;
    width: 100%;
    padding-left:4.1%;
    /* padding-top: 9.5rem; */
    padding-top: 5.5rem;
    background-color: #F5F5F5;
    box-sizing: border-box;
    user-select: none;
    min-height: 37.5rem;
}

.sitesMapInside{
    padding-top: 1.875rem;
    padding-left: 1.875rem;
    display: none;
    width: 100rem;
    margin: 0px auto;
    padding-bottom: 1.875rem;
}
.insideTipsWrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.insideTip{
    font-size: .875rem;
    margin-right: 20px;
    color: #999999;
}

.returnAll{
    background-color: #C4C4C4;
    width: 6.48rem;
    height: 2rem;
    border-radius: 3px;
    box-shadow: 0px 1px 6px #aeaeb5;
    line-height: 2rem;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 1rem;
}

.topSearchWrap {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.searchPart {
    width: 60%;
}

.searchPartTop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80%;
    margin: 0px auto;
    padding-bottom: 20px;
}

.searchPareItem {
    cursor: pointer;
    width: 10%;
}

.inputwrap {
    /* margin-top: 0.9375rem; */
    margin: 0px auto;
    width: 80%;
    display: flex;
    justify-content: center;
}

#search {
    width: 31.25rem;
    border-radius: 5px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    height: 40px;
    outline: none;
    border: none;
    padding-left: 0.625rem;
    box-shadow: 3px 3px 6px #aeaeb5;
}

.inputwrap button {
    width: 40px;
    cursor: pointer;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: 3px 3px 6px #aeaeb5;
}

.inputwrap button:hover {
    background-color: #ececec;
}

.searchBottomPartWrap {
    width: 80%;
    padding-top: 10px;
    display: none;
    margin: 0px auto;
}

.searchBottomPart {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.activeSearchBottom {
    display: block;
}

.searchChildItem {
    cursor: pointer;
    /* width: 10%; */
    padding: 0rem 1.25rem;
    color: #aeaeb5;
}

.activeChildSearchItem {
    color: #676767;
}

.activeParentSearchItem {
    border-bottom: 2px solid red;
    padding: 5px 0px;
}

/* 收藏和历史 */
.addSitesModal {
    position: absolute;
    width: 25rem;
    height: 16.25rem;
    background-color: #ffffff;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0.3125rem 0.625rem 0.5rem #a0a0a0;
}

.addSitesModalTitle {
    display: flex;
    height: 10%;
    font-size: 0.875rem;
    background-color: #F8F8F8;
    padding: 0.25rem;
}

.addSitesModalTitle>span:nth-child(1) {
    line-height: 100%;
    width: 90%;
    padding: 0.5rem;
    font-weight: 500;
}

.addFormItem {
    height: 2.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}

.addFormItem span {
    display: block;
    width: 4.375rem;
    text-align: left;
    padding: 0.625rem;
}

.addFormItem input {
    width: 13.125rem;
    height: 1.875rem;
    margin-right: 1.875rem;
    padding-left: 0.625rem;
    border: 1px solid #999999;
}

.addSitesModalTitleContent {
    margin: 0 auto;
    background-color: #ffffff;
    width: 90%;
    cursor: pointer;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    padding: 1.25rem 0px;
}

.addSitesModalTitle>span:nth-child(2) {
    line-height: 100%;
    width: 10%;
    padding: 0.5rem;
}

.addSitesBtns {
    display: flex;
    justify-content: center;
}

.addSitesBtns button {
    width: 4.375rem;
    height: 2.5rem;
    background-color: #8C8C8C;
    font-size: 0.875rem;
    border: none;
    color: #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
}



.siteSubCateListsWrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.625rem;
}
.addUserReserve{
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    display: none;
    /* background: url('../img/Add.png') center no-repeat;
    background-size: contain; */
}
.editPart{
     height: 30px;
     line-height: 30px;
     width: 7.5rem;
     text-align: center;
     color: #ffffff;
     background-color:#C4C4C4;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}
.editing{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.editingWrap{
    width: 7.5rem;
    display: none;
}
.savePart{
     height: 30px;
     line-height: 30px;
     width: 3.5rem;
     text-align: center;
     color: #ffffff;
     background-color:#ED0131;
     cursor: pointer;
     border-radius: 5px;
     user-select: none;
}
.cancelPart{
    height: 30px;
    line-height: 30px;
    width: 3.5rem;
    text-align: center;
    color: #ffffff;
    background-color:#C4C4C4;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}

.reserveAndhistory{
    width: 100rem;
    margin: 0px auto;
    padding-top: 1.875rem;
    padding-left: 1.875rem;
    box-sizing: border-box;
}

.userContent{
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}
.userContentItem{
    height: 30px;
    line-height: 30px;
    width: 7.5rem;
    text-align: center;
    background-color: #E4E4E4;
    padding: 3px 4px;
    display: flex;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    margin-right:0.9375rem;
    border-radius: 5px;
    justify-content: center;
}
/* .userContentItem:nth-child(11n){
    margin-right: 0px;
} */

.userContentItem a{
    color: #6a7ea2;
    width: 90%;
    transition: all 0.3s;
    -moz-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    text-decoration: none;
    color: #676767;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.delComm{
    width: 10%;
    cursor: pointer; 
    display: none;
}
.delComm img {
    width: 0.625rem;
}

/* 本地网站读取 */
.sitesMap{
    width: 100rem;
    /* width: 90%; */
    margin: 0px auto;
    padding-top: 1.875rem;
    padding-left: 1.875rem;
   box-sizing: border-box;
    /* background-color: rosybrown; */
}
.sitesCateTitleWrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sitesCateTitleWrap>img{
    width: 1rem;
    height: 1rem;
}
.sitesCateTitle{
    margin-left: 0.5rem;
    font-size: 1rem;
}
.siteSubCateLists{
    margin: 0.625rem 0rem;
    display: flex;
    user-select: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px;
    flex-wrap: wrap;
    position: relative;
}
.sitesSubCateItem{
    height: 2rem;
    width: 6.48rem;
    line-height: 2rem;
    background-color: #E0E0E0;
    text-align: center;
    cursor: pointer;
    color: #aeaeb5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    transition: all 0.5s;
    /* border: 1px solid #000000; */
}
.activeSitesSubCateItem{
    /* background-color: #ED0131; */
    /* color: #ffffff; */
    /* border-radius: 3px;
    box-shadow: 0px 1px 6px #aeaeb5; */
  
}
/* 滑动按钮 */
.moveBtn{
     background-color: #ED0131;
    width: 6.48rem;
    height: 2rem;
    position: absolute;
    left: 0rem;
    top: 0rem;
    border-radius: 3px;
    box-shadow: 0px 1px 6px #aeaeb5;
    line-height: 2rem;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sitesContentWrap{
    display: none;
}
.activeSitesContentWrap{
    display: block;
}
.sitesCateWrap {
    margin-bottom: 30px;
}

.sitesSubContent{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    /* background-color: #ED0131; */
}

.sitesSubContent>.commonSites {
    height: 2rem;
}
.commonSites>.sitesLogoWrap>img {
    width: 1.2rem;
    height:1.2rem;
}

.commonSites>.reserve{
    height: 100%;
    display: flex;
    align-items: center;
}

.sitesSubContentItem{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none;
    margin-right: 0.6875rem;
    width: 14.375rem;
    background-color: #E4E4E4;
    height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    margin-top: 0.625rem;
    cursor: pointer;
    /* transition: all 0.1s; */
}

.sitesSubContentItem:hover{
    box-shadow: 0.1875rem 0.1875rem 0.375rem #aeaeb5;
    /* transform: translateY(-10%); */
}
/*.toolTips{
    background-color:rgba(0, 0, 0, 0.7);
    display:none;
    text-align: center;
    position: absolute;
    z-index: 10;
    color: #ffffff;
     width: 50%; */
    /* top: 10px; 
    height: 30px;
    font-size: 12px;
    word-wrap: break-word;
}*/

.sitesItemTitle{
    font-size: 0.875rem;
}
.sitesInfo{
    width: 80%;
    margin-left: 0.9375rem;

}
.sitesInfo>span{
    font-size: 0.75rem;
    color: #999999;
    width: 100%;    
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reserve{
    /* height: 100%;
    width: 10%;
    display: flex;
    justify-content: flex-end; */
    position: absolute;
    top: 0rem;
    right: 0.5rem;
}
.reserveImg{
    cursor: pointer;
    width: 1rem;
    height: 1rem;
}
.sitesLogoWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
}
.sitesLogoWrap>img {
    width: 1.875rem;
    height: 1.875rem;
}
.userContentWrap{
    display: none;
}
.activeUserContentWrap{
    display: block;
}
.searchHistoryTips {
    z-index: 1;
    position: absolute;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 0.625rem 1.125rem #dbdada;
    /* border-top: none; */
    padding: 0.625rem;
    padding-bottom: 0px;
    top: 11.625rem;
    display: none;
}

.searchHistoryTipsItem {
    padding: 0.3125rem 0px;
    font-size: 0.875rem;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    font-weight: 400;
    height: 1.25rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

.gototopWrap{
    position: fixed;
    bottom: 10%;
    right: 1%;
    height: 7.5rem;
    width: 55px;
}
.wechatWrap {
    border-radius: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    /* margin-top: 0.625rem; */
    background: url('../img/wechat.png') no-repeat center;
    background-color: #E4E4E4;
    background-size: 50%;
    box-shadow: 3px 3px 6px #676767;
    cursor: pointer;
    position: absolute;
    top: 0%;
}


.toTopWrap{
    margin-top: 1.25rem;
     border-radius: 3.125rem;
     width: 3.125rem;
     height: 3.125rem;
     margin-top: 0.625rem;
     background: url('../img/back.png') no-repeat center;
     background-color: #E4E4E4;
     background-size: 30%;
     box-shadow: 3px 3px 6px #676767;
    cursor: pointer;
      position: absolute;
      top: 50%;
      display: none;
}

.qcCodeWrap {
    width: 9rem;
    height: 10.5rem;
    position: absolute;
    top: -2.8rem;
    left: -10.5rem;
    background: white;
    border: 1px solid #E4E4E4;
    padding: 3px;
    border-radius: 3px;
    display: none;
}

.qcCode {
    width: 9rem;
    height: 9rem;
    background-image: url(../img/gzh.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.closeCode{
    text-align: center;
}

/* 搜索栏旁的天气插件 */
#weather-v2-plugin-simple>div:nth-child(3){
    display: none;
}