html {
    height: 100%;
}

body {
    height: 100%; /* index需要 */
    color: #AAA;
    font-size: 16px;
    font-family: PingFang SC, Microsoft Yahei;
}


@font-face{
    font-family: 'infinity'; 
    src: url('../font/Infinity.ttf');
}


.top_banner {
    background: #000;
    opacity: 0.9;
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 100%;
    max-width: 600px;
    height: 48px;
    line-height: 48px;
    z-index: 100;
    /* overflow: hidden; */
    margin: 0 auto;
}
.top_banner>div {
    font-size: 18px; 
    color:#ddd; 
    margin: 0 8px;
}
.top_banner img:nth-child(1){
    width:32px; 
    height:32px; 
    border-radius: 4px; 
    margin-top: 8px; 
    float:left;
}
.top_banner img:nth-child(2){
    width:24px; 
    height:24px; 
    margin: 12px 8px; 
    opacity:0.7; 
    position:absolute; 
    right:0;
}
.top_banner span:nth-child(3){
    padding: 0 8px;
}
.top_banner span:nth-child(4){
    font-size: 14px; 
    color: #777;
}
.bottom_button {
    background: #000; 
    opacity: 0.7;
    position: fixed;
    bottom: 24px;
    left: 0;
    right: 0;
    width: 100px;
    height: 44px;
    border: 1px #666 solid;
    border-radius: 22px;
    line-height: 44px; 
    z-index: 1;
    font-size: 17px;
    text-align: center;
    color: #ddd;
    margin: 0 auto;
}
.bottom_button:hover {
    cursor: pointer;
}
.bottom_button_left {
    left: -120px;
}
.bottom_button_right {
    right: -120px;
}




/*弹窗*/
.scroll_inertia {
  -webkit-overflow-scrolling: touch;
}
/*banner_nav_item自己加的class*/
#banner_nav .banner_nav_item {
    width:100%;
    line-height:46px;
    font-size: 18px; 
    border-bottom: 1px solid #222; 
    text-align: left; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
}
#banner_nav .banner_nav_item>span:nth-child(1) {
    float:right;
    padding-left: 20px;
}



/*大层*/
.container_list{
    width:100%;
    margin: 48px auto 0;
    background-color: #222;
}
.brand_banner{
    width:100%; 
    height: 48px; 
    line-height: 48px; 
    font-size: 18px;
}
.brand_banner>span:nth-child(1){
    padding: 0 8px;
}
.brand_banner>span:nth-child(2){
    font-size: 14px; 
    color: #777;
}
.brand_banner>span:nth-child(3){
    padding: 0 8px; 
    font-size: 16px; 
    color: #777; 
    float:right;
}
.clear {
    clear: both;
}



