.authorize .header {
    height: 467px;
    padding-top: 128px;
    background: url("/static/images/authorize_banner.png") left top/100% 100% no-repeat;
}

.authorize .header .title1 {
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
    color: #FFFFFF;
}

.authorize .header .title2 {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.authorize .input-container {
    display: flex;
    width: 750px;
    margin: 50px auto 0;
}

.authorize .input-container input {
    flex: 1;
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
}

.authorize .input-container input::placeholder {
    color: #CCCCCC;
}

.authorize .input-container button {
    width: 120px;
    height: 50px;
    border-radius: 0 4px 4px 0;
    background-color: #2A7EFB;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.authorize .input-container button:hover {
    background-color: #295dc0;
}

.authorize .header .number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-size: 14px;
    color: #FFFFFF;
}

.authorize .header .number div {
    width: 40px;
    height: 30px;
    border-radius: 2px;
    margin-left: 5px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    color: #2A7EFB;
}

.authorize .header .number div:first-child {
    margin-left: 19px;
}

.authorize .header .number div:last-child {
    margin-right: 19px;
}

.authorize .section-main {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}

.authorize .section-head {
    text-align: center;
}

.authorize .section-head .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #333333;
}

.authorize .section-head .subtitle {
    margin-top: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
}

.authorize .section1 {
    background-color: #F5F9FF;
}

.authorize .section1 .section-body {
    margin-top: 73px;
}

.authorize .section-body ul {
    display: flex;
    list-style: none;
}

.authorize .section1 li {
    flex: none;
    width: 280px;
    height: 330px;
    padding: 33px 26px 0;
    border-radius: 4px;
    margin-right: 26px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px 1px rgba(121, 148, 193, 0.06);
    text-align: center;
}

.authorize .section1 img {
    width: 150px;
    height: 110px;
    margin: 0 auto;
}

.authorize .section1 .section-body .title {
    margin-top: 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.authorize .section1 .section-body .message {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.authorize .section2 {
    height: 240px;
    padding-top: 57px;
    background: url("/static/images/authorize_apply.jpg") left top/100% 100% no-repeat;
    text-align: center;
}

.authorize .section2 .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #FFFFFF;
}

.authorize .section2 .action {
    margin-top: 27px;
    font-size: 0;
}

.authorize .section2 .action a {
    display: inline-block;
    width: 150px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    margin-left: 20px;
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
    color: #FFFFFF;
}

.authorize .section2 .action a:first-child {
    margin-left: 0;
    background-color: #FFFFFF;
    color: #2A7EFB;
}

.authorize .section3 .section-body {
    display: flex;
    margin-top: 73px;
}

.authorize .section3 .wrapper {
    flex: none;
    width: 386px;
    height: 330px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-right: 21px;
}

.authorize .section3 .wrapper-head {
    height: 74px;
    padding-left: 27px;
    background: url("/static/images/authorize_section3_1.png") left top/100% 100% no-repeat;
    font-weight: 800;
    font-size: 20px;
    line-height: 74px;
    color: #333333;
}

.authorize .section3 .wrapper:nth-child(2) .wrapper-head {
    background-image: url("/static/images/authorize_section3_2.png");
}

.authorize .section3 .wrapper:nth-child(3) .wrapper-head {
    background-image: url("/static/images/authorize_section3_3.png");
}

.authorize .section3 .wrapper-body {
    padding: 20px 27px;
}

.authorize .section3 .wrapper-body a {
    position: relative;
    display: block;
    padding-left: 18px;
    margin-top: 18px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

.authorize .section3 .wrapper-body a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 8px;
    height: 1px;
    background-color: #333333;
}

.authorize .section3 .wrapper-body a:hover {
    color: #2A7EFB;
}

.layui-layer.dialog {
    width: 600px;
    height: 400px;
    padding: 160px 60px 0;
    background: url("/static/images/authorize_dialog_icon.png") center 40px/98px 98px no-repeat,
        url("/static/images/authorize_dialog_bg.jpg") left top/100% 100% no-repeat;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}

.dialog .layui-layer-content div:first-child {
    margin-bottom: 16px;
    font-size: 20px;
    color: #000000;
}

.dialog .layui-layer-content div:first-child span {
    color: #e02e2e;
}

.dialog .layui-layer-content a {
    display: block;
    width: 150px;
    height: 42px;
    border-radius: 3px;
    margin: 45px auto 0;
    background-color: #2a7efb;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #FFFFFF;
    cursor: pointer;
}

.dialog .layui-layer-content a:hover {
    background-color: #295dc0;
}

.cert canvas {
    display: block;
    margin: 90px auto 0;
}

.cert .num {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    color: #282828;
}

.cert .btn {
    display: block;
    width: 180px;
    height: 44px;
    border-radius: 3px;
    margin: 30px auto;
    background-color: #2a7efb;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #FFFFFF;
}

.cert .btn:hover {
    background-color: #295dc0;
}

.cert .iconfont {
    margin-right: 9px;
    vertical-align: bottom;
    font-size: 18px;
}