html, body {
    font-family:OpenSans-Regular,Helvetica,'Noto Sans SC', Arial, sans-serif;
    font-size: 14px;
}
.headerNotice {
    position: fixed;
    background: #326290;
    z-index: 999;
	padding: 0;
	height: auto;
	top: 0;
}
.headerNotice p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
/*banner*/
#banner {
    background: #fff;
}
#first{
	height: 200px;
	margin-top: 75px;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/assets/src/203/img/register/banner.jpg);
	/*border: 1px solid red;*/
	
}
#firstContent{
	min-height: 200px;
}
#first h2{
	color: #000000;
	margin-top: 80px;
	font-size: 35px;
}
.aspectration[data-ratio="5:1"] {
	width: 100vw;
	height: 15vw;
}
@media (max-width: 450px){
#first h2 {
    font-size: 30px;
	}
}
@media (max-width: 801px){
nav {
    height: auto !important;
	}
}
@media (max-width: 1153px){
nav {
    height: auto !important;
	}
}

.register-top {
    margin-top: 200px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
/*菜單顯示*/
.cls-1 {
    fill: #000;
}
.headerMenu ul li a{
	color: #000000;
}
.headerMenu .right ul li{
	color: #000000;
}
.logoC{
	opacity: 1 !important;
}
.logoW{
	opacity: 0 !important;
}
.headerMenu .arrow:after{
	border-top: 5px solid #000000;
}
#header:hover{
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
}
/*註冊說明*/
.register h5{
	font-size: 16px;
	margin: 10px 0;
	font-weight: 300;
}
.registerStyle button{
	font-weight: 500;
}
/*版本註冊*/
.register-step-top {
    margin-top: 100px;
}
#msform h4{
	margin: 30px 0;
	font-size: 18px
}
#msform p{
	margin: 0 0 10px;
}
.provider h1{
    margin: 0.67em 0;
    font-size: 36px;
}
.text-danger {
    color: #fb6b5b;
}
#Container {
    padding-bottom: 150px !important;
}
.m-r-md {
    margin-right: 20px;
}
.m-b-lg {
    margin-bottom: 30px !important;
}
.m-t-lg {
    margin-top: 30px !important;
}
.text-info {
    color: #4cc0c1;
}
/*選擇角色*/
.registerImg p{
	margin-bottom: 5px;
    padding: 0 10px;
}
.mypanelInfo {
    border: none;
}
.registerBox{
	padding: 0 10px;
	margin-bottom: 20px;
}
.registerStyle {
	display: table;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 4px;
    box-shadow: rgba(60, 65, 88, 0.2) 3px 3px 20px;
    background: rgba(255, 255, 255, 0.65);
	border: none;
	margin: auto;
    width: 270px;
}
.registerStyle h2{
	font-size: 20px;
}
.registerStyle p{
	margin-bottom: 10px;
}
.registerStyle strong {
    font-size: 24px;
    font-weight: 500;
    /* background: #2dbcbc; */
    border-radius: 10px;
    width: 100px;
}
.registerSev strong {
    color: #FF8C00;
}
.registerUse strong {
    color: #2dbcbc;
}
.registerRep strong {
    color: #8655ff;
}
.registerStyle a {
    color: #2dbcbc;
    font-size: 16px;
    padding: 5px 15px;
    margin-top: 15%;
    border: 2px solid #2dbcbc;
    border-radius: 10px;
    background: none;
    margin-right: 10px !important;
}
.col-lg-12{
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.registerRep a {
    border: 2px solid #8655ff;
    color: #8655ff;
}
.registerSev a {
    color: #FF8C00;
    border: 2px solid #FF8C00;
}
.registerStyle a:hover {
	color: white;
	background: #2dbcbc;
}
.registerSev a:hover {
	color: white;
	background: #FF8C00;
}
.registerRep a:hover {
	background-color: #8655ff;
}
.registerStyle hr {
    margin-top: -10px;
    border-bottom: solid 3px #2dbcbc;
}
.registerSev hr {
    border-bottom: solid 3px #FF8C00;
}
.registerRep hr {
    border-bottom: solid 3px #8655ff;
}
.enterBotton{
	position: absolute;
	bottom: 0;
}
hr {
    border-top: none;
}
/*版本選擇*/
.m-b-md {
    margin-bottom: 20px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.no-padder {
    padding: 0;
}
.charge .item {
    position: relative;
    text-align: center;
}
.charge .item-left {
	box-shadow: rgba(60, 65, 88, 0.2) 3px 3px 20px;
	background: rgba(255, 255, 255, 0.65);
	border-radius: 4px;
	min-height: 180px;
	display: flow-root;
	height: 250px;
}
.charge .item-middle {
	box-shadow: rgba(60, 65, 88, 0.2) 3px 3px 20px;
	background: rgba(255, 255, 255, 0.65);
	border-radius: 4px;
	min-height: 180px;
	display: flow-root;
	height: 250px;
}
.charge .item-right {
	box-shadow: rgba(60, 65, 88, 0.2) 3px 3px 20px;
	background: rgba(255, 255, 255, 0.65);
	border-radius: 4px;
	min-height: 180px;
	display: flow-root;
	height: 250px;
}
.charge .item h2 {
	border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 20px 15px;
    color: #fff;
    font-weight: 500;
}
.charge .item-left h2 {
    background-color: #00A361;
    font-weight: bold;
}
.charge .item-middle h2 {
    background-color: #F59605;
    font-weight: bold;
}
.charge .item-right h2 {
    background-color: #1D99CE;
    font-weight: bold;
}
.registerTitle {
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    font-size: 28px;
}
.charge .item strong span {
    font-size: 22px;
    margin-right: 15px;
}
.cords-sum {
    margin: 20px auto !important;
    text-align: center;
    width: 940px ;
}
.registerBtn {
	background: #FF8C00;
    display: inline-block;
	/* width: 150px; */
	height: 32px;
	border: none;
	border-radius: 4px;
	color: #fff;
	margin-right: 10px;
    font-weight: bold;
}
.btn{
    padding: 4px 12px !important;
    font-size: 16px !important;
}
.registerBtn:hover {
	color: #fff;
	background: #fb9653;
}
.registerUseBtn {
    background-color: #2dbcbc;
    font-weight: bold;
}
.registerUseBtn:hover {
    background: #46b3c8;
}
.registerRepBtn {
    background-color: #8655ff;
    font-weight: bold;
}
.registerRepBtn:hover {
    background-color: #9d40c5;
}
.cords-sum {
    margin: 20px auto !important;
    text-align: center;
    width: 940px ;
}
.cords-img img {
    width: 100%;
}
/* copy from pricing.css */
.itemContent{
	margin-top: 10px;
	height: 120px;
}
.currencySymbol{
	vertical-align: top;
	line-height: 42px;
}
.originalPrice{
	vertical-align: top;
	line-height: 34px;
	font-size: 20px !important;
	color: #808080;
	text-decoration:line-through;
}
.salePrice{
	font-size: 30px !important;
}
.saleMessage{
	background-color: #E5E5E5;
}
.saleMessage p{
	color: #000;
}
.saleMessage a{
	color: #000;
}
.notice{
	animation: blink 1s linear infinite;
}
.fee-none{
	padding-top: 30px;
}
@keyframes blink {
    0% { background-color: #ffffff; }
	50% { background-color: #fffb6e; }
    100% { background-color: #ffffff; }
}
@media only screen and (max-width: 950px) and (min-width: 767px){
	.customerInfo .registerImg {
		height: auto !important;
	}
    .registerStyle strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 950px) and (min-width: 767px){
	.cords-sum {
		width: auto;
	}
    .registerStyle strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 450px){
	.customerInfo .registerImg {
		height: auto !important;
	}
    .registerStyle strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 450px){
	.cords-sum {
		width: 480px;
	}
    .registerStyle strong {
        font-size: 16px;
    }
}
@media only screen and (max-width: 450px) and (min-width: 200px){
	.cords-sum {
		width: 320px;
	}
    .registerStyle strong {
        font-size: 16px;
    }
}