.panel_one,.panel_two,.panel_three,.panel_four,.panel_five{
    height: auto;
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.panel_one img,.panel_two img,.panel_three img,.panel_four img,.panel_five img{
    width: 1920px;
    max-width: 100%;
    height: auto;
}

.panel_one{
    position: relative;
}
.panel_one_search{
    position: absolute;
    bottom:100px ;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel_one_search_input{
    width: 642px;
    padding: 0 30px;
    height: 56px;
    font-size: 20px;
    border: 1px solid #931D22;
    outline:1px solid #931D22;
    background: unset;
    color: #999;
}

.panel_one_search_btn{
    width: 156px;
    height: 58px;
    background: #931D22;
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.panel_one_search_btn:hover{
    background: #731D22;
}


/* 评级特点 */
.panel_two .comm_panel{
    top: 12.8%;
}


/* panel2 */
.panel_two_dma_panel{
    width: 1200px;
    position: absolute;
    top: 27.2%;
    display: flex;
    flex-direction: column;
}
.panel_two_dma{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.panel_two_div{
    background: rgba(0, 0, 0, 0.3);

    width: 285px;
    height: 285px;
    transition: all 0.5s ease;
    cursor: pointer;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.panel_two_div_big_hide {
}


.panel_two_div img{
    /* margin-top: 20px; */
    width: 100%;
    height: auto;
}
.panel_two_div1:hover,.panel_two_div1.active{
    background: url(../img/coa_td_1_s.png) no-repeat center;
    background-size: 100% 100%;
}

.panel_two_div2:hover,.panel_two_div2.active{
    background: url(../img/coa_td_2_s.png) no-repeat center;
    background-size: 100% 100%;
}

.panel_two_div3:hover,.panel_two_div3.active{
    background: url(../img/coa_td_3_s.png) no-repeat center;
    background-size: 100% 100%;
}

.panel_two_div4:hover,.panel_two_div4.active{
    background: url(../img/coa_td_4_s.png) no-repeat center;
    background-size: 100% 100%;
}


.coa_td_page{
    width: 100%;
    margin-top: 20px;
}
.panel_two_div_title{
    width: 214px;
    height: 30px;
    margin-top: 10px;
}

.panel_two_div_content{
    margin-top: 20px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 42px;
}




/* 独到之处 */
.panel_three .comm_panel{
    top: 12.8%;
}


.panel_three_float{
    position: absolute;
    top: 26.8%;
    width: 1200px;
    /* border: 1px solid #f00; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #0f0; */
}

.panel_three_float_abc{
    /* border: 1px solid #f00; */
    width: 100%;
    display: flex;
    flex-direction: row;
}

.panel_three_float_l{

}
.panel_three_float_panel{
    width: 560px;
    height: 172px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    /* border: 1px solid #f5f5f5; */
}
.panel_three_float_panel.active{
    background: #931D22;
}
.panel_three_float_panel_title{
    margin-top: 44px;
    margin-left: 60px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
}
.panel_three_float_panel_desc{
    margin-top: 30px;
    margin-left: 60px;
    font-size: 16px;
    color: #fff;
}


.panel_three_float_r {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.panel_three_float_r_top{
    width: 640px;
}
.panel_three_float_r_top img{
    width: 100%;
    height: auto;
}
.pj_right_panel_1{
    background: url(../img/coa_dd_1.png) no-repeat center;
    background-size: 100% auto;
}

.pj_right_panel_2{
    background: url(../img/coa_dd_2.png) no-repeat center;
    background-size: 100% auto;
}
.pj_right_panel_3{
    background: url(../img/coa_dd_3.png) no-repeat center;
    background-size: 100% auto;
}


/* 评级展示 */
.panel_four .comm_panel{
    top: 12.8%;
}

.panel_four_bj {
    position: absolute;
    top: 30.7%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.panel_four_bj_btn{
    width: 200px;
    height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.3);

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    cursor: pointer;
    margin-right: 80px;
    text-decoration: none;
}

.panel_four_bj_btn:last-child{
    margin-right:unset;
}

.panel_four_bj_btn::after{
    width: 16px;
    height: 17px;
    content: " ";
    background: url(../img/btn_right.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 10px;
}

.panel_four_center{
    position: absolute;
    width: 100%;
    top: 43%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.panel_four_center_img{
    width: 285px;
    height: 408px;
    margin-right: 20px;
}
.panel_four_center_img:last-child{
    margin-right: unset;
}

.panel_four_center_img img{
   width: 100%;
   height: 100%;
}

/* YCG代理商 */
.panel_five .comm_panel{
    top: 12.8%;
}

.panel_five_dl_panel{
    position: absolute;
    top: 41%;
}

.panel_five_dl{
    border: 1px solid #DEDEDE;
    width: 1200px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.panel_five_dl_d::before{
    content: " ";
    width: 30px;
    height: 30px;
}
.panel_five_dl_t,.panel_five_dl_b{
    display: flex;
    margin-left: 101px;
    color:#fff;
    font-size: 22px;
}
.panel_five_dl_b{
    margin-top: 50px;
}
.panel_five_dl_t::before{
    display: flex;
    content: " ";
    width: 30px;
    height: 30px;
    background: url(../img/dh_bg.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 20px;
}

.panel_five_dl_b::before{
    display: flex;
    content: " ";
    width: 27px;
    height: 30px;
    background: url(../img/zb_bg.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 20px;
}

.panel_five_dl_more{
    height: 133px;
    align-items: center;
}

.panel_five_dl_more::after{
    content: " ";
    width: 430px;
    height:33px;
    background: url(../img/more_dl.png) no-repeat center;
    background-size: 100% 100%;
}