@font-face {
    font-family: 'hk_lzh';
    src: url('../font/hk_lzh-webfont.eot');
    src: url('../font/hk_lzh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/hk_lzh-webfont.woff2') format('woff2'),
         url('../font/hk_lzh-webfont.woff') format('woff'),
         url('../font/hk_lzh-webfont.ttf') format('truetype'),
         url('../font/hk_lzh-webfont.svg#dfplihei-mdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hk_htW7(P)';
    src: url('../font/hk_htW7(P)-webfont.eot');
    src: url('../font/hk_htW7(P)-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/hk_htW7(P)-webfont.woff2') format('woff2'),
         url('../font/hk_htW7(P)-webfont.woff') format('woff'),
         url('../font/hk_htW7(P)-webfont.ttf') format('truetype'),
         url('../font/hk_htW7(P)-webfont.svg#dfplihei-mdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font_JhengHei{
	font-family: "Microsoft JhengHei" !important;
}

.font_hklzh{
	font-family: "DFPLiHei-Md","hk_lzh" !important;
}

.font_hkht{
	font-family: "hk_htW7(P)" !important;
}

.msg {
    position: relative;
    float:left;
}
.alarm {
    position: absolute;
    color: white;
    font-size: 17px;
    background-color: red;
    min-height: 24px;
    min-width: 28px;
    line-height: 24px;
    left: 50%;
    top: 3%;
    text-align: center;
    -webkit-border-radius: 24px;
    border-radius: 50px;
    padding: 2px;
	transform: translate(-50%, -50%);
}

body, html,#mainBody {
    font-size: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}
.button{
	margin-right: 10px;
}
i.must:before{
	content:"*";
	position: absolute;
	color: red;
	line-height: 34px;
	left: 0;
}
.boxShadow:after{
	width: 80%;
	height: 20px;
	position:relative;
	top: -10px;
	margin: 0 auto;
    border-radius: 50%;
	background: -webkit-radial-gradient(ellipse, #232323b8,#b0b0b09c, #ffffff); /* Safari 5.1 - 6.0 */
	background: -o-radial-gradient(ellipse, #232323b8,#b0b0b09c, #ffffff); /* Opera 11.6 - 12.0 */
	background: -moz-radial-gradient(ellipse, #232323b8,#b0b0b09c, #ffffff); /* Firefox 3.6 - 15 */
	background: radial-gradient(ellipse,#232323b8,#b0b0b09c, #ffffff); /* ?准的?法 */
}
.boxShadow > div{
	z-index: 1;
}
.logoBG{
    background-color: #0A548B;
    background-image: url("../images/banner.png");
}
.form-control{
	font-size: 13pt;
}

	
.form-horizontal .grouplh {
	margin: 0;
}

.form-horizontal .grouplh label {
	font-size: 14pt;
	/* max-width: 100px; */
	text-align: left;
	line-height: 30px;
	padding-top: 0;
	padding-right: 0;
	font-weight: 100;
	font-weight: initial;
}

.form-horizontal .grouplh label,
.form-horizontal .grouplh div {
	margin-bottom: 13px;
}

.repair-progress {
	margin-top: 54px;
	margin-bottom: 54px;
}

/*-- Loading --*/
#preloader {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(169,169,169,0.5);
    z-index: 3000;

}
#preloader #preloader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    animation: spin 2s linear infinite;
}
#preloader #preloader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite;
}
#preloader #preloader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
    	transform: rotate(0deg);
	}
	to {
	    transform: rotate(1turn);
	}
}
/*-- Loading End --*/

/*-- Banner --*/

#top{
    vertical-align: middle;
	line-height:85px;
}
#top .banner {
	background-color: #0A548B;
}
#top .banner-asurion {

}
#top .banner-bc {
    background-color: #FFFFFF;
}
#top .logo-wrapper{
	margin-top:0;
}

#top .logo-wrapper img.logo{
    max-width: 100%;
    display: inline-block; 
	max-height: 65px;
	margin-top: 0px;
}

#top img.bc {
    transform: scale(1.4);
}

@media (max-width: 767px){
	#top {
		line-height:60px;
    }
	#top .logo-wrapper img.logo{
		max-height: 55px;
	}
	.font-mb-21{
		font-size: 21pt !important;
	}
	.font-mb-18{
		font-size: 18pt !important;
	}
	.font-mb-17{
		font-size: 17pt !important;
	}
}

#top .logout,
#top .menu{
	font-size: 16pt;
	color: #fff;
}
.navbar-barInfo-asurion {
    text-align: right;
    font-size: 16pt;
    color: #fff;
}
.navbar-spaceBlank-asurion {
    width: 250%;
    text-align: right;
    font-size: 16pt;
    color: #fff;
}

#top .logout-asurion,
#top .menu-asurion {
    font-size: 16pt;
   
}

