*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
button,
input,
select{
    outline: none;
}
html{
	font-size: 50px;
}
/* 100px   就写1rem 10px 就是 0.1rem */
.pcguide{
    width: 100%;
    /* height: 120vh; */
    overflow: hidden;
    background-image: url(../img/jsy_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 112px;
}
.logo{
    width: 155px;
	height: 98px;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.guildcon{
    width: 100%;
    max-width: 1150px;
    height: auto;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.guildleft{
    width: 39.479%;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    line-height: 0;
}
.guildleft img{
    max-width: 100%;
    max-height: 100%;
}
.leftcode{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
 
}
.leftcode div{
    width: 156px;
    height: auto;
    border-radius: 10px;
    line-height: 0;
    margin-left:5%;
}

.leftcode div.right{ width:240px}

.leftcode div img{
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.leftcode div p{
    font-size: 16px;
	color: #fff;
    text-align: center;
    line-height: 32px !important;
    font-weight: bold;
}
.leftcode div.right p{ text-align:left;font-weight:normal}
.guildright img{
    max-width: 100%;
    max-height: 100%;
}

.record{
    text-align: center;
    margin: 10px auto;
    width: 40%;    
    font-size: 16px;
    text-decoration: none;
    color: #333;
}
.record div{
    margin-bottom: 15px;
}
.record a{
    color: #333;
    font-size: 16px;
    
}

@media screen and (max-width: 700px){
    .pcguide {
        padding: 40px 40px;
        background-size: 240% 100%;
        background-position: 24% 20%;
    }
    .guildcon {
        display: block;
        justify-content: center;
    }
    .guildleft {
        width: 100%;
        padding-top: 40px;
        line-height: 0;
    }
    .leftcode div {
        width: 130px;
        margin-left:0;
    }
    .record {
        width: 100%;
    }
    .guildright img {
        margin-left: -3%;
    }
    .leftcode div p{font-size:14px}
    .leftcode div.right{ margin-left:5%}
    .leftcode div.right p{ font-weight:normal;font-size:14px; line-height:24px !important}
    .guildright{ margin-top:30px;
                width: 120%;
        margin-left: -8%;
    }
    .pcguide{overflow:initial}
    .guildcon{overflow:initial}
}