/*一个内容层*/
.tissue_item{
    width:31.5%; 
    margin: 0 0.9%; 
    text-align: left;
}
.item{
    display: block;
    color: #AAA;
    background: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.vertical .item{
    width: 15.8%;  /*要改一排个数 改这里*/
    margin: 0 0.4%;  /*要改一排个数 改这里*/
    margin-bottom: 3px;
}

.item_pic{
    float: left;
    background-color: #444;
}
.item_pic div:first-child{
    margin-right: 0.8%;
}
.vertical .item_pic div:first-child{
    margin-bottom: 2%;
}
.item_pic div{
    width:49.6%;
    float: left;
    overflow: hidden; 
    border-radius: 1px;
}
.vertical .item_pic div{
    width:100%;
}
.item_pic img{
    width: 202%;
    margin: -31% 0 -30% -51%;
    float: left;
}
.item_text{
  width: 100%;
  float: left;
  padding: 5px 0;
  display: block;
  position: relative;
  height: 54px;
}
.item_text p{
  margin: 0;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 6px;
  line-height: 18px;
  height: 18px;
  font-weight: 300;
}
.item_text .item_text_name{
  color: #AAA;
  padding-right: 4px;
  line-height: 19px;
  height: 19px;
}
.item_text .item_text_brand{
  padding-right: 21px;
  display: block;
}
.item_text .item_text_ply{
  position: absolute;
  top:24px;
  right:0;
}
.item_text .item_text_mark{
  position: absolute;
  bottom:5px;
  right:0;
}
.item_text .item_text_mark span{
  color:#a99d10;
}

.item_text p:after{
  clear:both;
}
.item_text p span{
  line-height: 22px;
  font-size: 12px;
}
.item_text p nobr{
  font-size: 15px;
}

.banner_nav_on{
    color:#fff;
}

.lay_back_img{
    opacity: 0;
}
.trans_display{
    transition: opacity 0.6s ease;
}


.box:before{
content:'';
position:absolute;
z-index:2;
top:60px;
left:50px;
width:50px;
height:50px;
background:#c00;
border-radius:2px;
transform: rotate(45deg);
-webkit-animation:box .8s infinite ; 
}
@-webkit-keyframes box{
  0%{
top:50px;
transform: rotate(90deg); /**/
  }
  20%{
border-radius:2px;
  }
  50%{
top:80px; 
transform: rotate(45deg);
border-bottom-right-radius:25px;
  }
  80%{
border-radius:2px;
  }
  100%{
top:50px;
transform: rotate(0deg);
  }
}
.box:after{
content:'';
position:absolute;
z-index:1;
top:128px;
left:52px;
width:44px;
height:3px;
background:#eaeaea;
border-radius:100%;
-webkit-animation:shadow .8s infinite ; 
}
@-webkit-keyframes shadow{
  0%,100%{
left:54px;
width:40px;
background:#eaeaea;
  }
  50%{
top:126px;
left:50px;   /*让阴影保持在原位*/
width:50px;
height:7px;
background:#eee;
  }
}

/*一个more内容层*/
.more_padding{
    height:30px; 
    float:left; 
    display:block;
}
.more_padding_1{
    width:33.3%;
}
.more_width_1 .item{
}
.more_padding_2{
    width:10.7%;
}
.more_width_2 .item{
    width:37.5%;
    margin-left: 0.9%;
    margin-right: 0.9%;
}
.more_padding_3{
    width:17.6%;
}
.more_width_3 .item{
    width:20.8%;
}
.more_padding_4{
    width:8.8%;
}
.more_width_4 .item{
    width:19.8%;
}
.more_padding_5{
    width:3.5%;
}
.more_width_5 .item{
    width:17.8%;
}
.more_text {
    width:100%; 
    margin-top:3px; 
    text-align: center;
}
.more_text_item {
    background: #383838;
    border-radius: 8px; 
    font-size: 14px; 
    line-height: 34px; 
    max-width: 90%; 
    padding: 0 2%; 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; 
    margin: 6px auto 0;
    color: #777;
}
.more_text_item span{
    font-weight: 300;
}
.more_text_item .more_text_name {
    color:#AAA;
}
.more_text_item .more_text_mark {
    color:#a99d10;
}
.more_block {
    width: 94%;
    margin: 0 auto 20px;
    background: rgb(30, 30, 30);
    background-image: linear-gradient(90deg, rgba(38, 38, 38, 0.2) 50%, transparent 0), linear-gradient(rgba(38, 38, 38, 0.2) 50%, transparent 0);
    background-size: 4px 4px;
/*
    background: rgb(34, 34, 34);
    background-image: radial-gradient(rgb(30, 30, 30) 30%, rgba(0, 0, 0, 0) 0%), radial-gradient(rgb(30, 30, 30) 30%, rgba(0, 0, 0, 0) 0%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
*/
    padding: 15px 5px;
    border-radius: 8px;
}


.brand_link {
    margin: 10px auto;
    width: 96%;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid #444;
    border-radius: 8px;
    text-align: center;
    color: #666;
    background: #2d2d2d;
}






#wapin {
    font-size: 16px;
    font-weight: 300;
}

