﻿/* 支持平台 */
.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: rgba(255, 255, 255, 1);
    font-weight: bold;
    font-family: 宋体;
}

.dsp2_1 h2 {
    font-family: 宋体;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
	color: rgba(255, 255, 255, 1);
    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 {
	color: rgba(0, 16, 254, 1);
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 1px;
}

.dsp2_2 input {
    width: 806px;
    height: 46px;
    background-image: linear-gradient(to right,
            rgba(163, 243, 242, 1) 0%,
            rgba(170, 237, 242, 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/bg_spjx.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    /* height: 459px; */
    padding: 31px 20px 39px 19px;
    box-sizing: border-box;
}

.dsp3_2_1 {
    width: 1067px;
    height: 240px;
    background-color: rgba(47, 220, 218, .5);
    border-radius: 10px;
    padding: 18px 13px 21px 20px;
    box-sizing: border-box;
}

.dsp3_2_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dsp3_2_2 h1 {
    font-size: 18px;
    letter-spacing: 1px;
	color: rgba(0, 16, 254, 1);
}

.dsp3_2_2 .btn_box a:nth-child(1) {
    width: 171px;
}

.dsp3_2_2 .btn_box a{
	border-radius: 10px;
}

.dsp3_2_2 .btn_box a:nth-child(2) {
    width: 115px;
    margin-left: 19px;
}

.dsp3_2_1 textarea {
    margin-top: 20px;
    width: 100%;
    height: 124px;
    background-color: rgba(184, 246, 246, .6);
    border-radius: 10px;
    border: none;
    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_3 {
    height: 211px;
    margin-top: 20px;
}

.dsp3_2_3 textarea {
    height: 96px;
}

.dsp3_2 {
    margin-bottom: 30px;
}

/* 注意事项 */
.dsp3_3 {
    margin-bottom: 30px;
}

.dsp3_3:last-child {
    margin-bottom: 0;
}

.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;
}