/* 全局样式 */

style.css * {
    margin: 0px;
    /*设置四周边距都为0*/
    box-sizing: border-box;
    /*宽高的设置值包括border等*/
}


/* 导航条样式 */

body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*设置背景图不随网页滑动而改变*/
    background-size: cover;
    font-size: .1rem;
    /* background-color: #000000; */
    /* background-image: url(../img/bg.png); */
}


/*
111111111111111111111111111111111111111111111111111111111111111 
 */

.photo {
    width: 800px;
    height: 700px;
    margin: 0 auto;
    margin-top: 80px;
    background-color: burlywood;
    position: relative;
}

.photo .theme {
    width: 800px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
}

.photo .species {
    width: 800px;
    height: 600px;
    padding: 60px;
    margin: 0 auto;
    background-color: #231605;
    position: absolute;
}


/*
11111111111111111111111111111111111111111111111111111111111111111111 
 */

.pop3 {
    display: none;
    width: 800px;
    min-height: 570px;
    max-height: 750px;
    height: 570px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 130;
    border-radius: 3px;
    background-color: #ffffff;
    border: #fff solid 1px;
    box-shadow: 0 5px 18px rgba(100, 0, 0, .5);
}

.pop-top {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ff6f05;
    height: 40px;
    width: 100%;
    background: url(../images/line.png) no-repeat bottom center;
}

.pop-top span {
    float: right;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    display: black
}

.pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px #5682dc solid;
    text-align: right;
}

.pop-cancel {
    padding: 8px 15px;
    margin: 15px 5px;
    border: none;
    border-radius: 5px;
    background-color: #ff6f05;
    color: #fff;
    cursor: pointer;
}

.pop-content {
    height: 480px;
}

.bgPop3 {
    display: none;
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
}