form.addmem-form {
    float: left;
    width: 100%;
    position: relative;
}

.addmem-form .line {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgb(216, 216, 216);
    margin: 20px 0;
}

.addmem-form .addmem-box {
    width: 100%;
    height: auto;
}

.addmem-box li {
    display: -ms-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -o-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 5px;
}

.addmem-box li.sub-wrap {
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.addmem-form label {
    float: left;
    max-width: 91px;
    width: 100%;
    font-weight: 400;
    margin-right: 10px;
    font-size: 16px;
    color: #3681c0;
    font-weight: 600;
}

.addmem-form .response-box label {
    max-width: none;
    width: auto;
}

.padd5 {
    padding: 5px 0 0;
}

.addmem-form .form-control,
.addmem-form .form-control:focus,
.addmem-form .mem_addrcode .form-control,
.addmem-form .mem_addrcode .form-control:focus {
    display: block;
    width: calc(100% - 101px);
    float: left;
    border: 1px solid #2b6da4;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    padding: 12px 10px;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mem_addrcode-box,
.response-box {
    width: calc(100% - 101px);
}

.mem_addrcode {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

/* 地址 */
.mem_inpt {
    float: left;
    width: calc(100% / 3 - 5px);
}

.addmem-form .mem_addrcode .form-control,
.addmem-form .mem_addrcode .form-control:focus,
.addmem-form .mem_locate .form-control,
.addmem-form .mem_locate .form-control:focus,
.addmem-form .response-box .form-control,
.addmem-form .response-box .form-control:focus {
    width: 100%;
}

.addmem-form .radiobtn,
.addmem-form .radiobtn:focus {
    float: left;
}

.mem_locate {
    float: left;
    width: 100%;
}

fieldset.sex-radio {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0 0;
}

.addmem-form .agree-check,
.addmem-form .agree-check:focus {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.agreement {
    color: rgb(216, 110, 0);
}

.agreement:hover {
    color: #ffa500;
}

.addmem-form .sub-btn01,
.addmem-form .sub-btn01:focus,
.addmem-form .sub-btn02,
.addmem-form .sub-btn02:focus {
    max-width: 155px;
    width: 100%;
    height: auto;
    padding: 8px 0;
    background: #3b679e;
    background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    background: linear-gradient(to bottom, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b679e', endColorstr='#7db9e8', GradientType=0);
    float: right;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    border: none;
    color: #ffffff;
    margin: 0 5px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

.addmem-form .sub-btn01:hover,
.addmem-form .sub-btn02:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.addmem-form .sub-btn02 {
    background: #b8e1fc;
    background: -moz-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
    background: -webkit-linear-gradient(top, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
    background: linear-gradient(to bottom, #b8e1fc 0%, #a9d2f3 10%, #90bae4 25%, #90bcea 37%, #90bff0 50%, #6ba8e5 51%, #a2daf5 83%, #bdf3fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e1fc', endColorstr='#bdf3fd', GradientType=0);
}
.fancy-box.agreement-wrap{
    display: none;
    max-width: 960px;
    width: 100%;
    padding: 80px 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.fancy-box.vmem-wrap{
    display: none;
    max-width: 960px;
    width: 100%;
    padding: 40px 60px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.normal-mem,.saler-mem,.vip-mem{
    width: auto;
    padding: 3px 15px;
    letter-spacing: 1px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: rgba(255, 255, 255, 1);
}
.normal-mem{
    background: rgb(0, 71, 134);
}
.saler-mem{
    background-color: rgb(79,195,161);
}
.vip-mem{
    background-color: rgb(255, 153, 0);
}
@media screen and (max-width: 767px) {
    .addmem-form label {
        max-width: none;
        margin-bottom: 5px;
    }
    .addmem-form .form-control,
    .addmem-form .form-control:focus,
    .addmem-form .mem_addrcode .form-control,
    .addmem-form .mem_addrcode .form-control:focus {
        width: 100%;
    }

    .mem_addrcode-box,
    .response-box {
        width:100%;
    }
    .mem_inpt {
        float: left;
        width: calc(50% - 5px);
        margin-bottom: 5px;
    }
    .mem_inpt:nth-last-of-type(1){
        width:100%;
    }
    .fancy-box.agreement-wrap,
    .fancy-box.vmem-wrap{
        max-width: 95%;
        padding: 40px 20px;
    }
    .addmem-form .sub-btn01, .addmem-form .sub-btn01:focus, .addmem-form .sub-btn02, .addmem-form .sub-btn02:focus {
        max-width: 120px;
        font-size: 16px;
    }
}
@media screen and (max-width: 320px) {
    .addmem-form .sub-btn01, .addmem-form .sub-btn01:focus, .addmem-form .sub-btn02, .addmem-form .sub-btn02:focus {
        max-width: 99px;
        padding: 6px 0;
        font-size: 14px;
    }
}
