* {
	font-family: Arial, Helvetica, 宋体, 微軟正黑體, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, 宋体, 微軟正黑體, sans-serif;
	padding: 2px 0;
	margin: 2px 0;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn,
	.btn-group .btn-group+.btn-group {
	margin-left: 0 !important;
}

.body-bg-color {
	background-color: #fff !important;
}

.mainbar {
	margin-top: 84px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #41b369;
}

.alert>ul {
	padding-left: 20px;
}

textarea {
	resize: none;
}

.left-bar {
	width: 10%;
	border: 2px solid #ed650f;
	float: left;
}

.right-bar {
	width: 90%;
	border: 2px solid #0d9c4c;
	float: left;
}

.error-page {
	text-align: center;
	font-size: 25px;
	padding: 20px 0;
}

.error-page .sorry {
	padding: 15px 0;
	color: #8d8c8c;
}

.error-page .return a {
	background-color: #fff;
	color: #f67222;
	border-color: #f67222;
	border-radius: 20px;
}

.error-page .return a:hover {
	background-color: #f67222;
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

#border {
	background-color: #f6f6f6;
}

#border .toolbar {
	color: #8a8a8a;
	font-size: 14px;
	background-color: #f6f6f6;
	padding: 6px 0;
	text-align: right;
}

#border .toolbar a {
	margin-left: 10px;
	color: #e6872e;
}

#border .navbar-default {
	border: none;
	border-bottom: 1px solid rgba(33, 37, 41, .1);
	background-color: #fff;
	font-size: 16px !important;
	margin-bottom: 0;
}

#border .navbar-brand {
	padding-top: 10px;
}

#border .navbar-brand:hover {
	background-color: #ffffff;
}

#border .navbar-brand:focus {
	background-color: #ffffff;
}

#border .navbar-brand img {
	height: 32px;
	display: inline;
}

#border .navbar-default .navbar-nav>li>a {
	color: #333333 !important;
	background-color: #ffffff;
}

#border .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff !important;
	background-color: #41b369 !important;
}

#border .navbar-default .navbar-nav>li>a:hover {
	color: #ffffff !important;
	background-color: #41b369 !important;
}

#border .navbar-toggle {
	border-color: #41b369;
	background-color: #41b369;
}

#border .cooperation {
	background-color: #ffffff;
	padding: 30px 0;
	text-align: center;
}

#border .cooperation h3 {
	color: #333333;
	margin-bottom: 15px;
}

#border .cooperation .col-md-4 {
	margin-bottom: 15px;
}

#border .cooperation img {
	width: 250px;
}

#border .cooperation .airport img {
	width: 208px;
	padding: 7px 0;
}

#border .hp {
	background-color: #41b369;
	padding: 30px 0 15px 0;
}

#border .hp ul {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

#border .hp ul li {
	list-style: none;
	line-height: 25px;
}

#border .hp ul .head {
	color: #ffdf29;
	margin-bottom: 8px;
	font-size: 18px;
	cursor: pointer;
}

#border .hp ul li a {
	color: #ffffff;
}

#border .hp .none {
	display: none;
	overflow: hidden;
}

#border .contact {
	padding: 15px 0;
}

#border .contact .container div {
	width: 100%;
	float: left;
	text-align: left;
}

#border .contact .container hr {
	border: 1px solid #e1e1e1;
	margin-bottom: 5px;
}

#border .contact p {
	width: 100%;
	float: left;
}

#border .contact a {
	color: #1B62B4;
}

#border .contact a:hover {
	color: #f08621;
}

#border .contact .right-content i {
	margin-right: 14px;
}

#border .contact .right-content .fa-mobile {
	margin-right: 17px;
}

#border .contact .right-content .fa-weixin {
	margin-right: 10px;
}

#border .contact .right-content .fa-facebook-square {
	margin-right: 17px;
}

#border .contact .right-content .facebook {
	color: #333333;
}

#border .contact .right-content .facebook:hover {
	color: #333333;
	cursor: pointer;
}

#border .contact .bottom-content p {
	width: 100%;
	text-align: center;
	line-height: 25px;
	margin-bottom: 0;
	color: #999;
}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #313131;
}

.footer p {
	color: #fff;
	margin: 0;
	text-align: center;
}

#index {
	padding: 10px 0;
}

#index .row {
	margin: 20px 0;
}

#index .item {
	width: 100%;
	background-color: #fff;
	float: left;
	margin: 10px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px
		rgba(223, 221, 220, 0.73);
	position: relative;
}

#index .item:hover {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px
		rgba(144, 144, 144, 0.73);
	cursor: pointer;
}

#index a:hover {
	color: #0c9c4c;
}

#index .item-right {
	margin-left: 0;
}

#index .item .content {
	width: 60%;
	float: left;
	padding: 10px 10px 0 10px;
}

#index .item .content .title {
	font-size: 16px;
	font-weight: bold;
}

#index .item .content .description {
	color: #909090;
	line-height: 23px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#index .item .content .operation {
	position: absolute;
	bottom: 0;
}

#index .item .content .operation .price {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
}

#index .item .content .operation .price span {
	color: #41b369;
	font-size: 18px;
}

#index .item .content .operation .price .original-price {
	font-weight: bold;
	font-size: 14px;
	color: #a5a5a5;
	text-decoration: line-through;
	margin-left: 5px;
}

#index .item .content .operation .btn {
	background-color: #41b369 !important;
	border-radius: 4px;
	border-color: #41b369 !important;
	padding: 6px 14px;
	display: none;
}

#index .item .photo {
	width: 40%;
	float: left;
}

#index .item .photo img {
	width: 100%;
}

.member-register {
	width: 100%;
}

.member-register .register-section {
	width: 100%;
	margin: auto;
}

.member-register .register-section .alert {
	margin-top: 10px;
	margin-bottom: 10px;
}

