html body {
     background-image: linear-gradient(to right, #343131, #141414);
}

/*栏目板块标题*/
.about-title {
    margin:0.6rem 0;
}
.about-title p {
    font-size: 38px;
    color: #666;
    font-family: 'Futura';
    
    background-image: -webkit-linear-gradient(top, #f2cdba, #32322b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-title h3 {
    font-size: 38px;
    color: #f2cdba;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    font-weight: bold;
    padding:20px 0;
}
.about-title h3 span {
    margin: 0 20px;
    padding: 5px 20px;
    color: #000;
    background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193);
    *-webkit-background-clip: text;
    *-webkit-text-fill-color: transparent;
}
@media screen and (max-width:1024px) {
.about-title {
    margin: 30px 0;
}
.about-title p {
    font-size: 24px;
}
.about-title h3 {
    font-size:18px;
    padding: 0.2rem 0;
}

}
/*栏目板块标题*/

/*前言*/
.introduction {
    position: relative;
    padding:4% 0 4% 0;
}
.introduction::before {
    opacity: 0.2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.introduction .introduction-item {}
.introduction .introduction-item .word {
    font-size: 18px;
    color: #dedede;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
@media screen and (max-width:1024px) {
.introduction {
    padding:4% 0 0% 0;
}
.introduction .introduction-item {}
.introduction .introduction-item .word {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
}
/*前言*/

/*华鹏经销商赋能系统*/
.about {
    position: relative;
    padding:0 0 5% 0;
}

.about::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:0;
    background: url(../images/support/about-bg.jpg) no-repeat center center/cover;
    -webkit-filter: grayscale(100%);
}
.about .container {
    position: relative;
    z-index: 1;
}

.about .about-item {}
.about .about-item .info {
    margin: 20px 0;
}
.about .about-item .info p {
    font-size: 16px;
    color: #dedede;
    line-height: 2.0;
}
.about .about-item .info p span {
    color: #f2cdba;
}

.about .about-item .list {
    display: flex;
    *justify-content: start;
    flex-wrap: wrap;
    gap: 0%;
    margin: 30px 0 0 0;
    background: #252525;
}
.about .about-item .list .item {
    position: relative;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 0%;
    width: 100%;
    padding: 80px 50px;
    /* background:#f6f6f6; */
}
.about .about-item .list .item::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:0;
    *-webkit-filter: grayscale(100%);
}
  

.about .about-item .list .item .title {
    position: relative;
    z-index: 1;
    width: 40%;
    /* padding:30px; */
}
.about .about-item .list .item .title p {
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193);
}
.about .about-item .list .item .title h3 {
    font-size: 28px;
    color: #f2cdba;
    font-weight: normal;
    line-height: 1.6;
}
.about .about-item .list .item .title h3 span {
    font-size: 48px;
    color: #f2cdba;
    font-weight: bold;
    padding: 0 20px 0 0;
    /* background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193); */
    background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about .about-item .list .item .title h4 {
    margin: 10px 0 0 0;
    font-size: 20px;
    color: #d6d6d6;
}
.about .about-item .list .item .word {
    position: relative;
    z-index: 1;
    width: 60%;
    /* padding:30px; */
}
.about .about-item .list .item .word p {
    font-size: 18px;
    color: #fff;
    line-height: 2.0;
    margin: 0 0 10px 0;
}

.about .about-item .list .item.one {
    border-bottom: 1px solid #595557;
    /* background:#dedede; */
}
.about .about-item .list .item.one::before{
    background: url(../images/support/bg.jpg) no-repeat center center/100%;
}
.about .about-item .list .item.two::before{
    background: url(../images/support/bg-two.jpg) no-repeat center center/100%;
}
@media screen and (max-width:1024px) {
.about {
    position: relative;
    padding:0 0 5% 0;
}

.about::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:0;
    background: url(../images/support/about-bg.jpg) no-repeat center center/cover;
    -webkit-filter: grayscale(100%);
}
.about .container {
    position: relative;
    z-index: 1;
}

.about .about-item {}
.about .about-item .info {
    margin: 20px 0;
}
.about .about-item .info p {
    font-size: 14px;
    line-height: 1.6;
}
.about .about-item .info p span {
    color: #f2cdba;
}

.about .about-item .list {
    display: flex;
    *justify-content: start;
    flex-wrap: wrap;
    gap: 0%;
    margin: 30px 0 0 0;
    background: #252525;
}
.about .about-item .list .item {
    position: relative;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 0%;
    width: 100%;
    padding: 40px 25px;
    /* background:#f6f6f6; */
}
.about .about-item .list .item::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:0;
    *-webkit-filter: grayscale(100%);
}
  

.about .about-item .list .item .title {
    position: relative;
    z-index: 1;
    width: 100%;
}
.about .about-item .list .item .title p {
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193);
}
.about .about-item .list .item .title h3 {
    font-size: 18px;
    color: #f2cdba;
    font-weight: normal;
    line-height: 1.6;
}
.about .about-item .list .item .title h3 span {
    font-size: 24px;
    color: #f2cdba;
    font-weight: bold;
    padding: 0 20px 0 0;
    /* background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193); */
    background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about .about-item .list .item .title h4 {
    margin: 10px 0 0 0;
    font-size: 20px;
    color: #d6d6d6;
}
.about .about-item .list .item .word {
    position: relative;
    z-index: 1;
    width: 100%;
    margin:30px 0 0 0
}
.about .about-item .list .item .word p {
    font-size: 14px;
    color: #fff;
    line-height: 2.0;
    margin: 0 0 10px 0;
}

.about .about-item .list .item.one {
    border-bottom: 1px solid #595557;
}
.about .about-item .list .item.one::before{
    background: url(../images/support/bg.jpg) no-repeat center center/100%;
}
.about .about-item .list .item.two::before{
    background: url(../images/support/bg-two.jpg) no-repeat center center/100%;
}
}
/*华鹏经销商赋能系统*/

