@charset "utf-8";
:root, html {
    font-size: 10px;
    font-family: '' !important;
}

body {
	font-family: '' !important;
}

.service-list {
      width: auto !important;
  }
  
.service-list td:nth-child(1) {
    width: 60%;
}

.service-list td:nth-child(2) {
    text-align: right;
    width: 40%;
}

.service-list th {
    text-align: center;
}
input[type="radio"],input[type="checkbox"]{
zoom:150%;
}
.lable-position {
	position: absolute; 
	left: 0; 
	top: 0; 
	height: 34px; 
	line-height: 34px;
}

.select-address {
	border: 0; 
	background: transparent;
}

.confirm-address {
	padding: 10px 30px; 
	float:right
}

.step-space {
	display: inline-block; 
	width: 60px;
}

.introduce-post {
	display:block;
}

.input-address {
	border:0px; 
	border: 2px solid rgb(108,108,108);  
	padding: 5px;
}

.text-email {
	margin-top: 5px;
}

button.img {
	border: 2px solid rgb(108, 108, 108); 
	background-color: rgb(239, 239, 239);
}

.validate-code {
	display: flex; 
	align-items: center; 
	height: 34px;
}

.img-code {
	padding: 0px 15px;
}

.email-desriction {
	border-color: rgb(193,193,193);
}

.text {
	padding: 10px; 
	background-color: #eeeeee; 
	margin: 30px; 
	height: 400px; 
	overflow-y: scroll;
}

.padding {
	padding: 10px 30px;
}

.position-center {
	text-align: center;
}

.year-width {
	width: 78px;
}

.birth-width {
	width: 55px;
}

.header-logo {
	height: 60px;
}

.header-small-logo {
	width: 170px; 
	height: 12;
	position:absolute;
	bottom:17px;
	max-height: 12px;
}

.right {
	float:right;
}

.pad-right {
	padding-right: 20px;
}

button.service {
    margin: 10px;
}
.access-service-buttons.disabled{
  opacity: 0.5;
}
.optional-service.disabled {
    opacity: 0.5;
}

.message a{
	text-decoration:underline;
}

.code-message {
	margin-bottom: 0;
}

.complete {
	font-size: 1.2rem; 
	color: rgb(84, 84, 84); 
	border-color: rgb(193, 193, 193);
}

.left {
	padding-left: 50px;
}

.font {
	font-size: 2rem;
}

.position {
	padding-left: 30px; 
	position: relative;
}

.margin {
	padding-left: 30px; 
	position: relative; 
	margin-bottom: 0;
}

header.normal {
    position: relative;
    margin-bottom: 0;
    border-right: 1px solid gray;
    border-left: 1px solid gray;
}

header.normal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 100%;
    background-color: #CE0000;
}

header.mobile {
	background-color: #CE0000;
	margin: 0 -15px;
	display: none;
}

header.mobile .logo {
	width: 127px;
    margin: 0 auto;
    padding: 26px 0;
    background-image: url('/resource/img_siteid');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 13px;
}

input, button, select, textarea {
	outline:none !important;
}

@media screen and (max-width: 510px) {
    header.normal img {
        height: 45px !important;
    }

    header.normal:before {
        height: 12px;
    }
    
    .header-small-logo {
    		bottom: 10px;
    } 
}

#cover_layer {
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 1000; 
	display: none;
}

.text-message {
	width: 655px;
	max-width: 90%;
	margin: auto;
}

.text-danger {
    color: red !important;
    width: 810px; 
    max-width: 90%; 
}

.danger {
	 margin: auto;
}
.error-show p {
	color: red !important;
}

.normal-font {
    font-weight: normal !important;
}

#scrollTop {
	width: 40px;
    height: 40px;
    background-color: #CE0000;
    position: fixed;
    z-index: 100;
    cursor: pointer;
    right: 20px;
    bottom: 60px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: white;
    display: none;
}

input[type=text], input[type=date] {
    border: 2px solid rgb(108, 108, 108);
    padding: 5px;
    width: 100%;
}

.onlyRead{
	opacity: 0.5;
}

