
html,body {
    width: 100%;
    height:100%;
    background:url("../img/goodfather04.png") no-repeat bottom left,url("../img/goodfather05.png") no-repeat bottom right ;
    background-color: #cceaf7;
    background-size:40%,40% ;
    overflow-x: hidden;
}

/*头部导航*/
.header {
    width: 100%;
    position: fixed;
    height:50px;
    z-index: 1000;
}
.logo {
    width: 15%;
    height:50px;
    line-height: 50px;
    vertical-align: middle;
}
.logo img {
    height:70%;
    vertical-align: middle;
}



/*7条颜色*/
.colorBar {
    position: fixed;
    width: 100%;
    height: 4px;
    overflow: hidden;
    z-index:999;
    top: 50px;
}

.colorBar ul {
    height: 4px;
    margin: 0 auto;

}
.colorBar ul li {
    float: left;
    height:4px;
}
.colorBar ul li:nth-child(1){
    background-color: #fa8c8e;
    width: 22%;
}
.colorBar ul li:nth-child(2){
    background-color: #fcb88b;
    width: 8%;
}
.colorBar ul li:nth-child(3){
    background-color: #f5e467;
    width:7.8%;
}
.colorBar ul li:nth-child(4){
    background-color: #c0ed98;
    width: 8.6%;
}
.colorBar ul li:nth-child(5){
    background-color: #88ebd5;
    width: 11%;
}
.colorBar ul li:nth-child(6){
    background-color: #8ec7ed;
    width: 11%;
}
.colorBar ul li:nth-child(7){
    background-color: #fac3f6;
    width:11%;
}
.colorBar ul li:nth-child(8){
    background-color: #fa8c8e;
    width:20.4%;
}

::-webkit-scrollbar {
    display: none;
}
/*隐藏导航栏*/

.menu {
    width: 44px;
    height: 34px;
    position: fixed;
    top:8px;
    right:8px;
    z-index: 2000;
    background: url(../img/haobaba17.png);
    cursor: pointer;
}

.navbar {
    position:fixed;
    width: 30%;
    background-color: #fff;
    font-size: 16px;
    top:50px;
    right:0;
    line-height: 30px;
    z-index: 1000;
    text-align: center;
    display: none;
}
.navbar li {
    height:40px;
    line-height:40px;
    text-align: center;

}
.navbar li a {
    display: inline-block;
    width: 80%;
    border-bottom:1px solid #ccc;
}


#vedio{
    position:relative;
}

.fix{
    position:fixed;
    width: 100%;
    top:50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: none;
}

#movies{
    width: 100%;
    height: 40%;

}
#delete{
    position:absolute;
    right:2%;
    top:4%;
    width:30px;
    height:30px;
    cursor: pointer;
}
::-webkit-scrollbar {
    display: none;
}

.swiper-content ,.swiper-slide{
    width: 100%;
    height:100%;
    text-align: center;
}
.phone-c ,.phone-l,.phone-r{
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;

}
.played {
    margin-top: 50px;
    width: 70%;
}
.des {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
}
.des div {
    text-align: left;
    width: 75%;
    margin:0 auto;
}
.phone-l img ,.phone-r img{
    margin-top:60px;
    width: 70%;
}