.member-register .register-section .js-alert {
	border: 1px solid #ebccd1;
	background-color: #f2dede;
	color: #a94442;
	display: none;
	margin-bottom: 10px;
	padding: 15px
}

.member-register .intl-tel-input {
	width: 100%;
	height: 50px;
}

.member-register .previous {
	padding: 11px 12px;
}

.register-section .register-logo {
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 20px 20px;
	max-width: 80%;
}

.register-section .title-content {
	padding: 10px 15px 0 15px;
	color: #000;
	font-size: 16px;
}

.register-section .reg-textfield {
	font-size: 18px;
	height: 50px;
}

.register-section #contract {
	margin-left: 0;
	width: 18px;
	height: 18px;
	position: relative;
	top: 4px;
}

.register-section .content:hover {
	cursor: pointer;
}

.register-section  .login-tab {
	padding-top: 5px;
	text-align: center;
	font-size: 30px;
	color: #e6872e;
}

.register-section  .btn-block {
	border-color: #41b369;
	background-color: #41b369;
}

.register-section .reg-textfield {
	font-size: 18px;
	height: 50px;
}

.register-section .help-block {
	margin-bottom: 0;
}

.register-section .register-body {
	padding: 5px 0 0 0;
}

.register-section .verification .email {
	color: #ed650f;
	font-weight: bold;
	padding: 0 2px;
}

.register-section .verification .warm-tips {
	margin-top: 10px;
}

.register-section .maintenance {
	padding: 0;
}

.register-section .maintenance .btn-block {
	font-size: 18px;
	height: 50px;
	line-height: 34px;
	margin-top: 15px;
}

.register-section #control-countdown a {
	font-size: 18px;
	height: 50px;
	padding-top: 10px;
	opacity: 0.5;
	cursor: not-allowed;
	margin-top: -10px;
}

.copyright-content {
	padding: 10px;
	text-align: center;
}

.general {
	background-color: #fff;
	margin-top: 99px;
	margin-bottom: 15px;
	box-shadow: inherit;
}

.general table {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 100%;
}

.general table th {
	text-align: center;
	background: #41b369;
	color: white;
	line-height: 20px;
	padding: 6px 4px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.general table th:first-child {
	width: 15%;
}

.general table th:nth-child(2) {
	width: 30%;
}

.general table th:nth-child(3) {
	width: 25%;
}

.general table td {
	line-height: 20px;
	border: 1px solid #ccc;
	padding: 6px 4px;
}

.general a {
	color: #1B62B4;
}

.general a:hover {
	color: #f08621;
	cursor: pointer;
}

.general p {
	line-height: 25px;
}

.general .icon {
	font-size: 16px;
}

.general .icon img {
	width: 40px;
	margin-right: 10px;
}

.general .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

.general .lg-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.general .head {
	font-size: 20px;
	color: #ed650f;
	font-weight: bold;
	border-bottom: 1px dashed #0d9c4c;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.general h5.head {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}

.general td .td-head {
	color: #ed650f;
	font-weight: bold;
}

.general .red {
	color: #f00;
}

.general ul {
	padding-left: 20px;
}

.general ul.num {
	list-style-type: decimal;
}

.general ul li {
	padding-bottom: 5px;
	line-height: 25px;
}

.general .general-content {
	margin-top: 15px;
}

.general .general-content .general-img {
	padding: 10px;
	border: 2px dashed #ddd;
	margin-bottom: 10px;
}

.general .general-img {
	padding: 10px 0;
}

.general .general-img img {
	width: 100%;
}

.general #travel-head {
	margin-bottom: 15px;
}

.general #travel-head span {
	font-size: 24px;
	color: #0c9c4c;
	vertical-align: middle;
}

.general #travel-head a {
	float: right;
	color: #fff;
	margin-top: 15px;
}

.general #bottom-bar {
	text-align: center;
	background-color: #ec9034;
	color: #fff;
	padding: 10px 0;
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
}

.general .business-cooperation .form-group {
	margin-bottom: 10px;
}

.general .business-cooperation .form-group .img {
	padding: 0;
}

.general .business-cooperation .control-label {
	text-align: right;
	padding-top: 7px;
	padding-right: 0;
	margin-bottom: 0;
	font-weight: normal;
}

.general .business-cooperation a {
	color: #ffffff;
}

.car-insurance-calculator .protection th {
	background-color: #ec9034;
}

.car-insurance-calculator .protection tr .text-right {
	width: 50%;
}

.car-insurance-calculator .protection tr:last-child td {
	text-align: center;
	padding: 10px 15px;
}

.car-insurance-calculator .protection tr:last-child td a {
	color: #fff;
}

.car-insurance-calculator .protection tr:last-child td a:last-child {
	margin-left: 70px;
}

.car-insurance-calculator .protection .total span {
	font-weight: bold;
	color: #0c9c4c;
	font-size: 17px;
	padding-left: 5px;
}

.gdcar-insurance .insurance-item {
	margin-top: 5px;
}

.gdcar-insurance .text-content {
	min-height: 35px;
	line-height: 35px;
}

.insurance-details .general-content .item {
	margin-bottom: 2px;
}

.insurance-details .protection tr th:first-child {
	width: 25%;
}

.insurance-details .plan tr .tp-plan {
	color: #0d9c4c;
	font-size: 16px;
	font-weight: bold;
}

.insurance-details .plan tr th:first-child {
	width: 8%;
}

.insurance-details .plan tr th:nth-child(2) {
	width: 23%;
}

.insurance-details .plan tr th:nth-child(3) {
	width: 10%;
}

.insurance-details .protection td.subitem {
	font-weight: bold;
}

.aig-global-travel .aig-protection tr th:first-child {
	width: 80%;
}

.aig-global-travel .aig-protection tr th:first-child {
	width: 80%;
}

.aig-global-travel .aig-fee tr th {
	width: auto;
}

