* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.banner_img_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 408px;
    overflow: hidden;
    background-image: url(/uploads/image/aimage/cloudbanner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_title {
    font-size: 70px;
    color: #f95454;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner_title span {
    font-size: 26px;
    display: inline-block;
    margin: 0 15px;
}

.banner_js {
    width: 1000px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    word-wrap: break-word;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.cloud_page_main {
    margin-bottom: 20px;
    overflow: hidden;
}

.page_title {
    width: 100%;
    color: #e30614;
    font-size: 25px;
    border-bottom: 1px solid #dedede;
    margin: 50px 0 0;
    padding-bottom: 25px;
}

.page_txt_hei {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    margin-top: 20px;
}

.page_liucheng_img {
    width: 100%;
}

.page_liucheng_img img {
    width: 600px;
    height: 688px;
    margin: 0 auto;
}

.page_table_main {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.page_table_header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333333;
}

.page_table_header>div {
    border: 1px solid #f2f2f2;
    border-left-color: transparent;
    border-top-color: transparent;
    background-color: #f6f6f6;
    padding: 14px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    font-size: 14px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.table_con>div {
    background: #ffffff;
}

/* 申请按钮 */

.apply_btn_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 76px 0;
}

.apply_btn_box div {
    width: 212px;
    height: 40px;
    background-color: #e30614;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    margin-right: 50px;
    cursor: pointer;
}

/* 信息填写 */

.info_ipt_box {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    overflow: hidden;
    top: -100vh;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.info_ipt_con {
    width: 900px;
    height: 700px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.info_ipt_header {
    width: 100%;
}

.info_ipt_header_title {
    width: 100%;
    color: #e30210;
    font-size: 26px;
    text-align: center;
    border-bottom: 2px solid #e30614;
    padding: 30px 0;
}

.close_btn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.close_btn:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.info_ipt {
    width: 100%;
    height: 406px;
    overflow-y: auto;
    padding: 10px 0;
}

.info_ipt>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.info_ipt_l {
    width: 228px;
    color: #333333;
    font-size: 16px;
    text-align: right;
    margin-right: .8em;
}

.info_ipt_l.must::before {
    content: "*";
    color: #f20;
    font-size: 16px;
}

.info_ipt_r {
    width: 418px;
    padding: 10px 0;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.info_ipt_r input {
    border: none;
    outline: none;
    color: #333333;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info_ipt_r select {
    border: none;
    outline: none;
    color: #333333;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.is_agree_box {
    width: 580px;
    margin-left: 160px;
    border-top: 2px solid #dedede;
    margin-top: 10px;
    padding: 10px 0;
    color: #e30210;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.is_agree_box div {
    width: 23px;
    height: 23px;
    background-color: #c2c2c2;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.is_agree_box_btn_red {
    background-color: #e30210 !important;
}

.is_agree_box div img {
    width: 100%;
    height: 100%;
}

.register_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.register_btn {
    width: 188px;
    height: 58px;
    background: #c2c2c2;
    border-radius: 2px;
    font-size: 22px;
    color: #ffffff;
    border: 0;
    outline: none;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.register_btn_red {
    background: #e30210;
}

/* 协议内容 */

.complete_box {
    width: 770px;
    height: 480px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.36);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    z-index: 2;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.complete_title {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 30px;
}

.complete_con {
    width: 770px;
    height: 330px;
    overflow-y: auto;
}

.complete_con p {
    color: #666666;
    line-height: 32px;
    font-size: 16px;
    text-indent: 32px;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: left;
    padding: 0 35px;
    box-sizing: border-box;
}

.complete_con div {
    color: #333333;
    font-size: 18px;
    text-indent: 36px;
    margin: 10px 0;
    padding: 0 35px;
    box-sizing: border-box;
    font-weight: bold;
}

/* 滚动条宽度 */

.complete_con::-webkit-scrollbar,
.info_ipt::-webkit-scrollbar {
    width: 7px;
    height: 0px;
    background-color: rgb(151, 151, 151);
    border-radius: 3px;
}

/* 滚动条的滑块 */

.complete_con::-webkit-scrollbar-thumb,
.info_ipt::-webkit-scrollbar-thumb {
    background-color: #e30210;
    border-radius: 3px;
}

.remark {
    width: 148px;
    font-size: 12px;
    color: #555;
    margin-left: 5px;
}

/* 表单new css */
.radio_box,
.checkbox_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.radio_box label,
.checkbox_box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    font-size: 16px;
    margin-left: 10px;
}

.radio_box label input[type='radio'],
.checkbox_box label input[type='checkbox'] {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.info_ipt_r textarea {
    width: 100%;
    min-height: 80px;
    border: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.move_icon_box img {
    width: 30px;
    margin-left: 430px;
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    transform: translatey(-5px);
    -webkit-animation: move_animation 1s alternate infinite;
    animation: move_animation 1s alternate infinite;
}

@-webkit-keyframes move_animation {
    0% {
        -webkit-transform: translatey(-5px);
        transform: translatey(-5px);
    }

    100% {
        -webkit-transform: translatey(5px);
        transform: translatey(5px);
    }
}

@keyframes move_animation {
    0% {
        -webkit-transform: translatey(-5px);
        transform: translatey(-5px);
    }

    100% {
        -webkit-transform: translatey(5px);
        transform: translatey(5px);
    }
}