﻿/* 支持格式 */
.ysp {
    background: url(../images3/dsp_bg_zcgs.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 156px;
    padding: 31px 20px 0 19px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ysp1_1 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.ysp1_1 .imgbox {
    width: 28px;
}

.ysp1_1 h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 9px;
}

.ysp1_2 .imgbox {
    width: auto;
    height: 51px;
}

.ysp1_2 {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

.ysp1_2 h1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #000000;
}

/* 使用方法 */
.ysp2 {
    background: url(../images3/dsp_bg_syff.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 197px;
    padding: 31px 20px 0 19px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ysp2_1 h2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 宋体;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 20px;
}

.ysp2_2 {
    width: 1067px;
    height: 46px;
    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;
}

.ysp2_2 p {
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 1px;
	color: rgba(223, 0, 0, 1);
}

.ysp2_2 a {
    width: 245px;
    letter-spacing: 1px;
}

/* 文案内容 */
.ysp3 {
    background: url(../images3/dsp3_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 357px;
    padding: 31px 20px 39px 19px;
    box-sizing: border-box;
}

.ysp3_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ysp3_1 .ysp1_1 {
    margin-bottom: 0;
}

.ysp3_2 textarea {
    width: 1067px;
    height: 243px;
    border: solid 2px rgba(255, 255, 255, .6);
background-color: rgba(178, 240, 255, .6);
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #000000;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}

.ysp3_2 {
    margin-bottom: 30px;
}