#breadcrumb {
	padding: 15px 0;
	font-size: 15px;
}

#breadcrumb span {
	color: #777777;
}

#travel-head {
	font-size: 16px;
}

#travel-head i {
	margin-right: 5px;
}

#travel-head a {
	margin-left: 0;
	border-radius: 5px;
}

.insurance-block {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 0;
}

.insurance-block .btn-toolbar a {
	background-color: #e6872e;
	border-color: #e6872e;
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 5px;
}

.insurance-block .btn-toolbar a:hover {
	background: #ec650e;
}

.insurance-block .btn-toolbar a i {
	margin-left: 5px;
}

.insurance-block p {
	line-height: 25px;
}

.insurance-block .form-group {
	width: 100%;
}

.insurance-block .title {
	border-bottom: 1px solid #e6872e;
	padding: 5px 0;
	margin: 15px 0;
	font-size: 16px;
	color: #e6872e;
}

.insurance-block label {
	font-weight: normal;
}

.insurance-block .general-a {
	overflow: hidden;
}

.insurance-block .general-a a {
	border: 1px solid #0c9c4c;
	padding: 8px 16px;
	float: left;
	font-size: 15px;
	margin: 0 15px 15px 0;
	border-radius: 5px;
}

.insurance-block .general-a a:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #0c9c4c;
	color: #fff;
}

.insurance-block .general-a .active {
	background-color: #0c9c4c;
	color: #fff;
	box-shadow: inherit;
}

.insurance-block .btn-group-toggle .btn {
	color: #0c9c4c;
}

.insurance-block .btn-group label {
	border: 1px solid #0c9c4c;
	padding: 6px 13px;
	float: left;
	font-size: 15px;
	margin: 0 15px 15px 0;
	border-radius: 5px !important;
}

.insurance-block .btn-group label.active {
	background-color: #0c9c4c;
	color: #fff;
	box-shadow: inherit;
}

.insurance-block .btn-group label:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #0c9c4c;
	color: #fff;
}

.insurance-block .total {
	border: 1px solid #e6872e;
	padding: 6px;
	font-size: 20px;
	line-height: 25px;
	background-color: #ffffe3;
	color: #0c9c4c;
	margin: 20px 0;
}

.insurance-block .total .original-price {
	font-weight: bold;
	font-size: 15px;
	color: #a5a5a5;
	text-decoration: line-through;
}

.insurance-block .total .discount {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #a5a5a5;
}

.insurance-block .name:after {
	content: "：";
}

.insurance-block .name2:after {
	content: "：";
}

.insurance-insure .general-a a {
	padding: 6px 13px;
	font-size: 15px;
}

.insurance-insure .general-a .readonly-radio {
	margin-left: 15px;
}

.insurance-insure .name {
	width: 100%;
	padding-right: 0;
	padding-left: 15px;
	line-height: 36px;
	float: left;
}

.insurance-insure .special-date p {
	padding-left: 15px;
	width: 50%;
}

.insurance-insure .special-date .age {
	line-height: 10px;
	position: relative;
	left: 10px;
	bottom: 12px;
}

.insurance-insure .content {
	width: 100%;
	padding: 0 15px;
	float: left;
}

.insurance-insure .input {
	margin-bottom: 10px;
}

.insurance-insure .readonly {
	height: 34px;
	line-height: 34px;
}

.insurance-insure .public-date {
	width: 90%;
}

.insurance-insure .addr p {
	margin-top: 5px;
	margin-bottom: 0;
}

.insurance-confirm .row {
	padding: 0 15px;
}

.insurance-confirm .row div {
	padding: 5px 1px;
}

.insurance-confirm .row .name {
	width: 22%;
	height: auto;
	clear: both;
	float: left;
}

.insurance-confirm .row .content {
	width: 78%;
	padding-left: 15px;
	float: left;
}

.insurance-confirm .prompt {
	text-align: center;
	margin-top: 10px;
	color: #888;
}

.insurance-confirm .text-block {
	width: 80px;
	display: inline-block;
}

.insurance-confirm .input {
	width: 100%;
}

.insurance-confirm .premium-css {
	font-size: 16px;
	font-weight: bold;
	color: #3c763d;
}

.insurance-checkout h3 {
	margin: 15px 0;
}

.insurance-checkout .row {
	padding: 5px 0;
	font-size: 16px;
	color: #0c9c4c;
}

.insurance-checkout .toggle-title {
	margin: 15px 0;
}

.insurance-checkout .toggle-title img {
	width: 25px;
}

.insurance-checkout .coupon {
	padding: 0;
}

.insurance-checkout .coupon .item {
	border: 1px solid #2125291a;
	width: 100%;
	padding: 10px;
	float: left;
	margin-bottom: 15px;
}

.insurance-checkout .coupon .item:nth-child(2n) {
	margin-left: 0;
}

.insurance-checkout .coupon .item .coupon-number .coupon-label {
	margin-left: 15px;
}

.insurance-checkout .coupon .item .price {
	margin-left: 30px;
}

.insurance-checkout .coupon .item .price span {
	color: #e73739;
}

.insurance-checkout .coupon .item .validity-period {
	margin-left: 30px;
	margin-top: 5px;
}

.visa-master .info-mod-top {
	margin-bottom: 5px;
	font-size: 16px;
	color: #0c9c4c;
}

.visa-master .order-info {
	background: url("/assets/meta/d821ac17/images/icon-succ.png") no-repeat;
	padding-left: 20px;
	color: #0c9c4c;
	font-size: 16px;
	margin-top: 15px;
}

.visa-master .premium-info {
	margin: 20px 0;
	padding: 10px 10px 5px 10px;
	line-height: 25px;
	font-size: 20px;
	border: 1px solid #f08621;
	background: #ffffe3;
}

.visa-master .premium-info div {
	padding: 0;
	margin-bottom: 5px;
}

