html,
body {
    width: 100%;
    font-family: "Microsoft YaHei" !important;
}

.w1200 {
    width: 1200px !important;
    min-width: 1200px !important;
    max-width: 1200px !important;
    margin: 0 auto;
}

.mw1200 {
    min-width: 1200px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    display: block;
}

#commonwealthpassport .clearfix {
    overflow: hidden;
    zoom: 1;
}

[v-cloak] {
    display: none !important;
}


/* 英联邦护照 */
#commonwealthpassport {
    width: 100%;
}

#commonwealthpassport>a {
    display: block;
    text-decoration: none;
}

/* 头部banner */
#commonwealthpassport header {
    width: 100%;
}

#commonwealthpassport header img {
    width: 100%;
}

/* 导航栏 */
#commonwealthpassport .jpccpnavbar {
    width: 100%;
    background-color: rgb(196, 217, 255);
    border-top: 3px solid rgb(71, 115, 188);
    border-bottom: 3px solid rgb(71, 115, 188);
    position: sticky;
    top: 0px;
    z-index: 10;
}

.jpccpnavbar-con {
    display: flex;
}

.jpccpnavbar-con a {
    width: 20%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: rgb(48, 80, 136);
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.jpccpnavbar-con a:hover {
    color: white;
    background-color: rgb(90, 138, 223);
}

/* 导语 */
.jpccpintroduction {
    width: 100%;
    height: 325px;
    background: url('../img/jpcphIntroduction.png') center no-repeat;
    background-position-y: -70px;
}

.jpccpintroduction-con {
    padding: 47px 0 0 116px;
    box-sizing: border-box;
    display: flex;
}

.jpccpintroduction-con div:first-child {
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
}

.jpccpintroduction-con div:last-child {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    position: relative;
    top: 16px;
    left: 88px;
}

/* 优势 */
.jpccpadvantage {
    width: 100%;
}

.jpccpadvantage-con {}

.jpccpadvantage-con>img {
    margin: 0 auto;
    margin-bottom: 60px;
}

.jpccpadvantage-conlist {
    width: 964px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 109px;
}

.jpccpadvantage-conitem {
    border-radius: 10px;
    background-color: rgb(221, 232, 251);
    width: 460px;
    height: 230px;
    box-sizing: border-box;
    position: relative;
}

.jpccpadvantage-conitem:first-child {
    margin-bottom: 40px;
}

.jpccpadvantage-conitem-title {
    font-size: 24px;
    color: rgb(71, 115, 188);
    font-weight: bold;
    line-height: 1;
    padding-top: 40px;
    margin-bottom: 12px;
}

.jpccpadvantage-conitem-text {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    width: 342px;
    text-align: justify;
    letter-spacing: 1px;
}

.jpccpadvantage-conitem-left {
    padding-left: 40px;
}

.jpccpadvantage-conitem-right {
    padding-left: 94px;
}

.jpccpadvantage-conitem>img {
    position: absolute;
}

.jpccpadvantage-conitem:nth-child(1)>img {
    bottom: 0;
    right: 0;
}

.jpccpadvantage-conitem:nth-child(2)>img {
    bottom: 0;
    left: 0;
}

.jpccpadvantage-conitem:nth-child(3)>img {
    top: 0;
    right: 0;
}

.jpccpadvantage-conitem:nth-child(4)>img {
    top: 0;
    left: 0;
}

/* a */
.jpccpa {
    width: 100%;
    background: url('../img/jpccpa.png') center no-repeat;
    background-size: cover;
}

.jpccpa-con {
    padding: 41px 40px;
    box-sizing: border-box;
}

.jpccpa-con>div {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

.jpccpa-con>div a {
    text-decoration: none;
    background-color: rgb(90, 138, 223);
    width: 280px;
    height: 50px;
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 方法 */
.jpccpmethod {
    width: 100%;
    padding: 70px 0 100px 0;
}

.jpccpmethod-con {
    padding: 0 34px;
    box-sizing: border-box;
}

.jpccpmethod-con>img {
    margin: 0 auto;
}

.jpccpmethod-con-text {
    font-size: 20px;
    color: rgb(51, 51, 51);
    line-height: 1.8;
    margin: 38px 0;
    text-indent: 40px;
}

.jpccpmethod-con table {
    border: 3px solid rgb(226, 226, 226);
    border-collapse:inherit !important;
}

.jpccpmethod-con table tr th {
    width: 240px;
    height: 60px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.jpccpmethod-con table tr th:nth-child(1) {
    width: 187px;
    background-color: white;
}

.jpccpmethod-con table tr th:nth-child(2) {
    background-color: rgb(40, 135, 250);
}

.jpccpmethod-con table tr th:nth-child(3) {
    background-color: rgb(42, 173, 248);
}

.jpccpmethod-con table tr th:nth-child(4) {
    background-color: rgb(40, 135, 250);
}

.jpccpmethod-con table tr th:nth-child(5) {
    background-color: rgb(42, 173, 248);
}

.jpccpmethod-con table tr td {
    vertical-align: top !important;
}

.jpccpmethod-con table tr td:first-child {
    width: 140px;
    background-color: rgb(239, 251, 254) !important;
    text-align: center;
    vertical-align: middle !important;
    font-size: 24px;
    color: rgb(105, 144, 203);
    font-weight: bold;
}

.jpccpmethod-con table tr td>div {
    padding: 17px 0 50px 0;
}

.jpccpmethod-con table tr td>div div {
    width: 200px;
    font-size: 18px;
    /* text-indent: 7px; */
    text-align: justify;
    margin: 0 auto;
    line-height: 1.5;
    position: relative;
    color: rgb(69, 69, 69);
    box-sizing: border-box;
    padding-left: 10px;
    letter-spacing: 1px;
}

.jpccpmethod-con table tr td:nth-child(even) {
    background-color: rgba(40, 135, 250,0.1);
}

.jpccpmethod-con table tr td:nth-child(odd) {
    background-color: rgba(42, 173, 248,0.1);
}

.jpccpmethod-con table tr:nth-child(2) td div div::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: -6px;
}

.jpccpmethod-con table tr:nth-child(2) td div div::before {
    background-color:rgb(40, 135, 250);
}

/* .jpccpmethod-con table tr:nth-child(2) td:nth-child(3) div div::before {
    background-color: rgb(254, 122, 6);
}

.jpccpmethod-con table tr:nth-child(2) td:nth-child(4) div div::before {
    background-color: rgb(42, 173, 248);
}

.jpccpmethod-con table tr:nth-child(2) td:nth-child(5) div div::before {
    background-color: rgb(40, 135, 250);
} */

.jpccpmethod-con table tr:nth-child(3) td>div {
    padding: 10px 0 !important;
    background-color: rgba(42, 173, 208,0.1);
}

.jpccpmethod-con table tr:nth-child(3) td div div {
    width: 240px !important;
    text-indent: 0px !important;
}

.jpccpmethod-con table tr:nth-child(4) td div div {
    text-indent: 0 !important;
}

.jpccpmethod-con table tr:nth-child(4) td div div:not(:first-child) {
    padding-left: 24px;
    /* text-indent: 10px !important; */
    position: relative;
}

.jpccpmethod-con table tr:nth-child(4) td div div:nth-child(2)::before {
    content: 'a、';
    display: inline;
    position: absolute;
    top: 0;
    left: -3px;
}

.jpccpmethod-con table tr:nth-child(4) td div div:nth-child(3)::before {
    content: 'b、';
    display: inline;
    position: absolute;
    top: 0;
    left: -3px;
}

.jpccpmethod-con table tr:nth-child(4) td div div:nth-child(4)::before {
    content: 'c、';
    display: inline;
    position: absolute;
    top: 0;
    left: -3px;
}

.jpccpmethod-con table tr:nth-child(4) td:nth-child(3) div {
    text-align: center;
}

/* 表单 */
.jpccpform {
    width: 100%;
    background: url('../img/jpccpform.png') center no-repeat;
    background-size: cover;
    padding: 56px 0 38px 0;
}

.jpccpform-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jpccpform-contitle {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
}

.jpccpform-conipone {
    font-size: 36px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
}
.jpccpform-conipone img{
    margin-right: 12px;
}
.jpccpform-conform {
    width: 100%;
    display: flex;
    justify-content: center;
}

.jpccpform-conform>div {
    font-size: 30px;
    color: rgb(255, 255, 255);
    margin: 40px 0;
}

.jpccpform-conform>div input {
    outline: none;
    border: 3px solid white;
    border-radius: 10px;
    width: 214px;
    height: 44px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px !important;
    color: white;
    box-sizing: border-box;
    padding: 0 10px;
}

.jpccpform-conform>div:nth-child(2) {
    margin: 40px 100px;
}

.jpccpform-conformbtn {
    border-radius: 10px;
    background-color: rgb(37, 104, 219);
    width: 200px;
    height: 50px;
    cursor: pointer;
    font-size: 24px !important;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 案例 */
.jpccpcase {
    width: 100%;
    background-color: rgb(90, 138, 223);
    padding: 80px 0 210px 0;
}

.jpccpcase-con {}

.jpccpcase-con>img {
    margin: 0 auto;
}

.jpccpcase-conreason {
    width: 100%;
    height: 241px;
    background: url('../img/jpccpcasereson.png') center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding-top: 106px;
    margin: 60px 0 80px 0;
}

.jpccpcase-conreason div {
    font-size: 22px;
    color: rgb(29, 62, 119);
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: inline-block;
    margin: 24px;
}

.jpccpcase-conreason div span {
    font-size: 16px;
    line-height: 44px;
}

.jpccpcase-conlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.jpccpcase-conlist>div {
    top: 4715px;
    width: 288px;
    height: 432px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 44px;
    box-sizing: border-box;
}

.jpccpcase-conlist>div img {
    width: 260px;
    height: 220px;
    margin-bottom: 20px;
}

.jpccpcase-conlist>div span {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    color: rgb(51, 49, 49);
    display: flex;
    justify-content: center;
    text-align: center;
}