.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 40px;
	height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f6f6f6;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}


/***RK 1128 begin
 ******************/

.clear-fix:before,
.clear-fix:after,
.clear-fix:before,
.clear-fix:after {
	display: table;
	content: " ";
}

.clear-fix:after,
.container:after,
.container-fluid:after {
	clear: both;
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.color-txt-666 {
	color: #666;
}

.color-txt-999 {
	color: #999;
}

.color-txt-4e9 {
	color: #4e90de;
}

.color-txt-de3 {
	color: #de3400;
}

.color-txt-d44 {
	color: #d44840;
}

.color-txt-3ba {
	color: #3ba027;
}

.fs14 {
	font-size: 14px;
}

.fs24 {
	font-size: 24px;
}

.fs36 {
	font-size: 36px;
}

.fs44 {
	font-size: 44px;
}

.mt15 {
	margin-top: 15px;
}
.mt18{
	margin-top: 18px;
}
.mt25 {
	margin-top: 25px;
}

.mt38 {
	margin-top: 38px;
}

.ml30 {
	margin-left: 30px;
}

.lh34 {
	line-height: 34px;
}

.font-bold {
	font-weight: bold;
}

.relative {
	position: relative;
}

.pt20{
	padding-top: 20px;
}
.pb20{
	padding-bottom: 20px;
}

ul {
	margin-bottom: 0 !important;
}

.recommend-box {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.recommend-box .title {
	color: #4e90e0;
	font-size: 18px;
	margin-left: 20px;
	margin-top: 19px;
	margin-bottom: 15px;
	font-weight: bold;
}

.recommend-box .item-box {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.recommend-box .item-box.state1 .item {
	width: inherit;
	height: 150px;
	background-image: url(../images/anamorphism-bg-01.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	overflow: hidden;
	border: 1px solid #f4f4f4;
	padding-left: 30px;
	padding-right: 30px;
}

.recommend-box .state1 .product-title {
	margin-top: 40px;
	font-size: 24px;
	color: #333;
}

.state1 .product-subtitle {
	margin-top: 10px;
}

.recommend-box .state1 .reason-box {
	width: 378px;
	height: 100%;
	margin-left: 25px;
	background-image: url(../images/bubble.png);
	background-size: 100% 130px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.recommend-box .reason-box .txt-centent {
	margin-top: 19px;
	width: 254px;
	height: 80px;
	padding: 15px 15px 15px 38px;
	background-image: url(../images/fabulous-icon.png);
	background-size: 18px 18px;
	background-position: 15px 15px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #555;
	line-height: 24px;
}

.recommend-box .state1 .btn-box {
	width: 161px;
	height: 57px;
	line-height: 55px;
	background-color: #4e90de;
	border-bottom: 6px solid #427bbd;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin-top: 46px;
	border-radius: 28px;
}

.recommend-box .item-box.state2 .item {
	float: left;
	width: 570px;
	height: 150px;
	background-image: url(../images/anamorphism-bg-02.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	border: 1px solid #f4f4f4;
	margin-left: 20px;
	padding: 20px;
}

.recommend-box .item-box.state2 .item:first-child {
	margin-left: 0 !important;
}

.recommend-box .state2 .product-title {
	font-size: 22px;
	color: #333;
}

.state2 .product-subtitle {
	margin-top: 5px;
}

.state2 .reason-box,
.state3 .reason-box {
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-image: url(../images/fabulous-icon.png);
	background-size: 18px 18px;
	background-position: 12px 5px;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 12px;
	font-size: 12px;
	color: #555;
	background-color: #edf4fb;
	display: inline-block;
	margin-top: 22px;
}

.state2 .btn-box {
	display: block;
	width: 160px;
	height: 40px;
	background-color: #4e90de;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 5px;
}

.state2 .btn-box:hover {
	opacity: .85;
}

.state3 .swiper-slide {
	width: 370px !important;
	height: 240px !important;
	border: 1px solid #f4f4f4;
	margin-left: 18px;
	text-align: center;
	overflow: hidden;
}

.state3 .swiper-slide:first-child {
	margin-left: 0px !important;
}

.state3 .swiper-slide .item {
	width: inherit;
	height: 240px;
	padding-top: 20px;
	transition: all .4s;
}

.state3 .swiper-slide:hover .btn-bar {
	transform: translateY(-52px);
	overflow: visible;
	transition: all .4s;
}

.state3 .product-title {
	font-size: 22px;
	color: #333;
}

.state3 .product-subtitle {
	margin-top: 5px;
	font-size: 14px;
}

.state3 .reason-box {
	margin-top: 28px;
}

.state3 .btn-bar {
	display: block;
	width: inherit;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background-color: #4e90de;
	transform: translateX(-2px);
}

.state3 .swiper-button-prev {
	left: -42px !important;
	z-index: 3;
	background-image: url(../images/left-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 22px;
	height: 40px;
}

.state3 .swiper-button-next {
	right: -42px !important;
	z-index: 3;
	background-image: url(../images/right-arrow.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 22px;
	height: 40px;
}

.product-table {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
.product-table tr:hover{
	border: none !important;
}
.product-table .table-content {
	display: none;
}

.table-nav ul {
	border-bottom: 2px solid #4e90de;
}

.product-table .table-nav li {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	cursor: pointer;
}

.product-table .table-nav .title {
	color: #4e90e0;
	cursor: text;
	font-weight: bold;
	margin-right: 10px;
}

.product-table .table-nav .navli {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-left: 10px;
	transition: all .2s;
	font-size: 14px;
	background-color: #e6e6e6;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.product-table .table-nav .navli.active{
	color: #fff !important;
	background-color: #4e90de;
}

.product-table .table-content-title li.active {
	color: #4e90de;
}

.product-table .table-content-title li.active .line {
	visibility: visible;
	width: 100%;
}

.product-table .table-content-title li:hover {
	color: #4e90de;
}

.product-table .table-content-title li:hover .line {
	visibility: visible;
	width: 100%;
	transition: all .2s;
}

.product-table .table-content-title li .line {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 2px;
	background-color: #4e90de;
}

.product-table .table-content-title>ul>li {
	float: left;
	padding: 20px 8px;
	position: relative;
	font-size: 13px;
	margin-left: 22px;
	cursor: pointer;
}
/*RK 1202 begin*/
/*.product-table .search-box {
	position: relative;
}
.ws-search-box .select2.select2-container{
	height: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	margin-top: 12px;
	color: #666;
}
.product-table .search-box .search-btn{
	width: 40px;
	height: 40px;
	background-image: url(../images/sousuo.png);
	background-position: center center;
	background-size: 17px 17px;
	background-repeat: no-repeat;
	background-color: #4e90de;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
}
.product-table .search-box .rk-cope-select{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 2px;
}
.product-table .search-box .rk-cope-select ul{
	max-height: 400px;
	overflow-y: auto;
	background-color: #fff;
	border-radius: 4px;
	
}
.product-table .search-box .rk-cope-select li{
	line-height: 40px;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	border-radius: 2px;
}
.product-table .search-box .rk-cope-select li:last-child{
	border-bottom: none !important;
}
.product-table .search-box .rk-cope-select li a{
	display: block;
	color: #555;
	padding-left: 20px;
}
.product-table .search-box .rk-cope-select li a:hover{
	color: #4e90de;
	background-color: #f4f4f4;
}*/
/*end*/

/*RK 1130 */

.product-table .search-box {
	position: relative;
}

.rk-cope-arrow {
	position: absolute;
	top: 1px;
	right: 2px;
	background-image: url(../images/copy-arrow.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 30px;
	height: 38px;
}


/*end*/

.product-table .table {
	display: none;
	border: 1px solid #f7f7f7;
	margin-top: 0;
}

.product-table .thead {
	height: 60px;
	background-color: #f4f7fb;
}

.product-table .thead th {
	font-size: 13px;
	color: #000;
	text-align: center;
}

.product-table .tr-head-name {
	text-align: left !important;
	padding-left: 20px;
}

.product-table .tr-content {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #efefef;
	background-color: #fff;
}

.product-table .tr-content:hover {
	background-color: #fef9f5;
}

.product-table .tr-content:last-child {
	border-bottom: none;
}

.product-table .tr-content td {
	font-size: 12px;
	color: #000;
	text-align: center;
}

.product-table .tr-name {
	color: #4e90de;
	text-align: left !important;
	padding-left: 20px;
}

.product-table .btn-td .btn-02 {
	padding: 8px 10px;
	border-radius: 4px;
	color: #ee8640;
	border: 1px solid #ee8640;
	cursor: pointer;
	transition: all .2s;
	margin-left: 12px;
}

.product-table .btn-td .btn-02:hover {
	background-color: #ee8640;
	color: #fff;
}

.product-table .btn-td .btn-01 {
	padding: 8px 10px;
	border-radius: 4px;
	color: #4e90de;
	border: 1px solid #4e90de;
	cursor: pointer;
	transition: all .2s;
}

.product-table .btn-td .btn-01:hover {
	background-color: #4e90de;
	color: #fff;
}

.popup-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, .5);
	display: none;
}

.popup {
	position: relative;
	width: 100%;
	height: 100%;
}

.popup-box .popup-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 2px;
	width: 350px;
	min-height: 150px;
	border-radius: 5px;
}

.popup-box .popup-modal .title {
	height: 40px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #efefef;
	position: relative;
}

.popup-box .popup-modal .title .close-btn {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/close.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: .8;
	cursor: pointer;
}

.popup-box .popup-modal .txt-content {
	padding: 30px;
	line-height: 24px;
	font-size: 14px;
}

.popup-box .btn-bar {
	padding-bottom: 25px;
}

.popup-box .btn-bar>a {
	float: left;
	display: block;
	width: 88px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #1E9FFF;
	margin-left: 15px;
	border-radius: 4px;
	border: 1px solid transparent;
}

.popup-box .btn-bar>a:first-child {
	margin-left: 76px;
	background-color: transparent;
	border-color: #1E9FFF;
	color: #1E9FFF;
}

.popup-box .btn-bar>a:hover {
	opacity: .85;
}


/***RK 1128 end
 ******************/

#floatdivids {
	width: 150px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

#ClickRemoveFlo {
	position: absolute;
	top: -15px;
	right: 0;
	cursor: pointer;
	background-image: url(../images/close.png);
	width: 15px;
	height: 15px;
	background-size: 10px 10px;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #dfdfdf;
}

.prohibit-btn {
	color: #ccc !important;
	border-color: #ccc !important;
	background-color: transparent !important;
	cursor: not-allowed !important;
}

.prohibit-btn:hover {
	color: #ccc !important;
	border-color: #ccc !important;
	background-color: transparent !important;
}
.mt12{
	margin-top: 12px;
}