.visa-master .premium-info .premium-price-pay span {
	color: #0c9c4c;
	font-weight: bold;
}

.visa-master .select {
	font-size: 16px;
}

.visa-master .pay-platform {
	padding: 0 15px;
}

.visa-master .pay-platform .form-group {
	padding: 0;
}

.visa-master .pay-platform .form-group div:hover {
	border: 2px solid #55c885;
	cursor: pointer;
}

.visa-master .pay-platform .form-group div {
	padding: 15px 0;
}

.visa-master .pay-platform .form-group div img {
	margin: 0 auto;
}

.visa-master .pay-platform .selected {
	border: 2px solid #55c885;
}

.visa-master .pay-platform .unselected {
	border: 1px solid #ddd;
}

.visa-master .bottom {
	margin-bottom: 15px;
}

.visa-master .bottom p {
	font-size: 20px;
}

.visa-master .bottom p .bank {
	padding: 0 5px;
	color: #0c9c4c;
	font-weight: bold;
}

.visa-master .bottom .warm-tips {
	color: #f08621;
	margin: 15px 0;
}

.visa-master .bottom .btn {
	background-color: #f08621;
	border-color: #f08621;
}

.visa-master .formarea {
	margin: 20px 0;
}

.visa-master .formarea .btn-primary {
	margin-top: 10px;
	width: 100px;
	padding: 10px;
}

.visa-master .formarea .btn-primary:hover {
	background: #ec650e;
}

.pay-successful {
	padding: 15px 0;
}

.pay-successful .important {
	font-weight: bold;
	color: #e73739;
}

.pay-successful .title {
	padding-bottom: 5px;
}

.pay-successful .title span {
	font-size: 27px;
	margin-left: 15px;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.pay-successful .successful-info div {
	margin-bottom: 8px;
	font-size: 16px;
}

.pay-successful .btns {
	padding: 10px 0;
}

.pay-successful .btns a {
	border-color: #e6872e;
	background-color: #e6872e;
}

.pay-successful .btns a:active {
	border-color: #e6872e;
	background-color: #e6872e;
}

.member-side {
	margin-top: 113px;
}

.member-side #side-nav .menu {
	background-color: #fff;
	border: 1px solid #E3E3E3;
	margin-bottom: 20px;
}

.member-side #side-nav .menu .menu-title {
	padding: 10px 12px;
	background: #41b369;
	color: #fff;
	font-weight: bold;
}

.member-side #side-nav .menu ul {
	padding: 6px 0;
}

.member-side #side-nav .menu ul li {
	list-style: none;
	line-height: 32px;
	padding: 0 30px;
}

.member-side #side-nav .menu ul .active {
	border-left: 5px solid #e6872e;
	padding-left: 25px;
}

.member-side #side-nav .menu ul .active a {
	color: #e6872e;
}

.member-side #side-nav .menu ul li a {
	color: #666;
}

.member-side .link .breadcrumb {
	background-color: #fff;
	border: 1px solid #E3E3E3;
	border-bottom: 2px solid #0c9c4c;
}

.member-side .link a:hover {
	color: #e6872e;
}

.member-side .my-order-summary .item {
	width: 100%;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	font-size: 15px;
	float: left;
	margin-bottom: 15px;
}

.member-side .my-order-summary .item:nth-child(2n) {
	margin-left: 0;
}

.member-side .my-order-summary .item .head {
	line-height: 40px;
	padding: 0 15px;
	border-bottom: 1px solid #E3E3E3;
}

.member-side .my-order-summary .item .content {
	width: 50%;
	float: left;
	line-height: 100px;
	text-align: center;
}

.member-side .my-order-summary .item .content:last-child {
	border-left: 1px solid #E3E3E3;
}

.member-side .my-order-summary .item .content .num {
	color: #ff6f3c;
	margin: 0 10px;
	font-size: 30px;
	vertical-align: middle;
}

.member-side .order-list-block .head {
	font-size: 16px;
	margin-bottom: 15px;
}

