﻿/* 支持平台 */
.dsp {
    background: url(../images3/dsp1_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 199px;
    padding: 31px 20px 0 19px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.dsp1_1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dsp1_1 .imgbox {
    width: 28px;
}

.dsp1_1 h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 9px;
}

.dsp1_2 .imgbox {
    width: 71px;
    height: 70px;
}

.dsp1_2 {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.dsp1_2 h1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
	color: rgba(0, 16, 254, 1);
}

/* 使用方法 */
.dsp2 {
    background: url(../images3/dsp2_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 252px;
    padding: 31px 20px 0 19px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.dsp2_1 h1 {
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    font-family: 宋体;
}

.dsp2_1 h2 {
    font-family: 宋体;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
}

.dsp2_2 {
    width: 1067px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(to right,
            rgba(57, 216, 214, .5) 0%,
            rgba(58, 223, 233, 0) 100%);
    border-radius: 10px;
}

.dsp2_2 p {
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 1px;
	color: rgba(0, 16, 254, 1);
white-space: nowrap;
}

.dsp2_2 input {
    width: 806px;
    height: 46px;
    background-image: linear-gradient(to right,
            rgba(184, 246, 246,.5) 0%,
            rgba(184, 246, 246, 0) 100%);
    border-radius: 10px;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    box-sizing: border-box;
}

.dsp2_2 input::placeholder {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    letter-spacing: 1px;
    	color: rgba(223, 0, 0, 1);
}

.dsp2_2 a {
    letter-spacing: 1px;
}

/* 文案内容 */
.dsp3 {
    background: url(../images3/dsp3_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    /* height: 459px; */
    padding: 31px 20px 39px 19px;
    box-sizing: border-box;
}

.dsp3_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dsp3_1 .dsp1_1 {
    margin-bottom: 0;
}

.dsp3_2 textarea {
    width: 1067px;
    height: 243px;
    border: solid 2px rgba(255, 255, 255, .6);
	background-color: rgba(178, 240, 255,.3);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
	color: rgba(223, 0, 0, 1);
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}

.dsp3_2 {
    margin-bottom: 30px;
}

.dsp3_3_1 {
    display: flex;
    align-items: center;
}

.dsp3_3_1 .imgbox {
    width: 26px;
    margin-right: 9px;
}

.dsp3_3 h1 {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.dsp3_3 h2 {
    text-decoration: underline;
    font-size: 16px;
    margin-top: 19px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
}