/*collect user info*/
.collectForm {
    width:600px;
    height:450px;
    position: fixed;
    top:50%;
    left:50%;
    margin-top:-225px;
    margin-left:-300px;
    background: #fff;
    text-align: center;
    z-index: 999;
}
.collectForm h3 {
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    font-size: 20px;
}
.collectForm .field {
    height: 40px;
    line-height: 40px;
    padding-top: 30px;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.collectForm .field span {
    display: inline-block;
    width: 80px;
    float: left;
    font-size: 14px;
}
.collectForm .field input {
    padding:0;
    border:1px solid #ccc;
    width: 300px;
    height: 38px;
    float: left;
    border-radius: 10px;
    outline:none;
    font-size: 16px;
    font-family: "microsoft yahei";
    padding:0 10px;
}
.collectForm .error:after {
    display: block;
    content:'*';
    color:#f00;
    position: absolute;
    height:40px;
    line-height: 40px;
    font-size: 20px;
}

.collectForm button , .collectFormRightAside button {
    padding: 0;
    border:0;
    background: #000;
    color:#fff;
    font-size: 16px;
    font-family: "microsoft yahei";
    width: 100px;
    height: 30px;
    margin:0 30px;
    cursor:pointer;
    font-size: 14px;
    outline: none;
}
.collectForm .btnRow {
    padding-top: 40px;
}
.collectForm .collectFormClose {
    background: #e25656;
}
.collectFormRightAside {
    position: fixed;
    right:0;
    top: 30%;
    width:40px;
    background: #eee url(../img/localtion.png) top center no-repeat;
    line-height: 1;
    cursor:pointer;
    display: block;
}
.collectFormRightAside .tips {
    height: auto !important;
    width: 20px;
    padding:40px 10px 10px !important;
    line-height: 1;
    margin:0 auto;
}

.collectFormRightAside .showLocation {
    position: absolute;
    left:-380px;
    top: 0;
    background: #fff;
    color:#000;
    min-height: 146px;
    width: 380px;
    text-align: left;
    font-size: 14px;
    cursor: default;
    padding-bottom: 10px;
}
.collectFormRightAside .showLocation h4 {
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #000;
    color:#fff;
    font-size: 16px;
}
.collectFormRightAside .showLocation p {
    padding:10px 30px;
    overflow: hidden;
}
.collectFormRightAside .showLocation p span {
    float: left;
    text-align: left;
    display: block;
    height: 32px;
    line-height: 32px;
    min-width: 50px;
}
.collectFormRightAside .showLocation input {
    border:0;
    background: none;
    float: left;
    width:240px;
}
.collectFormRightAside .showLocation input.edit {
    border:1px solid #eee;
    outline:none;
    height:30px;
    padding: 0 10px;
    font-family: "microsoft yahei";
    font-size: 14px;
}
.collectFormRightAside .showLocation button {
    margin:0;
}
.collectFormRightAside .showLocation .modify {
    background: #f00;
}
.collectFormRightAside .showLocation .save {
    background: #2fa72f;
}
#wrap_terminal {
    display: none;
}
.collectForm p:last-child {
    padding-top:35px;
}

@media (max-width:414px) {
    .collectForm {
        width:80%;
        margin-left:-40%;
    }
    .collectForm h3 {
        font-size:20px;
        height:40px;
        line-height:40px;
    }
    .collectForm .field {
        width:90%;
        overflow: hidden;
        padding-top: 20px;
        height:auto;
        line-height:1;
    }
    .collectForm .field span {
        padding-bottom:10px
    }
    .collectForm .field input {
        width:90%
    }
    .collectForm p:last-child {
        overflow:hidden
    }
    .collectForm p:last-child button {
        width:50%;
        float:left;
        margin:0;
        height:40px;
        font-size:18px
    }
}