@charset "utf-8";
/* CSS Document */
a:hover{
	text-decoration:none;
}
a:link {
 text-decoration: none;
 
}

a:visited {
  text-decoration: none;
  color: #09f;
}

.foot-content {
	max-width: 1000px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}
div.main {
	width: 1000px;
    min-height: 600px;
    margin: 5px auto;
    position: relative;
    border: 1px solid #fff;
}
div.home-tab {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAIAAAAn5KxJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowREZFRUEyNEZGODlFMjExQUMxMEE2Mzg4RDkxMDYxMiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4RkI5RkJCQjlCNzkxMUUyOUVDNUFFMjExMjhBMjJFNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4RkI5RkJCQTlCNzkxMUUyOUVDNUFFMjExMjhBMjJFNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU2NUM5ODY3NkY5QkUyMTFBQzBDQkQxNDAyM0U5QTA5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjBERkVFQTI0RkY4OUUyMTFBQzEwQTYzODhEOTEwNjEyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LlDDTAAAAGtJREFUeNrs0rERgCAQRFG8JsQ6yAztvw+hC9EiGG/mbbThD97Wzqt8O+p+9/HbHykq548UlfNEiso3NEUlo4wyyiijjDLKKKOMMsooo4wyyiijjDLKKKOMMsooo4wyyiijjDLKKKMr/yPAADKLLu718+RVAAAAAElFTkSuQmCC); 
	z-index: 10; 
	width: 100%; 
	height: 55px; 
	margin-left: 0px;
	margin-top: 0px; 
}
div.home-tab-content
{
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
}


