﻿#Home {
  background-color: #69a533;
  color: #FFF;
}

.bg{ background:url(/skin/img/bg-suyuan/bg-suyuan.jpg) no-repeat center top;height:314px;text-align:center; } 
.lianxi_bg{ background:url(/skin/img/bg-suyuan/lianxi_bg.jpg) no-repeat center top;height:845px;text-align:center; } 

input[type=text] {
    height: 25px;
    width: 360px;
    padding-left: 35px;
    padding-bottom: 10px;
    border: 0px;
    font-size: 18px;
    font-weight: bolder;
    background-color: #fff;
    border-bottom: 1px solid grey;
}

input[type=text]:focus { 
    border-bottom: 1px solid #CC2133;
 }

 textarea:focus {

    outline: none;

}

textarea:focus {
    outline: none;
    border: 1px solid #CC2133;
}
.button-1 {
    /* letter-spacing: 5px; */
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    border: 0;
    background: #CC2133;
    /* text-decoration: none; */
    width: 210px;
    height: 55px;
}

input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: center;
    background: #fff;
    border: 1px solid #CC2133;
    position: relative;
}

input[type=radio]:checked::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #CC2133;
}
input[type=radio], input[type=radio]:checked::after {
    border-radius: 50%;
}