.member-side .order-list-block .head i {
	font-size: 19px;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.member-side .order-list-block .order-table-th {
	border: 1px solid #E3E3E3;
	background-color: #e5e5e569;
	height: 36px;
	line-height: 36px;
}

.member-side .order-list-block .order-table-th div {
	float: left;
	text-align: center;
}

.member-side .order-list-block .order-table-th .orderNo {
	width: 10%;
}

.member-side .order-list-block .order-table-th .name {
	width: 36%;
}

.member-side .order-list-block .order-table-th .price {
	width: 12%;
}

.member-side .order-list-block .order-table-th .date {
	width: 12%;
}

.member-side .order-list-block .order-table-th .status {
	width: 15%;
}

.member-side .order-list-block .order-table-th .status select {
	background-color: #e5e5e500;
	border: none;
	color: #333333;
}

.member-side .order-list-block .order-table-th .operation {
	width: 15%;
}

.member-side .order-list-block .order-table-list {
	margin-bottom: 15px;
}

.member-side .order-list-block .order-table-list .modal-footer .btn-primary:hover
	{
	color: #fff;
}

.member-side .order-list-block .order-table-list .operation a {
	cursor: pointer;
}

.member-side .order-list-block .order-table-list .item {
	border: 1px solid #E3E3E3;
	border-top: none;
	background-color: #fff;
	padding: 7px 0;
}

.member-side .order-list-block .order-table-list .item div {
	min-height: 20px;
	float: left;
	text-align: center;
}

.member-side .order-list-block .order-table-list .item .orderNo {
	width: 10%;
}

.member-side .order-list-block .order-table-list .item .name {
	width: 36%;
}

.member-side .order-list-block .order-table-list .item .name span {
	color: #41b369;
}

.member-side .order-list-block .order-table-list .item .price {
	width: 12%;
}

.member-side .order-list-block .order-table-list .item .date {
	width: 12%;
}

.member-side .order-list-block .order-table-list .item .status {
	width: 15%;
}

.member-side .order-list-block .order-table-list .item .operation {
	width: 15%;
	height: 42px;
}

.member-side .order-list-block .order-table-list .sm-item {
	border: 1px solid #E3E3E3;
	margin-top: 15px;
	padding: 0;
	font-size: 15px;
}

.member-side .order-list-block .order-table-list .sm-item .item-head {
	background-color: #F6F6F6;
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
	line-height: 30px;
	padding: 0 7px;
}

.member-side .order-list-block .order-table-list .sm-item .name {
	width: 60%;
	padding: 7px 0 7px 7px;
	float: left;
}

.member-side .order-list-block .order-table-list .sm-item .name span {
	color: #41b369;
}

.member-side .order-list-block .order-table-list .sm-item .status {
	width: 40%;
	padding: 7px 7px 7px 0;
	float: left;
	text-align: right;
}

.member-side .order-list-block .order-table-list .sm-item .price {
	width: 40%;
	padding-right: 7px;
	padding-bottom: 4px;
	float: right;
	text-align: right;
	color: #0c9c4c;
	font-weight: bold;
}

.member-side .order-list-block .order-table-list .sm-item .operation {
	width: 100%;
	float: left;
	border-top: 1px solid #E3E3E3;
	text-align: right;
	padding-right: 7px;
	line-height: 30px;
}

.member-side .order-list-block .order-table-list .empty {
	margin-top: 2%;
	text-align: center;
	font-size: 16px;
}

.member-side .order-details-block {
	background-color: #fff;
	margin-bottom: 15px;
}

.member-side .order-details-block .functional {
	padding-bottom: 15px;
}

.member-side .order-details-block .functional a:hover {
	color: #fff;
}

.member-side .order-details-block .details-head {
	margin-bottom: 15px;
}

.member-side .order-details-block .details-head .order-company-renewal {
	color: #34af61;
	font-size: 30px;
	font-weight: bold;
	float: right;
	margin-top: 10px;
}

.member-side .order-details-block .details-head .details-title {
	font-size: 19px;
	color: #0c9c4c;
	text-align: center;
	float: right;
	width: 66%;
	padding-top: 5px;
}

.member-side .order-details-block .sm-title {
	font-size: 16px;
	color: #0c9c4c;
	margin-bottom: 15px;
}

.member-side .order-details-block .title {
	border-bottom: 1px solid #e6872e;
	padding: 5px 0;
	margin: 15px 0;
	font-size: 16px;
	color: #e6872e;
}

.member-side .order-details-block .data-details .row {
	padding: 0 15px;
}

.member-side .order-details-block .data-details .row div {
	padding: 5px 0;
	min-height: 30px;
}

.member-side .order-details-block .data-details .row .name {
	width: 22%;
}

.member-side .order-details-block .data-details .row .name:after {
	content: "：";
}

.member-side .order-details-block .data-details .row .name2:after {
	content: "：";
}

.member-side .order-details-block .data-details .row .content {
	width: 78%;
}

.member-side .my-car-order-details .data-details .row .name {
	width: 34%;
}

.member-side .my-car-order-details .data-details .row .content {
	width: 66%;
}

.member-side .order-details-block .data-details .row .column-status {
	font-weight: bold;
	color: #e6872e;
}

.member-side .my-coupons .select a {
	border: 1px solid #0c9c4c;
	background-color: #fff;
	color: #0c9c4c;
}

.member-side .my-coupons .select .active, .member-side .my-coupons .select a:hover
	{
	background-color: #0c9c4c;
	color: #fff;
	box-shadow: inherit;
}

.member-side .my-coupons .order-table-th .id {
	width: 12%;
}

.member-side .my-coupons .order-table-th .insuranceType {
	width: 13%;
}

.member-side .my-coupons .order-table-th .amount {
	width: 15%;
}

.member-side .my-coupons .order-table-th .dateBegin {
	width: 50%;
}

.member-side .my-coupons .order-table-th .status {
	width: 10%;
}

.member-side .my-coupons .order-table-list .item .id {
	width: 12%;
}

.member-side .my-coupons .order-table-list .item .insuranceType {
	width: 13%;
}

.member-side .my-coupons .order-table-list .item .amount {
	width: 15%;
}

.member-side .my-coupons .order-table-list .item .dateBegin {
	width: 50%;
}

.member-side .my-coupons .order-table-list .item .status {
	width: 10%;
}

.member-side .my-coupons .order-table-list .sm-item .amount {
	color: #0c9c4c;
	font-weight: bold;
}

.member-side .my-coupons .order-table-list .sm-item .dateBegin {
	width: 100%;
	padding-left: 7px;
	padding-bottom: 4px;
	float: left;
}

.member-side .my-opinion .head i {
	font-size: 14px;
	position: static;
}

.member-side .my-opinion .head a:hover {
	color: #fff;
}

.member-side .my-opinion .order-table-th .date {
	width: 22%;
}

.member-side .my-opinion .order-table-th .title {
	width: 20%;
}

.member-side .my-opinion .order-table-th .description {
	width: 50%;
}

.member-side .my-opinion .order-table-th .operation {
	width: 8%;
}

.member-side .my-opinion .order-table-list .item .date {
	width: 22%;
}

.member-side .my-opinion .order-table-list .item .title {
	width: 20%;
	max-width: 20%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.member-side .my-opinion .order-table-list .item .description {
	width: 50%;
	max-width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
}

.member-side .my-opinion .order-table-list .item .operation {
	width: 8%;
	height: auto;
}

.member-side .my-opinion .order-table-list .sm-item .title {
	width: 100%;
	padding: 7px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.member-side .my-opinion .order-table-list .sm-item .description {
	width: 100%;
	padding: 0 7px 7px 7px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.member-side .my-opinion-view .title {
	text-align: center;
	border-bottom: none;
	font-weight: bold;
	color: #333333;
	margin-top: 0;
	margin-bottom: 5px;
}

.member-side .my-opinion-view .date {
	text-align: center;
	border-bottom: 1px dashed #ccc;
	color: #888;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.member-side .account-security .item {
	margin-bottom: 20px;
}

.member-side .account-security .item div {
	float: left;
}

.member-side .account-security .name {
	width: 70%;
	margin-bottom: 5px;
}

.member-side .account-security .name img {
	width: 20px;
	margin-right: 15px;
	display: none;
}

.member-side .account-security .content {
	width: 80%;
	color: #777777;
	font-size: 13px;
}

.member-side .account-security .notice {
	color: #fd0606;
}

.member-side .account-security .operation {
	width: 20%;
	text-align: right;
	position: relative;
	bottom: 15px;
}

.member-side .account-security .operation a:hover {
	color: #e6872e;
}

.member-side .change-password .form-group span {
	margin-top: 5px;
	display: block;
}

.member-side .pull-right .btn-xs {
	display: none;
}

.member-side .verify-mobile .step-text div {
	float: left;
	width: 33.3%;
	text-align: center;
	margin: 10px 0;
	color: #777777;
}

.member-side .verify-mobile .step-text div:first-child {
	text-align: right;
}

.member-side .verify-mobile .step-text div:last-child {
	padding-left: 6.9%;
	text-align: left;
}

.member-side .verify-mobile .step-text .active {
	color: #40C16B;
}

.member-side .verify-mobile .step div {
	float: left;
	width: 21.9%;
	height: 5px;
	background-color: #dadada;
	margin-bottom: 35px;
}

.member-side .verify-mobile .step .circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 2px;
	position: relative;
	bottom: 3px;
}

.member-side .verify-mobile .step .active {
	background-color: #40C16B;
}

.member-side .verify-mobile .form-group {
	margin-bottom: 20px;
}

.member-side .verify-mobile .form-group .control-label {
	font-weight: normal;
}

.member-side .verify-mobile .form-group .readonly {
	background-color: #eee;
}

.member-side .verify-mobile .captcha span {
	display: inline-block;
	margin-top: 8px;
}

.member-side .verify-mobile .bottom-content hr {
	border-top: 1px dashed #dadada;
}

.member-side .verify-mobile .content p {
	margin-top: 15px;
	font-size: 17px;
}

.member-side .account-info .head span {
	color: #fd0606;
	padding-top: 5px;
	display: inline-block;
}

.member-side .account-info .form-horizontal {
	margin-top: 10px;
}

.member-side .account-info .form-horizontal .form-group {
	margin-bottom: 5px;
}

.member-side .account-info .form-horizontal .form-group div {
	padding-left: 0;
}

.member-side .account-info .form-horizontal .control-label {
	padding-top: 7px;
	padding-right: 0;
	margin-bottom: 0;
	font-weight: normal;
}

.member-side .account-info .form-horizontal .control-label:after {
	content: "：";
}

.member-side .account-info .form-horizontal .right-content {
	padding-top: 7px;
	padding-right: 0;
}

.member-side .account-info .form-horizontal .right-content img {
	width: 20px;
	margin-right: 10px;
}

.member-side .account-info .form-horizontal .right-content span {
	color: #41b369;
}

.member-side .account-info .form-horizontal .right-content a:hover {
	color: #e6872e;
}

.member-side .account-info .notice {
	color: #fd0606;
}

.member-side .account-edit .form-horizontal {
	margin-top: 0;
}

.member-side .account-edit .form-horizontal .form-group {
	margin-bottom: 10px;
}

.member-side .account-edit .form-horizontal .form-group .date .input-group-addon
	{
	padding-left: 12px;
}

.member-side .account-edit .form-horizontal .form-group span {
	padding-top: 7px;
	display: inline-block;
	padding-right: 15px;
}

.member-side .account-edit .form-horizontal .form-group .help-block {
	margin-bottom: 0;
}

.slide-nav {
	height: 100%;
	background-color: #fdfdfd;
	width: 46%;
	position: fixed;
	top: 0px;
	left: -46%;
	z-index: 99998;
	box-shadow: 0px 0px 5px;
}

.slide-nav-button {
	width: 30px;
	height: 40px;
	position: absolute;
	left: 100%;
	top: 80px;
	background-color: #0c9c4c;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.slide-nav-button-top {
	border-top: 3px solid #fff;
	width: 20px;
	position: absolute;
	top: 13px;
	left: 5px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari 和 Chrome */
	-o-transform: rotate(45deg);
}

.slide-nav-button-bottom {
	border-top: 3px solid #fff;
	width: 20px;
	position: absolute;
	top: 25px;
	left: 5px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
}

.slide-nav-menu-title {
	font-weight: bold;
	padding: 10px 12px;
	background: #41b369;
	color: #fff;
}

.slide-nav ul {
	padding: 6px 0;
}

.slide-nav ul li {
	list-style: none;
	line-height: 32px;
	padding: 0 30px;
}

.slide-nav ul li.active {
	border-left: 5px solid #e6872e;
	padding-left: 25px;
}

.slide-nav ul li a {
	color: #666;
}

.slide-nav ul li.active a {
	color: #e6872e;
}

.slide-nav ul li a:hover {
	text-decoration: underline;
}

.warm-tips {
	color: #888;
}

.setuplist {
	list-style-image: url("/assets/meta/5a340daf/images/bullet.gif");
}

@media ( min-width : 560px) {
	#index .item .content {
		width: 62%;
	}
	#index .item .content .description {
		white-space: normal;
	}
	#index .item .content .operation {
		bottom: 8px;
	}
	#index .item .content .operation .btn {
		padding: 6px 14px;
	}
	#index .item .content .operation .price span {
		font-size: 23px;
	}
	#index .item .photo {
		width: 38%;
	}
	.insurance-block .form-group {
		width: 35%;
	}
	.insurance-insure .name {
		width: 26%;
	}
	.insurance-insure .content {
		width: 74%;
	}
	.insurance-insure .input {
		width: 62%;
	}
	.insurance-insure .email {
		width: 62%;
	}
	.insurance-insure .addr {
		width: 62%;
	}
	.insurance-insure .special-date p {
		width: 60%;
		padding-left: 28.4%;
	}
	#travel-head a {
		margin-left: 30px;
	}
	.general .general-img img {
		width: auto;
	}
	.member-side .verify-mobile .step-text div:first-child {
		padding-right: 1%;
	}
	.member-side .verify-mobile .step div {
		width: 22.9%;
	}
	.slide-nav {
		width: 32%;
		left: -32%;
	}
}

