﻿.wenAnXuanZhe{
    cursor: pointer;
    justify-content: normal !important;
    display: flex;
    align-items: center;

}

.wenAnXuanZhe .check_box_wenan {
    display: flex;
    margin-right: 20px;
}

.wenAnXuanZhe p {
    cursor: pointer;
    width: 23px;
    height: 23px;
    background-image: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin-right: 9px;
    border: 1px solid rgba(0, 16, 254, 1);
}
.wenAnXuanZhe p span{
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgba(0, 16, 254, 1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wenAnXuanZhe .bs span {
    background-color: rgba(0, 16, 254, 1);
}

.wenAnXuanZhe h3 {
    font-size: 18px;
    color: rgba(0, 16, 254, 1);
}



html {
    background: url(../images3/gjc_bg2.png) no-repeat;
}

/* 编辑活码 */
.dsp2 {
    background: url(../images3/bg_alxzs.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 1060px;
    padding: 31px 20px 0 19px;
    box-sizing: border-box;
}

.dsp2_2 {
    width: 1067px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 20px;
}

.dsp2_2 p {
    color: rgba(0, 16, 254, 1);
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 1px;
}

.dsp2_3 P {
    letter-spacing: 7px;
}

.dsp2_4 p {
    letter-spacing: 3.5px;
}

.dsp2_2 input {
    width: 85%;
    height: 46px;
    background: transparent;
    background-image: linear-gradient(to right,
            rgba(215, 224, 239, 1) 0%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    box-sizing: border-box;
    color: rgba(0, 12, 255, 1);
}

.dsp2_2 select {
    color: rgba(0, 12, 255, 1);
    background-position: 92% center;
    cursor: pointer;
    width: 85%;
    height: 46px;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images3/zcr3.png) no-repeat rgba(16, 51, 134, .1);
    background-position: 98% center;
    font-size: 18px;
    letter-spacing: 1px;
}

.dsp2_2 input::placeholder {
    font-size: 16px;
    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: 10px;
    padding: 20px;
    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: 28px;
    margin-right: 8px;
}

.ai1_1 h1 {
    font-size: 20px;
    letter-spacing: 1.2px;
    color: rgba(0, 12, 255, 1);
}

.ai1_2 a {
    display: inline-block;
    padding: 0 14px;
    margin-left: 19px;
    height: 38px;
    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: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: rgba(16, 51, 134, 1);
    border-radius: 18.5px;
    line-height: 38px;
}

.ai2 textarea {
    margin-top: 20px;
    width: 100%;
    resize: none;
    height: 200px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, .9);
    border: solid 2px rgba(74, 235, 249, .9);
    padding-top: 14px;
    padding-left: 17px;
    font-size: 16px;
    color: rgba(223, 0, 0, 1);
    box-sizing: border-box;
}

.ai2 textarea::placeholder {
    color: rgba(223, 0, 0, 1);
}