.header-box {
    /*background: url("../images/banner_bg.jpg") center no-repeat #250d41;*/
}
.j-m-box {
    width: 100%;
    min-height: 130px;
    background: rgba(247, 247, 247, 0.75);
    border: 1px solid #EEE;
    padding: 20px;
}

.jm-img {
    float: left;
    width: 80px;
}

.jm-img span {
    display: block;
}

.jm-txt {
    line-height: 180%;
}

.ja-box {
    background: rgba(247, 247, 247, 0.75);
    border: 1px solid #EEE;
    padding: 20px;
    width: 100%;
    min-width: 300px;
    min-height: 200px;
}
.ja-txt {
    margin-left: 52px;
    line-height: 160%;
    font-size: 1.4rem;
    min-height: 66px;
}
.ja-img {
    width: 100%;
}

.fBold {
    font-weight: bold;
}

.j-table{
    border: 1px solid #666666;
    width: 100%;
    background: #FFF;
    margin-top: 10px;
}
.j-table td {
    border: 1px solid #666666;
    padding: 10px;
}

.join-txt-box {
    background: rgba(247, 247, 247, 0.75);
    border: 1px solid #EEE;
    padding: 40px;
}

.jl-txt {
    line-height: 340%;
    margin-top: 20px;
    margin-left: 10px;
}


.join-input-bg{
	white-space: nowrap;
	border: solid 1px #b0b0b0;
	padding:1rem;
	line-height: 3rem;
	border-radius: 5px;
}

.join-input-bg:hover {
	border: solid 1px #F15656;
}

.join-input{
	border: none;
    line-height: 3rem;
    padding: 0 1rem;
    font-size: 2rem;
    background-color: transparent;
    width: 80%;
}
.join-textarea{
	border: none;
    line-height: 3rem;
    padding: 1rem;
    font-size: 2rem;
    background-color: transparent;
    width: 100%;
}

.input-btn-send{
	font-size: 1.8rem;
	background-color: #F15656;
	border-radius: 5px;
	line-height: 3.5rem;
	height: 3.5rem;
}

.join-tip{
    position: absolute;
    left: 9px;
    top: 22px
}

/* 窗口宽度<480,设计宽度=320 */
@media screen and (max-width: 479px) {
    .header-box {
       /* background-image: url("../images/banner_bg_m.jpg");*/
        background-position: top;
        min-height: 250px;
    }
}
