* {
    font-family: open sans;
}
body {
    background: #FAFBFF;
}
.page-passport-title-warp {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.page-passport-title-warp .headlink {
    display: flex;
}
.page-passport-title-warp .headlink a {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-left: 40px;
}
.page-passport-title-warp .headlink a.active {
    color: #3E55EF;
}
.page-passport-container {
    width: 1000px;
    margin: 0 auto;
}
.page-passport-title .headlinkMore {
    position: absolute;
    right: 0;
    top: -5px;
    width: 198px;
    text-align: right;
    display: none;
    flex-direction: column;
    overflow: hidden;
    height: 54px;
    align-items: flex-end;
}
.page-passport-title .headlinkMore .holderlabel {
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: flex-end;
    cursor: pointer;
}
.page-passport-title .headlinkMore .holderlabel.morelink {
    width: 100px;
}
.page-passport-title .headlinkMore .holderlabel.morelink::after{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/static/images/icon-arrow-down.png);
    background-size: 100%;
    margin-left: 4px;
}
.page-passport-title .headlinkMore a.holderlabel {
    color: #333333;
    font-weight: 400;
}
.page-passport-title .headlinkMore a.holderlabel.active {
    color: #3E55EF;
}
.page-passport-title .headlinkMore a.holderlabel {
    display: none;
}
.page-passport-title .headlinkMore.active {
    background: #FFFFFF;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.5);
    height: auto;
}
.page-passport-title .headlinkMore.active .holderlabel.morelink::after{
    background-image: url(/static/images/icon-arrow-up.png);
}
.page-passport-title .headlinkMore.active a.holderlabel {
    display: flex;
}
.page-passport-title-holder {
    height: 60px;
    display: none;
}
@media screen and (max-width: 800px) {
    .page-passport-title {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .page-passport-title-holder {
        display: block;
    }
    .page-passport-title-warp .headlink {
        display: none;
    }
    .page-passport-title .headlinkMore {
        display: flex;
    }
}
@media screen and (max-width: 1040px) {
    .page-passport-title-warp {
        width: 100%;
        margin: 0 12px 0 18px;
    }
    .page-passport-container {
        width: auto;
        margin: 0 20px;
    }
}

/** head panel  **/
.page-passport-title {
    height: 60px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.page-passport-title a {
    display: flex;
    align-items: center;
}
.page-passport-title a img {
    height: 40px;
    margin-right: 10px;
}
.page-passport-title a span, .page-passport-title a label {
    font-size: 24px;
    font-weight: 600;
    color: #494C5B;
    line-height: 33px;
}
.page-passport-title a span {
    color: #494C5B;
}
.page-passport-title a label {
    color: #3E55EF;
}


/** index banner panel **/
.page-passport-homebanner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-passport-homebanner-img {
    max-width: 522px;
    margin: 16px 0;
    width: 100%;
    font-size: 0;
}
.page-passport-homebanner-img img {
    width: 100%;
}
.page-passport-homebanner-rt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 378px;
    margin: 16px 30px;
}
.page-passport-homebanner-rt-des1 {
    margin-bottom: 20px;
    width: 347px;
    font-size: 35px;
    font-weight: 900;
    color: #454545;
    line-height: 45px;
}
.page-passport-homebanner-rt-des2 {
    width: 347px;
    font-size: 18px;
    color: #454545;
    line-height: 30px;
}
.page-passport-homebanner-split {
    height: 60px;
    background: linear-gradient(180deg, #FAFBFF 0%, #EEF0FF 100%);
}

.page-passport-typepanel {
    margin: 0 auto;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-passport-selecter {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #CCCCCC;
    appearance:none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 27px;
    outline: none;
    color: #333333;
    background-image: url(/static/module/passport/image/select_arrow.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 20px) center;
    margin: 10px 0;
}
.page-passport-requrements {
    margin-top: 6px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.page-passport-requrements a {
    color: #3E55EF;
    margin-left: 6px;
}
.page-passport-typesubbtn {
    width: 333px;
    height: 64px;
    background: #3E55EF;
    box-shadow: 0px 10px 15px 0px rgba(62, 85, 239, 0.2);
    border-radius: 31px;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.page-passport-typesubbtn:hover{
    background-color: #0069d9;
}
.page-passport-typesubbtn input {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .page-passport-homebanner-rt {
        flex: none;
        width: 100%;
        max-width: 522px;
    }
}

/** index how it work panel **/
.page-passport-howitwork-title {
    font-size: 40px;
    font-weight: 900;
    color: #AFB1BD;
    line-height: 40px;
    margin: 40px auto 30px;
    text-align: center;
}
.page-passport-howitwork {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
.page-passport-howitwork-item {
    padding: 30px 0px;
    width: 296px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 56px;
}
.page-passport-howitwork-item:last-child {
    margin-right: 0;
}
.page-passport-howitwork-item-icon {
    position: relative;
    width: 108px;
    height: 84px;
    background-image: url(/static/module/passport/image/icon_how_bg.png);
    background-size: 100%;
}
.page-passport-howitwork-item-icon img {
    width: 60px;
    height: 60px;
    margin: 12px 15px;
}
.page-passport-howitwork-item-title {
    line-height: 40px;
    font-size: 26px;
    font-weight: 900;
    margin-top: 23px;
    color: #414D61;
}
.page-passport-howitwork-item-desc {
    color: #5A667B;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
    padding: 0 10px;
}

.page-passport-howitwork-split {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #EAEAEA;
}
.page-passport-howitwork-split:after{
    position: absolute;
    right: 0;
    bottom: 0px;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/static/module/removebg/image/split_cover.png);
    background-size: 100%;
}

@media screen and (max-width: 1000px) {
    .page-passport-howitwork-item {
        margin: 0 28px;
    }
    .page-passport-howitwork-item:last-child {
        margin: 0 28px;
    }
}

@media screen and (max-width: 560px) {
    .page-passport-howitwork-item {
        margin: 0 auto !important;
    }
}

/** upload logic **/
.page-passport-upload-typelabel {
    color: #414D61;
    font-weight: 900;
    font-size: 27px;
    line-height: 33px;
    margin-top: 32px;
    margin-bottom: 30px;
}
.page-passport-upload-notice {
    color: #3E55EF;
    background: #E7EAFF;
    border: 1px solid #C5CDFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 30px;
}
.page-passport-upload-sample {
    font-size: 0;
}
.page-passport-upload-sample img {
    width: 100%;
}
.page-passport-upload-tip {
    font-size: 18px;
    font-weight: 400;
    color: #454545;
    line-height: 25px;
    margin: 20px 0;
}
.page-passport-upload-tip a {
    margin-left: 10px;
    color: #007bff;
}
.page-passport-upload-btn {
    display: block;
    color: #fff;
    background-color: #3E55EF;
    font-size: 20px;
    font-weight: 900;
    line-height: 60px;
    border-radius: 32px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.page-passport-upload-btn:hover{
    background-color: #0069d9;
}
.page-passport-upload-btn input {
    position: absolute;
    font-size: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.page-passport-backline {
    padding: 30px 0;
}
.page-passport-backbtn, .page-passport-nextbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    font-size: 18px;
    padding: 0 40px;
    line-height: 48px;
    border-radius: 27px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #3E55EF;
    background-color: transparent;
    border-color: #3E55EF;
    cursor: pointer;
}
.page-passport-backbtn:hover, .page-passport-nextbtn:hover{
    color: #FFFFFF;
    background-color: #0069d9;
    border-color: #0069d9;
}
.page-passport-nextbtn{
    float: right;
    color: #FFFFFF;
    background-color: #3E55EF;
    border-color: #3E55EF;
}

/** crop **/
.page-passport-croperpanel {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-passport-croperpanel img {
    max-width: 100%;
}
.page-passport-croperpanel-holder {
    margin: 0 auto;
    min-height: 300px;
    position: relative;
}
.page-passport-croperpanel-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}

@media screen and (max-width: 1000px) {
    .page-passport-croperpanel-holder {
        min-height: 50vw;
    }
}

.page-passport-resultpanel-loading {
    position: absolute;
    height: 500px;
    width: 100%;
    background: rgba(255,255,255,0.5);
}
.page-passport-result-imagepanel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 30px;
}
.page-passport-result-imagepanel .imagesample {
    border: 1px solid #EEEEEE;
    padding: 6px;
}
.page-passport-result-imagepanel .imagesplit{
    width: 40px;
    height: 40px;
    margin: 18px;
}
.page-passport-result-actionpanel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px 0 60px;
}
.page-passport-result-actionpanel-download {
    width: 333px;
    height: 50px;
    line-height: 50px;
    background: #41BD2F;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.page-passport-result-actionpanel-download.pay-stripe {
    background: #E10D16;
}
.page-passport-result-actionpanel-download.mailto {
    margin-top: 20px;
    background: #6298E4;
}
.page-passport-result-color-picker {
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 44px;
}
.page-passport-result-color-picker .colorpre {
    width: 26px;
    height: 26px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    margin-right: 8px;
    font-size: 0;
}
.page-passport-floatpaybox {
    display: flex;
    padding: 10px;
    position: sticky;
    bottom: 0;
}
.page-passport-paymentsplit {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #999999;
}
.page-passport-result-actionpanel-pay {
    width: 333px;
    padding-top: 10px;
    display: flex;
}
.page-passport-result-paytip {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
}
.page-passport-result-price {
    display: flex;
    height: 63px;
    align-items: center;
    font-size: 36px;
    font-weight: 500;
    color: #DB0000;
    margin-bottom: 16px;
}
.page-passport-result-price label {
    font-size: 24px;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
    height: 25px;
}
.page-passport-result-price label font {
    text-decoration: line-through;
}
.page-passport-result-price img {
    margin-left: 10px;
    width: 63px;
    height: 63px;
}
.page-passport-result-pay-chooselabel {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    margin-bottom: 11px;
}
.page-passport-result-pay-cards {
    display: flex;
    justify-content: center;
    margin-bottom: 29px;
}
.page-passport-result-pay-cards img {
    width: 60px;
    height: 44px;
    margin: 0 5px;
}

@media screen and (max-width: 800px) {
    .page-passport-result-imagepanel {
        flex-direction: column;
    }
    .page-passport-result-imagepanel .imagesample:first-child {
        display: none;
    }
    .page-passport-result-imagepanel .imagesplit {
        display: none;
    }
}


.page-passport-result-actinline {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-passport-result-actinline-reupload {
    height: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.page-passport-result-actinline-reupload img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.page-passport-yougetpanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #EAEAEA;
    margin-top: 10px;
    padding-top: 20px;
}
.page-passport-yougetpanel-box {
    flex: 1;
    padding: 20px 0;
}
.page-passport-yougetpanel-box-title {
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
    color: #454545;
    margin-bottom: 12px;
    text-align: center;
}
.page-passport-yougetpanel-box-desc {
    line-height: 24px;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
.page-passport-yougetpanel-box-desc label {
    font-weight: 600;
}
.page-passport-yougetpanel-box-desc-li {
    position: relative;
    padding-left: 12px;
}
.page-passport-yougetpanel-box-desc-li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #888888;
    border-radius: 50%;
    left: 0px;
    top: 9px;
}
.page-passport-yougetpanel-box-desc-li a {
    color: #3E55EF;
}
.page-passport-yougetpanel-box:first-child {
    margin-right: 40px;
}
@media screen and (max-width: 800px) {
    .page-passport-yougetpanel-box {
        width: 100%;
        flex: auto;
    }
    .page-passport-yougetpanel-box:first-child {
        margin-right: 0px;
    }
}

.page-passport-recentblog {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}
.page-passport-recentblog-title {
    font-size: 36px;
    color: #666666;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .page-passport-recentblog {
        padding: 20px 0;
    }
    .page-passport-recentblog-title {
        font-size: 23px;
        line-height: 30px;
    }
}
.page-passport-recentblog-item {
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(41, 69, 198, 0.1);
    border-radius: 4px;
    padding: 40px;
    display: flex;
    box-sizing: border-box;
    cursor: pointer;
}
.page-passport-recentblog-item img {
    width: 260px;
    height: 240px;
    max-width: 100%;
    object-fit: cover;
}
.page-passport-recentblog-item-content {
    flex: 1;
    margin-right: 40px;
    overflow: hidden;
}
.page-passport-recentblog-content-title {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding-bottom: 6px;
}
.page-passport-recentblog-publish {
    font-size: 14px;
    font-weight: 600;
    color: #AFB1BD;
    line-height: 20px;
    padding-bottom: 12px;
}
.page-passport-recentblog-intor {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
@media screen and (max-width: 800px) {
    .page-passport-recentblog-item {
        flex-direction: column-reverse;
        align-items: center;
        padding: 20px;
    }
    .page-passport-recentblog-item-content {
        width: 100%;
        padding-top: 10px;
        margin-right: 0px;
    }
    .page-passport-recentblog-item img {
        width: auto;
        height: 240px;
    }
    .page-passport-recentblog-intor {
        -webkit-line-clamp: 4;
    }
}

.page-passport-blog-title {
    padding: 40px 0;
    line-height: 33px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.page-passport-blog-content {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.page-passport-blog-content h1 {
    line-height: 33px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0;
}
.page-passport-blog-content h2 {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding: 10px 0;
}
.page-passport-blog-content p {
    padding: 10px 0 20px;
}
.page-passport-blog-content strong {
    padding-right: 10px;
}
.page-passport-blog-content a {
    color: #007bff;
}
.page-passport-blog-content img {
    max-width: 100%;
}