html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height:100%;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
}

.container {
    margin: 0 auto;
    padding: 0;
    height: 100%;

    max-width: 768px;
    min-width: 300px;
}

#head-container {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 100;
    top: 0;
    max-width: 768px;
}
#head-background{
    width: 100%;
    height: 100%;
    /*opacity: 0.8;*/
    z-index: -1000;
    position: absolute;
    background-color: #fff;
    border-bottom: solid 1px #cd3229;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
#head-logo {
    z-index: 1000;
    width: 100px;
    height: 23px;
    background: url("http://www.gmoon.cn/web/icon/icon_sunriseogo.png") no-repeat;
    background-size: 100px 23px;
    /*background-position: 0 18px;*/
    margin-left: 15px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}
#head-title {
    position: absolute;
    left: 130px;
    bottom: 6px;
    font-size: 13px;
    color: #282828;
}

#head-phone {
    width: 150px;
    height: 20px;
    float: right;
    margin-right: 15px;
    margin-top: 17px;
    background: url("http://www.gmoon.cn/web/icon/tel_number.png") no-repeat;
    background-size: 150px 20px;
}





/*关于我们页面*/
.section5 {
    height: 1000px;
    margin-top: 50px;
    background-color: #efefef;
}
/*联系页面*/
.section5-content-heading{
    /*line-height: 0px;*/
    line-height: 10px;
    text-align: center;
    margin-bottom: 60px;
}
.section5-content-heading div{
    height: 30px;
}
.section5-content-heading h4{
    /*margin-top: 70px;*/
    color: #cd3229;
    font-size: 25px;
    font-weight: 100;
}
.section5-content-heading h1{
    color: #595959;
    font-size: 20px;
    font-weight: 100;
}
.section5-content-body{
    /*height: 80%;*/
    width: 80%;
    line-height: 20px;
    margin-left: 10%;
    /*margin-top: 50px;*/
    text-align: left;
    color: #000000;
    font-size: 15px;
    font-weight: 200;

    /*margin-bottom: 100px;*/
    /*background-color: #71ff8d;*/
}

.section5-content-body ul{
    margin-left: -30px;

}
.section5-content-body ul li {
    color: #000000;
    line-height: 25px;
    padding-left: 20px;
    list-style: none;
    background:url(http://www.gmoon.cn/web/icon/icon_point.png) no-repeat 0px 8px;
}
.section5-content-body ul li u {
    margin: 0 15px;
    text-decoration: none;
}
/*.section5_button{*/
    /*background-color: #cd3229;*/
    /*border: none;*/
    /*border-radius: 3px;*/
    /*color: white;*/
    /*padding: 10px 25px;*/
    /*text-align: center;*/
    /*text-decoration: none;*/
    /*display: inline-block;*/
    /*font-size: 16px;*/
    /*cursor: pointer;*/
    /*bottom: 0;*/
    /*font-weight:300;*/
/*}*/



/*联系页面*/
.section6 {
    height: 1000px;
    margin-top: 50px;
    background-color: #efefef;
}
.section6-content-heading{
    /*line-height: 0px;*/
    line-height: 10px;
    text-align: center;
    margin-bottom: 60px;
}
.section6-content-heading div{
    height: 30px;
}
.section6-content-heading h4{
    margin-top: 70px;
    color: #cd3229;
    font-size: 25px;
    font-weight: 200;
}
.section6-content-heading h1{
    color: #595959;
    font-size: 20px;
    font-weight: 200;
}
.section6-qcode{
    width: 120px;
    height: 120px;
    /*margin-top: 10px;*/
}
.section6-add{
    /*background-color: #88cd9c;*/
    text-align: center;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 150px;
    /*margin-top: 50px;*/
    /*margin-left: -20px;*/
    /*margin-top: 10px;*/
    /*font-size: 15px;*/
    /*font-weight: 200;*/
}
.section6-add li{
    color: #000000;
    line-height: 25px;
    /*padding-left: 20px;*/
    list-style: none;
    /*background:url(http://www.gmoon.cn/web/icon/icon_point.png) no-repeat 0px 7px;*/
}
.section6-add li a{
    color:#cd3229;
    font-size: 15px;
    text-decoration: none;
    font-weight: 200;
}
.section6-phone{
    background-color: #cd3229;
    border: none;
    border-radius: 3px;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    bottom: 0;
    font-weight:300;
}
.section6-content-foot{
    line-height: 10px;
    margin-top: 30px;
}
.section6-content-foot h4{
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 200;
}
.section6-content-foot h1{
    color:#cd3229;
    font-size: 25px;
    font-weight: 200;
}




#page_foot {
    /*margin-top: 50px;*/
    text-align: center;
    width: 100%;
    height: 300px;
    background-color: #222222;
}
#page_foot img{
    margin-top: 50px;
    width: 90px;
    height: 90px;
}
#page_foot h1{
    font-size: 20px;
    font-weight: 200;
    line-height: 0;
    color: #ffffff;
}
#page_foot h4{
    font-size: 10px;
    font-weight: 200;
    color: #8d8d8d;
}
#page_foot h2{
    font-size: 15px;
    font-weight: 200;
    color: #6c6c6c;
}
#page_foot a{
    font-size: 15px;
    font-weight: 200;
    color: #6c6c6c;
    text-decoration: none;
    cursor: auto;
}



