*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.main2 {
    margin-top: 2.292vw;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.main2>a{
    width: 100%;
}
.main-box2 {
    margin-top: 1.771vw;
    display: flex;
}
.box2-left {
   width: 20%;
   height: 8.9vw; 
}
.box2-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box2-center {
    margin-left: 1.771vw;
    width: 70%;
    padding: 7px 0;
}
.center2-title {
    height: 1.302vw;
    line-height: 1.302vw;
    color: #000000;
    font-weight: bold;
    font-size: 1.25vw;
}
.center2-content {
    margin-top: 0.99vw;
    color: #969696;
    font-size: 0.938vw;
    line-height: 1.458vw;
}
.center2-right {
    margin-top: 1.1vw;
    width: 20%;
    height: 1.719vw;
    border-radius:0.833vw ;
    border: 1px solid #969696;
    text-align: center;
    line-height:1.719vw ;
    color: #969696;
    font-size: 0.938vw;
}
.box2-right {
    width: 10%;
    position: relative;
}
.right2-box {
    margin-left: 3.455%;
    margin-top: 1vh;
   width: 3.13vw;
   height: 3.13vw;
   /* border: 1px solid #E8E8E8;  */
   background-color: #006BD0;
    right: 0;
    position: absolute;
}
.right2-title  {
    margin-top: 3vw;
    padding-right: 0;
    height: 1.296vh;
    color:#999999 ;
    font-size: 0.733vw;
    right: 0;
    position: absolute;
    bottom: 10px;
}
.box2-top {
 padding-top: 0.2vw;
 width: 100%;
 font-size: 1.152vw;
 height: 1.602vw;
 color: #FFFFFF;
 text-align: center;
}
.box2-content {
    /* margin-top: 0.157vw; */
    font-size: 0.733vw;
    color: #FFFFFF;
    text-align: center;

}
.br3 {
    margin-top: 1.885vw;
    height: 1px ;
    background-color: #E6E7EB;
}