html,body,p,h2 { margin: 0; padding: 0; }
body { font-family: Arial, "Microsoft Yahei", sans-serif; }
a { text-decoration: none; }
.cf:before,.cf:after { content: ''; display: table; }
.cf:after { clear: both; }

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%; 
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    position: relative;
    min-height: 100%;
    padding-bottom: 31px;
}

.container {
    position: relative;
    padding: 0 15px;
    max-width: 832px;
    margin: 0 auto;
}

/* Important Notes (TEMP USE) */
.importantNotes{
   background:#fff !important;
   border: 1px solid #014c6c !important;
   width:100%;
   z-index: 99;
   position: sticky;
   position: -webkit-sticky;
   top:0px;
}
.importantNoteItem{
    font:14px;
    margin: 15px auto;
	color: #014c6c !important;
	text-align: center;
}
/* Important Notes (TEMP USE) END */

/* header */
header {
    height: 104px;
    padding-top: 43px;
	border-top: 7px solid #014c69;
}

header .logo {
    float: left;
    height: 48px;
}

header .lang {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 0;
    z-index: 999;
}

header .lang-select > a {
    margin-right: 7px;
    font-size: 14px;
    color: #aaa;
}

header .lang-select > a + a:before {
    content: "|";
    margin-right: 7px;
    display: inline;
	color: #aaa !important;
}

header .lang-select > a:hover,
header .lang-select > a.active {
    color: #235065;
}

header .lang > .cur-lang {
    display: none;
    cursor: pointer;
}

/* main */
main {
    margin-bottom: 14px;
}

main .wrap {
    border: 2px solid #014b70;
    border-radius: 4px;
}

main .content > .item {
    border-bottom: 2px solid #c8d5dd;
    margin: 29px 29px 0 39px;
    padding-bottom: 20px;
}

main .content > .item:last-child {
    border-bottom: 0;
}

main .content > .item > h2 {
    margin-bottom: 20px;
    font-size: 19px;
    color: #004e6a;
}

main .content > .item > .return {
    margin-top: 20px;
    text-align: right;
}

main .content > .item > .return > a {
    font-size: 14px;
    color: #000;
    word-break: break-all;
}

main .content > .details {
    position: relative;
}

main .content > .details > .logo {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	height: 50px;
}

main .content > .details > table {
    font-size: 14px;
	width: 100%;
	padding-right: 250px;
}

main .content > .details > table th {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
}

main .content > .details > table td {
    padding-left: 5px;
    word-break: break-all;
}

main .content > .details > table .amount-tr th {
    padding-top: 3px;
}

main .content > .details > table .money {
    font-size: 21px;
    font-weight: 700;
}

main .content > .pay-method > .box {
    padding: 0 9px;
    border: 1px solid #44768f;
}

main .content > .pay-method > .box > table {
    width: 100%;
    border-collapse: collapse;
}

main .content > .pay-method > .box > table tr {
    border-bottom: 2px solid #c8d5dd;
}

main .content > .pay-method > .box > table tr:last-child {
    border-bottom: 0;
}

main .content > .pay-method > .box > table th {
    width: 180px;
    padding: 18px 0 14px 30px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

main .content > .pay-method > .box > table td {
    padding: 18px 0 0;
}

main .content > .pay-method > .box > table td .method {
    margin-right: 51px;
    margin-bottom: 20px;
    display: inline-block;
	vertical-align: middle;
}

main .content > .pay-method > .box > table td .method:last-child {
    margin-right: 0;
}

main .content > .pay-method > .box > table td .method > a {
    font-size: 12px;
    text-align: center;
    color: #000;
    display: inline-block;
	position: relative;
}

main .content > .pay-method > .box > table td .method > a.more {
	font-size: 12px;
	margin-top: 8px;
	display: block;
	text-align: center;
	white-space: pre-line;
	color: #000;
}

main .content > .pay-method > .box > table td .method.method-jetcopay > a.more {
	margin-top: 0;
	margin-left: 8px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

main .content > .pay-method > .box > table td .method.method-visa img {
	height: 28px;
	border: 0px;
}
main .content > .pay-method > .box > table td .method.method-master img {
	height: 56px;
	border: 0px;
}
main .content > .pay-method > .box > table td .method.method-unionpay img {
	height: 39px;
	border: 0px;
}
main .content > .pay-method > .box > table td .method.method-jetcopay img {
	height: 45px;
	border: 0px;
}
main .content > .pay-method > .box > table td .method.method-masterpass img {
	width: 160px;
	height: 37px;
	border: 0px;
}

main .content > .pay-method > .box > table td .method img.enlarge { 
	position: absolute;
	width: auto;
	height: 120%;
	left: -10%;
	top: -10%;
	display: none;
}

main .content > .pay-method > .box > table td .method > a:hover img.enlarge {
	display: block;
	border: 0px;
}

main .content > .verified > p {
    font-size: 14px;
}

main .content > .verified > .visasecure {
    margin: 30px auto 10px;
    text-align: center;
	height: 69px;
}

main .content > .verified > .logo {
    margin: 30px auto 10px;
    text-align: center;
	height: 48px;
}

main .content > .card-info > p {
    margin-bottom: 30px;
}

main .content > .card-info > form > .line {
    margin: 10px 0;
}

main .content > .card-info > form > .line-child {
  	margin-left: 25px;
}

main .content > .card-info > form > .line-child-seperator {
    margin: 0;
  	margin-left: 25px;
}

main .content > .item > form > .line label {
    vertical-align: top;
    margin-right: 25px;
    line-height: 32px;
}

main .content > .card-info > form > .line .type-label {
    line-height: 24px;
}

main .content > .card-info > form > .line .type-logo {
    height: 24px;
    display: inline-block;
}

main .content > .card-info > form > .line .type-logo #type-logo-1.visa {
	width: 53px;
}

main .content > .card-info > form > .line .type-logo #type-logo-1.master {
	width: 36px;
}


