@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
}

input {
    border: 0 none;
    background: transparent;
    height: .4rem;
    font-size: 0.34rem;
}

html, body {
    width: 100%;
}

.box {
    width: 100%;
    overflow: hidden;
}

.box:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.floatImg {
    float: left;
    width: 7.5rem;
}

.floatImg img {
    float: left;
    width: 100%;
}

/*报名*/
.sign {
    position: relative;
    float: left;
    width: 7.5rem;
    height: 4.5rem;
}

.sign .bj {
    float: left;
    width: 100%;
}

.sign .name {
    position: absolute;
    padding-left: .2rem;
    top: 0;
    left: 1.25rem;
    width: 4.8rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .34rem;
    background: #f3f3f3;
}

.sign .name input {
    margin-left: .12rem;
    width: 2.7rem;
}

.sign .number {
    position: absolute;
    padding-left: .2rem;
    top: 1rem;
    left: 1.25rem;
    width: 4.8rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .34rem;
    background: #f3f3f3;
}

.sign .number input {
    margin-left: .12rem;
    width: 2.65rem;
}

.sign .but {
    position: absolute;
    left: 1.25rem;
    top: 2.15rem;
    width: 5rem;
    height: .86rem;
    border-top-left-radius: .50rem;
    border-bottom-left-radius: .50rem;
    border-top-right-radius: .50rem;
    border-bottom-right-radius: .50rem;
    color: #fff;
    font-size: .38rem;
    background: #d10006;
}
