.lxwm {
    overflow: hidden;
    background-color: #f8f8f8;
}

.content {
    margin-top: 0.9rem; margin-bottom: 0.9rem;
        width: 100%;
    overflow: hidden;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
}
.content form{max-width: 800px!important;
    margin: 0 auto;padding:60px 0}
.content label em {
    color: #FF0000;
    font-style: normal;
    margin-right: 0.1rem;
}

.form-group {
    margin-top: 0.3rem;
}

.form-group .group {
    margin-top: 0.2rem;
}

.form-group input[type='text'] {
    width: 100%;
    height: 0.6rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border: 1px #eee solid;
    padding: 0 0.2rem;
}

.moblie {
    width: 100%;
    height: 0.6rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border: 1px #eee solid;
    overflow: hidden;
}

.moblie .num {
    padding: 0 .2rem;
    border-right: 1px #eee solid;
}

.moblie input[type='text'] {
    border: 0;
}

.form-group .btn {
    margin-top: 0;
    margin-left: 0.2rem;
}

.form-group textarea {
    width: 100%;
    height: 2.6rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border: 1px #eee solid;
    padding: 0.2rem;
}

.txt {
    margin-top: 0.2rem;
}

.txt a {
    color: #0080cc;
    text-decoration: underline;
}

.select-div {
    width: 100%;
    height: 0.6rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    border: 1px #eee solid;
    padding: 0 0.2rem;
}

.select-div::after {
    content: '';
    position: absolute;
    right: 0.2rem;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 0.06rem transparent solid;
    border-right: 0.06rem transparent solid;
    border-top: 0.06rem #aaaaaa solid;
}

.select-ul {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #FFF;
    color: #333;
    border-radius: 0 0 0.1rem 0.1rem;
    -webkit-border-radius: 0 0 0.1rem 0.1rem;
    -moz-border-radius: 0 0 0.1rem 0.1rem;
    -ms-border-radius: 0 0 0.1rem 0.1rem;
    -o-border-radius: 0 0 0.1rem 0.1rem;
    line-height: 2;
    padding: 0.2rem 0.3rem;
    border: 1px #eee solid;
    border-top: 0;
}

@media (max-width:1199px) {
    .form-group input[type='text'],
    .select-div,
    .moblie {
        height: 0.9rem;
    }
}

@media (max-width:950px) {
   
    .form-group input[type='text'],
    .select-div,
    .moblie {
        height: 1.2rem;
    }
    .form-group textarea {
        height: 3.6rem;
    }
    .form-group {
        margin-top: 0.6rem;
    }
}

@media (max-width:768px) {
  .content form{padding: 20px;}
}
@media (max-width:480px) {
 
    .form-group input[type='text'],
    .select-div,
    .moblie {
        height: 2.2rem;
    }
    .form-group textarea {
        height: 6.6rem;
    }
    .form-group {
        margin-top: 0.8rem;
    }
    .select-div::after {
        border-left: 0.3rem transparent solid;
        border-right: 0.3rem transparent solid;
        border-top: 0.3rem #aaaaaa solid;
    }
}