#top .logout i{
    margin-right: 4px;
    position: relative;
    top: 4px;
}
#top .navbar{
	border-radius:0;
	min-height: 35px;
	height: 35px;
    border: none;
    background:linear-gradient(#3F3B37 30%,#616160 57% ,#373736 55%);
    box-shadow:0px 10px 20px #D4D4D4;
}
#top .navbar > div{
    /*margin-top: 10px;*/
}
#top .main-menu.navbar-middle{
    text-align:center;
    line-height: 15px;
}
#top .main-menu.navbar-left-asurion {
    text-align: left;
    line-height: 15px;
}
#top .logo-wrapper a.navbar-brand
{
    width: 0;
    height: 0;
}
#top .navbar-phone{
	border-radius:0;
	min-height: 40px;
	height: 40px;
    line-height: 35px;
    padding-top: 5px;
    border: none;
    background:#3F3B37;
}

#top .navbar-phone .menu{
    color:#C3C3C3;
}
#top .navbar-phone .menu .icon_in{
    height: 30px;
}
#top .navbar-phone .navbar-sideBar{
	display: none;
    position: absolute;
    z-index: 10;
    background-color: #73767D;
    color:#E8E9EA;
    min-width: 200px;
    overflow: hidden;
}
#top .navbar-phone .navbar-sideBar ul{
	margin-bottom: 0;
}
#top .navbar-phone .navbar-sideBar li{
	padding: 5px 5px 5px 20px;
    min-width: 200px;
    border-bottom: #E8E9EA solid 1px;
    font-size: 20pt;
}
#top .navbar-phone .navbar-sideBar li.active,
#top .navbar-phone .navbar-sideBar li.active a{
    background: #C0D6EA;
    color: rgb(252,255,121);
}
#top .navbar-phone .nav > li > a:hover{
    background: none;
}
#top .navbar-phone .navbar-sideBar i{
    margin-right: 10px;
}
#top .navbar-phone .navbar-sideBar a{
    color: #e3e3e3;
}
#top .navbar-inverse .navbar-nav>.active> a{
    background: none;
}
#top .main-menu ul{
    display: inline-block;
    height: 15px;
    float: none;
}
#top .main-menu ul li:first-child a{
    border-left:none;
}
#top .main-menu ul li{
	background: linear-gradient(#3F3B37 30%,#616160 57% ,#373736 55%);
    /*border-left:1px #fff solid ;*/
    padding-top: 3px;
    display:flex;/*Flex布局*/
    display: -webkit-flex; /* Safari */
    align-items:center;/*指定垂直居中*/
    height: 35px;
}
#top .main-menu ul li a{
	font-size: 17pt;
	margin: 0 auto;
	padding: 0 2em;
	color: #fff;
    line-height: 17px;
    border-left: 1px solid #fff;
}
#top .main-menu ul li a:hover {
    color: #3f8aef;
}
#top .main-menu ul li.active a {
    color:#F3F675;
}

#top .sideBar ul {
	margin-top: 20px;
}
#top .sideBar ul li{
		
}
#top .sideBar ul li a {
    height: 50px;
    font-size: 16px;
    display: block;
    margin: 10px 25px;
    border-bottom: 1px #fff solid;
    padding: 0 20px;
    line-height: 50px;
}
#top .sideBar ul li.active a {
    color:#F3F675;
}
/*-- Banner End --*/

/*-- Message --*/
#Message{
	padding: 0;
}
#Message > .alert{
	margin: 0;
	border-radius: 0;
}
#Message > .hide{
	display: none;
}
/*-- Message End --*/

/*-- Content --*/
#wrap {
    background:rgb(221,226,230);
    margin-top: 0px;
    margin-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto ;
}
@media (max-width: 767px){
	#wrap {
    	margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    #wrap #content {
        padding: 0 3em;
    }
}
/*-- Content End --*/


#wrap #content .main .main_in{
    /*padding-left: 0;*/
    padding-bottom: 10px;
}
#wrap #content .main .form-zone {
    border:1px solid #f3f5f6;
    border-radius: 10px;
    margin: 1em auto;
    background: rgb(240,242,243);
}
#wrap #content .main .submit {
    border:none;
    border-radius:0;
    margin: 16px auto 17px auto;
    background:none;
    font-size: 12px;
}
#wrap #content .main .ingroup {
    margin-bottom: 5px;
}
#wrap #content .main .ingroup .radio_label{
    padding-left: 0;
    font-size: 14pt;
    line-height: 25px;
}
#wrap #content .main .grouplh label {
    font-size: 14pt;
	/*max-width: 100px;*/
    text-align: left;
    line-height: 30px;
    padding-top: 0;
    padding-right: 0;
    font-weight: 100;
    font-weight: initial;
}

.form-horizontal .grouplh > div {
	margin-bottom: 13px;
}

@media (min-width: 767px){
	.form-horizontal .grouplh > div {
		padding-left: 0;
    }
}

