@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?yq9er5');
  src:  url('../fonts/icomoon.eot?yq9er5#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yq9er5') format('truetype'),
    url('../fonts/icomoon.woff?yq9er5') format('woff'),
    url('../fonts/icomoon.svg?yq9er5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map2:before {
  content: "\e94c";
}
.icon-warning:before {
  content: "\ea07";
}
.icon-play3:before {
  content: "\ea1c";
  color: #a3f7ff;
  font-size: 22px;
  vertical-align: middle;
}
.icon-loop2:before {
  content: "\ea2e";
}
.icon-enlarge:before {
  content: "\e989";
  color: #d6d6d6;
  font-size: 18px;
}
.icon-floppy-disk:before {
  content: "\e962";
  font-size: 18px;
  vertical-align: middle;
}
.icon-eye:before {
  content: "\e9ce";
  font-size: 26px;
  vertical-align: middle;
}

/* 图标 */
.handenlarge {
	display: inline-block;
	right: 15px;
	cursor: pointer;
	position: absolute;
	top: 16px;
}
.handenlarge:hover{opacity: 0.8;}
.btn-group-mask{
	display: block;
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
	border-radius: 1.5em;
}
.btn-group-mask button{
	background: none;
	border-radius: 50% 50%;
	width: 40px;
	height: 40px;
	text-align: center;
}
.btn-group-mask button:hover{
	background: #005a7b;
}
header .btn-group-mask button:hover{
	background: #3b3b3b;
}
.btn-group-mask .button-eye{
	background: #92550d none repeat scroll 0 0;
    border-radius: 24px;
    color: #fff;
    height: 35px;
    width: 100px;
}
.btn-group-mask .button-disk{
	border-radius: 24px;
    color: #fff;
    height: 35px;
    width: 100px;
	background: #016601;
	margin-left: 5rem;
}
.button-eye span, .button-disk span{margin-right: 10px;}
.headercontent .btn-group-mask button:hover{
	background: #3b3b3b;
}
.btn-default-styles i {
  background-image: url("../iconimg/icon_operateVs.png");
  width: 22px;
  height: 22px;
  float: left;
}
.icon-mask-previous{background-position: -2px -2px;}
.icon-mask-next{background-position: -206px -2px;}
.icon-mask-save{background-position: -37px -2px;}
.icon-mask-out {background-position: -251px -2px;}
.icon-mask-in {background-position: -298px -2px;}
.icon-mask-change{background-position: -84px -2px;}
.icon-mask-clockwise {background-position: -146px -2px;}
.icon-mask-counterclockwise {background-position: -188px -2px;}
.icon-mask-clockwise2 {background-position: -132px -2px;}
.icon-mask-counterclockwise2 {background-position: -168px -2px;}
.leafbar .glyphicon{
	width: 23px;
	height: 23px;
	vertical-align: middle;
	display: inline-block;
}
.leafbar .glyphicon-s{
	width: 23px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
}
.glyphicon-l{
	width: 27px;
	height: 27px;
	vertical-align: middle;
	display: inline-block;
}
.icon-zhegong{
	width: 26px;
	height: 23px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	background: url("../iconimg/icon_zhegong.png");
}
.icon-plus{
	width: 27px;
	height: 27px;
	vertical-align: middle;
	display: inline-block;
	background: url("../iconimg/icon_add.png");
}
.icon-search img{
	width: 27px;
	height: 27px;
}
.icon-upfile{background: url("../iconimg/icon_upfile.png");}
.icon-watch{background: url("../iconimg/icon_wacth.png") no-repeat;}
.icon-warnning{background: url("../iconimg/icon_warning.png") no-repeat;}
.icon-change{background: url("../iconimg/icon_change.png") no-repeat;}