@media ( min-width : 768px) {
	.body-bg-color {
		background-color: #f6f6f6 !important;
	}
	.mainbar {
		margin-top: 98px;
	}
	#border .navbar-brand img {
		height: 45px;
	}
	#border .navbar-default {
		font-size: 15px !important;
	}
	#border #navbar-collapse-area .navbar-right {
		margin-right: 0 !important;
	}
	#border #navbar-collapse-area .navbar-right a {
		padding: 22px 9px;
	}
	#border .hp ul {
		width: 20%;
	}
	#border .hp ul .head {
		cursor: text;
	}
	#border .hp .none {
		display: block;
	}
	#index .item .content {
		width: 60%;
	}
	#index .item .content .operation {
		bottom: 15px;
	}
	#index .item .content .operation .price {
		float: none;
		margin-bottom: 10px;
	}
	#index .item .content .operation .btn {
		padding: 10px 28px;
		margin-left: 0;
	}
	#index .item .photo {
		width: 40%;
	}
	#index .row {
		margin: 10px 0;
	}
	.member-register-bg {
		background-color: #41b369;
	}
	.member-register .register-section {
		width: 100%;
		max-width: 480px;
		margin: 50px auto;
		background-color: #FFF;
		border-radius: 5px;
		box-shadow: 0px 0px 20px #828282;
	}
	.member-register .copyright-content {
		color: #FFF;
	}
	.register-section .register-logo {
		padding: 20px;
	}
	.register-section .title-content {
		padding: 10px 30px 0 30px;
	}
	.register-section .register-body {
		padding: 5px 15px 15px 15px;
	}
	.register-section .verification {
		padding-bottom: 20px;
	}
	.register-section .maintenance {
		padding: 0 15px;
	}
	.register-section .maintenance .btn-block {
		margin-top: 0;
	}
	.general {
		margin-top: 113px;
		padding: 15px;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px
			rgba(223, 221, 220, 0.73);
	}
	.general #travel-head span {
		margin-left: 3.5%;
	}
	.car-insurance-calculator .protection {
		width: 55%;
	}
	.insurance-details .plan tr th:nth-child(2) {
		width: 13%;
	}
	.insurance-details .protection tr th:first-child {
		width: 40%;
	}
	.insurance-block {
		padding: 15px;
	}
	.insurance-block .form-group {
		width: 25%;
	}
	.insurance-insure .name {
		width: 20%;
	}
	.insurance-insure .content {
		width: 80%;
	}
	.insurance-insure .input {
		width: 47%;
	}
	.insurance-insure .email {
		width: 52%;
	}
	.insurance-insure .addr {
		width: 52%;
	}
	.insurance-insure .special-date p {
		width: 45%;
		padding-left: 22%;
	}
	.insurance-confirm .row .name {
		clear: none;
	}
	.visa-master .pay-platform .form-group:first-child {
		padding-right: 20px;
	}
	.member-side .my-order-summary .item {
		width: 49%;
	}
	.member-side .my-order-summary .item:nth-child(2n) {
		margin-left: 2%;
	}
	.member-side .order-details-block {
		padding: 15px;
	}
	.member-side .account-security {
		padding: 20px 20px 0 20px;
	}
	.member-side .account-security .name {
		width: 18%;
		margin-bottom: 0;
	}
	.member-side .account-security .name img {
		display: inline-block;
	}
	.member-side .account-security .content {
		width: 72%;
		font-size: 14px;
	}
	.member-side .account-security .operation {
		width: 10%;
		position: static;
	}
	.member-side .verify-mobile .step-text div:first-child {
		padding-right: 2.5%;
	}
	.member-side .verify-mobile .step div {
		width: 23.4%;
	}
	.member-side .account-info .form-horizontal .form-group div {
		padding-left: 15px;
	}
	.member-side .account-edit .form-horizontal .form-group .date {
		padding-left: 0;
	}
	.member-side .account-edit .form-horizontal .form-group span {
		padding-top: 7px;
	}
	.member-side .order-details-block .details-head .details-title {
		width: 59%;
	}
	.slide-nav {
		width: 30%;
		left: -30%;
	}
}