main .content > .item > form > .line input,
main .content > .item > form > .line select {
    height: 32px;
    padding: 0 5px;
}

main .content > .card-info > form > .line .card-num,
main .content > .card-info > form > .line .veri-num {
    width: 60px;
}

main .content > .card-info > form > .line .card-num {
    margin-bottom: 10px;
}

main .content > .card-info > form > .line > .box {
    margin: 10px 50px 10px 0;
    display: inline-block;
}

main .content > .card-info > form > .line .what {
    font-size: 12px;
    font-style: italic;
    text-decoration: underline;
    color: #f00;
    background: none!important;
    border:none;
    padding:0!important;
	cursor: pointer;
}

main .content > .jecto-info > .intro {
    margin-bottom: 40px;
}

main .content > .jecto-info > .intro p {
    margin-bottom: 5px;
    white-space: pre-line;
}

main .content > .item > form > .submit {
    width: 183px;
    height: 54px;
    margin: 30px auto -10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    background: #004a6c;
    color: #fff;
    display: block;
    cursor: pointer;
}

.continueDR {
    width: 183px;
    height: 54px;
    margin: 30px auto -10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    background: #004a6c;
    color: #fff;
    display: block;
    cursor: pointer;
}

main .textField {
	white-space: pre-line;
}

main .footer {
    position: relative;
    padding: 15px 29px 20px 39px;
    background: #e6e6e6;
}

main .footer > .text-box {
    float: left;
    max-width: 565px;
    font-size: 14px;
}

main .footer > .text-box > p:first-child {
    margin-bottom: 7px;
    font-weight: 700;
}

main .footer > .logo {
    position: absolute;
    top: 50%;
    right: 29px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* footer */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #014c6c;
}

footer p {
    margin: 0 -15px;
    font-size: 12px;
    font-style: italic;
    line-height: 31px;
    text-align: center;
    color: #fff;
}

footer p > a {
    text-decoration: underline;
    color: #fff;
}

/* popup */
.popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.popup-main,
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.popup-main {
    background: #fff;
    width: 600px;
    height: 480px;
    z-index: 9999;
}

.popup-content img {
    width: 370px;
}

.popup-content p {
    font-size: 14px;
    text-align: center;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 48px;
    line-height: 1;
    color: #373737;
    cursor: pointer;
}

.popup-close img{
	width: 50%;
	height:inherit;
}

.popup-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}

/* meida */
@media (max-width: 820px) {
    main .footer > .text-box {
        float: none;
    }

    main .footer > .logo {
        position: static;
        margin-top: 15px;
        text-align: center;
        -webkit-transform: none;
        transform: none;
   		-ms-transform: none;
    }
}

@media (max-width: 760px){
	main .content > .pay-method > .box > table th {
		width: 140px;
	}
	
	main .content > .pay-method > .box > table td .method {
		width: 86px;
		text-align: center;
		margin-right: 30px;
	}

	main .content > .pay-method > .box > table td .method.method-jetcopay,
	main .content > .pay-method > .box > table td .method.method-masterpass {
		width: auto;
	}
	.popup-main {
       width: 335px;
        height: 352px;
    }
    .popup-content img {
        width: 260px;
    } 

	/* Important Notes (TEMP USE )*/
	.importantNoteItem{
		width: 85%;
	}
}

@media (max-width: 600px) {
    main .content > .details > table {
        padding-right: 0;
    }
    main .content > .details > .logo {
        position: static;
        text-align: center;
        margin-bottom: 20px;
        -webkit-transform: none;
        transform: none;
    	-ms-transform: none;
    }
	.popup-main {
       width: 335px;
        height: 352px;
    }
    .popup-content img {
        width: 260px;
    } 
		
	/* Important Notes (TEMP USE )*/
	.importantNoteItem{
		width: 85%;
	}
}

