* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #f5f5f5;
    width: 100%;
    overflow-x: hidden;
}


/*头部*/
header {
    height: 0.88rem;
    background-color: white;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-content: center;
    padding: 0 0.3rem;
}

header > span {
    display: block;
    height: 100%;
    line-height: 0.88rem;
    color: #414141;
    font-size: 0.35rem;
}

/*内容*/

article > img {
    display: block;
    width: 100%;
    height: 5.85rem;
}

.from {
    padding: 0 0.2rem;
    height: 5rem;
    transform: translateY(0);
    margin-top: -1.14rem;
}

.from > ul {
    list-style-type: none;
    margin: 0;
    background-color: white;
    border-radius: 15px;
}

.from > ul > li {
    width: 100%;
    height: 1.26rem;
    line-height: 1.26rem;
    padding: 0 0.2rem 0 0.27rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
    font-size: 0.32rem;
    color: black;
    box-sizing: border-box;
}

.from > ul > li > label {
    display: inline-block;
    width: 1.4rem;
    text-align: left;
}

.from > ul > li input {
    border: none;
    outline: none;
    font-size: 0.32rem;
}

.from > ul > li:nth-child(2) > input {
    width: 2.5rem;
}

.from > ul > li:not(:nth-child(2)) > input {
    width: 3.9rem;
}

/*验证码*/
.code {
    color: #ff6353;
    border: 1px solid #ff6353;
    padding: 0.05rem 0.2rem;
    border-radius: 10px;
}

/*按钮*/
.btn {
    border: none;
    outline: none;
    width: 5.9rem;
    height: 0.9rem;
    background: linear-gradient(to right, #ff3636, #ff7919);
    border-radius:50px;
    color:white;
    font-size: 0.3rem;
    margin-top:2rem;
    margin-left: 50%;
    text-align: center;
    line-height: 0.9rem;
    transform: translateX(-50%);
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -ms-border-radius:50px;
    -o-border-radius:50px;
}

.inputWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* //图形验证码 */
.inputWrap .imgCodeTxt{
    width:25% !important;
}

.inputWrap #imgCode{
    width:calc(100% - 120px - 25%) !important;
}

.inputWrap .imgSmsImg{
    width: 120px !important;
    height: 50px;
}

.imgSmsImg .imgCodeSrc{
    width:100%;
}

/* 验证码 */
.inputWrap #codeSms{
    width:calc(100% - 130px -25%) !important;
}
.inputWrap .code1{
    width:150px !important;
}