@media ( min-width : 991px) {
	#border .navbar-default {
		font-size: 16px !important;
	}
	#border #navbar-collapse-area .navbar-right a {
		padding: 22px 15px;
	}
	#border .contact .container div {
		text-align: center;
	}
	#border .contact p {
		width: 33%;
	}
	#index .item {
		width: 48%;
		margin: 20px 0;
	}
	#index .item .content {
		width: 55%;
		padding: 20px 15px 0 15px;
	}
	#index .item .photo {
		width: 45%;
	}
	#index .item-long {
		width: 100%;
	}
	#index .item-right {
		margin-left: 4%;
	}
	#index .item .content-long {
		width: 26.4%;
	}
	#index .item .photo-long {
		width: 73.6%;
	}
	.insurance-block .form-group {
		width: 20%;
	}
	.insurance-insure .name {
		width: 15%;
	}
	.insurance-insure .content {
		width: 85%;
	}
	.insurance-insure .input {
		width: 36%;
	}
	.insurance-insure .email {
		width: 42%;
	}
	.insurance-insure .addr {
		width: 42%;
	}
	.insurance-insure .special-date p {
		width: 33%;
		padding-left: 16.5%;
	}
	.insurance-checkout .coupon .item {
		width: 49%;
	}
	.insurance-checkout .coupon .item:nth-child(2n) {
		margin-left: 2%;
	}
	.member-side .verify-mobile .step-text div:first-child {
		padding-right: 2.5%;
	}
	.member-side .verify-mobile .step div {
		width: 23.4%;
	}
	.general #travel-head span {
		margin-left: 14.6%;
	}
	.car-insurance-calculator #travel-head span {
		margin-left: 0;
	}
	.car-insurance-calculator .protection {
		width: 40%;
	}
	.insurance-details .protection tr th:first-child {
		width: 26%;
	}
}

