body {
    background-image: url('../img/subscribe/beijing.jpg');
    background-size: 100%;
}

.min-width {
    min-width: 1650rem !important;
}

/*-------------------------------------------------*/
.main {
    position: relative;
    top: 40rem;
    height: 907rem;
    /*opacity: 0.5;*/
}

.main .main-auto {
    height: 100%;
    width: 1520rem;
    margin: auto;
}

.main .big-title {
    margin-top: 153rem;
    width: 100%;
    height: 50rem;
    line-height: 50rem;
    font-size: 44rem;
    color: black;
    letter-spacing: 15rem;
    text-align: center;
}

.main .infos {
    width: 100%;
}

.main .infos div {
    float: left;
}

.main .infos .title {
    padding-left: 128rem;
    margin-top: 5rem;
    width: 1000rem;
    height: 50rem;
    line-height: 40rem;
    font-size: 26rem;
    font-weight: bold;
    color: black;
    letter-spacing: 5rem;
    text-align: left;
}

.main .infos .title::after {
    content: '';
    display: block;
    height: 1rem;
    width: 1267rem;
    margin-top: 12rem;
    background-color: #5E6168; /*下划线颜色*/
}

.main .infos .info {
    margin-top: 20rem;
    width: 750rem;
    height: 43rem;
    line-height: 43rem;
    color: #666666;
}

.main .infos .info .name {
    float: left;
    width: 100rem;
    height: 100%;
    font-size: 21rem;
    font-weight: 500;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines; /*这行必加，兼容ie浏览器*/
    /*background-color: red;*/
}

.main .infos .info .name-left {
    margin-left: 128rem !important;
}

.main .infos .info .name-right {
    margin-left: 52rem;
}

.main .infos .info .point {
    float: left;
    height: 100%;
    text-align: center;
}

.main .infos .info .input {
    float: left;
    margin-left: 35rem;
    display: block;
    width: 425rem;
    padding: 0rem 5rem;
    height: 100%;
    font-size: 18rem;
    /*border: 1rem solid #E8A9A4;*/
    outline: 1rem solid #E8A9A4;
    border-radius: 10rem;
    /*background-color: #00a985;*/
}

.main .infos .sub {
    float: left;
    width: 80%;
    margin-top: 10rem !important;
    letter-spacing: 4rem;
}

.main .main-auto .submit {
    margin: 67rem auto 10rem auto;
    width: 170rem;
    height: 50rem;
    line-height: 50rem;
    font-size: 26rem;
    background-color: #DA424B;
    color: #FFFFFF;
    border-radius: 10rem;
    text-align: center;
    cursor: pointer;
    /*text-align-last: justify;*/
    /*text-align: justify;*/
    /*text-justify: distribute-all-lines; !*这行必加，兼容ie浏览器*!*/
}

.main .submit-state {
    margin: 10rem auto;
    width: 500rem;
    text-align: center;
}