/*店家用*/
* {
	box-sizing: border-box;
}

.div_break {
	word-wrap:break-word;
	word-break:break-all;
}
/* 錯誤提示訊息框 */
.err_tip_bg {
    position:absolute;
    left:150px;
    top:150px;
    width:250px;
    height:80px;
    padding:10px;
    color:#fff;
    font-size:14;
    font-weight:bold;
    z-index:100000;
    word-wrap:break-word;
	word-break:break-all;
	background: rgb(255,48,25); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    */
    background: -moz-linear-gradient(top, rgba(255,48,25,1) 0%, rgba(207,4,4,1) 75%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(75%,rgba(207,4,4,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 75%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 75%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 75%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 75%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
    /*box-shadow: 5px 8px 11px rgba(0,0,0,0.4);  影 */
    /*-webkit-box-shadow: 5px 8px 11px rgba(0,0,0,0.4);*/
    /*-moz-box-shadow: 5px 8px 11px rgba(0,0,0,0.4);*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=145, Strength=3)*/ /* ie的阴影滤镜 */
    /*border-radius: 5px;  /* 圆角 */
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    padding: 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #c00;
	box-shadow: 1px 3px 5px #660909;
    -moz-box-shadow: 1px 3px 5px #660909;
    -webkit-box-shadow: 1px 3px 5px #660909;
    filter:alpha(Opacity=90); 
    opacity:0.9; 
    -moz-opacity: 0.9;
    /*
    background:-webkit-gradient(linear, 0 0, 100% 100%, from(transparent), color-stop(50%, transparent),color-stop(50%, #d1d1d1), color-stop(100%, #d1d1d1));
    background:-moz-linear-gradient(top left, transparent, transparent 50%, #d1d1d1 50%, #d1d1d1 100%);
	/*-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);*/
}
.err_tip_cor {
    position:absolute;
    z-index:100000;
    width:20px;
    height:20px;
    left:30px;
    bottom:-10px;
    background:rgb(207,4,4);
    transform: skewY(-45deg); /* 斜切实现尖角  */
    -o-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
    /*transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);*/
   
}
.err_tip_cor_s {
    position:absolute;
    z-index:100000;
    
    width:0; height:0; border-width:20px 10px; border-style:solid; border-color:#ff3300 #ff3300 #ffffff #ffffff;
    
    /*width:40px;
    height:40px;
    left:30px;
    bottom:-20px;
    background:rgb(207,4,4);
    
     background: -moz-linear-gradient(top, transparent 0%, rgb(207,4,4) 50%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(50%,rgba(207,4,4,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, transparent 0%,transparent 50%,rgba(255,48,25,1) 50%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, transparent 0%,rgb(207,4,4) 50%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, transparent 0%,rgb(207,4,4) 50%,rgba(207,4,4,1) 100%); /* IE10+ */
    /*background: linear-gradient(top, transparent 0%,rgb(207,4,4) 50%,rgba(207,4,4,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-8 */
    
    /*transform: skewY(-45deg); 
    -o-transform: skewY(-45deg);
    -webkit-transform: skewY(-45deg);
    -moz-transform: skewY(-45deg);
     box-shadow: 1px 3px 5px rgba(102,9,9,0.9);
    -moz-box-shadow: 1px 3px 5px rgba(102,9,9,0.9);
    -webkit-box-shadow: 1px 3px 5px rgba(102,9,9,0.9);*/
    
}
.cor_s{
    z-index:99999;
    box-shadow: 1px 3px 5px #660909;
    -moz-box-shadow: 1px 3px 5px #660909;
    -webkit-box-shadow: 1px 3px 5px #660909;
}
.err_tip_content {
    position:absolute;
    z-index:100001;
    text-align:left;
    width:100%;
    /*height:80px;*/
}
.buttom {
    font-size:12px;
    color:#666;
    text-decoration:none;
    padding:3px 5px;
    border:1px solid #fff;
    position:relative;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background:#f1f1f1;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(100%, #d1d1d1));
    background:-moz-linear-gradient( top, #ffffff, #d1d1d1 100%);
    box-shadow:0px 0px 3px #666;
    -webkit-box-shadow:0px 0px 3px #666;
    -moz-box-shadow:0px 0px 3px #666;
    text-shadow:1px 1px 1px #fff;
}
.arrow {
    position:absolute;
    left:44%;
    bottom:-6px;
    display:block;
    height:10px;
    width:10px;
    border:1px solid #f4f4f4;
    border-left:none;
    border-top:none;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    background:#f1f1f1;
    background:-webkit-gradient(linear, 0 0, 100% 100%, from(transparent), color-stop(50%, transparent),
                     color-stop(50%, #d1d1d1), color-stop(100%, #d1d1d1));
    background:-moz-linear-gradient(top left, transparent, transparent 50%, #d1d1d1 50%, #d1d1d1 100%);
    box-shadow:1px 1px 0px #ccc;
    -webkit-box-shadow:1px 1px 0px #ccc;
    -moz-box-shadow:1px 1px 0px #ccc;
}
/* 輸入前提示訊息 */
.write_tip_arr {
    position:absolute;
    left:10px;
    bottom:-6px;
    display:block;
    height:10px;
    width:10px;
    border:1px solid #f4f4f4;
    border-left:none;
    border-top:none;
    transform: rotate(45deg);  /* CSS3 (for when it gets supported) */
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
    /*filter: progid:DXImageTransform.Microsoft.matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
    background:#f1f1f1;
    background:-webkit-gradient(linear, 0 0, 100% 100%, from(transparent), color-stop(50%, transparent),color-stop(50%, #d1d1d1), color-stop(100%, #d1d1d1));
    background:-webkit-linear-gradient(top left, transparent, transparent 50%, #d1d1d1 50%, #d1d1d1 100%);
    background:-moz-linear-gradient(top left, transparent, transparent 50%, #d1d1d1 50%, #d1d1d1 100%);
    -pie-background: linear-gradient(#ffffff, #d1d1d1 100%);
    box-shadow:1px 1px 0px #ccc;
    -webkit-box-shadow:1px 1px 0px #ccc;
    -moz-box-shadow:1px 1px 0px #ccc;
   
}
.write_tip_bg {
    position:absolute;
    left:5px;
    top:5px;
    font-size:13px;
    color:#333;
    display:block;
    z-index:9000;
    /*text-decoration:none;*/
    padding:3px 5px;
    border:1px solid #fff;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background:#f1f1f1;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(100%, #d1d1d1));
    background:-webkit-linear-gradient( top, #ffffff, #d1d1d1 100%);
    background:-moz-linear-gradient( top, #ffffff, #d1d1d1 100%);
    -pie-background: linear-gradient(#ffffff, #d1d1d1 100%);
    background:-o-linear-gradient(top, #ffffff ,#d1d1d1 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #ffffff ,#d1d1d1 100%); /* IE10+ */
	
    box-shadow:0px 0px 3px #666;
    -webkit-box-shadow:0px 0px 3px #666;
    -moz-box-shadow:0px 0px 3px #666;
    text-shadow:1px 1px 1px #fff;
    
}
.pietest {
    border: 1px solid #696;
    padding: 60px 0;
    text-align: center; width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #EEFF99;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
    background: -webkit-linear-gradient(#EEFF99, #66EE33);
    background: -moz-linear-gradient(#EEFF99, #66EE33);
    background: -ms-linear-gradient(#EEFF99, #66EE33);
    background: -o-linear-gradient(#EEFF99, #66EE33);
    background: linear-gradient(#EEFF99, #66EE33);
    -pie-background: linear-gradient(#EEFF99, #66EE33);
    /*behavior: url(/raccount/PIE.htc);*/
}
/* 提示顯示 */
.alert_bg {
    position:absolute;
    left:20px;
    top:20px;
    display:block;
    z-index:11000;
    width:400px;
    height:400px;
    padding:10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
    border:#eee solid 1px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    
    box-shadow:0px 0px 13px #999999;
    -webkit-box-shadow:0px 0px 13px #999999;
    -moz-box-shadow:0px 0px 13px #999999;
}
.alert_content {
	height:355px;
	padding:5px;
	background:#fff;
	text-align:center;
	border-top:#6199c7 solid 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	word-wrap:break-word;
	word-break:break-all;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
.alert_title {
	height:30px;
	line-height:30px;
	font-size:15px;
	padding:0px 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	font-weight: bold;
}
.alert_title_left {
    float:left;
    width:50%;
    text-align:left;
}
.alert_title_right {
    float:right;
    width:50%;
    text-align:right;
}
.alert_title_right span {
	cursor:pointer;
	color:#F00;
	text-shadow:1px 1px 1px #000;
}
.alert_btn {
	color: #333;
	display:block;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
	margin-top:15px;
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	-pie-background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 ); /* IE6-9 */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	
}
/* 輸入樣式 */
.input_select_div {
	position:absolute;
	width:50px;
	height:25px;
	line-height:25px;
	border:#ccc solid 1px;
	background:#fff;
	z-index:5;
}
.input_select_child {
	position:absolute;
	width:30px;
	height:25px;
	z-index:5;
}
.input_checkbox_div1 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/checkbox.png);
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_checkbox_div2 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/checkbox.png);
    background-position:0px -15px;
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_checkbox_div3 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/checkbox.png);
    background-position:0px -30px;
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_checkbox_div4 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/checkbox.png);
    background-position:0px -45px;
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_radio_div1 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/radio.png);
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_radio_div2 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/radio.png);
    background-position:0px -15px;
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_radio_div3 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/radio.png);
    background-position:0px -30px;
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_radio_div4 {
    width:15px;
    height:15px;
    cursor:pointer;
    overflow:hidden;
    background:url(images/radio.png);
    background-position:0px -45px;
    background-repeat:no-repeat;
    border:#fff solid 0px;
    padding:0px;
    margin:0px;
}
.input_btn1 {
	/*display:block;
	width:100px;
	height:50px;*/
	cursor:pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 50%, #d6d6d6 51%, #f2f4f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#d6d6d6), color-stop(51%,#d6d6d6), color-stop(100%,#f2f4f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* W3C */
	-pie-background: background: linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* W3C */
	/*background: rgb(222,226,225); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(222,226,225,1) 0%, rgba(139,147,144,1) 50%, rgba(133,148,143,1) 51%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,226,225,1)), color-stop(50%,rgba(139,147,144,1)), color-stop(51%,rgba(133,148,143,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* IE10+ */
	/*background: linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* W3C */
	/*-pie-background: linear-gradient(top, #dee2e1 0%,#8b9390 50%,#85948f 51%,#e8e8e8 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee2e1', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border:solid #fff 1px;
	padding:5px 10px;
	color:#333;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px5px;
    border-radius: 5px 5px 5px 5px;
}
.input_btn1s {
	/*display:block;
	width:100px;
	height:50px;*/
	cursor:pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 50%, #d6d6d6 51%, #f2f4f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#d6d6d6), color-stop(51%,#d6d6d6), color-stop(100%,#f2f4f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#d6d6d6 50%,#d6d6d6 51%,#f2f4f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f2f4f3',GradientType=0 ); /* IE6-9 */
	/*background: rgb(222,226,225); /* Old browsers */
	/*background: -moz-linear-gradient(top, rgba(222,226,225,1) 0%, rgba(139,147,144,1) 50%, rgba(133,148,143,1) 51%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,226,225,1)), color-stop(50%,rgba(139,147,144,1)), color-stop(51%,rgba(133,148,143,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* IE10+ */
	/*background: linear-gradient(top, rgba(222,226,225,1) 0%,rgba(139,147,144,1) 50%,rgba(133,148,143,1) 51%,rgba(232,232,232,1) 100%); /* W3C */
	/*-pie-background: linear-gradient(top, #dee2e1 0%,#8b9390 50%,#85948f 51%,#e8e8e8 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee2e1', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
	border:solid #fff 0px;
	padding:5px 10px;
	color:#333;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px5px;
    border-radius: 5px 5px 5px 5px;
}
.input_btn2 {
	cursor:pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #1E5799 50%, #1E5799 51%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(50%,#1E5799), color-stop(51%,#1E5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#1E5799 50%,#1E5799 51%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#1E5799 50%,#1E5799 51%,#7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#1E5799 50%,#1E5799 51%,#7db9e8 100%); /* IE10+ */
	background: linear-gradient(top, #7db9e8 0%,#1E5799 50%,#1E5799 51%,#7db9e8 100%); /* W3C */
	-pie-background: linear-gradient(top, #7db9e8 0%,#1E5799 50%,#1E5799 51%,#7db9e8 100%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
  	
	border:solid #fff 0px;
	padding:5px 10px;
	color:#fff;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px5px;
    border-radius: 5px 5px 5px 5px;
}
.input_text {
	border:solid #899591 1px;
	height:20px;
	line-height:20px;
	width:100px;
	padding:0px;
}
.input_texts {
	display:inline;
	border:solid #899591 1px;
	height:20px;
	line-height:20px;
	padding:0px;
	width:100px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px5px;
    border-radius: 5px 5px 5px 5px;
}
.input_textarea {
	border:solid #899591 1px;
	height:80px;
	width:250px;
}
.input_textareas {
	border:solid #899591 1px;
	height:80px;
	width:250px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px5px;
    border-radius: 5px 5px 5px 5px;
}
/* 頁數專用 */
.rpage {
	
}
.rpage .rpage_now {
	margin:0px 3px;
	padding:2px 4px;
	font-size:13px;
	background-color:#fff;
	line-height:20px;
	font-weight:bold;
	color:#333;
}
.rpage .rpage_nums {
	margin:0px 3px;
	border:#ccc solid 1px;
	padding:2px 4px;
	font-size:13px;
	background-color:#fff;
	line-height:20px;
	cursor:pointer;
	color:#999;
}
.rpage .rpage_nums:hover {
	background-color:#999;
	color:#fff;
}
.rpage .rpage_note {
	margin:0px 3px;
	border:#ccc solid 1px;
	padding:2px 4px;
	font-size:13px;
	background-color:#fff;
	line-height:20px;
	cursor:pointer;
	color:#999;
}
.rpage .rpage_note:hover {
	background-color:#999;
	color:#fff;
}

/* ajax顯示面版 */
.ajaxbg_bg {
	position:absolute;
	background-color:#000000;
	left:0px;
	top:0px;
	opacity:0.6;
	-moz-opacity: 0.6;
	z-index:19999; 
	filter:alpha(Opacity=60);
}
.ajax_bg {
    position:absolute;
    left:20px;
    top:20px;
    display:block;
    z-index:20001;
    width:400px;
    height:400px;
    padding:10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#1affffff',GradientType=0 ); /* IE6-9 */
    border:#eee solid 1px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.ajax_content {
    height:55px;
    padding:5px;
    background:#fff;
    text-align:center;
    border-top:#6199c7 solid 5px;
    -webkit-border-radius: 0px 0px 5px 5px ;
    -moz-border-radius: 0px 0px 5px 5px ;
    border-radius: 0px 0px 5px 5px ;
    word-wrap:break-word;
	word-break:break-all;
}
.ajax_title {
    height:30px;
    line-height:30px;
    font-size:18px;
    padding:0px 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    -pie-background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.ajax_title_left {
    float:left;
    width:75%;
    text-align:left;
}
.ajax_title_right {
    float:right;
    width:25%;
    text-align:right;
}
.ajax_title_right span {
    cursor:pointer;
    color:#c00;
    text-shadow:1px 1px 1px #000;
}
.ajax_btn {
    color: #333;
    display:block;
	width:80px;
	height:25px;
	line-height:25px;
	text-align:center;
	cursor:pointer;
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
    -pie-background: linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.ajax_tb {
	
}
.ajax_td_title {
	border-bottom:#f4f6f5 dashed 1px;
}
.ajax_td_data1 {
	background:#eee;
	border-bottom:#f4f6f5 dashed 1px;
}
.ajax_td_data2 {
	background:#E4E4B0;
	border-bottom:#f4f6f5 dashed 1px;
}
.ajax_td_data1:hover , .ajax_td_data2:hover {
	background:#617972;
	color:#fff;
}
/* pie 假背景 */
.piebgs {
	background:transparent;
	-pie-bakcground:transparent;
}
/* 會員後台 */
.set_tr1 {
	background:#FAFAFA;
	-pie-background:#FAFAFA;
}
.set_tr2 {
	background:#F2EEFA;
	-pie-background:#F2EEFA;
}
.set_tr1:hover , .set_tr2:hover {
	color:#ffffff;
	background:#A6B0AD;
	/*background:#A6B0AD;*/
	-pie-background:#fff;
}
.set_td1 {
	background:#E1E6E6;
}
.set_td2 {
	display:block;
	background:#eeeeee;
	-pie-background:#eeeeee;
}
.set_td2:hover {
	background:#FFFFCC;
	-pie-background:#FFFFCC;
}
.set_div {
	float:left;
	height:auto;
	width:100%;
}
.set_child {
	float:left;
	width:152px;
	height:225px;
	text-align:center;
	padding:5px;
}
.set_nbsp {
	float:left;
	width:5px;
	height:200px;
}
.set_img {
	float:left;
	width:150px;
	height:150px;
	overflow:hidden;
	border:#ccc solid 1px;
	
}
/* 多檔上傳  */
.upload_div {
	padding:5px;
	background-color:#fff;
	border:#ccc solid 1px;
}
.upload_pro {
	width:100px;
	height:10px;
	font-size:0px;
	border:#ccc solid 1px;
}
.upload_probg {
	width:0px;
	height:10px;
	font-size:0px;
	background:#f00;
}
/* 訊息通知　*/
.livenote_btn {
	position:absolute;
	z-insex:8000;
	cursor:pointer;
	width:20px;
	height:20px;
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	-pie-background: linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow:1px 2px 1px #000000;
    -webkit-box-shadow:1px 2px 1px #000000;
    box-shadow:1px 2px 1px #000000;	
}

/* 相片特效 */
.sphoto_big {
	
}
.sphoto_divs {
	background:url(../images/purl.png);
	cursor:pointer; 
}
.sphotocls {
	cursor:url(../images/enlager.cur), default;
}

/* socket提示訊息框 */
.socket_bg {
    position:absolute;
    right:0px;
    top:20px;
    z-index:11000;
    width:300px;
    height:250px;
    overflow:hidden;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(100%,rgba(255,255,255,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    -pie-background: linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.1) 100%); /* W3C */
    border:#a2aeaa solid 1px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.socket_title {
    height:30px;
    line-height:30px;
    font-size:18px;
    padding:0px 5px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    -pie-background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}
.socket_title_left {
    float:left;
    width:50%;
    text-align:left;
}
.socket_title_right {
    float:right;
    width:50%;
    text-align:right;
}
.socket_title_right span {
    cursor:pointer;
    color:#c00;
    text-shadow:1px 1px 1px #000;
}
.socket_content {
	display:block;
    height:205px;
    padding:5px;
    background:#fff;
    text-align:center;
    border-top:#7d908a solid 5px;
    -webkit-border-radius: 0px 0px 5px 5px ;
    -moz-border-radius: 0px 0px 5px 5px ;
    border-radius: 0px 0px 5px 5px ;
    word-wrap:break-word;
	word-break:break-all;
	overflow:hidden;
}

/* 相片移動-正式會讀不到所以設定 */
.rpmove_div {
	position:absolute;
	text-align:center;
}
.rpmove_pict {
	border:#ccc solid 1px;
	padding:5px;
}
.rpmove_img {
	position:absolute;
	left:0px;
	cursor:pointer;
	z-index:100;
}
/* 即時通知　*/
.lntip_div {
	position:absolute;
	line-height:20px;
	background:#617972;
	color:#fff;
	padding:1px 2px;
	left:5px;
	top:3px;
	z-index:9999;
}
.lntip_nums {
	position:absolute;
	line-height:20px;
	/*letter-spacing:2px;*/
	z-index:10000;
	left:5px;
	top:1px;
	color:#fff;
	background-color:#f00;
	padding:0px 3px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lntip_child {
	position:absolute;
	width:310px;
	border:#617972 solid 1px;
	z-index:10000;
	left:0px;
	top:24px;
	background:#fff;
}
.lntip_left {
	float:left;
	width:300px;
	height:50px;
	background:#fff;
	cursor:pointer;
	padding:5px;
}
.lntip_left:hover {
	background:#6c7f79;
	color:#fff;
}
.lntip_img {
	float:left;
	width:50px;
	height:50px;
}
.lntip_note {
	float:left;
	width:230px;
	padding-left:5px;
	font-size:13px;
	line-height:16px;
	height:50px;
	overflow:hidden;
	text-align:left;
}
.lntip_time {
	font-size:12px;
	color:#ccc;
}
.lntip_more {
	float:left;
	text-align:center;
	height:20px;
	line-height:20px;
	background-color:#6c7f79;
	color:#fff;
	width:300px;
	padding:5px;
	cursor:pointer;
}
/*　提示*/
.container2 {
	float: left;
	font-size: 15px;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
}
.error{
    margin:5px;
    color:red;
}

.banner li{
	list-style-type:none
}

.popcase {
    background-color: #fff;
    border: 2px solid #9bd1dd;
    float: left;
    line-height: 20px;
	font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}

.tops .popcase  a{
	color:#06c;
}

.tops .popcase a:hover{
	color: #333;
}
.hidden{
	display:none
}
/*2016-1003 */
input[type=submit],input[type=button] {
	cursor:pointer;
}
.teal_c {
	text-align:center !important;
}
.teal_l {
	text-align:left !important;
}
.teal_r {
	text-align:right !important;
}
.flo_l {
	float:left !important;
}
.flo_r {
	float:right !important;
}
.colo_r {
	color:red;
}
.colo_b {
	color:blue;
}
.colo_g {
	color:green;
}
.curs_p {
	cursor:pointer !important;
}	

.tab_list {
	width: 98%;
}
.tab_list th {
	background-color: #F0F0F0 ;
	vertical-align:top;
}
.tab_list td {
	background-color: #F9F9F9 ;
}
.div_tab {
	display: table;
	border-collapse: collapse;
}
.div_tr {
	display: table-row;
}
.div_th,.div_td {
	display: table-cell;
}

.tab_list2.div_tab {
	border-right:2px solid #cccccc ;
}
.tab_list2.div_tab .div_tr:first-child,
.tab_list2.div_tab .div_tr:last-child {
	border-bottom:2px solid #cccccc ;
}
.tab_list2.div_tab .div_td,
.tab_list2.div_tab .div_th {
	padding:3px 5px;
	border-left:2px solid #cccccc ;
	border-top:2px solid #cccccc ;
}
.tab_list2.div_tab .tab_nodatastr {
	display:table-caption ;
	caption-side :bottom;
	
	border-right:2px solid #cccccc ;
	border-bottom:2px solid #cccccc ;
	border-left:2px solid #cccccc ;
	
	text-align:center ;
}
div.apply a.btn {
	background-image: url("images/icon01_apply.png");
}

#apply_box .warpchooseauto {
    margin-left: auto;
    margin-right: auto;
	margin-top:5px;
    width: 680px;
}


#apply_box .warpchoose {
    border: 1px solid #d9d9d9;
    float: left;
    margin-bottom: 35px;
    padding-bottom: 5%;
    padding-left: 6%;
    padding-top: 5%;
    width: 95%;
}


#apply_box   .choose li {
    width: 50%;
}

#apply_box .choose li a:hover {
    background-position: 0 -41px;
    text-decoration: none;
}
#apply_box .choose li a {
    background-image: url("https://www.coco1490.com/images_group/btnov.png");
    color: #333;
    float: left;
    font-weight: bold;
    height: 41px;
    line-height: 38px;
    margin-bottom: 10px;
    margin-left: 35px;
    margin-right: 45px;
    text-align: center;
    width: 172px;
	font-size: 16px;
}
#apply_box  .choose li a:hover {
	background-position:0 -41px;
	text-decoration: none;
}
.input-text{
	width:280px;
}
#msg-service #shop-product .con{
	width:767px;
	overflow-y:auto;
	max-height:750px;
	maegin-top:5px;
}
#msg-service #shop-product li{
	width: 180px;
	margin: 0 35px
}

#msg-service #shop-product .info{
	padding-top: 0px;
}

.spc_b {
	padding: 4px 2px;
	float:left
}
.sp_cancel{
	cursor: pointer;
	color: #c00;
	padding: 4px 15px 0 0;
	margin-left:-20px;
	position: absolute;
}