/*2大系统*/
.System {
    padding:6% 0;
    background: #171717 url(../images/day/future-bg.jpg) no-repeat center top / cover;

}
.System .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.System .item {
    width: 100%;
}
.System .item.two {
    margin: 30px 0 0 0;
}
.System .system-item {}
.System .system-item .list {}
.System .system-item .list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.System .system-item .list ul li {
    position: relative;
    width: 32%;
    border: 1px solid #333;
}
.System .system-item .list ul li .photo {}
.System .system-item .list ul li .photo figure {
    position: relative;
}
.System .system-item .list ul li .photo figure img {}
.System .system-item .list ul li .photo figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: all 0.3s;
}

.System .system-item .list ul li .word {
    padding:30px;
    background: #252525;
}
.System .system-item .list ul li .word .title {}
.System .system-item .list ul li .word .title h3 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
}
.System .system-item .list ul li .word .title h3 span {
    font-size: 28px;
    color: #f2cdba;
    padding:0 10px 0 0;
}

.System .system-item .list ul li .word .content {
    margin: 10px 0 0 0;
}
.System .system-item .list ul li .word .content p {
    position: relative;
    margin:10px 0;
    padding:0 0 0 20px ;
    font-size: 20px;
    color: #d6d6d6;
}
.System .system-item .list ul li .word .content p::before {
    position: absolute;
    top: 10px;
    left: 0px;
    content: "";
    width: 5px;
    height: 5px;
    background: #f2cdba;
    display: inline-block;
}
.System .system-item .list ul li .word .content p span {
    color: #f2cdba;
    padding:0 10px 0 0;
}
@media screen and (max-width:1024px) {
.System {
    padding:2% 0;
    /* background: #f9f9f9; */
}
.System .system-item {}
.System .system-item .list {}
.System .system-item .list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}
.System .system-item .list ul li {
    width: 100%;
}
.System .system-item .list ul li .photo {}
.System .system-item .list ul li .photo figure {}
.System .system-item .list ul li .photo figure img {}

