::-webkit-input-placeholder {
    font-size: 14px;
}

::-moz-placeholder {
    font-size: 14px;
}

.content {
    padding-bottom:2rem;
}

.content_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url("../img/count/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 1.5rem;
}

.content_list_item {
    width: 9.7rem;
    margin: 0.5rem auto;
    position: relative;
    font-size: .4rem;
}
.content_list_item .Validform_checktip{
     position: absolute;
     bottom: -.5rem;
     right: 1.2rem;
     margin: auto;
     width: 5rem;
}
.content_list_item_title {
    color: #fafafa;
    vertical-align: middle;
    width: 4rem;
    margin-right: 0.2rem;
    text-align: right;
}

input[type="text"] {
    vertical-align: middle;
    border-radius: 4px;
    border: none;
    text-indent: 0.1rem;
    height: 0.8rem;
    display: inline-block;
    background: #fafafa;
    width:4.5rem;
}

button.check {
    background: #bb9a75;
    border: none;
    color: #fff;
    margin: 1rem auto;
    display: block;
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: 4px;
}