.main {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    margin: 0 auto;
    padding-top: 119px;
    padding-bottom: 160px;
    background: url(../../img/bp/createBp.jpg) center center no-repeat;
    background-size: cover;
}

.title i {
    font-size: 40px;
    font-weight: bold;
}

.title img {
    vertical-align: middle;
    margin-right: 20px;
    height: 42px;
    position: relative;
    top: 2px;
}

.title i:first-child {
    color: #1459F4;
    margin-right: 8px;
}

.bp_content {
    width: 729px;
    margin: 49px auto;
    position: relative;
}

#getCompanyNameList {
    width: 506px;
    left: 68px;
    border: none;
}

#getCompanyNameList p {
    text-align: left;
    font-size: 18px;
}

.generatebp {
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(38, 110, 230, 0.52);
    border-radius: 43px;
    padding: 0 21px 0 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.generatebp img {
    vertical-align: middle;
}

.generatebp input {
    width: 460px;
    font-size: 26px;
    font-weight: 400;
    color: #282828;
    margin: 0 20px;
}

.generatebp button {
    width: 140px;
    height: 50px;
    background: #1459F4;
    border-radius: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.bpDescription p:first-child {
    font-size: 36px;
    font-weight: bold;
    color: #282828;
}

.bpDescription p:last-child {
    font-size: 28px;
    color: #282828;
    margin-top: 14px;
}

.advantage {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.advantage li {
    width: 289px;
    height: 156px;
    background-size: 100% 100% !important;
    padding: 0 14px 0 35px;
    text-align: justify;
    box-sizing: border-box;
}

.advantage li:nth-of-type(1) {
    background: url(../../img/bp/advantage1.png) center center no-repeat;
}

.advantage li:nth-of-type(2) {
    background: url(../../img/bp/advantage2.png) center center no-repeat;
}

.advantage li:nth-of-type(3) {
    background: url(../../img/bp/advantage3.png) center center no-repeat;
}

.advantage li:nth-of-type(4) {
    background: url(../../img/bp/advantage4.png) center center no-repeat;
}

.advantage li p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
}

.advantage li p:last-child {
    height: 105px;
    font-size: 20px;
    color: #282828;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.video {
    width: 1200px;
    height: 675px;
    background: #ECD9BA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(86, 136, 205, 0.23);
    margin: 40px auto 0;
}

.video video {
    width: 100%;
    height: 100%;
}


/* 进度动画 */

.interim {
    height: 500px;
    background: transparent;
    position: relative;
    top: 45%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.loader {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    /*disableselectionandcursorchanges*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    min-width: 33.25em;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.loader div {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px;
    float: left;
    font-size: 1.65em;
    line-height: 2.5em;
    -webkit-animation: bounce 1.5s infinite ease-in-out;
    -moz-animation: bounce 1.5s infinite ease-in-out;
    -mos-animation: bounce 1.5s infinite ease-in-out;
    -o-animation: bounce 1.5s infinite ease-in-out;
    animation: bounce 1.5s infinite ease-in-out;
}

.loader div:after {
    content: '';
    position: absolute;
    bottom: -2em;
    left: 0.35em;
    width: 1.8em;
    height: 0.5em;
    background: #322b27;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.loader div:nth-child(1) {
    -webkit-animation: bouncefirst 1.5s infinite ease-in-out;
    -moz-animation: bouncefirst 1.5s infinite ease-in-out;
    -mos-animation: bouncefirst 1.5s infinite ease-in-out;
    -o-animation: bouncefirst 1.5s infinite ease-in-out;
    animation: bouncefirst 1.5s infinite ease-in-out;
    -webkit-animation-delay: 0ms;
    -moz-animation-delay: 0ms;
    -ms-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
    background: #DB2F00;
    color: #fff;
}

.loader div:nth-child(2) {
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    -ms-animation-delay: 50ms;
    -o-animation-delay: 50ms;
    animation-delay: 50ms;
    background: #ff6d37;
    color: #fff;
}

.loader div:nth-child(3) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -ms-animation-delay: 100ms;
    -o-animation-delay: 100ms;
    animation-delay: 100m;
    background: #ffa489;
    color: #fff;
}

.loader div:nth-child(4) {
    -webkit-animation-delay: 150ms;
    -moz-animation-delay: 150ms;
    -ms-animation-delay: 150ms;
    -o-animation-delay: 150ms;
    animation-delay: 150ms;
    background: #f2f2f2;
    color: #555;
}

.loader div:nth-child(5) {
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -ms-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
    background: #99d3d4;
    color: #fff;
}

.loader div:nth-child(6) {
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
    -ms-animation-delay: 250ms;
    -o-animation-delay: 250ms;
    animation-delay: 250ms;
    background: #56bebf;
    color: #fff;
}

.loader div:nth-child(7) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
    color: #fff;
    background: #13A3A5;
}

@-webkit-keyframes bouncefirst {
    0% {
        -webkit-transform: translateX(0px);
    }
    20% {
        -webkit-transform: translateX(-50px);
    }
    25% {
        -webkit-transform: translateX(-50px);
    }
    50% {
        -webkit-transform: translateX(100px);
    }
    80%,
    100% {
        -webkit-transform: translateX(0px);
    }
}

@-moz-keyframes bouncefirst {
    0% {
        -moz-transform: translateX(0px);
    }
    20% {
        -moz-transform: translateX(-50px);
    }
    25% {
        -moz-transform: translateX(-50px);
    }
    50% {
        -moz-transform: translateX(100px);
    }
    80%,
    100% {
        -moz-transform: translateX(0px);
    }
}

@-mos-keyframes bouncefirst {
    0% {
        -mos-transform: translateX(0px);
    }
    20% {
        -mos-transform: translateX(-50px);
    }
    25% {
        -mos-transform: translateX(-50px);
    }
    50% {
        -mos-transform: translateX(100px);
    }
    80%,
    100% {
        -mos-transform: translateX(0px);
    }
}

@-o-keyframes bouncefirst {
    0% {
        -o-transform: translateX(0px);
    }
    20% {
        -o-transform: translateX(-50px);
    }
    25% {
        -o-transform: translateX(-50px);
    }
    50% {
        -o-transform: translateX(100px);
    }
    80%,
    100% {
        -o-transform: translateX(0px);
    }
}

@keyframes bouncefirst {
    0% {
        transform: translateX(0px);
    }
    20% {
        transform: translateX(-50px);
    }
    25% {
        transform: translateX(-50px);
    }
    50% {
        transform: translateX(100px);
    }
    80%,
    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateX(0px);
    }
    20% {
        -webkit-transform: translateX(0px);
    }
    28% {
        -webkit-transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(100px);
    }
    80%,
    100% {
        -webkit-transform: translateX(0px);
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateX(0px);
    }
    20% {
        -moz-transform: translateX(0px);
    }
    28% {
        -moz-transform: translateX(0px);
    }
    50% {
        -moz-transform: translateX(100px);
    }
    80%,
    100% {
        -moz-transform: translateX(0px);
    }
}

@-mos-keyframes bounce {
    0% {
        -mos-transform: translateX(0px);
    }
    20% {
        -mos-transform: translateX(0px);
    }
    28% {
        -mos-transform: translateX(0px);
    }
    50% {
        -mos-transform: translateX(100px);
    }
    80%,
    100% {
        -mos-transform: translateX(0px);
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateX(0px);
    }
    20% {
        -o-transform: translateX(0px);
    }
    28% {
        -o-transform: translateX(0px);
    }
    50% {
        -o-transform: translateX(100px);
    }
    80%,
    100% {
        -o-transform: translateX(0px);
    }
}

@keyframes bounce {
    0% {
        transform: translateX(0px);
    }
    20% {
        transform: translateX(0px);
    }
    28% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(100px);
    }
    80%,
    100% {
        transform: translateX(0px);
    }
}


/* 进度动画 */