#showPics {
    background-color: #f7f7f7; 
}
#pinch-zoom {
    z-index:10; 
    position:absolute;
}
#threesixty {
    /*background-color: #f7f7f7; */
    overflow: hidden; 
    margin-top:-15px;
}
#atlas {
    float: left;
}
#atlas img {
    pointer-events:none; /*禁用长按图片弹窗保存*/
}
.loading_img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    width: 50px; 
    text-align: center;
    display: none;
}
.loading_img img {
    width:50px;
    height:50px;
}
.sy {
    /*width: 100%;*/
    width: 200%;
    transform-origin: 0% 0%;
    transform: scale(0.5);
    top: auto;
    left: auto;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.sy img {
    width: 100%;
    height: auto;
    position: static;
    display: block;
    pointer-events:none; /*禁用长按图片弹窗保存*/
}








.title {
    text-align: center; 
    padding-bottom: 15px; 
    padding-top:0; 
    background: #f7f7f7;
    transition: background 3s ease;
    transition: backgroundImage 3s ease;
}
.title_text {
    color:#666; 
    font-size: 20px; 
    font-weight: 300; 
    transform: scale(1,1.2);
    line-height: 26px;
}
.title_android {
    color: #999; 
    font-weight: 400; 
}
.title_year {
    color:#777; 
    font-size: 18px; 
    font-weight: 600; 
    transform:scale(1,1.1); 
    margin-top:8px; 
    line-height:22px;
}
.title_mark {
    color:#d7c60b; 
    font-size: 20px; 
    margin-top:6px;
}


.gall {
    background: #f7f7f7; 
    height: 75px;
    /*transition: background 3s ease;*/
    /*background-image: linear-gradient(#eee, #ddd);*/
    transition: backgroundImage 3s ease;
}
.gall_box {
    opacity:0;
    transition: opacity 1s ease;
}
.gallery {
    width: 92%;
    height: 45px;
    margin: 0 auto;
    border-radius: 15px;
    border: solid #333 5px;
    background: #333;
    overflow-x:scroll; 
    -webkit-user-select:none; /*禁用文字选择*/
}
.gallery ul{
    width:100000px; 
    height:100%; 
}
.gallery ul li{
    float: left; 
    width: 32px;
    height: 45px; 
    overflow: hidden; 
    /*border:1px solid #666; */
    border-radius: 0px; 
    margin-right: 5px; 
    opacity: 0.3; 
    z-index: 1;
}
.gallery ul li.on{
    opacity: 1;
}
.gallery img{
    width: 66px; 
    margin-top: -11px; 
    margin-left: -17px; 
    border-radius: 0px;
    pointer-events: none; /*禁用长按图片弹窗保存*/
}
.gall .arrow{
    /*position: absolute;*/
    background: #333;
    /*background: #000;*/
    height: 45px;
    width: 16px;
    opacity: 0.8;
    /*opacity: 0.4;*/
    border-radius: 10px 0 0 10px;
    margin-top: -50px;
    margin-left: 4%; 
}
.gall .right{
    border-radius: 0 10px 10px 0;
    /*right: 4%;*/
    margin-top: -45px;
    margin-left: auto; 
    margin-right: 4%; 
}
.gall .arrow img{
    height: 30px;
    width: 30px;
    margin: 8px -8px;
    opacity: 0.4;
}
.gall .right img{
    margin: 8px -6px;
}


.info {
    /*height:180px; */
    overflow-y:scroll;
    opacity:0;
    transition: opacity 1s ease;
}
.info_text {
    padding: 10px 4%;
    width: 92%;
    color:#aaa;
    line-height: 26px;
    float: left;
}

.info_text span{
    color:#777;
    padding-right: 4px;
}
.num {
    font-family: infinity;
}





.info_brand {
    padding: 5px 4% 20px;
    width: 92%;
    font-size: 14px; 
    line-height: 24px; 
    color:#aaa;
    float: left;
}
.brand_left {
    height:50px; 
    padding-top:10px;
}
.brand_left_logo {
    float:left;
}
.brand_left_logo img {
    width: 40px;
    border-radius: 8px;
    padding: 2px 0;
    margin-right: 6px;
    opacity: 0.75;
}
.brand_left_text {
    width: 70%;
    float:left;
}
.brand_left_title {
    font-size: 18px; 
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.brand_left_mark {
    line-height: 22px;
}
.brand_left_mark .star {
    color:#9b990f;
    width: 70px;
    font-size: 14px;
}
.brand_left_mark .star_up {
    margin-top: -22px;
    overflow: hidden;
}
.brand_left_mark .star_text {
    margin-top: -22px; 
    margin-left: 74px;
}
.brand_left_mark .star_text span {
    color: #777;
}
.brand_right {
    margin-top: -50px;
    padding-top: 1px;
    width: 140px;
    color: #888;
    text-align: center; 
    float: right;
}
.brand_right_block {
    float: right;
    margin-left: 10px;
}
.brand_right_block .block_num {
    font-size: 24px; 
    font-family: infinity; 
    font-weight: 600;
}
.brand_bottom {
    float: left;
}
.brand_bottom div {
    display: block;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 1px 9px;
    margin-top: 5px;
    margin-right: 10px;
    border: solid 1px #404040; 
    background: #333;
    border-radius: 11px;
    font-size: 12px;
}
.brand_text {
    clear:both;
}
.brand_text p {
    padding-top: 8px;
}




.info_remark {
    background: #222;
    padding: 15px 10px 10px;
    border: solid 1px #444;
    border-radius: 10px;
}
.info_remark img {
    opacity: 0.1;
    position: relative;
}
.remark_start {
    width: 44px;
    /*left: calc(4% + 9px);*/
    margin-top: -13px;
}
.remark_end {
    width: 22px;
    /*right: calc(4% + 11px);*/
    margin-top: -22px;
    transform: rotate(180deg);
    float: right;
}
.info_remark_text {
    text-align: justify;
    text-indent: 3em; 
    line-height: 28px;
    margin-top: -32px;
}




/*
.info .info_more {
    margin: 24px 1%;
    float: left;
}
.more_item_pic{
    width: 47.6%;
    margin: 0 1.2%;
    margin-bottom: 12px;
    background-color: #444;
    float: left;
}
.more_item_pic div:first-child{
    margin-right: 0.8%;
}
.more_item_pic div{
    width:49.6%;
    float: left;
    overflow: hidden; 
}
.more_item_pic img{
    width: 202%;
    margin: -31% 0 -30% -51%;
}
*/



.info_more {
    padding:10px 4% 0; 
    clear:both;
}
.stage {
    width: 40%;
    perspective: 2000px;
    perspective-origin: 200px -500px;
    margin: 5%;
    float: left;
    /*outline: 1px #eee dashed;*/
    opacity:0;
    transition: opacity 1s ease;
}
.stage .cube {
    transform-style: preserve-3d;
    transform: rotateY(-30deg) translateX(0px) translateY(0px);
}
.stage figure {
    display: block;
    position: absolute;
    width: 100%;
    background-color: #ddd;
}
.stage .top {
    background: #eee;
}
.stage .bottom {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 15px rgba(0, 0, 0, 0.8));
}
.stage .right {
}
.stage .front {
    overflow: hidden;
}
.stage .front img {
    width: 202%; 
    margin: -31% 0 0 -51%;
}
.stage figcaption {
    display: none;
}










.brand_exp {
    padding:10px 2% 10px; 
    clear:both;
    float: left;
}
.brand_exp_item {
    width:31.5%; 
    margin: 0 0.9%; 
    text-align: left; 
    float: left;
}
    












.museum {
    padding-top:10px; 
    background:#1b1b1b;
    font-weight: 300;
    color:#999;
    line-height: 26px;
}
.museum p {
    margin: 0;
}
.museum_title {
    padding: 10px 20px;
}
.museum_title img {
    width:32px; 
    height:32px; 
    border-radius: 4px; 
    float:left;
}
.museum_title span {
    margin-left:10px; 
    line-height: 32px; 
    font-size: 22px; 
    font-weight: 400; 
}
.museum_intro {
    padding:0px 20px 20px; 
    text-align: justify;
}
.museum_num {
    padding:0px 20px 10px; 
    height:70px; 
}
.museum_num_item {
    padding-top: 10px; 
    font-size: 12px; 
    text-align: center;
    float:left; 
    border-right: solid 1px #333;
}
.museum_num_item:last-child {
    border-right: none;
}
.museum_num_item .m_num {
    font-size: 42px; 
    color:#bbb;
    /*font-weight: 400;*/
    /*transform: scale(1,1.2);*/
    font-family: infinity;
}
.museum_num_item .m_name {
    line-height: 32px;
    color:#888;
}
.museum_year {
    height:204px;
}
.museum_year_title {
    height: 30px;
    font-size: 14px;
    text-align: center;
}
.museum_year_tag {
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.chartX {
    width: 78%;
    height: 100px;
    position: relative;
    border-top: 1px solid #333;
    margin: 0px 6% 40px 10%;
    padding: 0 3%;
    display: flex;
    background: linear-gradient(to top, #333 0, #333, 1px, transparent 1px);
    background-size: 100% 20px;
    font-size: 0;
    text-align: center;
    color: #555;
}

.chartX::after {
    content: attr(data-scale);
    line-height: 20px;
    white-space: pre;
    position: absolute;
    font-size: 12px;
    top: -10px;
    left: -20px;
    text-align: right;
}

.result-bg {
    display: inline-block;
    position: relative;
    /*width: calc((100% - 16px * 13) / 12);*/
    height: 100%;
    background: #444;
    flex: 1;
}

.result-bg + .result-bg {
    margin-left: 4.3%;
}

.result-bg::after {
    content: attr(data-year);
    font-size: 12px;
    color: #555;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
}

.result-bg .result-bar {
    width: 100%;
    background: #3c6190;
    position: absolute;
    bottom: 0;
    left: 0;
}
.result-bg .short {
    background: #4d80c2;
}






#wapin {
    overflow: hidden;
    height: 100%;
}

.toolbar {
    position: fixed;
    top: 0;
    max-width: 500px;
    width: 100%;
    z-index: 100;
}

.toolbar .btn {
    /*top: 8px;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    background: #000; 
    opacity: 0.5;
    /*position: fixed;*/
    font-size: 16px; 
    color:#ddd;
    height: 32px;
    line-height: 32px; border-radius: 16px;
     /*z-index: 100;*/
    /*width: 40px;
    height: 40px;*/
    /*-webkit-box-flex: 1;*/
    margin: 8px;
    float: left;
}
.toolbar .btn .right {
    width: 32px;
    height: 32px;
}
.toolbar .btn .front {
    background: url(../Img/turn_to_front.png) no-repeat center center;
    background-size: 20px 20px;
}
.toolbar .btn .back {
    background: url(../Img/turn_to_back.png) no-repeat center center;
    background-size: 20px 20px;
}
.toolbar .btn .play {
    background: url(../Img/btn_play.png) no-repeat center center;
    background-size: 24px 24px;
}
.toolbar .btn .pause {
    background: url(../Img/btn_pause.png) no-repeat center center;
    background-size: 24px 24px;
}
.toolbar .btn:hover {
    cursor: pointer;
}