.System .system-item .list ul li .word {
    padding:30px;
}
.System .system-item .list ul li .word .title {}
.System .system-item .list ul li .word .title h3 {
    font-size: 20px;
    line-height: 1.6;
}
.System .system-item .list ul li .word .title h3 span {
    padding:0 10px 0 0;
}

.System .system-item .list ul li .word .content {
    margin: 10px 0 0 0;
}
.System .system-item .list ul li .word .content p {
    margin:10px 0;
    padding:0 0 0 15px ;
    font-size: 16px;
}
.System .system-item .list ul li .word .content p::before {
    top: 10px;
    left: 0px;
    width: 4px;
    height: 4px;
}
.System .system-item .list ul li .word .content p span {
    padding:0 10px 0 0;
}
}
/*2大系统*/


/*经销商赋能系统*/
.marketing {}

.marketing .daytitle {
    text-align: center;
}
.marketing .daytitle .tit {
    
}
.marketing .daytitle .tit h5 {
    display:inline-block;
    font-size: 30px;
    color:#fff;
    padding: 0 5%;
}
.marketing .daytitle .tit h5 span {
    display:inline-block;
    font-size: 80px;
    color: #f2cdba;
    font-weight: bold;
    font-family: "Montserrat-Bold";
}
.marketing .daytitle  p {
    font-size: 16px;
    color: #dedede;
    line-height: 1.8;
    padding: 4% 0;
}

/*五大品牌特批支持*/

.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:20%;
    padding:6% 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li:nth-child(even) {
    background-image: -webkit-linear-gradient(top,#252525,#3a3a3a);
}

.marketing-item .marketing-swiper ul li:hover {
   background-image: linear-gradient(to top,#d22633 0,#e6002d 100%);
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:140px;
    height:140px;
    border-radius: 50%;
    overflow:hidden;
    border:5px solid #f2cdba;
}
.marketing-item .marketing-swiper ul li i img {
    width:100%;
    height:100%;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    margin:30px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:0.8;
    font-size: 16px;
    color: #fff;
    font-family: 'Futura';
    margin:28px 0 38px 0;
}

.marketing-item .marketing-swiper ul li .cont {
    height: 100px;
    padding:0 20px;
}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}
@media screen and (max-width:1024px) {
.marketing .daytitle {
    text-align: center;
}
.marketing .daytitle .tit {
    
}
.marketing .daytitle .tit h5 {
    font-size: 16px;
    padding: 0 5%;
}
.marketing .daytitle .tit h5 span {
    font-size: 20px;
}
.marketing .daytitle  p {
    font-size: 14px;
    line-height: 1.8;
    padding: 4% 5%;
}

/*五大品牌特批支持*/

.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    width:100%;
    padding:6% 0;
    text-align: center;
    /* background-image: -webkit-linear-gradient(top,#f9f9f9,#f6f6f6); */
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li:nth-child(even) {
    /* background-image: -webkit-linear-gradient(top,#f9f9f9,#f6f6f6); */
}

.marketing-item .marketing-swiper ul li:hover {
   background-image: linear-gradient(to top,#f9f9f9 0,#f6f6f6 100%);
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:100px;
    height:100px;
    border-radius: 50%;
    overflow:hidden;
    border:5px solid #fff;
}
.marketing-item .marketing-swiper ul li i img {
    width:100%;
    height:100%;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 18px;
    /* color:#3a3a3a; */
    margin:30px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:1;
    font-size: 16px;
    /* color: #666; */
    margin:28px 0 38px 0;
}

.marketing-item .marketing-swiper ul li .cont {
    height: 100px;
    padding:0 20px;
}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:1;
    font-size: 14px;
    /* color: #666; */
}

}
/*经销商赋能系统*/



/*案例见证*/
.witness {
    padding:5% 0;
    background: #000 url(../images/day/train-bg.jpg) no-repeat center bottom;
}

.witness .tit-item {}
.witness .tit-item h4 {
    font-size: 36px;
    color: #000;
    max-width: 20%;
    padding: 1% 2%;
    margin: 2% auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left,#f2cdba,#ebb193);
}
.witness .tit-item p {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}
.witness-box {
    position:relative;
}
.witness-box ul li {
    padding:30px;
    border: solid 1px #333;
    /* background: #fff; */
}
.witness-box ul li:hover {
    border: solid 1px #f2cdba;
}

.witness-box ul li .photo {
    width: 100%;
    padding-top: 67.15%;
    margin: 20px 0 0 0;
    overflow: hidden;
    position: relative;
}
.witness-box ul li .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.witness-box ul li .word {


}
.witness-box ul li .word h3 {
    font-size: 18px;
    color: #f2cdba;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.witness-box ul li:hover .word h3{
    color: #f2cdba;
}
.witness-box ul li .word h4 {
    font-size: 14px;
    color: #d6d6d6;
    margin:20px 0;
}
.witness-box ul li .word p {
    height: 70px;
    font-size: 14px;
    color: #dedede;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.witness .pagination-banner {
    margin: 3% 0;
    position: revert;
    width: 100%;
}
.witness .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 10px;
    height: 10px;
    background: none;
    border:2px solid #dedede;
    margin: 0 5px !important;
}
.witness .swiper-pagination-bullet-active {
    border: 2px solid #f2cdba;
}

