.banner1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stoeChose{
    width: 860px;
    height: 890px;
    background: url(../img/store/h1.png) no-repeat center center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.txt{
    width: 650px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 162px;
    margin-left: 90px;
}
.line{
    width: 92px;
    height: 2px;
    background-color: #fff;
    margin-top: 32px;
}
.txt p:nth-child(1){
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.txt p:nth-child(3){
    color: #fff;
    font-size: 20px;
    margin-top: 40px;

}
.option1{
    width: 380px;
    margin-top: 50px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-left: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.option1 select{
    width: 320px;
    height: 40px;
    line-height: 40px;
    color: #ddd;
    font-size: 20px;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    /* background-color: #fff; */
}
.option1 img{
    width: 20px;
    height: 12px;
}
.news{
    width: 1280px;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news div p:nth-child(1){
    color: #333333;
    font-size: 24px;
    line-height: 40px;
}
.news div p:nth-child(2){
    color: #333333;
    font-size: 19px;
    line-height: 30px;
}
.news div p:nth-child(3){
    color: #333333;
    font-size: 19px;
    line-height: 30px;
}
.news div p:nth-child(4){
    color: #333333;
    font-size: 24px;
    margin-top: 40px;
    line-height: 40px;
}
.news div p:nth-child(5){
    color: #333333;
    font-size: 19px;
    line-height: 30px;
}
.news div p:nth-child(6){
    color: #333333;
    font-size: 19px;
    line-height: 30px;
}
.news div p:nth-child(7){
    color: #333333;
    font-size: 19px;
    line-height: 30px;
}
.news div p:nth-child(8){
    color: #333333;
    font-size: 19px;
    line-height: 30px;
}
.news div p:nth-child(9){
    color: #333333;
    font-size: 19px;
    line-height: 30px;
}