
*{
    margin: 0;
    padding: 0;
}
.bg{
    width: 100%;
    height: 530px;
    max-width: 1680px;
    background: url("../../img/02_04/004_03.png") center;
    margin: 0 auto;
}
.imgPlay div p:first-child{
    font-size: 36px;
}
.imgPlay div p:last-child{
    font-size: 28px;
}
.boxList{

}
.boxList .title{
    text-align: center;
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 25px;
}
.boxList .title_{
    width: 40px;
    height: 2px;
    background: #2e3034;
    margin: 0 auto;
    margin-bottom: 24px;
}
.boxList .rowBox{
    /*border: 1px solid;*/
}
.boxList .rowBox .box .listName{
    color: #313131;
    margin-bottom: 15px;
}
.boxList .rowBox .box .listName span{
    color: #d80e0e;
    margin-right: 5px;
}
.boxList .rowBox .box ul{
    list-style: none;
    width: 80%;
    margin:  0 auto;
    border: 1px solid green;
}
.boxList .rowBox .box ul li{
    height: 32px;
    display: flex;
    align-items: center;
    margin: 10px 0;
}



.radio-inline{
    padding-left: 56px !important;
}
.btn1{
    text-align: center;
    font-size: 16px;
    padding-top: 60px;
    margin-bottom: 25px;
}
.btn1 .btn{
    width: 203px;
    height: 47px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}



@media screen and (max-width: 768px) {
    .imgPlay div p:first-child{
        font-size: 16px;
    }
    .imgPlay div p:last-child,.imgPlay div p:nth-child(2){
        font-size: 10px;
    }
    .boxList .title{
        font-size: 18px;
    }
    .radio-inline{
        padding-left: 36px !important;
    }

}











