@charset "utf-8";
/* CSS Document */
.banner-form{
    float: right;
    margin-top: 20px;
    width: 352px;
    height: 364px;
    padding: 34px 37px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.selected{
    display: block !important;
}
.banner-form .p1 {
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    line-height: 52px;
    color: #333333;
}
.write-data {
    width: 100%;
    height: auto;
    padding: 4px 0;
    margin: 10px auto 30px auto;
    background: #FFFFFF;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    display: flex;
    align-items: center;
}
.write-data > span {
    width: 100%;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.write-data input {
    width: 100%;
    flex: 1;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 20px;
}
.apply-error {
    width: 100%;
    padding: 0;
    margin: 0 !important;
    text-align: right;
    font-size: 14px;
    color: #F02525 !important;
    line-height: 20px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 0;
    display: none;
}
.write-data-phone {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.phone-icon {
    width: 30%;
    padding: 4px 0;
    border-bottom: 1px solid #DBDBDB;
}
.phone-icon > span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    vertical-align: bottom;
}
.phone-icon > .phone {
    width: 17px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}
.write-data-phone > input {
    width: 64%;
    padding: 4px 0;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #777777;
    border-bottom: 1px solid #DBDBDB;
}
.yan {
    width: 58%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #FFFFFF;
}
#applyCodeBtn {
    width: 42% !important;
}
.write-data .code-btn {
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    background-color: #FFFFFF;
    color: #777777;
}
.code-btn {
    display: inline-block;
    width: 150px;
    cursor: pointer;
}
.banner-form .btn {
    width: 100%;
    height: 52px;
    margin: 20px auto 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 40%;
    text-align: left;
    line-height: 52px;
    border-radius: 4px;
    background: linear-gradient(
315deg
, #e60012 0%, #e60012 100%);
    box-sizing: border-box;
    display: block;
    transition: all 0.4s ease;
}
.appli-btn-arrow::after {
    content: "";
    width: 6px;
    height: 10px;
    background: url(../../v0.1/images/aggregation-new-pc/arrow.png) no-repeat;
    background-size: cover;
    margin-left: 10px;
    top: 21px;
    position: absolute;
    transition: all 0.4s ease;
}

















