.witness .more {
    text-align: center;
}
.witness .more a {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
    width: 130px;
    line-height: 36px;
    border-radius: 36px;
    border: 2px solid #dcdcdc;
    background: transparent;
    z-index: 0;
}
.witness .more a:hover{
    color: #fff;
    border: 2px solid #f2cdba;
    background: #f2cdba;
}

.witness .more p {
    margin: 5% 0 0 0;
    font-size: 40px;
    color: #dedede;
    line-height: 1.4;
    text-align: center;
}
.witness .more p span {
    color: #f2cdba;
    font-size: 55px;
}
@media screen and (max-width:1024px) {
.witness {
    padding:5% 0;
    /* background: #f9f9f9; */
}

.witness-box {
    position:relative;
}
.witness-box ul li {
    padding:20px;
}

.witness-box ul li .photo {
    padding-top: 67.15%;
    margin: 20px 0 0 0;
}
.witness-box ul li .photo img {

}
.witness-box ul li .word {
}
.witness-box ul li .word h3 {
    font-size: 16px;
}
.witness-box ul li:hover .word h3{
}
.witness-box ul li .word h4 {
    font-size: 14px;
    margin:20px 0;
}
.witness-box ul li .word p {
    height: 70px;
    font-size: 14px;
}

.witness .pagination-banner {
    margin: 3% 0;
    position: revert;
    width: 100%;
}
.witness .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 10px;
    height: 10px;
    background: none;
    border:2px solid #dedede;
    margin: 0 5px !important;
}
.witness .swiper-pagination-bullet-active {
    border: 2px solid #f2cdba;
}

.witness .more {
    text-align: center;
}
.witness .more a {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    *color: #333;
    width: 100%;
    max-width: 200px;
    line-height: 36px;
    border-radius: 36px;
    border: 2px solid #dcdcdc;
    background: transparent;
    z-index: 0;
}
.witness .more a:hover{
}

.witness .more p {
    margin: 5% 0 0 0;
    font-size: 16px;
}
.witness .more p span {
    font-size: 24px;
}
}
/*案例见证*/


