*{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.main1 {
    padding-top: 2.292vw;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.main1>a{
    width: 100%;
}
.main-box1 {
    margin-top: 1.771vw;
    height: 8.3vw;
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    border: 1px solid #E8E8E8;
}
.top1-left {
    width: 90%;
    height: 8.3vw;
}
.left1-title {
    margin-left: 2.604vw;
    margin-top: 1.927vw;
    width: 23.6vw;
    height: 1.51vw;
    font-size: 1.563vw;
    line-height: 1.51vw;
    font-weight: bold;
    display: flex;
    color: #006BD0;
}
.left1-title img {
     width: 1.51;
     height: 1.51vw;
     margin-right: 0.417vw;
}
.top1-right {
    flex: 1;
    width: 10%;
}
.top1-right img {
    width: 1.7vw;
    height: 1.7vw;
    
}
.left-content1 {
    height: 0.938vw;
    margin-left: 4.479vw;
    margin-top: 1.875vw;
    display: flex;

}
.content1 {
    height: 0.938vw;
    color: #4B4B4B;
    font-size: 0.938vw;
    line-height:0.938vw;
    text-align: center;
    margin-right: 2.448vw;
}
.top1-right i{
    color: black;
    font-size: 31px;
}