.hw-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 237, 237, 0.3);
    z-index: 10;
}

.hw-layer-wrap {
    box-sizing: border-box;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -150px;
    border-radius: 10px;
    background-color: #f8001e;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 10px;
    text-align: center;
}

.hw-layer-wrap_td {
    box-sizing: border-box;
    width: 350px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -175px;
    border-radius: 10px;
    background-color: #84C1FF;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
    padding: 2px 2px;
    text-align: center;
}

.hwLayer-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #ccc;
}

.hw-layer-wrap .hw-icon {
    color: #b4d8f3;
    font-size: 86px;
    text-align: center;
}

.hw-layer-wrap h4 {
    margin: 5px 0 30px;
    font-size: 24px;
    color: #383c3e;
}

.hw-layer-wrap p {
    margin: 30px 0;
    line-height: 22px;
    color: #595d60;
    text-align: left;
}

.hw-layer-title {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 10px;
    font-weight: bold;
}
html,
body {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #EE0101;
    background-image: url("../image/yyl/yyl_bg.png");
    background-size: 100%;
}

.text-input {
    background-color: rgb(255, 255, 255);
    color: black;
    width: 76%;
    height: 3rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    border: 2px solid #FA6C01;
    border-radius: 14px;
}

.text-input::-webkit-input-placeholder {
    /* placeholder颜色 */
    color: #646262;
    /* placeholder字体大小 */
    font-size: 1.05em;
}


@keyframes scaleDrew {

    /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.2);
    }
}

@keyframes rotate {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(15px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes rotate2 {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.v8 {
    position: relative;
    left: 0.6rem;
    width: calc(100% - 1.2rem);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    margin-top: 16rem;
}

.v8>div {
    flex: 0 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
    position: relative;
    margin: 0.5rem 0.4rem;
}

.v8>div>img {
    position: relative;
    left: 0;
    width: 100%;
}

.v8>div>div {
    position: absolute;
    background-color: rgb(230, 154, 69);
    color: white;
    text-align: center;
    border-radius: 1rem;
    left: 50%;
    transform: translate(-50%);
    bottom: 1rem;
}

.descDiv {
    text-align: center;
    position: absolute;
    z-index: 2;
    width: calc(100% - 20px);
}

.descTitle {
    width: 45%;
    margin: -0.5rem auto 0;
    /*background: #FFC72C;*/
    border-radius: 50px;
    font-size: 18px;
    padding: 0.65rem 0;
    font-weight: bold;
    color: #ffc400;
}

.contentText {
    line-height: 24px;
    padding: 2rem 2px;
    color: #f8f9fa;
    font-size: 12px;
    background-color: #EE0101;
}
		

.mg-information {
    margin: 2rem auto;
    padding: 6rem .5rem .48rem .56rem;
    width: 95%;
    height: 95%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
}

.mg-information-tips {
    color: #fffef1;
    line-height: 1.5;
    padding: 0 0.9rem;
}

.mg-information .mg-information-tips div {
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.mg-company {
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC-Regular,PingFang SC;
    color: #fff9c1;
    line-height: 1.5;
}


.v9 {
    position: relative;
    left: 0.6rem;
    width: calc(100% - 1.2rem);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
}

.v9>div {
    flex: 0 0 calc(50% - 1rem);
    width: calc(50% - 1rem);
    position: relative;
    margin: 0.5rem 0.4rem;
}

.v9>div>img {
    position: relative;
    left: 0;
    width: 100%;
}

.v9>div>div {
    position: absolute;
    background-color: rgb(230, 154, 69);
    color: white;
    text-align: center;
    border-radius: 1rem;
    left: 50%;
    transform: translate(-50%);
    bottom: 1rem;
}

.report_body {
    width: 100%;
    height: 100%;
    background: #EE0101;
    background-size: 100%;
}