*{
	padding: 0;
	margin: 0;
}
html{
	font-family: PingFangSC-Semibold, PingFang SC;
    font-size: 65%;
}
header{
	display: flex;
  color: #000000;
	justify-content: space-between;
    align-items: center;
    height: 9rem;
	padding: 0 40rem;
}
.radius{
    top: 2100px;
    left: 630px;
    position: absolute;
}
.main{
	overflow: hidden;
    background-color: #FFFFFF;   
}
.logo-box{
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 22px;
	font-weight: 600;
	color: #101010;
}
.agreement-btn+.agreement-btn{
	margin-left: 2.8125rem;
}
.agreement-btn{
text-decoration: underline;
	display: inline-block;
	font-size: 15px;
 font-weight: 600;
    text-align: center;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #000000;
	line-height: 36px;
	width: 139px;
height: 36px;
}
.answer{
    width: 100%;
	display: flex;
	justify-content: center;
}
.contains{
    height: 1342px;
    background: url(./images/home_beijing1\ \(1\).png) no-repeat;
    background-size: 100% 100%;
}

.answer .picture img{
    overflow: hidden;
   width: 100%;
}
.answer .leftwords{
    margin: 13rem 6rem 0 2rem;
    width: 64rem;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.answer div{
  margin-top: 1rem;
}
.answer .leftwords .h{
    display: flex;
    flex-direction: row;
}
.answer .leftwords .h-w{
    text-align: left;
    font-weight: 600;
    font-size: 6rem;
    color: #333333  ;
}


.answer .picture{
   margin: 10rem 10rem 0 0;
}
.answer-middle{
    margin:10rem 0;
    text-align: center;
    font-weight: bold;
color: #2E2E2E;
font-size: 4.8rem;
}
.middle{
    margin-top: -7rem;
}
.middle .middle-two img{
    width: 100%;
}

.mainbottom{
    margin-top: -0.3rem;
   font-size: 2.5rem;
   text-align: center;
   line-height: 10rem;
   background-color: #2A292A ;
   color: #FFFFFF;
}
a{
    text-decoration: none;
    list-style: none;
    color: #F0F5F6;
}
/* @media screen and (max-width: 1680px){
  .contact{
      margin-left: -300px;
  }
} */
@media screen and (max-width: 1512px){
    header{
        padding: 0 25rem;
    }
    .middle img{
        width: 100%;
    }
    .radius{
        width: 10px;
        height: 10px;
    }
    .answer .picture img{
       width: 600px;
    }
     
       .picture{
           display: flex;
           justify-content: center;
           align-items: center;
       }
   }
       @media screen and (max-width: 600px){
        header{
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 9rem;
            padding: 0 3rem;
        }
        .answer img{
            width: 100%;
        }
        .logo-box {
            font-size: 8px;
        }
        .agreement-btn+.agreement-btn{
            margin-left: 0;
        }
        .radius{
            top:100px;
            left: 100px;
            width: 10px;
            height: 10px;
        }
        .answer-middle{
            margin-top: 4rem;
            font-size: 2.4rem;
        }
        .agreement-btn{
            font-size: 0.8rem;
            padding: 0 0.5rem;
        }
    
        .answer div{
            margin-top: 1rem;
          }
        .answer .leftwords{
            margin:1rem 6rem 0 
            1rem;
            height: 140px;
            padding-right: 10rem;
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            align-items: left;
        }
        
           .answer .leftwords .h-w{
            font-size: 1.5rem;
            margin-left: 1rem;
                       }
          
         .contains{
            height: 450px;
         }
         .middle{
            margin-top: -2rem;
         }
           .answer .picture{
           position: absolute;
           top: 20px;
           left: 210px;
           }
           .answer .picture2{
            position: absolute;
            top: 20px;
            left: 200px;
            }
            .answer .picture2 img{
                width: 8rem;
            }
           .answer .picture img{
               width: 10rem;
           }
           .mainbottom{
            margin-top: -0.3rem;
               font-size: 1.2rem;
               height: 10rem;
               line-height:5rem
           }
       }