.pfm-help-panel-content{
	width: 100%;
	height: 100%;	
}
div.home-tab-content ul
{
    list-style:none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
    height: 100%;
	text-align: center;
	float: left;
	
}
/* 所有class为home_tab的div中的ul中的li样式 */
div.home-tab-content ul li
{
    float:left; /* 向左漂移，将竖排变为横排 */
	list-style:none;
	height: 100%;
	
}
div.home-tab-content ul li.tab_selected
{

   	background:url(../images/navigation_back_selected.png); /* 背景色 */
}
div.home-tab-content ul li.tab_selected a
{
    color:#09f; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/* 所有class为home_tab的div中的ul中的a样式(包括尚未点击的和点击过的样式) */
div.home-tab-content ul li a
{
	width: 242px;
    color: #dde4ec; /* 文字颜色 */
    display: block; /* 此元素将显示为块级元素，此元素前后会带有换行符 */
    line-height: 55px; /* 行高 */
	font-size:18px;
    text-decoration: none; /* 不显示超链接下划线 */
/*     white-space: nowrap; 对于文本内的空白处，不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止。 */
}
/* 所有class为home_tab的div中的ul中的a样式(鼠标移动到元素中的样式) */
div.home-tab-content ul li a:hover
{
    color:#0bf; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
/* 所有class为home_tab的div中的ul中的a样式(鼠标点击元素时的样式) */
div.home-tab-content ul li a:active
{
/*     background-color: #111; 背景色 */
    color:#0bf; /* 文字颜色 */
    text-decoration: none; /* 不显示超链接下划线 */
}
.pfm-help-panel{
    min-height: 200px;
    border: #ddd 1px solid;
    box-shadow: #E9E8E9 0 4px 6px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-color: white;
}

.pfm-grey-rounded
{
	border: #CCCCCC 1px solid;
	-webkit-box-shadow: #E9E8E9 0 5px 6px;
	-moz-box-shadow: #E9E8E9 0 5px 6px;
	box-shadow: #E9E8E9 0 4px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pfm-button-upfile{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    padding-top: 15px;
    padding-left: 8px;
    padding-bottom: 15px;
    color: rgb(0,134,208);
    font-size: 14px;
    text-decoration: underline;
}

.pfm-button-upfile input[type=file]{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;
	height: 51px;
}

.pfm-help-index{
	font-size: 14px;
	padding: 20px 20px 0px 20px;
	width: 248px;
	height: 168px;
	border: rgb(204,204,204) 1px solid;
	float: right;
}
.pfm-help-index-line{
	height: 1px;
	width: 100%;
	background-color:rgb(204,204,204);
	margin-top: 10px;
}
.pfm-help-index-btn{
	line-height: 35px;
    float: right;
}
.pfm-help-text{
	width: 660px;
}
.rfloat {
	float: right;
}
.pfm-down-search
{
	position: relative;
	margin-top: 5px;
}
.pfm-down-search .search-box.search-type
{
	width: 25%;
}
.pfm-down-search .search-box.search-content
{
	width: 100%;
	position: relative;
	
}
.pfm-down-search .search-box.search-content .search-box-content
{
	display:none;
}
.pfm-down-search .search-box.search-content .intro-authcode
{
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.pfm-down-search .search-box.search-content .intro-authcode a
{
	color: #999;
}
.pfm-down-search .search-box-content
{
    padding: 20px 20px 0 20px;
	background: #fff;
	min-height: 82px;
}
.pfm-down-search .search-box-content .p1
{
	padding-bottom: 8px;
	font-size: 14px;
}
.pfm-down-search .search-box.user-device .search-box-content span.label-dvc
{
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
}
.pfm-down-search .search-box.user-device .search-box-content span.label-dvc-pfm
{
	font-size: 16px;
	font-weight: 700;
	margin-left: 5px;
	color: #BF1000;
}
.pfm-down-search .device-drop-down
{
	min-width: 150px;
}
.pfm-down-search-input
{
    width: 796px; 
    height: 46px;
    padding: 0;
    font-size: 14px;
    padding-left: 10px
}
.pfm-down-search-btn
{
    max-width: 128px;
    height: 46px;
    padding-top: 2px;
    padding-left: 16px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    background: url(../images/search_icon.png) no-repeat center center;
    width:100%;
    margin-left: 20px;
}
.pfm-down-search-area{
	height: 50px;
}
.pfm-down-authcode-err{
	width: 930px;
    height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    margin-bottom: 20px;
    color:rgb(169,69,66);
    line-height: 32px;
    padding-left: 30px;
    display:none;
}
.pfm-down-search-err{
   
    min-height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    margin-bottom: 20px;
    color: rgb(169,69,66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
    margin:10px;
    text-align:left;
}
.pfm-down-device-info-detail{
	margin-top: 5px;
}
.pfm-down-device-info{
	width: 100%;
    height: 140px;
    border: rgb(204,204,204) 1px solid;
    margin-top: 5px;
}
.pfm-down-device-info-title{
	font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 10px;
    border-bottom: rgb(204,204,204) 1px solid;
}
.pfm-down-device-info-line{
	height: 50px;
    line-height: 30px;
    margin-right: 10px;
    display:inline-block;
}
.pfm-down-device-info-line-right{
	height: 50px;
    line-height: 30px;
    margin-right: 60px;
    display:inline-block;
    float: right;
}
.pfm-down-device-info-clum{
	margin-top:10px;
	display: inline -ms-flexbox;
	overflow:hidden;
}

.pfm-down-device-info-label{
    padding-left: 20px;
    
}

.pfm-pkg-download-notice-content{
	padding-left: 20px;
	display: block;
	line-height: 25px;
}

.pfm-down-device-info-content{
    margin-left:30px;
    padding-right: 25px;	
    float:right;
}

.pfm-down-current-title
{
	padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	height: 165px;
}
.pfm-down-content .search-list-zero
{
	margin-left: 20px;
}
.pfm-down-content-list
{
	width: 100%;
	height: 100%;	
}
.pfm-down-content-list ul.content-list
{
	margin-top: 3px;
	padding-left: 3px;
    list-style-type: none;
	
}
.pfm-down-content-list ul.content-list li
{
	list-style-type:none;
	border-bottom: 1px solid #ebebeb;
	padding: 20px;
}
.pfm-down-content-list ul.content-list li.recommend
{
	box-shadow: 2px 2px 3px #f00, 1px 1px 2px #f00 inset;
	border-radius: 3px;
}
.pfm-down-content-list ul.content-list li h2
{
	padding: 13px 0;
	margin: 0;
	color: #BF1000;
	font-size: 14px;
}
.pfm-down-content-list ul.content-list li b.seg
{
	margin: 0 4px;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area
{
	float: right;
	margin: 10px 60px 0 0;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area li
{
	border: 0;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area a.download-pkg
{
	display: inline-block;
	cursor: pointer;
	padding-left: 16px;
	position: relative;
	margin-right: 10px;
	float: left;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area span.pkg-size
{
	float: right;
	color: #9E9E9E;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area a.download-pkg:before
{
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 2px;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area .download-area
{
	margin-top: 24px;
	display: inline-block;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area a.download-btn,
.pfm-down-content-list ul.content-list li .pfm-down-btn-area a.download-logbtn
{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: inline-block;
	cursor: pointer;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area a.download-logbtn
{
	display: none;
	color: #BF1000;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area .download-area.logout:hover a.download-btn
{
	display: none;
}
.pfm-down-content-list ul.content-list li .pfm-down-btn-area .download-area.logout:hover a.download-logbtn
{
	display: inline-block;
}
.pfm-down-content-list ul.content-list li p.desc
{
	
}
.pfm-down-content-list ul.content-list li p.property
{
	padding: 12px 0;
	color: #999;
}
.pfm-down-content-list ul.content-list li p.property span.pane
{
	margin-right: 10px;
}
.pfm-down-content .pfm-down-pfmver-newest p
{
	margin: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #2D79C0;
}
.pfm_intro_authcode{
    min-height: 380px;
    padding-top: 5px;
    
}
.pfm-pkg-item{
	margin: 20px;
    border: 1px solid rgb(204,204,204);
}
.pfm-pkg-item-icon-img{
    height: 80px;
    width: 80px;
}
.pkg-img-18001{
	background: url(../images/Map/18001.png) no-repeat center center;
}
.pkg-img-18002{
	background: url(../images/Map/18002.png) no-repeat center center;
}
.pkg-img-18003{
	background: url(../images/Map/18003.png) no-repeat center center;
}
.pkg-img-18011{
	background: url(../images/Map/18011.png) no-repeat center center;
}
.pkg-img-18012{
	background: url(../images/Map/18012.png) no-repeat center center;
}

.pkg-img-18013{
	background: url(../images/Map/18013.png) no-repeat center center;
}
.pkg-image-updated{
	background: url(../images/Map/check.png) no-repeat center center;
	width: 40px;
    height: 40px;
    float: right;
}
.pfm-pkg-item-info{
    width: 500px;
    padding: 20px;	
}
.pfm-pkg-item-title{
    font-size: 14px;
    color: rgb(51,51,51);	
}
.pfm-pkg-item-label{
	font-size: 12px;
    color: rgb(140,140,140);	
}
.pfm-pkg-item-link{
    line-height: 30px;
    color: rgb(0,134,208);
    font-size: 14px;
   
    float:right;
    margin-left:20px;
    margin-top:20px;
}
.pfm-pkg-item-btn{
	width:26px;
	height:22px;
}
.pfm-pkg-item-btn.note-hide{
	background:url(../images/Map/button_more_down.png);
}
.pfm-pkg-item-btn.note-show{
	background:url(../images/Map/button_more_up.png);
	
}
.pfm-pkg-item-note{
	margin-top: 10px;
    color: rgb(140,140,140);	
    display:none;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.pfm-pkg-changelog{
	float:left;
	line-height: 22px;
}
.pfm-pkg-changelog-icon{
	float:left;
}
.pfm-down-search-input{
	padding:10px !important;
}
.nav-tabs {
    background-color: rgb(224, 226, 228) !important;
    border-bottom: 2px solid rgb(204,204,204) !important;
    border-radius: 2px !important;
    padding-top:6px;
    padding-left:4px; 
    
}

.ui-draggable .ui-dialog-titlebar {
    /* cursor: move; */
}
.ui-dialog .ui-dialog-title
{
    float: left; 
    margin: .1em 0;
    margin-left:20px;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: xx-large;
    font-style: normal;
    
}
.ui-widget-content{
	background: white;
	border: 2px solid;
}
.ui-dialog .ui-dialog-buttonpane{
	  border: none;
	  margin-top:2px;
	  float:left;
	  padding-left:80px;
	  
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
	
}
.ui-dialog .ui-dialog-buttonpane button{
	margin-left:50px;
	margin-right:50px;
    width: 120px;
    height: 30px;
    background: #A6A6A6;
    color: white;
    border: 1px solid;
    border-color: black;
    font-style: normal;
}

.ui-dialog .ui-dialog-content
{
	padding:0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px;
    position: relative;
  
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 6px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6px;
}
.ui-widget-header {
   border: none;
   background: none;
   text-align: center;
   color: none; 
   font-size: large;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-helper-clearfix {
    min-height: 0;
}

.headernav {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    border: 1px solid transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a{
    background: #ffffff !important;
    color: black !important;
    border-top: 2px solid rgb(204,204,204) !important;
    border-left: 2px solid rgb(204,204,204) !important;
    border-right: 2px solid rgb(204,204,204) !important;
    border-radius: 2px !important;
    font-weight: 700;
}
.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:active,.nav-tabs>li.active>a:focus{
	  font-weight: 700;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 8px 10px;
    margin-top: 5px;
    border:none !important;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}
.ui-icon,.ui-widget-content .ui-icon
{
	background-image:none;
}

.btn-group, .btn-group-vertical{
	display: inline-block;
    float: right;
   
}
.dropdown-menu {
	left: inherit;
    right: 0  !important;
    padding: 0 10px;
    background: url(../images/navigation_back.png);
}

.dropdown-menu>li {
	white-space: nowrap;
    box-sizing: border-box;
    padding: 2px 18px 2px 0px;
    cursor: pointer;
    border-bottom: 1px solid #666;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #09f;
    white-space: nowrap;

}
.dropdown-menu>li>a:hover{
	 background:none;
	 border:none;
}
.dropdown-menu>li>a:focus{
	outline:none;
	}


.btn-group>.btn, .btn-group-vertical>.btn
{
	 padding-top: 3px;
	 padding-left: 3px;
	 color: #09f;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    width: 16px;
    height: 16px;
    background: url(../images/combo_arrow_black.png) no-repeat center center;
    border-left: 6px;
   
    border-bottom: 0;
    border-right: 1px;
}
.footer-items{
	margin-left: 30px;
}
.footer-items a {
    margin-left: 10px;
    white-space: nowrap;
    float: left;
}
.fixed-bottom {position: fixed;bottom: 0;width:100%;}

.spinner {
  margin: 100px auto;
  width: 30px;
  height: 30px;
  position: relative;
}
 
.container1 > div, .container2 > div, .container3 > div {
  width: 7px;
  height: 7px;
  background-color: #09f;
 
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
 
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.pfm-admin-order-select {
    padding: 10px;
}

.pfm-admin-order-select-date{
    border: 1px;
    background: rgb(241, 234, 234);
    background-image: url(../images/date.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.pfm-admin-order-select-date img{
    display: inline-flex;
    height: 22px;
}

.pfm-admin-order-select-btn {
    margin-left: 150px;
}
 
.pfm-admin-order-select-btn button {
    max-width: 128px;
    height: 26px;
    background: #09f no-repeat center center;
    width:100%;
    margin-left: 20px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.pfm-admin-order-total {
    padding-left: 10px;
}

.table-container {
    width: 976px;
    margin: 0 auto;
    overflow: auto;
  }
  .order-table {
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
  }
  th,
  .order-td {
    border: 1px solid rgb(235,204,209);
    padding: 8px;
    text-align: center;
  }

  .pfm-admin-order-total{
	font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.pfm-admin-order-page{
	font-size: 14px;
    padding: 10px;
}

.pfm-admin-order-page button {
    background: #09f no-repeat center center;
    color: #ffffff;
    border: none;
    border-radius: 5px;
}

.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
	left: inherit;
    width: 220px  !important;
    padding: 0 10px;
    background: #ffffff;
}

.pfm-user-login {
    height: 660px;
    padding-top: 5px;
}

.pfm-user-login-title {
    height: 20%;
    padding-left: 20px;
    font-size: 30px;
    color: rgb(0, 208, 94);
    background-color: rgb(241, 234, 234) ;
    display: flex;
    align-items: center;

}


.pfm-user-login-content {
    background-color: rgb(209, 212, 214) !important;
    border-bottom: 2px solid rgb(204,204,204) !important;
    border-radius: 2px !important;
    padding-top: 6px;
    display: flex;
    height: 80%;
    flex-wrap: wrap;
}

.pfm-user-login-content-item{
    width: 100%;
}

.pfm-user-login-content-item form{
    display: flex;
    flex-direction: column;
    align-items:center;
    font-size: large;
    padding-top: 200px;
}

.pfm-user-login-content-item label{
    text-align: right;
    width: 150px;
    margin-right: 10px;
    font-weight: bold;
}

.pfm-user-login-content-item input{
    border: 1px solid black;
}

.pfm-user-login-content-item input[type="submit"]{
    background: #09f no-repeat center center;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    width: 100px;
    margin: 40px;
}


.pfm-my-account-block {
    min-height: 165px;
    padding: 10px 20px 10px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.pfm-admin-order-err {
    min-height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    margin-bottom: 20px;
    color: rgb(169,69,66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
    margin:10px;
    text-align:left;
}

.pfm-admin-order-export-err-content {
    min-height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    margin-bottom: 20px;
    color: rgb(169,69,66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
    margin:10px;
    text-align:left;
}

.pfm-down-order-btn {
    max-width: 128px;
    height: 26px;
    padding-top: 2px;
    padding-left: 16px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    background: #09f no-repeat center center;
    width:100%;
    margin-left: 20px;
    border: none;
}

.pfm-account-search-err {
    min-height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    margin-bottom: 20px;
    color: rgb(169,69,66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
    margin:10px;
    text-align:left;
}

.pfm-user-login-err {
    justify-self: start;
    width: 100%;
    align-self: end;
}

.pfm-user-login-err-content {
    min-height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    color: rgb(169,69,66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 70px;
    text-align:left;
    margin-bottom: 10px;
}

.pfm-create-order-error {
    min-height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    margin-bottom: 20px;
    color: rgb(169,69,66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
    margin:10px;
    text-align:left;
}

.pfm-user-checkout {
    height: 660px;
    padding-top: 5px;
}

.pfm-user-checkout-title {
    height: 20%;
    padding-left: 20px;
    font-size: 30px;
    color: rgb(0, 208, 94);
    background-color: rgb(241, 234, 234) ;
    display: flex;
    align-items: center;
}



.pfm-user-checkout-content {
    background-color: rgb(209, 212, 214) !important;
    border-bottom: 2px solid rgb(204,204,204) !important;
    border-radius: 2px !important;
    padding-top: 6px;
    padding-left: 4px;
    height: 80%;
}

.pfm-user-checkout-content-title{
    font-size: xx-large;
    padding: 20px;
}

.pfm-user-checkout-device-info {
    padding-left: 40px;
    line-height: 40px;
    border-top: 1px dashed;
}
.pfm-user-checkout-lable{
    font-weight: bold;
}
.pfm-user-checkout-package-info{
    border-top: 1px dashed;
    display: flex;
    padding-left: 30px;
    padding-top: 15px;
}

.pfm-user-checkout-package-data{
    padding-left: 20px;
    line-height: 30px;
}
.pfm-user-checkout-package-name{
    font-size: large;
    font-weight: bold;
}

.pfm-user-checkout-amount{
    border-top: 1px dashed;
    padding-left: 800px;
    padding-top: 30px;
}

.pfm-user-checkout-button{
    display: grid;
    place-items: center;
    grid-template-columns: repeat(2,1fr);
    padding: 15px;
}

.pfm-user-checkout-button-item{
    background: #09f no-repeat center center;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 20px;
}

.pfm-pkg-item-info-btn {
    width: 110px;
}

.pfm-user-checkout-err {
    min-height: 32px;
    background-color: rgb(242,222,222);
    border: rgb(235,204,209) 1px solid;
    border-radius: 2px;
    margin-bottom: 20px;
    color: rgb(169,69,66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-top: 20px;
    margin:10px;
    text-align:left;
}

.pfm-my-account-order-item{
	margin: 20px;
    border: 1px solid rgb(204,204,204);
    background-color: rgb(241, 234, 234) !important;
}

.admin-panel-dialog-close-btn{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 40%;
    top: 80%;
}

.error-page-warn {
	font-family: "华文彩云", serif;
	font-size: 45px;
}

.disabled-button {
    background: #ccc;
}

.pfm-pkg-item-price {
    margin-bottom: 10px;
    color: black;
    
}   

.pfm-pkg-item-link a {
    text-decoration: underline;
}

.pfm-pkg-item-price-lable {
    font-weight: bold;
}




