﻿.geo_ma {
    background: url(../images3/geo_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 28px 20px;
    box-sizing: border-box;
}

.geo_t {
    display: flex;
    justify-content: space-between;
}

.geo1_tit {
    height: 39px;
    line-height: 39px;
    background-image: linear-gradient(0deg,
            #65f2fc 0%,
            #ffffff 100%);
    box-shadow: 0px 4px 7px 2px rgba(34, 168, 176, 0.38);
    border-radius: 20px 0px 20px 0px;
    border: solid 2px #51eff7;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    letter-spacing: 1px;
    color: #2a436b;
    padding: 0 47px;
    box-sizing: border-box;
}

.geo1 {
    display: flex;
    width: 390px;
    align-items: flex-start;
    flex-direction: column;
}

.geo1 textarea {
    width: 100%;
    resize: none;
    border: none;
    height: 646px;
    font-size: 16px;
    padding: 20px;
    box-sizing: border-box;
    color: rgba(4, 138, 149, 1) !important;
}

.geo1 textarea::placeholder {
    color: rgba(4, 138, 149, 1) !important;
}

.geo1 .textarea_box {
    padding: 11px 12px;
    /* box-sizing: border-box; */
    margin-top: 20px;
    width: 100%;
    background: url(../images3/bg_geo1.png) no-repeat;
    background-size: 100% 100%;
}

.geo1_2 {
    width: 620px;
    align-items: center;
}

.geo1_2 .textarea_box {
    background: url(../images3/bg_geo2.png) no-repeat;
    background-size: 100% 100%;
}

/* <!-- 输  出  数  量： --> */
.geo3 {
    box-shadow: 0 0 16px rgba(34, 233, 240, 0.64);
    display: flex;
    align-items: center;
    height: 66px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .9);
    padding: 0 20px;
    box-sizing: border-box;
    margin: 20px auto;
}

.geo3 h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #2a436b;
    margin-right: 35px;
}

.geo3_1 {
    display: flex;
}

.geo3_1 a {
    cursor: pointer;
    display: block;
    width: 149px;
    height: 46px;
    margin-right: 30px;
    transition: background .3s;
}

.geo3_1 #num10.bs {
    background: url(../images3/geo_num_a_10.png) no-repeat;
    transition: background .3s;
    background-size: 100% 100%;
}

.geo3_1 #num30.bs {
    background: url(../images3/geo_num_a_30.png) no-repeat;
    transition: background .3s;
    background-size: 100% 100%;
}

.geo3_1 #num50.bs {
    background: url(../images3/geo_num_a_50.png) no-repeat;
    transition: background .3s;
    background-size: 100% 100%;
}

#num10 {
    background: url(../images3/geo_num_b_10.png) no-repeat;
    background-size: 100% 100%;
}

#num30 {
    background: url(../images3/geo_num_b_30.png) no-repeat;
    background-size: 100% 100%;
}

#num50 {
    background: url(../images3/geo_num_b_50.png) no-repeat;
    background-size: 100% 100%;
}


/* AI文案生成 */
.geo_b {
    box-shadow: 0 0 16px rgba(34, 233, 240, 0.64);
}

.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: #2a436b;
}

.ai1_2 a {
    display: inline-block;
    padding: 0 14px;
    margin-left: 19px;
    height: 38px;
    background-image: linear-gradient(0deg,
            #5aedf7 0%,
            #f7feff 100%);
    box-shadow: 0 0 16px rgba(34, 233, 240, 0.64);
    font-family: SourceHanSerifCN-Regular;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #103386;
    border-radius: 18.5px;
    line-height: 38px;
}

.ai2_1 {
    width: 1024px;
    overflow-y: auto;
    font-size: 16px;
    color: #333333;
    margin-top: 21px;
    padding: 14px 17px;
    box-sizing: border-box;
    height: 200px;
    box-shadow: 0 0 16px rgba(34, 233, 240, 0.64);
    background-color: rgba(255, 255, 255, .9);
}

.suanli {
    font-size: 18px;
    line-height: 53px;
    letter-spacing: 1px;
    color: #1868a8;
}