﻿
.img_1 {
    width: 100%;
}

.img_1_1 {
    vertical-align: middle;
    width: 100%;
    border-radius: 10px;
}

.img_2 {
    width: 60%;
}

.inp_1 {
    margin: auto;
    background-image: url(~/image/a1.png);
    background-size: 25px 25px; /*这里是图片的大小*/
    background-repeat: no-repeat; /*让图片不重复*/
    background-position: 4px 2px;
    width: 80%;
    text-indent: 2.5em;
    height: 1.7rem;
    opacity: 0.5;
    border-width: 0;
    background-color: rgb(245, 245, 245);
    border-radius: 20px;
   /* outline: none;*/
    margin-left: 3%;
    border: 1px solid #4285f4;
}

.btn_1 {
    width: 13%;
    border: 1px solid #ffaf00;
    background-color: #ffaf00;
    height: 1.6rem;
    /* outline: none;*/
    font-size: 0.9em;
    border-radius: 20px;
}

.s_1 {
    width: 100%;
    position: relative;
}

.s_1_1 {
    margin: auto;
    margin-top: 1.5%;
    margin-bottom: 0.5%;
    text-align: center;
    vertical-align: middel;
}

.item {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    text-align: center;
}

.item1 {
    float: left;
    width: 31%;
    overflow: hidden;
    border: 1px rgb(216, 212, 212) solid;
    margin-right: 0%;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 4%;
}

.s_0 {
    text-align: center;
}

.s_3 {
    width: 98%;
    height: 20%;
    margin: auto;
}

.s_3_1 {
    width: 100%;
    margin-top: 2%;
}

.s_3_1_span {
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    margin-left: 4%;
}

.s_4 {
    /* font-size: 0.05rem; */
    width: 94%;
    margin: auto;
    margin-top: 3%;
    /* height: 8rem;
    margin-bottom: 11%; */
}

.broadcast {
    margin-top: 0%;
    width: 98%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

    .broadcast ul {
        width: 200%;
        left: 0;
        top: 0;
        padding: 0;
        list-style: none;
    }

    .broadcast li {
        width: 50%;
        left: 0;
        float: left;
        list-style: none;
    }

    .broadcast img {
        position: relative;
        width: 96%;
        margin-left: 2%;
        border-radius: 10px;
    }

    .broadcast ol {
        position: absolute;
        margin-left: 34%;
    }

        .broadcast ol li {
            position: relative;
            float: left;
            margin-right: 0.5rem;
            width: 1.2rem;
            height: 0.2rem;
            background-color: rgb(247, 242, 242);
            color: rgb(247, 242, 242);
            text-align: center;
            cursor: pointer;
        }

            .broadcast ol li.first-li {
                background-color: black;
            }

.span_falan {
    font-size: 0.2rem;
}
/* .button_ol{
    margin: auto;
  
} */
.img_guanyu {
    position: relative;
    width: 96%;
    margin-left: 2%;
    border-radius: 6px;
}

.s_2 {
    width: 96%;
    height: 20%;
    margin-left: 2%;
    border-radius: 5px;
    margin-top: 4%;
    margin-bottom: 3%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.jia {
    width: 96%;
    height: 6rem;
    margin-left: 2%;
}


body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

.s_1_1 {
    margin-bottom: 0.5%;
}

img {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
div {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}