#wrap #content .tile-header{
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 16pt;
}
#wrap #content .tile-header span.font-4{
	display: block;
    padding: 1px 0;
    width: 7em;
}
#wrap #content .tile-header span.font-6{
	display: block;
    padding: 1px 0;
    width: 8em;
}
#wrap #content .tile-header span{
    background:linear-gradient(90deg, #ededed, #d1d2d2);
    border-bottom: 2px solid #afafaf;
    padding: 3px 2em;
    text-align: center;
    margin-left: -16px;
    color: #065189;
}
#wrap #content .main .rowin {
    margin-right: 5px;
    margin-left: 0;
}
#wrap #content .main .submit button {
    padding: 2px 30px;
    background: #0B80C4;
}
#wrap #content .main .submit button:nth-child(2) {
    background: #E8E8E8;
}

/*-- Welcome --*/
#page_border{
    background-color: #DDE3E7;
    border-top: 10px solid #3C3C3B;
    min-height:5%;
    height:5%;
}

.page_header_logo{
    height:40%;
    min-height: 40%;
    position:relative;
    margin: 0 auto;
}
.page_header_logo .row{
    margin: 0px;
}

.page_header_logo .container{
    width:100%;
    position: absolute;
    top: 20%;
    /*transform: translate(0, -50%);*/
    height:60%;
    min-height:20%;
}

.page_header_logo .container .row{
    height:25%;
}
.page_title_asurion_text {
    font-size: 36px;
    min-width: 270px;
    font-weight: bold;
}
.page_header_logo .container .page_title_text {
    font-size: 36px;
    color: #fff;
    min-width: 270px;
    font-weight:bold;
}

.page_header_logo .container .page_title_text2 {
    font-size: 28px;
    color: #fff;
    min-width: 270px;
    font-weight: bold;
}

/*body*/
#page_body{
    background-color:#DDE3E7;
    padding-bottom: 20px;
    min-height: 55%;
}

#page_buttonlist {
    margin-top: 60px;
}
/*body*/


#page_border .row{
    margin: 0px;
}
#page_body .row{
    margin: 0px;
}

#page_buttonlist{
    height:60%;
    min-height: 60%;
    margin-bottom: 80px;
}


#page_trapezoid{
    /*  width:100%;*/
    height:20px;
    text-align:center;
    color:#3C3C3B;
    line-height:50px;
    background-color:#3C3C3B;
    position:relative;
}
#page_trapezoid:before{
    content:'';
    display:block;
    width:100%;
    height:21px;
    position:absolute;
    transform:skewX(50deg);
    -ms-transform:skewX(50deg); 	/* IE 9 */
    -moz-transform:skewX(50deg); 	/* Firefox */
    -webkit-transform:skewX(50deg); /* Safari 和 Chrome */
    -o-transform:skewX(50deg); 	/* Opera */
    background:#3C3C3B;
    border-bottom-left-radius:8px;
    left:-20px;
    top:-1px;
}
#page_trapezoid:after{
    content:'';
    display:block;
    width:100%;
    height:21px;
    position:absolute;
    transform:skewX(-50deg);
    -ms-transform:skewX(-50deg); 	/* IE 9 */
    -moz-transform:skewX(-50deg); 	/* Firefox */
    -webkit-transform:skewX(-50deg); /* Safari 和 Chrome */
    -o-transform:skewX(-50deg); 	/* Opera */
    background:#3C3C3B;
    border-bottom-right-radius:8px;
    right:-20px;
    top:-1px;
}

#page_img_logo{
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
}

#page_title .page_img{
    /*margin: 0 auto;*/

}
#page_title .page_img img {
    margin: 0 auto;
}

#page_buttonlist.row{
    margin-top: 20px;
	margin-bottom: 20px;
}
#page_buttonlist .button {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;

}

#page_buttonlist img {
	max-width: 120px;
	width: 90%;
}

#page_buttonlist span {
	display: inline-block;
	font-size: 18px;
	color: black;
	font-weight:bold;
    margin:0;
}

#page_buttonlist .button:hover {

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}
#page_buttonlist .button:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}

#page_information{
    margin-top: 20px;
    margin-bottom: 20px;
    height:40%;
    min-height: 40%;
}
#page_information .content {
	background-color:#fff;
    padding: 20px;
    border-radius: 8px;
}

#page_information .inicon {
    width: 20px;
    height: 20px;
    color: #017CBA;
    font-size: 20px;
}

#page_information .inform_ul {
	padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    font-weight:bold;
}
#page_information .inform_ul li{
	text-indent: -0.5em;
	list-style-type:none
}
#page_information .inform_ul li:before{
	content:"·";
	padding: 0 .5em 0 0;
    display:inline-block;
    font-size: 15px;
}
/*
#page_buttonlist .body_icon {
    padding: 0px;
}*/
@media (min-width: 767px) {
    /*
    #page_title .page_img img {
        width: 410px;
    }*/
    #page_information .content{
    	padding: 20px 40px;
    }
	#page_information .inform_ul {
	    line-height: 30px;
	}
}

/*-- Welcome End --*/