@media ( min-width : 1200px) {
	#index .item .content .operation .btn {
		padding: 10px 28px;
		margin-left: 0;
		display: inline-block;
	}
	.insurance-insure .name {
		width: 13%;
	}
	.insurance-insure .content {
		width: 87%;
	}
	.insurance-insure .input {
		width: 30%;
	}
	.insurance-insure .email {
		width: 40%;
	}
	.insurance-insure .addr {
		width: 40%;
	}
	.insurance-insure .special-date p {
		width: 30%;
		padding-left: 14.3%;
	}
	.insurance-confirm .row .name {
		width: 14%;
	}
	.insurance-confirm .row .content {
		width: 86%;
	}
	.insurance-confirm .row .sm-content {
		width: 36%;
	}
	.member-side .order-details-block .data-details .row .name {
		width: 20%;
	}
	.member-side .order-details-block .data-details .row .content {
		width: 80%;
	}
	.member-side .order-details-block .data-details .row .sm-content {
		width: 30%;
	}
	.member-side .order-details-block .details-head .details-title {
		width: 66%;
	}
	.member-side .account-security .name {
		width: 15%;
	}
	.member-side .account-security .content {
		width: 75%;
	}
	.member-side .account-security .operation {
		width: 10%;
	}
	.member-side .verify-mobile .step-text div:first-child {
		padding-right: 3.5%;
	}
	.member-side .verify-mobile .step div {
		width: 23.7%;
	}
	.general #travel-head span {
		margin-left: 21%;
	}
	.car-insurance-calculator #travel-head span {
		margin-left: 6%;
	}
	.car-insurance-calculator .protection {
		width: 33%;
	}
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.red {
	color: red;
}

.date-readonly[readonly] {
	background-color: #ffffff;
}

.input-group-time {
	min-width: 290px;
}

.input-group-time .input-group-addon:last-child {
	text-align: left;
	width: 130px;
}

.car-required-documents {
	margin: auto;
	padding: 15px;
	overflow: hidden;
}

.car-required-documents .document-box {
	margin-right: 6px;
	margin-bottom: 6px;
	width: 128px;
	height: 175px;
	padding: 5px;
	text-align: center;
	border: 1px solid #ccc;
}

.sequence-round {
	margin: auto;
	width: 28px;
	height: 28px;
	line-height: 25px;
	color: #fff;
	background: green;
	border: 2px solid #fff;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 100px;
}

.document-description {
	margin-top: 8px;
	padding: 8px 0;
	border-top: 1px dashed #CCC;
}

.document-description .document-img img {
	width: 77px;
	height: 50px;
}

.already-submit-document {
	margin: 0 0 20px 0;
	display: table;
}

.already-submit-document .photo-box {
	float: left;
	margin-right: 6px;
	width: 116px;
	height: 105px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
}

.already-submit-document a.fancybox {
	display: block;
	width: 100%;
	height: 70px;
}

.already-submit-document img.credentials {
	width: 100%;
	height: 100%;
}

.already-submit-document .photo-delete {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
}

.car-insurance .document-info {
	margin-right: 60px;
	width: 310px;
	padding: 10px 20px;
	border: 1px solid #ccc;
}

.car-insurance .insurance-item {
	padding: 10px 16px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	color: #333;
	background-color: #fff;
	opacity: .65;
	font-size: 18px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.car-insurance .insurance-item .fa.square {
	padding-right: 5px;
}

.car-insurance .insurance-item .fa.square:before {
	content: "\f096";
}

.car-insurance .checked {
	color: #fff;
	background-color: #0c9c4c;
	border-color: #0a7d3d;
	opacity: 1;
}

.car-insurance .checked .fa.square:before {
	content: "\f14a";
}

.car-insurance .disabled {
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.asking-tips {
	margin: 30px auto;
	font-size: 20px;
	color: #0c9c4c;
	text-align: center;
}

.car-plan .quoted-price-company {
	float: left;
	width: 320px;
	margin-right: 40px;
	height: 230px;
	padding: 5px;
	border: 1px solid #ccc;
}

.mo-car-plan .quoted-price-company {
	height: 260px;
}

.car-plan .quoted-price-company img {
	vertical-align: bottom;
}

.car-plan .quoted-price-company  input[type="checkbox"] {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.car-plan .quoted-price-company .car-remiums {
	color: #0c9c4c;
	font-size: 20px;
}

.car-plan .quoted-price-company .no-quoted-price {
	height: 80px;
	line-height: 70px;
	text-align: center;
	color: #999;
	font-size: 18px;
}

.car-plan .quoted-price-company label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

.itemform .subtitle {
	color: #1B62B4;
}

.unread-messages .prompt span {
	font-size: 20px;
}

.t-invisible {
	display: none;
}

.before-register .submit-btn {
	margin-bottom: 10px;
	text-align: center;
}

.before-register .submit-btn a {
	background-color: #aaa;
	border-color: #aaa;
	padding: 6px 20px;
	margin-right: 20px;
}

.before-register .submit-btn input {
	padding: 6px 20px;
	margin-left: 20px;
}