body {
    margin: 0;
    font-family: "Microsoft YaHei","Arial","Hiragino Sans GB",Sans-Serif;
    line-height: normal;
    background-color: #f2f2f2;
}
a {
    text-decoration: none;
    color: #666;
}

.container {
    width: 960px;
    margin: auto;
}
.main-head {
    color: white;
    background-color: black;
}
.main-head .sony-logo {
    display: inline-block;
    font-size: 40px;
    height: 65px;
    line-height: 65px;
    float: left;
}
.main-head .head-nav {
    overflow: hidden;
    width: 100%;
}
.head-nav .nav-top-left {
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
    float: left;
}
.head-nav .nav-top-left a {
    color: #6B9DBF;
}
.head-nav .nav-top-left .login {
    border-right: 1px solid white;
    margin-right: 10px;
    padding-right: 10px;
}
.head-nav .nav-top-right {
    float: right;
    display: inline-block;
}
.head-nav .nav-top-right a {
    font-size: 12px;
    color: white;
    line-height: 28px;
    border-right: 1px solid white;
    margin-right: 10px;
    padding-right: 10px;
}
.head-nav .nav-top-right .top-right5 {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.nav-bottom {
    font-size: 16px;
    height: 16px;
    float: left;
}
.nav-bottom a {
    color: white;
    display: inline-block;
    border-left: 1px solid gray;
    margin-left: 20px;
    padding-left: 20px;
}
.nav-bottom .search {
    position: relative;
    display: inline-block;
}
.nav-bottom .search span {
    border-left: 1px solid gray;
    padding-left: 20px;
}
.nav-bottom .search input {
    width: 210px;
    height: 26px;
    margin-left: 20px;
    color: gray;
}
.nav-bottom .search img {
    position: absolute;
    right: 0;
    top: 1px;
}
.nav-bottom .fenlei {
    border-left: none;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 0;
}
.nav-bottom .gouwujiesuan {
    height: 26px;
    margin-left: 10px;
    vertical-align: middle;
    border-left: none;
}
.main-position{
    font-size: 12px;
    color: #666;
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.main-position .position div {
    margin-left: 20px;
}

.main-content {
    background-color: #fff;
}
.main-content .content-nav .nav-model {
    font-size: 18px;
    color: #666;
    width: 25%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    float: left;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
.main-content .content-nav .nav-model div {
    display: inline-block;
}
.main-content .content-nav .nav-model img {
    vertical-align: middle;
    margin-bottom: 3px;
    display: inline;
}
#nav-1 {
    background-color: #333;
}
#nav-1 a {
    color: #dfb66b;
}
.main-content .content-nav {
    border-right: 1px solid #ccc;
    overflow: hidden;
}
.main-content .content-nav .nav-model span {
    font-size: 14px;
}

@media (max-width: 1023px) {
    .container {
        width:100%;
    }
    .main-head .container {
        display: none;
    }
    .main-head .headimg {
        display: block;
        width: 100%;
    }
    .main-bgimg .wechat {
        display: none;
    }
    .main-content .container {
        width: 100%;
    }
    .main-store {
        height: auto;
    }
    .main-store-bgimg {
        display: none;
    }
    .main-store .container {
        position: static;
        margin-left: auto;
    }
    .main-content .content-nav .nav-model img {
        display: none;
    }
    .main-album .container img {
        width: 100%;
    }

} 

@media (max-width: 767px) {
    .container {
        width: 100%;
    }
    .main-content .content-nav .nav-model {
        width: 50%;
        border-bottom: 1px solid #ccc;
    }
    .main-content .content-nav {
        border-right: none;
    }

}

@media (max-width: 374px) {
    .main-content .content-nav .nav-model {
        font-size: 16px;
    }
}




.main-content .yinying {
    width: 100%;
    display: block;
}

.gallery {
    position: relative;
    width: 960px;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
}
.gallery .btn-left {
    left: 0;
}
.gallery .btn-right {
    right: 0;
}
.gallery .btn {
    position: absolute;
    width: 62px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    z-index: 1000;
}
.gallery .photos {
    position: relative;
    width: 960px;
    height: 534px;
    margin: auto;
}
.gallery .photos .size {
    visibility: hidden;
    display: block;
    width: 100%;
}
.gallery .photos .box {
    position: absolute;
    width: 8640px;
    height: 534px;
    top: 0;
    left: 0;
}
.gallery .photos .box img {
    float: left;
    padding: 0;
    // opacity: 0.5;
    // filter: alpha(opacity=50);
}
.gallery .photos .box img.current {
    // opacity: 1;
    // filter: alpha(opacity=100);
}
.gallery .photos .dots {
    position: absolute;
    left: 0;
    rigth: 0;
    bottom: 40px;
    width: 100%;
    height: 10px;
    text-align: center;
    padding-top: 40px;
    margin: auto;
    text-align: center;
}
.gallery .photos .dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #C2C2C2;
}
.gallery .photos .dots .dot.current {
    background-color: #fff;
}
.gallery .text {
    margin-top: 20px;
}
.gallery .text, .gallery .text li {
    display: block;
}
.gallery .text li {
    display: none;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.gallery .text li.current {
    display: block;
}
@media screen and (min-width:768px) and (max-width:1023px) {
    .gallery {
        width: 768px;
    }
    .gallery .photos {
        position: relative;
        width: 768px;
        height: 427px;
        margin: auto;
    }
    .gallery .photos .box {
        /*position: relative;*/
        width: 3840px;
        height: 427px;
    }
    .gallery .photos .box img {
        width: 768px;
        height: 427px;
    }
}
@media screen and (max-width:767px) {
    .gallery {
        width: 100%;
        height: auto;
    }
    .gallery .photos {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
    }
    .gallery .photos .box {
        display: flex;
        width: auto;
        height: 100%;
    }
    .gallery .photos .box img {
        display: none;
        flex: 1;
        width: 100%;
        height: 100%;
    }
    .gallery .photos .box img.current {
        display: block;
    }
}