﻿.wenAnXuanZhe{
    cursor: pointer;
    justify-content: normal !important;
    display: flex;
    align-items: center;

}

.wenAnXuanZhe .check_box_wenan {
    display: flex;
    margin-left: 2.5vw;
    align-items: center;
}

.wenAnXuanZhe p {
    cursor: pointer;
    width: 4vw;
    height: 4vw;
    background-image: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin-right:1vw;
    border: 1px solid #df0000 ;
}
.wenAnXuanZhe p span{
    position: absolute;
    width: 2.3vw;
    height: 2.3vw;
    border-radius: 50%;
    border: 1px solid #df0000 ;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wenAnXuanZhe .bs span {
    background-color: #df0000;
}

.wenAnXuanZhe h3 {
    font-size: 3vw;
    color: #df0000;
}


body {
    background: url(../images3/bg_gjcwj.png) no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
}

/* 编辑活码 */
.hm_ma {
    width: 94.1vw;
    margin: auto;
    padding-top: 10vw;
    box-sizing: border-box;
}

.dsp2_2 {
    width: 100%;
    height: 9.1vw;
    background-color: rgba(255, 255, 255, 9);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1.5vw;
    box-sizing: border-box;
    border-radius: 1.3vw;
    margin-bottom: 2.7vw;
}

.dsp2_2 p {
    color: rgba(0, 16, 254, 1);
    font-size: 2.9vw;
    line-height: normal;
    letter-spacing: 1px;
}

.dsp2_3 P {
    letter-spacing: 1.2vw;
}

.dsp2_4 p {
    letter-spacing: .7vw;
}

.dsp2_2 input {
    width: 70%;
    height: 6.1vw;
    background: transparent;
    background-image: linear-gradient(to right,
            rgba(215, 224, 239, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 1.3vw;
    border: none;
    padding-left: 1.5vw;
    font-size: 2.9vw;
    box-sizing: border-box;
    color: rgba(0, 12, 255, 1);
}

.dsp2_2 select {
    color: rgba(0, 12, 255, 1);
    cursor: pointer;
    width: 70%;
    height: 6.1vw;
    border-radius: 1.3vw;
    border: none;
    padding: 0 1.5vw;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images3/zcr33.png) no-repeat rgba(16, 51, 134, .1);
    background-position: 95% center;
    background-size: 5%;
    font-size: 2.9vw;
    letter-spacing: 1px;
}

.dsp2_2 input::placeholder,
.dsp2_2 select::placeholder {
    font-size: 2.9vw;
    font-family: MicrosoftYaHei;
    letter-spacing: 1px;
    color: rgba(0, 12, 255, 1);
}

.dsp2_2 a {
    letter-spacing: 1px;
}

/* ai1 */
.ai_box {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 1.3vw;
    padding: 2%;
    box-sizing: border-box;
}

.ai1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai1_1 {
    display: flex;
    align-items: center;
}

.ai1_1 img {
    width: 3.6vw;
    margin-right: 1.2vw;
}

.ai1_1 h1 {
    font-size: 2.9vw;
    letter-spacing: 1.2px;
    color: rgba(0, 12, 255, 1);
}

.ai1_2 a {
    display: inline-block;
    padding: 0 3vw;
    margin-left: 2.8vw;
    height: 5.1vw;
    background-image: linear-gradient(0deg,
            rgba(166, 204, 243, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 0px 6.9px 2.1px rgba(21, 38, 151, 0.38);
    font-family: SourceHanSerifCN-Regular;
    font-size: 2.9vw;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: rgba(16, 51, 134, 1);
    border-radius: 2.5vw;
    line-height: 5.1vw;
}

.ai2 textarea {
    margin-top: 2.7vw;
    width: 100%;
    resize: none;
    height: 26.7vw;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, .9);
    border: solid 2px rgba(74, 235, 249, .9);
    padding-top: 2.8vw;
    padding-left: 1.5vw;
    font-size: 2.9vw;
    color: rgba(223, 0, 0, 1);
    box-sizing: border-box;
}

.ai2 textarea::placeholder {
    font-size: 2.9vw;
    color: rgba(223, 0, 0, 1);
}