*,ul{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    text-decoration:none
}
ul li{
    list-style: none;
}
p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
body{
    padding: 0;
    margin: 0;
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
     background-position: center 0; 
     background-repeat: no-repeat;  
     background-attachment: fixed; 
      -webkit-background-size: cover;  
      -o-background-size: cover;  
      -moz-background-size: cover;  
      -ms-background-size: cover;
      position: relative;
      font-size: 12px;
}


/* pc端中间部分 */
.pc-main{
    
    width:100vw;
    height: 100vh;
    /* box-shadow: 0px 0px 20px rgb(255, 255, 255); */
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    /* margin: 0 auto; */
    display: flex;
    /* border-radius: 15px; */
    display: flex;
    align-items: center;
}
.pc-main .pc-left{
    width: 35%;
    height: 100%;
    
}
.pc-main .pc-right{
    box-sizing: border-box;
    width: 65%;
    height: 100%;
    background-color: rgb(158, 158, 158);
    opacity: 0.7;
}