/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul, li{list-style: none;padding: 0;margin:0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    position: relative;
    font-family: sans-serif;
    font-size: 14px;
    background: linear-gradient(141deg, #0fb8ad 0%, #76f1ff 51%, #2cb5e8 75%);
    overflow: hidden;
	font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}

.bgcolor-0 { background: #1f1f1f; }
.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }/*light grey*/
.bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
.bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
.bgcolor-6 { background: #2fa8ec; }/*sky blue*/
.bgcolor-7 { background: #d0d6d6; }/*White tea*/
.bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
.bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
.bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
.bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
.bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
.bgcolor-20{ background: #494A5F;color: #D5D6E2;}

.center{text-align: center;}
.mt-7{margin-top: 7rem;}


.bg-warning{
	color: #fff;
	background: #e4c222 !important;
	height: 33px;
	line-height: 33px;
	text-indent: 10px;
	font-size: 12px;
	text-align: left;
}
.wordcolor{color: #0095cc;}
.img-responsive{width: 100%;max-width: 350px;margin: 0 auto;}

/*  */
.htmleaf-container{
	position: absolute;
	width: 100%;
	height: 100%;
}
.z-center{position: relative;}
.z-center>*{
	transform: translate(-50%,-50%);
  	top: 50%;
  	left: 50%;
  	position: absolute;
}
.wrap{position: relative;}
.wrap #container{background: url("../iconimg/bg2.jpg");}
.wrap>.navbar {margin-bottom: 0;}
.logoheader{top: 12px;position: absolute;}
.headermess{
	color: #fff;
	margin-left: 5px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	vertical-align: middle;
}
.headermess a{color: #ffffff;}
.headertitle{
	display: inline-block;
  	color: #fff000;
  	margin-left: 20px;
  	letter-spacing: 2px;
  	font-size: 18px;
  	font-weight: bold;
  	vertical-align: middle;
}
.headerpage{
	border-left: 1px solid #787878;
	color: #e5d30d;
	margin: 0 18px;
    padding: 0 18px;
    vertical-align: middle;
}
.btn-group-mask .headerpage{border-left: none;}
.leafbar{
	padding: 0 0 20px;
	background: #fff;
	min-height: 100%;
}
.choosedrop{
	background: #55aeed;
	color: #ffffff;
	border-color: #55aeed;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
}
.choosedrop::after{
	background: url("../iconimg/icon_operateVs.png");
	background-position: -338px -5px;
	width: 12px;
	height: 15px;
	position: absolute;
	right: 4px;
	top: 12px;
	border: none;
}
.dropdown-menu-right{
	padding: 1.5rem 2.5rem;
	background: #55aeed;
	border-color: #55aeed;
	border-radius: inherit;
	z-index: 1070;
}
.leafbar .title{
	border-bottom: 1px solid #f79a2b;
}
.leafbar .title span{
	color: #f79a2b;
  	font-size: 20px;
  	margin-bottom: 6px;
  	display: inline-block;
}
.alert-warningtext{
	border: 1px solid #e7ce37;
	color: #7f8080;
	border-radius: .25rem;
	padding: 5px;
	min-height: 68px;
	font-size: 13px;
}
.alert-warningtext>em{
	color: #fe5454;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: middle;
}
.alert-warningtext p{height: 100px;}



.custom-file-label::after{
	content: "瀏覽";
	padding: 0.375rem 1.35rem;
}
.maxbox{
	text-align: center;
	padding: 5rem 30px;
	display: inline-block;
	margin: 0 auto;
}
.title h5{
	color: #0184b5;
}
.chooseimg li>span{
	background: #adce14 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 12px;
    line-height: 24px;
    padding: 0 17px;
    text-align: center;
}
.chooseimg.planb li>span{
	background: #0eb8b4 none repeat scroll 0 0;
  	margin-right: 25px;
  	margin-top: 1px;
}
.trangel{
	width: 0;
	display: inline-block;
	border: 12px solid #adce14;
	border-left-color: transparent;
	float: left;
}
.upimg{
	margin-left: 65px;
	background: url("../iconimg/icon_add.png") no-repeat 50% 50%;
	position: relative;
}
.upimg>a{
	display: block;
	border: 1px solid #d9d9d9;
	text-align: center;
	padding: 20px;
	cursor: pointer;
}
.padding5pp{padding: 5% !important;}
.upimg>a:hover{opacity: 0.8;}
.upimg>a input{
	opacity: 0;
    width: 100%;
    margin: 40px 0;
    cursor: pointer;
}
.upimg button.close{
	position: absolute;
	right: 4px;
	top: 47%;
}
.upimg img{
	width: 100%;
}
.reviewimg{
	clear: left;
	padding-bottom: 25px;
	border-bottom: 1px solid #dedede;
}
.chooseimg ul li:last-child .reviewimg{border-bottom: none;}
.reviewimg>a{
	border: 1px solid #adce14;
	display: block;
	padding: 5%;
}
.planb .reviewimg>a{
	border: 1px solid #0eb8b4;
}
.reviewimg img{
	width: 100%;
}
.reviewimg p{text-align: center;margin-bottom: 0;}
.reviewimg p a{
	color: #6eb0c9;
	display: inline-block;
	margin: 15px 18px 0;
}
.reviewimgdiv>div{
	border-radius: .25em;
}
.reviewimgdiv .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 28px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: .25em;
    border: 2px solid transparent;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.reviewimgdiv a.thumbnail:hover{
	border: 2px solid #e8c250;
	box-shadow: 0 0 5px #fff;
}
.thumbnail img{
	max-width: 100%;
}
.reviewimgdiv .thumbnail h6{
	font-size: 12px;
	color: #868686;
	text-align: center;
	margin-top: 20px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.blockmid{
	margin-top: 50%;
}
.blockmid .btn-warning {
  color: #fff;
  padding: .375rem 1.75rem
}
.imgline .lineH{
	position: absolute;
	height: 100%;
	width: 1px;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 5px;
}
.imgline .lineH:hover{cursor: w-resize;}
.imgline .line3V1{left: 33%;}
.imgline .line3V2{left: 66%;}
.linenum1:after{
	content: "1";
	width: 20px;
	height: 20px;
	border-radius: 50% 50%;
	color: #fff;
	background: #ff0000;
	display: inline-block;
	margin-left: -10px;
}
.linenum2:after{
	content: "2";
	width: 20px;
	height: 20px;
	border-radius: 50% 50%;
	color: #fff;
	background: #036eb8;
	display: inline-block;
	margin-left: -10px;
	clear: both;
}
.lineV.linenum1:after, .lineV.linenum2:after{
	float: right;
	margin-right: -20px;
    margin-top: -12px;
}
.imgline .lineV{
	position: absolute;
	height: 1px;
	width: 102%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px 0;
}
.imgline .lineV:hover{cursor: n-resize;}
.lineH .Tline{
	display: block;
	height: 100%;
	width: 1px;
	border-left: 1px solid #ff0000;
	position: static !important;
}
.lineV .Tline{
	display: block;
	height: 1px;
	width: 100%;
	border-top: 1px dashed #036eb8;
	position: static !important;
}
.lineH:hover .Tline{
	box-shadow: 0 0 10px #F67A7A;
}
.lineV:hover .Tline{
	box-shadow: 0 0 10px #036eb8;
}
#reviewimgdiv .active{border: 2px solid #e8c250;box-shadow: 0 0 5px #fff;}
#moveimg{display: inline-block;margin-bottom: 0;}
#moveimg, #moveimg img, .Tline{
	-webkit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.lineV .Tlinehalf{width: 50%;float: left;}
.lineV .linered{border-top: 1px solid #ff0000;}
.lineH .lineblue{border-left: 1px solid #036eb8;}
.imgrange{
	border-bottom: 1px solid #de8230;
    border-left: 4px solid #e36b00;
    border-right: 4px solid #e36b00;
    height: 28px;
    padding: 0 5px;
    position: absolute;
    top: -40px;
    width: 100%;
}
.imgrange-v{
	border-bottom: 4px solid #e36b00;
    border-right: 1px solid #de8230;
    border-top: 4px solid #e36b00;
    height: 100%;
    left: -40px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    width: 28px;
}
.imgrange>b, .imgrange-v>b{color: #ff0000;}
.imgrange-v>b{
	margin-left: -10px;
    margin-top: 13px;
    transform: rotate(270deg);
}
.imgrange-v .fright{
	bottom: 20px;
    left: -2px;
    position: absolute;
}
.tooltipnum{color: #ff0000;}
.tooltipnum .numinput{
	border: 1px solid #dedede;
    color: #ff0000;
    display: inline-block;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
    width: 45px;
}
.popover{
	border: 1px solid #f73636;
	border-radius: 5px;
}

.popover-body{
	padding: 5px 10px;
}
.bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::before{
	border-top-color: #f73636;
}
.bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::before{
	border-left-color: #f73636;
}
.tooltipnum input{
	border: 1px solid #dedede;
    color: #ff0000;
    height: 24px;
    vertical-align: middle;
    width: 40px;
    padding-left: 5px;
}
.tooltipnum .btn{
	background: #0da0d0 none repeat scroll 0 0;
    color: #fff !important;
    font-size: 12px;
    height: 24px;
    margin-left: 8px;
    padding: 0;
    width: 45px;
}


.contentfoot{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	height: 56px;
}
.contentfoot button{
	float: right;
	width: 97px;
	margin-top: 10px;
	margin-right: 15px;
	font-size: 14px;
}

#ckLine{
	width: 100%;
    height: 100vh;
}
.maskbottom{
	background: rgba(1,113,154,0.8);
	position: absolute;
	width: 100%;
}

/* 分頁 */
.fleft{float: left;}
.fright{float: right;}
.itempage{
	width: 430px;
	display: inline-block;
	margin: 8px auto 0;
}
.itempage .pager{margin: 0;}
.pager li {
    display: inline-block;
    color: #dbb120;
    vertical-align: middle;
    margin: 0px 20px;
    font-size: 12px;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 24px;
    color: #4be7e3;
    font-size: 14px;
    background-color: inherit;
  	border: none;
}
.pager li>a:hover{
    background-color: #3f3f3f;
    text-decoration: none;
}
.pager .next>a, .pager .next>span {
    float: right;
}


/* 响应式 */
@media screen and (max-width: 768px) {
	/* .btn-group-mask{
    margin-top: 10px;
    margin-bottom: 10px;
  } */
	.leafbar{
		height: auto !important; 
    min-height: initial !important;
	}
  .alert-warningtext p{height: auto;}
	.reviewimg{border-bottom: none;}
	.btn-group-mask .button-eye{margin-right: 1rem;}
	.btn-group-mask .button-disk{margin-left: 1rem;}
}
@media screen and (max-width: 1200px) {
  .leafbar{
    height: auto !important; 
    min-height: initial !important;
  }
  .alert-warningtext p{height: auto;}
}
@media screen and (min-width: 992px) {
	.col-md-8ths{
		width: 80%;
		padding: 20px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		overflow-y: auto;
		z-index: 10;
	}
	.col-md-5ths{
		flex: 0 0 20%;
		width: 20%;
	}
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media (min-width: 576px) {
	.container {
	    max-width: 540px;
	}
	.dropdown-menu-right {
	    width: 100%;
	    transform: translate3d(0px, 36px, 0px) !important;
	}
}
@media (min-width: 768px) {
	.container {
	    max-width: 720px;
	}
	.dropdown-menu-right{
		width: 170%;
		left: 100% !important;
	    transform: translate3d(0px, -3px, 0px) !important;
	}

}
@media (min-width: 992px) {
	.container {
	    max-width: 960px;
	}
	.dropdown-menu-right{
		width: 220%;
		left: 100% !important;
	    transform: translate3d(0px, -3px, 0px) !important;
	}
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1140px;
	}
	.dropdown-menu-right{
		width: 250%;
		left: 100% !important;
	    transform: translate3d(0px, -3px, 0px) !important;
	}
}

/* 浏览器hack */
@-moz-document url-prefix() { 
	.trangel{
		border-width: 13px;
	}
}
