* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

/*.header {*/
/*    width: 100%;*/
/*    height: 1rem;*/
/*    background: #FFFFFF;*/
/*    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08);*/
/*    border-radius: 0rem 0rem 0rem 0rem;*/
/*    border-radius: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    z-index: 99;*/
/*}*/

/*.headers {*/
/*    width: 17.12rem;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.header-nav {*/
/*    width: 3.08rem;*/
/*    height: .22rem;*/
/*}*/

/*.header-nav img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.header-nav_1 {*/
/*    display: flex;*/
/*    align-items: center;*/
    /* padding-left: 3.41rem; */
/*    column-gap: .56rem;*/
/*}*/

/*.header-nav_1 p a {*/
/*    font-family: Microsoft YaHei, Microsoft YaHei;*/
/*    font-weight: 400;*/
/*    font-size: 0.20rem;*/
/*    color: #909090;*/
/*    text-align: left;*/
/*    font-style: normal;*/
/*    text-transform: none;*/
/*}*/

/*.header-nav_2 {*/
/*    display: flex;*/
/*    column-gap: .41rem;*/
/*}*/

/*.header-nav_2 p {*/
/*    width: .22rem;*/
/*    height: .23rem;*/
/*}*/

/*.header-nav_2 p img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/


.public {
    height: 1rem;
}

.forward {
    width: 16rem;
    margin: 0 auto;
    margin-top: .9rem !important;
}

.forwards {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .3rem;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-bottom: .46rem;
}

.forwards-1 {
    width: 6.64rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forwards-content_1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: .16rem;
    color: #999999;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.forwards-2 {
    margin-top: .19rem;
    margin-bottom: .46rem;
    width: 16rem;
    height: 0;
    border: 0.01rem solid #DCDCDC;
}

.forwards-3 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: .20rem;
    color: #7E7E7E;
    line-height: .35rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.forwards-3 p{
    text-align: justify;
    width: 100%;
    height: 100%;
}
.forwards-3 p img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.forwards-4 {
    padding-top: .95rem;
    display: flex;
    justify-content: space-between;
    padding-bottom: .78rem;
}

.forwards-content_2 a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forwards-content_3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.forwards-content_2-img1 {
    width: 0.1rem;
    height: .17rem;
    background: url(../img/forward/forward4.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.forwards-content_3-img1 {
    width: 0.1rem;
    height: .17rem;
    background: url(../img/forward/forward4.png) no-repeat;
    background-size: 100% 100%;
}

.forwards-content_2-border {
    margin: 0 0.15rem 0 0.2rem;
    width: 0rem;
    height: .17rem;
    border: 0.01rem solid #9D9D9D;
}

.forwards-content_3-border {
    margin: 0 0.15rem 0 0.2rem;
    width: 0rem;
    height: .17rem;
    border: 0.01rem solid #9D9D9D;
}

.forwards-content_2-a,
.forwards-content_3-a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: .16rem;
    color: #9D9D9D;
    line-height: .29rem;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.forwards-content_2:hover .forwards-content_2-img1 {
    background: url(../img/forward/forward3.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(360deg);
}

.forwards-content_3:hover .forwards-content_3-img1 {
    background: url(../img/forward/forward3.png) no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.forwards-content_2:hover .forwards-content_2-a {
    color: #FF7C2D;
}

.forwards-content_3:hover .forwards-content_3-a {
    color: #FF7C2D;
}





@media only screen and (max-width:768px){
    .forward{
        width: 7rem;
            margin-top: 1.9rem !important;
    }
    .forwards-2{
        width: 7rem;
    }
    .forwards-4{
        gap: 0.3rem;
    }
    .public{
        height: 0;
    }
}