.select, [ieselect] {
    border: 2px solid rgb(108, 108, 108);
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.select select, [ieselect] select {
	position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0;	
}

.select .ielabel, [ieselect] .ielabel {
	display: block;
	margin-left: 5px;	
}

.select .ielabel:after, [ieselect] .ielabel:after {
	content: '▼';
	position: absolute;
	right: 5px;
	top: 5px;
}


/* 

.select, [ieselect] {
    border: 2px solid rgb(108, 108, 108);
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.select select, [ieselect] select {
	position: absolute; top: 0; left: 0; height: 34px; width: 88px; opacity: 0;	
}

.ielabel:after {
	content: '▼';
	display: inline-block;
	margin-left: 10px;
}
 */

input.error {
    background-color: rgb(254, 192, 244);
}
label.error{
	background-color: rgb(254, 192, 244);
}   

main {
    padding: 30px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

button.step {
    border: 2px solid #CE0000;
    background-color: #FFFFFF;
    color: #CE0000;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 15px 30px;
}



@media screen and (max-width: 510px) {
    button.step {
        padding: 15px !important;
        margin-bottom: 10px;
    }
}

button.address {
    background-color: rgb(246, 246, 246);
    border: 0;
    box-shadow: 0 0 5px 2px gray;
    padding: 7px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

button.service {
    margin: 10px;
    min-width: 200px;
    font-weight: bold;
    padding: 0;
    border-radius: 14px;
    border-width: 20px;
    border-image-source: url('/resource/borderimage');
    border-image-width: 20;
    border-image-slice: 110;
    border-image-repeat: stretch;
    background-clip: padding-box;
    box-shadow: 0px 0px 6px 2px #AAA;
}

button.service.error {
    color: #FFFFFF;
    border-image-source: url('/resource/borderimageerror');
}

button.service.error.selected {
    color: #FFFFFF;
    border-image-source: url('/resource/borderimageerror');
}

button.service.selected {
    color: #FFFFFF;
    border-image-source: url('/resource/borderimageselected');
    background-color: rgb(191,0,14);
}

button.disabled {
    border-color: rgb(108, 108, 108);
    color: rgb(108, 108, 108);
}

button.address {
    background-color: rgb(246, 246, 246);
    border: 0;
    box-shadow: 0 0 5px 2px gray;
    padding: 7px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

button.action {
    background-color: rgb(246, 246, 246);
    border: 0;
    box-shadow: 0 0 5px 2px gray;
    padding: 7px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
}

button.action.selected {
    background-color: #CE0000;

    color: #FFFFFF;
}

.step-nav ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    overflow: hidden;
}

.step-nav ul li:nth-child(1) {
    position: relative;
    z-index: 10;
}

.step-nav ul li:nth-child(2) {
    position: relative;
    /*left: -10px;*/
    z-index: 9;
}

.step-nav ul li:nth-child(3) {
    position: relative;
    /*left: -20px;*/
    z-index: 8;
}

.step-nav ul li:nth-child(4) {
    position: relative;
    /*left: -30px;*/
    z-index: 7;
}

.step-nav ul li:nth-child(5) {
    position: relative;
    /*left: -40px;*/
    z-index: 6;
}

.step-nav ul li:nth-child(6) {
    position: relative;
    /*left: -50px;*/
    z-index: 5;
}

.step-nav ul li:nth-child(7) {
    position: relative;
    /*left: -60px;*/
    z-index: 4;
}

.step-nav ul li:nth-child(8) {
    position: relative;
    /*left: -70px;*/
    z-index: 3;
    background: rgb(208, 208, 208);
}

.step-nav ul li:nth-child(8).active {
    position: relative;
    /*left: -70px;*/
    z-index: 3;
    background: #CE0000;
}

.step-nav ul li:not(:first-child) {
    margin-left: -10px;
}

.step-nav ul li {
    float: left;

    padding: 10px 25px;
    color: white;
    background: linear-gradient(240deg, transparent 10px, rgb(208, 208, 208) 0) top right no-repeat,
    linear-gradient(240deg, transparent 9px, white 9px) top right no-repeat,
    linear-gradient(300deg, transparent 10px, rgb(208, 208, 208) 0) bottom right no-repeat,
    linear-gradient(300deg, transparent 9px, white 0px) bottom right no-repeat;
    background-size: 100% 50%;
    position: relative;
}

.step-nav ul li.active {
    background: linear-gradient(240deg, transparent 10px, #CE0000 0) top right no-repeat,
    linear-gradient(240deg, transparent 9px, white 9px) top right no-repeat,
    linear-gradient(300deg, transparent 10px, #CE0000 0) bottom right no-repeat,
    linear-gradient(300deg, transparent 9px, white 0px) bottom right no-repeat;
    background-size: 100% 50%;
}

.page-title {
}

.page-title .bar {
    height: 5px;
    width: 100%;
    display: block;
    background-color: #CE0000;
}

.page-title .content {
    border: 1px solid #CCCCCC;
    border-top: 0;
    color: #C70210;
    padding: 10px;
    margin-top: 0;
    font-size: 2.2rem;
}

.page-title + .message,
.sub-title + .message {
    font-size: 1.4rem;
    margin-top: 5px;
}

.sub-title {
    position: relative;
}

.sub-title .bar {
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #CE0000;
}

.sub-title .content {
    background-color: #F8F8F8;
    border: 1px solid #F0F0F0;
    padding: 10px 10px 10px 15px;
    font-size: 1.8rem;
    font-weight: bold;
}

.content-box {
    border: 1px solid #F0F0F0;
}

.content-box-message {
    border-top:1px dashed #000;
}

.content-box .title {
    font-weight: bold;
    background-color: #F8F8F8;
    border-bottom: 1px solid #F0F0F0;
    padding: 5px;
}

.content-box .content {
    padding: 15px;
}

footer {
    background-color: #CE0000;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}

.copyright {
	display: none;
}
.service-disable {
	border-color: rgb(108, 108, 108);  color: rgb(108, 108, 108); opacity: 0.5;
}

footer .normal-logo {
	left : 33px;
    display: inline-block;
    padding-left: 33px;
    height: 11px;
}

footer .small-logo {
    display: none;
    padding-left: 33px;
    /*height: 25px;*/
}

@media screen and (max-width: 510px) {
	
	header.normal {
		display: none;
	}
	header.mobile {
		display: block;
	}
	
    .service-content {
        text-align: center !important;
    }
	
    footer .normal-logo {
        display: none !important;
    }

	footer {
		text-align: center;
		height: 52px;
	}
    footer .small-logo {
    		padding-left: 10px;
        display: inline-block !important;
        margin: 15px auto;
        width:154px;
    }
    .copyright {
    		display: block;
		color: #000;
	    font-size: 1.6rem;
	    margin-top: 10px;
	    margin-bottom: 11px;
	}
	footer .right {
		display: none;
	}
}


@media screen and (max-width: 510px) {
    #scrollTop {
    	bottom: 150px;
    }
}

main, header.normal, footer {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 768px) {
    main {
        padding: 15px;
    }

    ul {
        padding-left: 20px;
    }

    .container {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 450px) {
    .step-nav ul li {
        padding: 10px 18px;
    }
}
