﻿/*下载APP弹窗*/
.pop-bg {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5) center center no-repeat;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.pop-bg.is-visible{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    touch-action: none;
}
.pop-bg .pop-wrap{  
    position: absolute;
    width: 280px;
    height: 210px;
    left: 50%;
    top: 50%;
    margin-left: -140px;
    margin-top: -150px;
    text-align: center;
    font-size: 16px;
    color: #2F343A;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    z-index: 1000;
    overflow: hidden;
}
.pop-wrap .pop-title{
    background: #9b258b;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.pop-wrap .pop-close{
    position: absolute;
    top: 17px;
    right: 5px;
    width: 30px;
    height: 30px;
    color: #fff;
}
.pop-wrap .pop-des{
    width: 100%;
    padding: 20px 30px;
    text-align: left;
}

.city-now {
    font-size: 14px;
    line-height: 2;
}
.city-now span {
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #9b258b;
    border-radius: 2px;
    margin: 0 5px;
    vertical-align: middle;
}
.pop-wrap .pop-button{
    display: flex;
    overflow: hidden;
    padding: 0 20px;
    flex-wrap: wrap;
}
.pop-button .pop-button-w{
    width: 30%;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    margin-right: 3%;
    margin-bottom: 10px;
}
.pop-button-w a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
}


/* app下载悬浮 */
.app-down {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 5px 0;
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.15);
}
.app-down a {
    display: block;
    width: 100%;
}
.app-down .app-logo {
    float: left;
    width: 50px;
    height: 50px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.app-down .app-logo img {
    width: 40px;
    height: 40px;
}
.app-down .slogn {
    height: 50px;
    padding: 5px 0;
}
.app-down .slogn p {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}
.app-down .slogn p.t1 {
    font-size: 16px;
    color: #000;
}
.app-down .down-text {
    float: right;
    width: 90px;
    height: 36px;
    line-height: 34px;
    background-color: #9b258b;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 7px 25px 7px 0;
}
.app-down .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 50px;
    text-align: center;
    color: #000;
    font-size: 30px;
}

.morehome{
    /*height:34px;*/
    line-height:36px;
    width:80%;
    text-align:center;
    border-radius: 5px;
    margin: 10px auto 0;
    border: 1px solid #e84f4a;
}
.morehome a {
    color: #e84f4a;
}
.bottom {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}

.bottom .copyright {
    padding: 3px 5px;
    font-size: 14px;
    color: #aaa;
    line-height: 1.2;
    text-align: center;
}
.my-center a i{ 
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/index_icons.png) no-repeat;
    background-size: 250px auto;
    background-position: -205px -5px;
}
/* VR图标 */
.has-vr{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}
.has-vr img{
    width: 30px!important;
    height: 30px!important;
    vertical-align: middle;
}

.ab-info { overflow:hidden; height: 100px;color: #000;font-size: 14px;}
.more-info {overflow:hidden;color: #000;font-size: 14px;padding-bottom: 10px;}
.btnsz {
    font-size: 12px;
    color: #BA322E;
}