/*七大运营中心*/
.runcenter {
    position: relative;
    padding:6% 0;
}
.runcenter::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    *background: #fff url(../images/support/runcenter.png) no-repeat center bottom / 60%;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.runcenter .word {}
.runcenter .word p {
    font-size: 18px;
    color: #dedede;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 10px 0;
}
.runcenter .runcenter-item {
    padding: 5% 0 0 0;
}
.runcenter .runcenter-item .runcenter-list {}
.runcenter .runcenter-item .runcenter-list ul {
    overflow:hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:1%;
}
.runcenter .runcenter-item .runcenter-list ul li {
    width: 13%;
    text-align: center;
    padding: 30px;
    background: #252525;
    border: 1px solid #333;
}
.runcenter .runcenter-item .runcenter-list ul li:hover {
    background-image: -webkit-linear-gradient(left, #f2cdba, #ebb193);
}
.runcenter .runcenter-item .runcenter-list ul li i {}
.runcenter .runcenter-item .runcenter-list ul li i img {
    width: 40px;
}
.runcenter .runcenter-item .runcenter-list ul li h4 {
    margin: 20px 0 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
@media screen and (max-width:1024px) {
.runcenter {
    padding:6% 0;
    
}
.runcenter::before {
    opacity: 0.5;
    /* background: #fff url(../images/support/runcenter.png) no-repeat center bottom / 100%; */
}
.runcenter .word {}
.runcenter .word p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}
.runcenter .runcenter-item {
    padding: 5% 0 0 0;
}
.runcenter .runcenter-item .runcenter-list {}
.runcenter .runcenter-item .runcenter-list ul {
    overflow:hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:2%;
}
.runcenter .runcenter-item .runcenter-list ul li {
    width: 33%;
    margin:20px 0
}
.runcenter .runcenter-item .runcenter-list ul li i {}
.runcenter .runcenter-item .runcenter-list ul li i img {
    width: 30px;
}
.runcenter .runcenter-item .runcenter-list ul li h4 {
    margin: 10px 0 0 0;
    font-size: 16px;
}
}
/*七大运营中心*/


/*招商加盟-申请加盟表单*/

.message {
    background: #000000;
    padding:0 0 3% 0;
}
.message .message-box {
    max-width: 1200px;
    margin: 0 auto;
}
.message form {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 2%;
}
.message form input,.message form select {
    width: 32%;
    *border: 1px solid #f2cdba;
    border: 1px solid rgba(242, 205, 182, 0.3);
    color: #f1e0d8;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    padding: 11px 10px 11px 10px;
    background: transparent;
    background: rgba(242, 205, 182, 0.1);
}
.message form input:-webkit-autofill,
.message form input:-internal-autofill-selected {
    background: rgba(0, 0, 0, 0.1);
    box-shadow:0 0 0 1000px #000 inset;
    -webkit-text-fill-color:#f2cdba;
}
.message form input::placeholder {
     color: #f1e0d8;
}
.message form option {
    color: #000;
}
.message form .bottom {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 160px;
    padding: 0;
    background: #f2cdba;
    margin: 20px auto;
}
@media screen and (max-width:800px){
.message {
    background: #000000;
    padding:0 0 3% 0;
}
.message .message-box {
    max-width: 1200px;
    margin: 0 auto;
}
.message form {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px 2%;
}
.message form input,.message form select {
    width: 100%;
    *border: 1px solid #f2cdba;
    border: 1px solid rgba(242, 205, 182, 0.3);
    color: #f1e0d8;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    padding: 11px 10px 11px 10px;
    background: transparent;
    background: rgba(242, 205, 182, 0.1);
}
.message form input:-webkit-autofill,
.message form input:-internal-autofill-selected {
    background: rgba(0, 0, 0, 0.1);
    box-shadow:0 0 0 1000px #000 inset;
    -webkit-text-fill-color:#f2cdba;
}
.message form input::placeholder {
     color: #f1e0d8;
}
.message form option {
    color: #000;
}
.message form .bottom {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 100%;
    max-width: 200px;
    padding: 0;
    background: #f2cdba;
    margin: 20px auto;
}

}