/*作品集分类*/
#workslist-button{
    width: 100%;
    margin-top: 7px;
    /*background-color: rgb(0, 0, 0);*/
}

#workslist-button button{
    float: right;
    width: 17%;
    height: 35px;
    margin-right: 2px;
    /*padding: 0;*/
    outline:none;
    font-size: 100%;
    border-radius: 8px;
    border: 0;
    color: #000000;
    font-weight: 200;
    background-color: rgba(223, 223, 223, 0);
    /*box-shadow:0;*/
}
#workslist-button button:hover {
    background-color: rgb(244, 244, 244);
}
#workslist-button button:focus {
    background-color: rgb(220, 220, 220);
}
#workslist-button button:active {
    background-color: rgb(220, 220, 220);
}





/*作品集列表*/
#workslist-container {
    margin-top: 50px;
}

#workslist-icon-container {
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
}

#workslist-icon-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

#workslist-icon-click{
    width:100%;
    height:170px;
    position: absolute;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.6);
    transition: background .5s;
}

#workslist-icon-click:hover{
    background: rgba(0, 0, 0, 0)
}

#workslist-icon-text{
    width:100%;
    height:170px;
    margin-top: 35px;
    text-align:center;
    line-height: 0px;
}

#workslist-icon-text h1{
    font-size: 25px;
    font-weight: 200;
    color: #ffffff;
    line-height: 20px;
}
#workslist-icon-text p{
    font-size: 15px;
    font-weight: 200;
    color: #dfdfdf;
    line-height: 20px;
}
#workslist-icon-text h2{
    font-size: 12px;
    font-weight: 200;
    color: #dfdfdf;
}
#workslist-icon-text h3{
    font-size: 10px;
    font-weight: 200;
    color: #c2c2c2;
    line-height: 8px;
}



/*介绍页面*/
.introduce-head{
    width: 100%;
    height: 50px;
    top: 0;
    max-width: 768px;
    position: fixed;
    z-index: 100;
    text-align: center;
    background-color: #ffffff;
    border-bottom: solid 1px #cd3229;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.introduce-back img{
    position: absolute;
    width: 35px;
    height: 35px;
    left: 20px;
    top: 8px;
}


/*作品集底按钮*/
.foot-menu{
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #d2d2d2;
    border-top: solid 1px #cd3229;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.foot-menu-background{
    position: absolute;
    width: 90%;
    height: 40px;
    left: 0;
    /*background-color: #55cd98;*/
}
.foot-menu-background div{
    height: 20px;
    width: 1px;
    margin-top: 10px;
    float: left;
    border-right: solid 1px rgba(205, 50, 41, 0.23);
}
.foot-menu li{
    float: left;
    width: 24%;
    margin-left: 0.5%;
    color: #000000;
    text-align: center;
    /*line-height: 25px;*/
    /*padding-left: 30px;*/
    list-style: none;
}
.foot-menu li a{
    width: 97%;
    height: 40px;
    text-decoration: none;
    /*background-color: #cd3229;*/
    /*border: none;*/
    /*border-radius: 3px;*/
    color: #cd3229;
    padding: 10px 0 ;
    /*text-align: center;*/
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    /*bottom: 0;*/
    font-weight:200;
}


.slipline{
    width: 90%;
    /*height: 0px;*/
    margin-left: 5%;
    margin-top: 10px;
    /*margin-bottom: 20px;*/
    border-bottom: dashed 1px #f7a5a8;
}


/*视频播放页*/
#video-movie {
    background: #000;
    display: block;
    width: 100%;
    height: 350px;
}

#video-container {
    position: relative;
    margin-top: 50px;
    overflow:hidden;
    /*width: 100%;*/
    /*height: 100%;*/
}

#video-poster {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*left: 50%;*/
    /*margin-left: -350px;*/
    /*background-size: contain;*/
}

#video-play-btn {
    width: 60px;
    height: 60px;
    background: url(http://www.gmoon.cn/web/icon/icon_play.png) no-repeat;
    background-size: cover;
    /*background-position: -140px 0;*/
    border-radius: 30px;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}

#video-play-btn:active {
    opacity: .5
}

#video-play-btn-container {
    background: 0 0;
    cursor: pointer;
    position: absolute;
    height: 100%;
    top: 0;
    transition: background .5s;
    width: 100%
}

#video-play-btn-container:hover {
    background: rgba(0, 0, 0, .5);
}
#video-content-container{
    /*background: #f6f6f6;*/
    /*max-width: 700px;*/
    /*min-height:300px;*/
    width: 80%;
    margin-left: 7%;
    padding: 15px;
}

#content-name {
    font-size: 20px;
    font-weight: 200;
    color: #cd3229;
    line-height: 15px;
    /*display: block;*/
    /*overflow: hidden;*/
}

#content-title{
    font-weight: 200;
    font-size: 15px;
    color: #717171;
    /*margin-top: 5px;*/
}

#content-description {
    color: #222222;
    font-weight: 200;
    font-size: 15px;
    margin-top: 10px;
}