@media (max-width: 500px){
	main .content > .pay-method > .box > table td .method:nth-of-type(even) {
		margin-right: 0;
	}
	.popup-main {
       width: 335px;
        height: 352px;
    }
    .popup-content img {
        width: 260px;
    } 
		
	/* Important Notes (TEMP USE )*/
	.importantNoteItem{
		width: 85%;
	}
}

@media (max-width: 480px) {
    body {
        padding-bottom: 46px;
    }

    header .lang > .cur-lang {
        font-size: 16px;
        color: #235065;
        display: block;
    }

    header .lang > .cur-lang:after {
    	content: '\25BE';
        margin: 0 5px;
        font-size: 20px;
    }

    header .lang-select {
        padding-top: 10px;
        display: none;
    }

    header .lang-select > a {
        padding-left: 8px;
        line-height: 40px;
        background: #4d4d4d;
        color: #fff;
        display: block;
        width: 100%;
        border-bottom: 2px solid #8d8d8d;
    }

    header .lang-select > a + a:before {
        content: none;
    }

    header .lang.active > .lang-select {
        position: absolute;
        width: 100%;
        display: block;
    }

    main .content > .item {
        margin: 0;
        padding: 10px 10px;
    }

    main .content > .item > h2 {
        margin-bottom: 0;
        font-size: 18px;
    }

    main .content > .item > .return > a {
        font-size: 14px;
    }

    main .content > .details > .logo {
		width: 70%;
		height:inherit;
        margin: 20px auto 25px;
        text-align: center;
    }

    main .content > .details > table th,
    main .content > .details > table td {
        padding-bottom: 8px;
        font-size: 17px;
    }

    main .content > .pay-method > .box {
        padding: 0;
        border: 0;
    }

    main .content > .pay-method > .box > table tr:last-child {
        border-bottom: 2px solid #c8d5dd;
    }

    main .content > .pay-method > .box > table th {
        width: 60px;
        padding: 20px 0 0;
        vertical-align: top;
    }

    main .content > .pay-method > .box > table td {
        padding: 10px 0;
    }

    main .content > .pay-method > .box > table td .method {
        margin: 10px 20px;
    }
	
	main .content > .pay-method > .box > table td .method > a:hover img.enlarge { 
		display: none;
	}
	
	main .content > .pay-method > .box > table td .method > a.more{
		display: none;
	}
	
	main .content > .pay-method > .box > table td .method.method-jetcopay > a.more {
		display: none;
	}
	
    main .content > .verified > p {
        margin: 8px 0;
        font-size: 16px;
    }

    main .content > .verified > h2 {
        margin: 5px 0 15px;
    }

    main .content > .verified > .logo {
        margin: 15px auto 10px;
    }
    
    main .content > .verified > .visasecure {
        margin: 15px auto 10px;
    }

    main .content > .card-info > h2 {
        margin: 5px auto 15px;
    }

    main .content > .item > form > .line label,
    main .content > .item > form > .line > .box {
        display: block;
    }

    main .content > .card-info > form > .line .type-label {
        display: inline-block;
        vertical-align: top;
    }

    main .content > .card-info > form > .submit {
        margin: 20px auto -10px;
    }

    main .content > .jecto-info > .intro {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    main .footer {
        padding: 10px 10px;
        text-align: center;
    }

    footer p {
        height: 46px;
        padding: 0 40px;
        line-height: 1.5;
        display: table-cell;
        vertical-align: middle;
    }

    .popup-main {
        width: 335px;
        height: 352px;
    }

    .popup-content img {
        width: 260px;
    }
	main .footer .logo img{
		height: 34px;
	}
	
	/* Important Notes (TEMP USE )*/
	.importantNoteItem{
		width: 75%;
	}
	
	.mob-max-width {
		width: 100%
	}
}

@media (max-width: 370px) {
	main .content > .pay-method > .box > table th {
		width: auto;
	}
	main .content > .pay-method > .box > table td .method {
		margin-right: 0;
	}
	.popup-main {
       width: 335px;
        height: 352px;
    }
    .popup-content img {
        width: 260px;
    } 
	
	/* Important Notes (TEMP USE )*/
	.importantNoteItem{
		width: 70%;
	}
}

main .content form > h2 {
    margin-bottom: 20px;
    font-size: 19px;
    color: #004e6a;
}

main .content > .card-info > form > p {
    margin-bottom: 30px;
}

main .content > .card-info > form .remark-item {
  	display: inline-block; 
  	vertical-align: top; 
  	font-size: 13px;
}

.hidden {
	display: none;
}