body{
    overflow: hidden;
    overflow-y: auto;
    background:#F6F9FD url('../image/body_bg_top.svg') no-repeat center;
    background-size: 1920px 673px;
    margin: 0;
    padding: 0;
    min-width: 800px;
}
#apply-ukey{
    width: 100%; 
    height: 100%; 
    min-width: 1200px; 
    position: relative; 
}
.head{
    width: 1200px;
    margin: 0 auto;
    background-color: #F6F9FD;
    height: 66px;
    box-sizing: border-box;
}
.head .logo{
    height: 66px;
    float: left;
}
.logo img{
    display: block;
    float: left;
    margin-top: 13px;
    margin-right: 40px;
}
.logo img:hover {
    animation: shake 800ms ease-in-out;
    -webkit-animation: shake 800ms ease-in-out;
    -moz-animation: shake 800ms ease-in-out;
    -ms-zoom-animation: shake 800ms ease-in-out;
    -o-animation: shake 800ms ease-in-out;
}
.logo span{
    display: block;
    float: left;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    margin-top: 3px;
}
.head_right{
    float: right;
}
.head_right ul li{
    float: left;
    margin-left: 5px;
    cursor: pointer;
}
.bother{
    width: 64px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
}
.contact{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #3997CB;
    text-align: center;
    line-height: 60px;
    margin-right: 40px;
}
.contact a{
    color: #3997CB;
    text-decoration: underline;
}
.register{
    width: 70px;
    height: 30px;
    background: #3997CB;
    border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}
.register a{
    color: #fff;
}
.login{
    width: 70px;
    height: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #333333
}

.ad_bar{
    width: 100%;
    height: 122px;
    background-color: #041131;
    overflow: hidden;
}
.bar_bg{
    width: 1089px;
    height: 62px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    background: url('../image/ad_bar_bg.svg') no-repeat center center;
    transition: transform ease-in-out 0.5s;
}
.bar_bg:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: transform ease-in-out 0.5s;
}
.content_container{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 50px;
    position: relative;
    background: url('../image/body_bg_circular.svg') no-repeat 150% 100%;
    background-size: 676px;
}
.content_container .title{
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: default;
}
.content_container .apply_now{
    width: 134px;
    height: 32px;
    background-color: #3997cb;
    text-align: center;
    border-radius: 16px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.content_container .apply_now a{
    color: #fff;
    line-height: 32px;
}
.content_container .title2{
    padding-bottom: 60px;
    margin-top: 80px;
}
.content_container .step{
    height: 50px;
}
.content_container .flow_step{
    float: left;
    width: 264px;
    height: 46px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #333333;
    padding-left: 32px;
    background: url('../image/step_bg.svg') no-repeat;
    background-size: 264px 46px;
    margin-right: 23px;
    cursor: pointer;
}
.content_container .flow_step_done{
    width: 339px;
    height: 40px;
    margin-right: 0;
    background: url('../image/step_done_bg.svg') no-repeat;
    background-size: 339px 40px;
}
.content_container .flow_step.active{/* step激活状态 */
    height: 49px;
    background: url('../image/step_bg_active.svg') no-repeat;
}
.content_container .flow_step_done.activedone{/* stepdone激活状态 */
    height: 40px;
    background: url('../image/step_done_active.svg') no-repeat;
    background-size: 339px 40px;
}
.content_container .flow .des_img_box{
    width: 1200px;
    margin-top: 90px;
    height: 1110px;
}
.content_container .flow .des_img_box .img1,
.content_container .flow .des_img_box .img2{
    position: relative;
}
.content_container .flow .des_img_box div img{
    display: block;
    margin: 0 auto;
}
.content_container .flow .des_img_box .img1_tips{
    position: absolute;
    top: 100px;
    left: 80px;
}
.content_container .flow .des_img_box .img2_tips{
    position: absolute;
    top: 185px;
    right: 440px;
}
.content_container .flow .des_img_box div img:hover{
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: transform ease-in-out 0.5s;
}

/* 电子印章使用shuoming */
.content_container .use_doc{
    width: 100%;
}
.content_container .use_doc .operate{
    height: 48px;
    width: 660px;
    margin: 0 auto;
}
.content_container .use_doc .operate div{
    width: 220px;
    float: left;
    font-size: 20px;
    color:#333333;
    padding-bottom: 16px;
    border-bottom: 2px solid #D3E7FA;
    cursor: pointer;
    text-align: center;
}
.content_container .use_doc .operate .operate_active{/* 激活状态 */
    border-color: #3997CB ;
    color: #3997CB ;
}
.content_container .use_doc .des{
    width: 920px;
    /* height: 60px; */
    margin: 0 auto;
    margin-top: 40px;
    font-size: 18px;
    color: #677897;
    text-align: justify;
    line-height: 30px;
}
.content_container .use_doc .des .link{
    color: rgb(42, 42, 245);
    text-decoration: underline;
    font-size: 16px;
    line-height: 30px;
}
.content_container .use_doc .download{
    width: 920px;
    margin: 0 auto;
    margin-top: 20px;
}
.content_container .use_doc .download a{
    display: block;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #3997CB;
    border-radius: 4px;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #3997CB;
    text-align: center;
    line-height: 40px;
}
.content_container .use_doc .img img{
    display: block;
    margin: 0 auto;
    margin-top: 45px;
}
.circle1{
    width: 368px;
    height: 505px;
    position: absolute;
    bottom: 400px;
    left: -240px;
    background: url('../image/body_bg_circular.svg')no-repeat center;
    background-size: cover;
    z-index: -1;
    transform: rotateZ(170deg);
}

.footer{
    width: 100%;
    background-color: #000000;
    position: relative;
}
.footer .footer_nav{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    position: relative;
}
.footer .footer_nav li{
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 40px;
    line-height: 50px;
}
.footer .footer_nav li a {
    font-size: 14px;
    color: #FFFFFF;
}
.footer .footer_nav .trademark{
    float: right;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 50px;
}







/* 动画效果 */
@keyframes shake { /* 水平抖动，核心代码 */
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(+2px, 0, 0); }
    30%, 70% { transform: translate3d(-4px, 0, 0); }
    40%, 60% { transform: translate3d(+4px, 0, 0); }
    50% { transform: translate3d(-4px, 0, 0); }
}
