#content{
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(128, 128, 128, 0.21);
}

#sub_banner_1 .index-main-title span{
    font-size: 28pt;
    color: #6b2918;
    font-weight: 700;
}

#sub_banner_1 .index-main-title .index-main-title-sub{
    font-size: 28pt;
    color: #00b6f6;
}

#sub_banner_2 .index-main-sub{
    font-size: 10pt;
    width: 70%;
    color: #121217;
    font-weight: 600;
}

#banner_advance .sy-panel{
    position: relative;
}
#banner_advance .sy-panel{
    /*height: 40px;*/
    /*width: 240px;*/
    padding: 10px 5px;
    /*background-color: #f2f4f5;*/
    /*border-radius: 10px;*/
    margin: 0 10px;
    /*border: 1px dashed #6b2918;*/

}
#banner_advance .sy-panel img{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

p{
    text-indent: 2rem;
    color: rgb(78, 81, 138);
    font-size: 11pt;
    font-weight: 500;
}

.div-branch{

}

.pnl-branch{
    padding: 15px;
    text-align: center;
}

.pnl-branch>div{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-image: url("/mall/image/aboutus/bg_city_china.webp");
    background-position: right,bottom;
    background-repeat: no-repeat;
}

.pnl-branch .title{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 25pt;
    color: #ef7f1f;
    font-weight: 700;
}
.pnl-branch .sub-title{
    color: #6b2918;
    font-weight: 700;
    font-size: 14pt;
    margin-top: 15px;
}
.pnl-branch .content{
    color: rgb(86, 90, 162);
    font-size: 12pt;
    font-weight: 500;
    line-height: 30px;
    width: 80%;
    margin: auto;
    /*text-decoration: underline;*/
}

.pnl-info {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 10px 20px 10px 20px;
}


.pnl-info{
    color: #6b2918;
    font-weight: 500;
}

.btn-submit{
    width: 150px;
    line-height: 35px;
    font-size: 12pt;
}

.pnl-info .title{
    font-size: 20pt;
    font-weight: 700;
}