.container {
    width: 1200px;
    margin: 20px auto;
}
.selected {
    background-color: #edba4b;
}

.selected a {
    color: #fff;
}

.my-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;

}
.mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    z-index: 1;
}
.my-alert-content {
    position: absolute;
    top:50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.my-alert-content img {
    width: 345px;
    height: 637px;
}
.colse-my-alert {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 5px;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
}
.tapContent-box {
    position: relative;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    color: #333;
}
.tapContent-nav{
    width: 160px;
    text-align: center;
    margin-right: 30px;
    background-color: #edba4b;
    cursor: pointer;
}
.nav li{
    width: 120px;
    text-align: center;
}
.changeC{
    color: #edba4b;
    cursor: pointer;
}
.sub-nav {
    position: absolute;
    top:100%;
    right: 0;
    left: 0;
    /*padding: 20px 0;*/
    background-color: #ffffff;
    border: 2px solid #edba4b;
    box-sizing: border-box;
    display: none;
    z-index:10;
}
.sub-nav li {
    width: 149px;
    margin-bottom: 15px;
    float: left;
}
.sub-nav.all-nav-wrap li{
    width: 140px;
}
.sub-nav li span,.sub-nav li img {
    vertical-align: middle;
}
.sub-nav li img {
    float:left;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.sub-nav li span {
    font-size: 14px;
}
.all-nav-wrap {

    max-height: 390px;
    /*max-height: 415px;*/
    width: 160px;
    /*overflow-y:scroll;*/
}
.all-nav-left:hover{
    background-color:#edba4b;
    color:white;
}
.all-nav-left {
    /*width: 160px;*/
    /*cursor:pointer;*/
    width: 157px;
    cursor: pointer;
    line-height: 27px;
    padding: 5px 0;
}
.nav a,.nav img{
    display: inline-block;
    height: 100%;
    font-size:16px;
}
