@charset "utf-8";
/* CSS Document */


body {
    color: #1e1e1e;
    font: 13px "Microsoft YaHei","微软雅黑",Arial,Verdana,Tahoma;
}
h1, h2, h3, h4, h5, h6, i, em {
    font-style: normal;
    font-weight: normal;
}
input, button, select, textarea {
    border: 0 none;
    border-radius: 0;
    font-family: "Microsoft YaHei","微软雅黑",Arial,Verdana,Tahoma;
    outline: medium none;
    vertical-align: middle;
}

/*l留言板*/
.banner-con04 .m-reg h3{
    font:20px/48px "微软雅黑"; 
    color:#fff;
    font-weight:bold;
    
    text-align:center;      
}
.banner-con04 .m-reg h3 span{
    color:#ffd800;
}
.banner-con04 .m-reg h4{
    font:16px/24px "微软雅黑"; 
    color:#fff;
    font-style:italic;
    text-align:center;     
}
.banner-con04 .m-reg{
	
    background:rgb(137, 166, 230) none repeat scroll 0 0;
}
.banner-con04 .m-reg .m-tab {
    width: 270px;
}
.banner-con04 .m-reg .m-tab li {
    background: #0d0b00 none repeat scroll 0 0;
    color: #908f8d;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 50%;
}
.banner-con04 .m-reg .m-tab li.crt {
    background: #332a00 none repeat scroll 0 0;
    color: #e0e0dd;
    cursor: default;
    font-size: 18px;
}
.banner-con04 .m-reg .m-ipts {
    padding: 10px 20px 0;
}
.banner-con04 .m-reg .m-ipts li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    overflow: hidden;
}
.banner-con04 .m-reg .m-ipts li dl {
    width: 230px;
}
.banner-con04 .m-reg .m-ipts li dt {
    background: #fff url("../images/sp_login.png") no-repeat scroll 0 0;
    float: left;
    height: 34px;
    padding-right: 10px;
    width: 22px;
}
.banner-con04 .m-reg .m-ipts li dd {
    float: left;
    width: 196px;
}
.banner-con04 .m-reg .m-ipts li .icon1 {
    background-position: 9px 11px;
}
.banner-con04 .m-reg .m-ipts li .icon2 {
    background-position: 9px -19px;
}
.banner-con04 .m-reg .m-ipts li .icon3 {
    background-position: 9px -49px;
}
.banner-con04 .m-reg .m-ipts li .icon4 {
    background-position: 9px -79px;
}
.banner-con04 .m-reg .m-ipts li.focus {
    border: 1px solid #ffa800;
}
.banner-con04 .m-reg .m-ipts .icon-btn {
    border: 1px solid #ffa800;
}
.banner-con04 .m-reg .m-ipts .icon-btn dt {
    background-color: #fff9f1;
}
.banner-con04 .m-reg .m-ipts .icon-btn .icon1 {
    background-position: -19px 11px;
}
.banner-con04 .m-reg .m-ipts .icon-btn .icon2 {
    background-position: -19px -19px;
}
.banner-con04 .m-reg .m-ipts .icon-btn .icon3 {
    background-position: -19px -49px;
}
.banner-con04 .m-reg .m-ipts .icon-btn .icon4 {
    background-position: -19px -79px;
}
.banner-con04 .m-reg .m-ipts .icon-btn dd .jsCheck {
    background-color: #fff9f1;
}
.banner-con04 .m-reg .m-ipts input {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: 487px;
}
.banner-con04 .m-reg .m-ipts .u-err {
    background: #ff4444 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    height: 0;
    line-height: 20px;
    overflow: hidden;
    padding-left: 5px;
    transition: height 0.5s ease 0s;
    width: 100%;
}
.banner-con04 .m-reg .u-reg-btn {
    background: #ff7d1d none repeat scroll 0 0;
    border-radius: 3px;
    border:1px dashed #fff;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    margin: 5px auto 0;
    text-align: center;
    width: 230px;
}
.banner-con04 .m-reg .u-reg-btn:hover {
    background: #ff7676 none repeat scroll 0 0;
}
.banner-con04 .m-reg .u-reg-btn:active {
    background: #ff3434 none repeat scroll 0 0;
}
.banner-con04 .m-reg .u-txt {
    color: #fff;
    font-size: 13px;
    margin: 6px 0 6px;
    text-align: center;
}
.banner-con04 .m-reg .u-txt em {
    color: #ffde00;
}