[class*=fr-],
[class*=fr-]:after,
[class*=fr-]:before {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

[class^=uno-] {
	box-sizing: border-box
}

button[class^=uno-],
input[class^=uno-],
select[class^=uno-] {
	-webkit-appearance: none;
	border-radius: 0
}

button[class^=uno-]:focus,
input[class^=uno-]:focus,
select[class^=uno-]:focus {
	outline: 0
}

ol[class^=uno-],
ul[class^=uno-] {
	list-style: none
}

a[class^=uno-] {
	text-decoration: none
}

.c-modal-mask {
	display: table-cell;
	vertical-align: middle;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	text-align: center
}

.c-modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none
}

.act-section{
    width: 1200px;
    margin: 0 auto;
}
@media screen and ( max-width: 768px){
    .act-section{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.act-btn {
    border: 1px solid #0008ff;
    box-sizing: border-box;
    color: #0008ff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 34px;
    min-width: 88px;
    outline: 0 none;
    padding: 0 16px;
    text-align: center;
    text-decoration: none
}

.act-btn-text {
    color: inherit
}

.act-btn:hover {
    background-color: #0008ff;
	color: #fff;
    text-decoration: none
}

.act-btn-pay {
    background-color: #ff7200
}

.act-btn-pay:hover {
    background-color: #f06c00
}

.act-btn-hole {
    background-color: transparent
}

.act-btn-hole, .act-btn-hole:hover {
    border-color: #0008ff;
    color: #0008ff
}

.act-btn-hole:hover {
    background-color: rgba(0, 164, 255, .15)
}

.act-btn-white-hole {
    background: transparent;
    border-color: #dcdee6;
    color: #fff
}

.act-btn-white-hole:hover {
    background-color: #fff;
    color: #000
}

.act-btn-weak {
    background: transparent;
    border-color: #dcdee6;
    color: #666
}

.act-btn-weak:hover {
    background: transparent;
    border-color: #999;
    color: #000
}

.act-btn-link {
    color: #333;
    min-width: 0
}

.act-btn-link, .act-btn-link:hover {
    background-color: transparent;
    border: none
}

.act-btn-link:hover {
    color: #0008ff
}

.act-btn-disabled, .act-btn-disabled:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #999;
    cursor: default
}

.act-btn-l {
    height: 40px;
    line-height: 38px
}

.act-btn-s {
    height: 32px;
    line-height: 30px
}

.act-btn-xs {
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    min-width: 80px;
    padding: 0 10px
}

.act-btn-full-width {
    display: block;
    min-width: 0;
    width: 100%
}

.act-btn-auto-width {
    min-width: 0
}

.act-btn .act-loading {
    display: none
}

.act-btn .act-loading-dot {
    background-color: #fff;
    vertical-align: middle
}

.act-btn-loading {
    cursor: default
}

.act-btn-loading .act-btn-text {
    display: none
}

.act-btn-loading .act-loading {
    display: block
}

.act-btn-loading:hover {
    background-color: #0008ff
}

.act-btn-pay.act-btn-loading:hover {
    background-color: #ff7200
}

.act-btn-hole .act-loading-dot {
    background-color: #0008ff
}

.act-btn-hole.act-btn-loading:hover, .act-btn-white-hole.act-btn-loading:hover {
    background-color: transparent
}

.act-btn-weak .act-loading-dot {
    background-color: #ddd
}

.act-btn-weak.act-btn-loading:hover {
    background-color: transparent;
    border-color: #ddd
}

.act-btn-link .act-loading-dot {
    background-color: #ddd
}

.act-btn-link.act-btn-loading:hover {
    background-color: transparent
}

.act-btn-disabled .act-loading-dot {
    background-color: #999
}

.act-btn-disabled.act-btn-loading:hover {
    background-color: #ddd
}
.c-modal-visible {
	display: table
}

.c-modal-hidden {
	display: none
}

.c-toasts {
	display: inline-block;
	font-size: 12px;
	line-height: 24px;
	border-radius: 2px;
	padding: 5px 20px;
	background-color: #fff
}

.c-toasts [class*=c-toasts-icon-] {
	vertical-align: top;
	margin-right: 10px
}

.c-toasts-icon-loading {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(images/toasts-icon-loading.gif);
	background-repeat: no-repeat
}

.c-dialog {
	max-width: 540px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	display: table
}

.c-dialog-hd {
	position: relative;
	z-index: 2
}

.c-dialog-hd-title {
	font-size: 14px;
	line-height: 65px;
	font-weight: 700;
	color: #333;
	padding-left: 25px;
	display: block
}

.c-dialog-hd-close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 11px;
	top: 50%;
	margin-top: -20px;
	background-color: transparent;
	font-size: 0;
	text-align: center
}

.c-dialog-hd-close span {
	display: none
}

.c-dialog-hd-close:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background-image: url(sprite/free-202111021449.png);
	background-position: -39px -68px
}

.c-dialog-hd-close:hover:before {
	background-image: url(sprite/free-202111021449.png);
	background-position: -26px -68px
}

.c-dialog-hd-close:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.c-dialog-hd-close:only-child {
	top: 28px
}

.c-dialog-ft {
	text-align: center;
	padding: 20px 25px 40px
}

.c-dialog-ft-btn {
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	border-radius: 2px;
	min-width: 66px;
	background-color: hsla(0, 0%, 100%, 0);
	border: 1px solid #0008ff;
	color: #0008ff;
	cursor: pointer
}

.c-dialog-ft-btn:hover {
	background-color: #0092ee;
	border-color: #0092ee;
	color: #fff
}

.c-dialog-ft-btn::-moz-focus-inner {
	border: 0;
	padding: 0
}

.c-dialog-ft-btn-sumbit {
	background-color: #0008ff;
	border-color: #0008ff;
	color: #fff
}

.c-dialog-ft-btn-sumbit:hover {
	background-color: #0092ee;
	border-color: #0092ee;
	color: #fff
}

.c-dialog-ft-btn-pay {
	background-color: #ff7200;
	border-color: #ff7200;
	color: #fff
}

.c-dialog-ft-btn-pay:hover {
	background-color: #f06c00;
	border-color: #f06c00;
	color: #fff
}

.c-dialog-ft-btn+.c-dialog-ft-btn {
	margin-left: 10px
}

.c-dialog-ft-btn-disabled,
.c-dialog-ft-btn-disabled:hover {
	cursor: default;
	color: #fff;
	background-color: #d5d7de;
	border-color: #d5d5d5
}

.c-dialog-bd {
	padding: 0 25px;
	min-height: 50px;
	max-height: 460px;
	overflow: hidden;
	overflow-y: auto;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	-webkit-overflow-scrolling: touch
}

.c-dialog-icon-confirm-success {
	background-image: url(images/c-dialog-icon-confirm-success.svg)
}

.c-dialog-icon-confirm-error,
.c-dialog-icon-confirm-success {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: cover
}

.c-dialog-icon-confirm-error {
	background-image: url(images/c-dialog-icon-confirm-error.svg)
}

.c-dialog-confirm {
	color: #74777c;
	padding: 45px 20px 25px;
	min-width: 200px;
	max-width: 400px
}

.c-dialog-confirm-title {
	font-size: 16px;
	color: #333;
	vertical-align: top;
	line-height: 24px;
	font-weight: 700;
	display: block
}

.c-dialog-confirm-title [class*=c-dialog-icon-] {
	vertical-align: top;
	margin-right: 10px
}

.c-dialog-confirm-desc {
	margin-top: 7px
}

.c-dialog-confirm a {
	color: #0008ff
}

.c-dialog-confirm a:hover {
	text-decoration: underline
}

.c-dialog-agreement {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	margin-bottom: -10px
}

.c-dialog-agreement ol,
.c-dialog-agreement p,
.c-dialog-agreement ul {
	margin-bottom: 10px
}

.c-dialog-agreement li+li {
	margin-top: 10px
}

.c-dialog-agreement li {
	color: #666
}

.c-dialog-agreement ol,
.c-dialog-agreement ul {
	margin-left: 1.5em
}

.c-dialog-agreement-with-counter {
	counter-reset: list
}

.c-dialog-agreement-with-counter p {
	counter-reset: item
}

.c-dialog-agreement-with-counter p:before {
	counter-increment: list;
	content: counter(list) ".";
	margin-right: 8px
}

.c-dialog-agreement-with-counter li:before {
	content: counters(list, ".") "."counter(item) ".";
	counter-increment: item;
	margin-right: 8px
}

.c-dialog-form {
	display: table;
	font-size: 12px
}

.c-dialog-form-row {
	display: table-row
}

.c-dialog-form-label {
	display: table-cell;
	white-space: nowrap;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
	line-height: 27px;
	font-size: 12px
}

.c-dialog-form-row-puretext .c-dialog-form-label {
	line-height: 1;
	vertical-align: middle
}

.c-dialog-form-control {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333
}

.c-dialog-form-textbox {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #d1d2d3;
	border-radius: 2px;
	color: #171d25;
	width: 160px;
	font-size: 12px;
	line-height: 21px;
	box-sizing: border-box;
	vertical-align: middle;
	outline: 0
}

.c-dialog-form-textbox:hover {
	border-color: #0008ff
}

.c-dialog-form-textbox-disabled,
.c-dialog-form-textbox-disabled:hover {
	background-color: #f0f1f2;
	color: #a2a2a2;
	cursor: default;
	border-color: #d1d2d3
}

.c-dialog-form-btn {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #2374e6;
	color: #0008ff;
	cursor: pointer;
	margin-left: 2px;
	vertical-align: middle
}

.c-dialog-form-btn:hover {
	background-color: #2374e6;
	color: #fff
}

.c-dialog-form-btn-disabled,
.c-dialog-form-btn-disabled:hover {
	cursor: default;
	color: #fff;
	background-color: #d5d7de;
	border-color: #d5d5d5
}

.c-dialog-form-help {
	font-size: 12px;
	line-height: 1.3;
	color: #ababab;
	margin-top: 9px
}

.c-dialog-form-help a {
	color: #0008ff
}

.c-dialog-form-help a:hover {
	text-decoration: underline
}

.c-dialog-form-row-error .c-dialog-form-textbox {
	color: #e1504a;
	border-color: #e1504a
}

.c-dialog-form-row-error .c-select {
	border-color: #e1504a !important
}

.c-dialog-form-row-error .c-dialog-form-help {
	color: #e1504a
}

.c-dialog-form-segment {
	font-size: 0;
	margin-bottom: -10px
}

.c-dialog-form-segment-item {
	min-width: 53px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccd1d9;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	color: #333;
	margin-left: -1px;
	position: relative;
	margin-bottom: 10px
}

.c-dialog-form-segment-tag {
	position: absolute;
	right: 0;
	top: -4px;
	background-color: #ff7300;
	padding: 1px 2px;
	overflow: hidden;
	color: #fff;
	height: 10px;
	line-height: 10px;
	font-size: 12px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.c-dialog-form-segment-item-actived {
	color: #0008ff;
	background-color: #d7e6f8;
	border-color: #0008ff;
	position: relative;
	z-index: 2
}

.c-dialog-form-segment-item-disabled {
	background-color: #ebebeb !important;
	cursor: default !important;
	color: #bbb !important
}

.c-dialog-form-segment-tip {
	display: inline-block;
	font-size: 12px;
	line-height: 25px;
	margin-left: 10px;
	vertical-align: top;
	color: #333
}

.c-dialog-form-segment-tip a {
	color: #2277da
}

.c-dialog .c-select {
	height: 27px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 3px;
	display: block
}

.c-dialog .c-select+.c-select {
	margin-top: 10px
}

.c-dialog-form-numberbox {
	display: inline-table;
	position: relative
}

.c-dialog-form-numberbox-input {
	display: table-cell;
	position: relative
}

.c-dialog-form-numberbox-input:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #bcc0c9
}

.c-dialog-form-numberbox-input:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #bcc0c9
}

.c-dialog-form-numberbox-input input {
	font-size: 14px;
	text-align: center;
	width: 60px;
	border: 0;
	height: 27px;
	padding: 0 5px;
	box-sizing: border-box;
	outline: 0;
	color: #333
}

.c-dialog-form-numberbox-btn {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background-color: #fafafa;
	width: 32px;
	border: 1px solid #c3c8cc;
	cursor: pointer
}

.c-dialog-form-numberbox-icon-minus,
.c-dialog-form-numberbox-icon-plus {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative
}

.c-dialog-form-numberbox-icon-minus:before,
.c-dialog-form-numberbox-icon-plus:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	width: 11px;
	height: 1px;
	background-color: #0d76ff
}

.c-dialog-form-numberbox-icon-plus:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	height: 11px;
	width: 1px;
	background-color: #0d76ff
}

.c-dialog-form-numberbox-btn-disabled {
	background-color: #ebebeb;
	cursor: default
}

.c-dialog-form-numberbox-btn-disabled .c-dialog-form-numberbox-icon-minus:after,
.c-dialog-form-numberbox-btn-disabled .c-dialog-form-numberbox-icon-minus:before,
.c-dialog-form-numberbox-btn-disabled .c-dialog-form-numberbox-icon-plus:before {
	background-color: #bbb
}

.c-dialog-form-price {
	font-size: 0
}

.c-dialog-form-price-new {
	color: #ff7200
}

.c-dialog-form-price-label {
	font-size: 14px
}

.c-dialog-form-price-num {
	font-size: 20px;
	vertical-align: -1px
}

.c-dialog-form-price-unit {
	font-size: 14px
}

.c-dialog-form-price-origin {
	color: #999;
	margin-left: 5px
}

.c-dialog-form-price-origin .c-dialog-form-price-label,
.c-dialog-form-price-origin .c-dialog-form-price-num,
.c-dialog-form-price-origin .c-dialog-form-price-unit {
	font-size: 14px
}

.c-dialog-form-callback {
	font-size: 12px;
	color: #666
}

.c-iframedialog {
	max-width: 540px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	display: table
}

.c-iframedialog-hd {
	position: relative;
	z-index: 2
}

.c-iframedialog-hd-title {
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	color: #333;
	padding-left: 20px;
	border: solid #dadde0;
	border-width: 1px 1px 0;
	display: block
}

.c-iframedialog-hd-close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 50%;
	margin-top: -20px;
	background-color: transparent;
	font-size: 0;
	text-align: center
}

.c-iframedialog-hd-close span {
	display: none
}

.c-iframedialog-hd-close:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 12px;
	background-image: url(sprite/free-202111021449.png);
	background-position: -39px -68px
}

.c-iframedialog-hd-close:hover:before {
	background-image: url(sprite/free-202111021449.png);
	background-position: -26px -68px
}

.c-iframedialog-hd-close:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.c-iframedialog-hd-close:only-child {
	top: 20px
}

.c-iframedialog-bd {
	border: 1px solid #dadde0;
	background-color: #fff;
	min-height: 50px;
	max-height: 460px;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

.c-iframedialog-bd iframe {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top
}

.c-dialog-screen-large {
	max-width: 700px
}

.bubble-icon-plaint {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 99.05000000000001% 1.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.e-bubble {
	position: absolute
}

.e-bubble .e-bubble-inner:after,
.e-bubble .e-bubble-inner:before {
	font-size: 0;
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border: 6px dashed transparent
}

.e-bubble .e-bubble-inner:after {
	border: 5px dashed transparent
}

.e-bubble-inner {
	font-size: 12px;
	-moz-box-sizing: border-box;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: #fff;
	line-height: 1.5;
	position: static !important;
	left: 50%;
	top: 50%;
	color: #000;
	box-sizing: border-box;
	white-space: normal
}

.e-bubble-inner a {
	color: #0008ff
}

.e-bubble-top .e-bubble-inner:after,
.e-bubble-top .e-bubble-inner:before {
	bottom: 100%;
	left: inherit;
	right: inherit;
	margin-bottom: -1px;
	border-bottom-style: solid
}

.e-bubble-top .e-bubble-inner:before {
	margin-left: -6px;
	border-bottom-color: #ddd
}

.e-bubble-top .e-bubble-inner:after {
	margin-left: -5px;
	border-bottom-color: #fff
}

.e-bubble-right .e-bubble-inner:after,
.e-bubble-right .e-bubble-inner:before {
	top: inherit;
	bottom: inherit;
	left: 100%;
	margin-left: -1px;
	border-left-style: solid
}

.e-bubble-right .e-bubble-inner:before {
	margin-top: -8px;
	border-left-color: #ddd
}

.e-bubble-right .e-bubble-inner:after {
	margin-top: -7px;
	border-left-color: #fff
}

.e-bubble-bottom .e-bubble-inner:after,
.e-bubble-bottom .e-bubble-inner:before {
	top: 100%;
	left: inherit;
	right: inherit;
	margin-top: -1px;
	border-top-style: solid
}

.e-bubble-bottom .e-bubble-inner:before {
	margin-left: -6px;
	border-top-color: #ddd
}

.e-bubble-bottom .e-bubble-inner:after {
	margin-left: -5px;
	border-top-color: #fff
}

.e-bubble-left .e-bubble-inner:after,
.e-bubble-left .e-bubble-inner:before {
	top: inherit;
	bottom: inherit;
	right: 100%;
	margin-right: -1px;
	border-right-style: solid
}

.e-bubble-left .e-bubble-inner:before {
	margin-top: -7px;
	border-right-color: #ddd
}

.e-bubble-left .e-bubble-inner:after {
	margin-top: -6px;
	border-right-color: #fff
}

.e-bubble-trigger {
	position: relative;
	display: inline-block;
	vertical-align: top
}

.e-bubble-trigger .icon {
	cursor: pointer
}

.e-bubble-trigger .icon-text {
	font-size: 14px;
	cursor: pointer
}

.e-bubble-trigger .e-bubble {
	visibility: hidden;
	width: 300px;
	transition: .3s ease;
	transition-delay: 0s;
	text-align: center;
	pointer-events: none;
	opacity: 0
}

.e-bubble-trigger .e-bubble .e-bubble-inner {
	display: inline-block;
	overflow-y: auto;
	max-width: 100%;
	max-height: 100%;
	text-align: left;
	vertical-align: middle;
	pointer-events: auto;
	font-weight: 400
}

.e-bubble-trigger .e-bubble-bottom,
.e-bubble-trigger .e-bubble-top {
	left: 50%;
	margin-left: -150px
}

.e-bubble-trigger .e-bubble-top {
	top: 100%;
	margin-top: 8px;
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

.e-bubble-trigger .e-bubble-bottom {
	bottom: 100%;
	margin-bottom: 8px;
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

.e-bubble-trigger.hover .e-bubble-bottom,
.e-bubble-trigger.hover .e-bubble-top,
.e-bubble-trigger:hover .e-bubble-bottom,
.e-bubble-trigger:hover .e-bubble-top {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.e-bubble-trigger .e-bubble-left,
.e-bubble-trigger .e-bubble-right {
	top: 50%;
	height: 300px;
	margin-top: -150px
}

.e-bubble-trigger .e-bubble-left:before,
.e-bubble-trigger .e-bubble-right:before {
	font-size: 0;
	display: inline-block;
	width: 0;
	height: 100%;
	content: "";
	vertical-align: middle
}

.e-bubble-trigger .e-bubble-left {
	text-align: left;
	left: 100%;
	margin-left: 8px;
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px)
}

.e-bubble-trigger .e-bubble-right {
	text-align: right;
	right: 100%;
	margin-right: 8px;
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

.e-bubble-trigger.hover .e-bubble-left,
.e-bubble-trigger.hover .e-bubble-right,
.e-bubble-trigger:hover .e-bubble-left,
.e-bubble-trigger:hover .e-bubble-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.e-bubble-trigger.disable-hover .e-bubble-bottom,
.e-bubble-trigger.disable-hover .e-bubble-top {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.e-bubble-trigger.disable-hover .e-bubble-left,
.e-bubble-trigger.disable-hover .e-bubble-right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.e-bubble-trigger.disable-hover:hover .e-bubble {
	visibility: hidden;
	opacity: 0
}

.e-bubble-trigger.show-bubble .e-bubble,
.e-bubble-trigger.show-bubble:hover .e-bubble {
	z-index: 9999;
	visibility: visible;
	opacity: 1
}

.dialog {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.dialog-mask {
	display: table-cell;
	vertical-align: middle;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	text-align: center
}

.dialog-wrapper {
	max-width: 540px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	display: table;
	position: relative
}

.dialog-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	background-color: transparent;
	font-size: 0;
	text-align: center
}

.dialog-close span {
	display: none
}

.dialog-close:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 12px;
	background-image: url(sprite/free-202111021449.png);
	background-position: -81px -52px
}

.dialog-close:hover:before {
	background-image: url(sprite/free-202111021449.png);
	background-position: -68px -52px
}

.dialog-close:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle
}

.dialog-header {
	border: solid #dadde0;
	border-width: 1px 1px 0;
	position: relative
}

.dialog-header-title {
	font-size: 16px;
	line-height: 2.5;
	font-weight: 400;
	color: #333;
	padding-left: 20px
}

.dialog-header .dialog-close {
	right: 0;
	top: 50%;
	margin-top: -20px
}

.dialog-footer {
	text-align: center;
	padding: 15px 20px;
	background-color: #f0f4f7;
	border: 1px solid #dadde0;
	border-top: 0 solid #dadde0
}

.dialog-footer-button {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 2.1;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	min-width: 66px;
	background-color: #fff;
	border: 1px solid #b4b7bf;
	color: #2277da;
	cursor: pointer
}

.dialog-footer-button:hover {
	background-color: #f2f2f2;
	border-color: #b4b7bf;
	color: #2277da
}

.dialog-footer-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.dialog-footer-button-sumbit {
	background-color: #2277da;
	border-color: #2277da;
	color: #fff
}

.dialog-footer-button-sumbit:hover {
	background-color: #116ddd;
	border-color: #116ddd;
	color: #fff
}

.dialog-footer-button+.dialog-footer-button {
	margin-left: 10px
}

.dialog-body {
	padding: 20px;
	border: 1px solid #dadde0;
	min-height: 50px;
	max-height: 460px;
	overflow: auto;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	-webkit-overflow-scrolling: touch
}

.icon-dialog-confirm-success {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(sprite/free-202111021449.png);
	background-position: -68px 0px
}

.icon-dialog-confirm-danger {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(sprite/free-202111021449.png);
	background-position: -68px -26px
}

.icon-dialog-confirm-error {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(sprite/free-202111021449.png);
	background-position: 0px -68px
}

.dialog-confirm-details {
	color: #74777c;
	padding: 15px 20px;
	min-width: 200px;
	max-width: 400px
}

.dialog-confirm-details-summary {
	font-size: 18px;
	color: #171d25;
	vertical-align: top;
	line-height: 24px
}

.dialog-confirm-details-summary [class*=icon-] {
	vertical-align: top;
	margin-right: 10px
}

.dialog-confirm-details-summary+p {
	margin-top: 10px
}

.dialog-confirm-details em {
	font-size: 18px;
	color: #ff7a22
}

.dialog-confirm-details a {
	color: #2277da
}

.dialog-confirm-details a:hover {
	text-decoration: underline
}

.icon-alert-loading {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(images/icon-alert-loading.gif);
	background-repeat: no-repeat
}

.dialog-alert-wrapper {
	display: inline-block;
	border: 1px solid #d1d2d3;
	font-size: 12px;
	line-height: 2;
	border-radius: 2px;
	padding: 5px 20px;
	background-color: #fff
}

.dialog-alert-wrapper [class*=icon-] {
	vertical-align: top;
	margin-right: 10px
}

.dialog-agreement-details {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: -18px
}

.dialog-agreement-details dl,
.dialog-agreement-details ol,
.dialog-agreement-details p,
.dialog-agreement-details ul {
	margin-bottom: 18px
}

.dialog-agreement-details p+ol,
.dialog-agreement-details p+ul {
	margin-top: -18px
}

.dialog-agreement-details dd,
.dialog-agreement-details li {
	color: #666
}

.dialog-agreement-details ol li {
	list-style-type: decimal;
	list-style-position: outside
}

.dialog-agreement-details dd {
	margin-left: 1.5em
}

.dialog-agreement-details ol,
.dialog-agreement-details ul {
	margin-left: 1.5em;
	padding-left: 1.5em
}

.dialog-confirm-details .dialog-agreement-details {
	margin-top: 10px
}

.dialog-confirm-details .dialog-agreement-details dd {
	margin-left: 0
}

.dialog-form {
	display: table;
	font-size: 14px;
	padding-right: 20px
}

.dialog-form-row {
	display: table-row
}

.dialog-form-label {
	display: table-cell;
	white-space: nowrap;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666
}

.dialog-form-label-top {
	vertical-align: top;
	line-height: 35px
}

.dialog-form-control {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333
}

.dialog-form-textbox {
	display: inline-block;
	padding: 4.5px 10px;
	border: 1px solid #d1d2d3;
	border-radius: 2px;
	color: #171d25;
	width: 160px;
	font-size: 12px;
	line-height: 21px;
	box-sizing: border-box;
	vertical-align: middle
}

.dialog-form-textbox:hover {
	border-color: #2277da;
	outline: 0
}

.dialog-form-textbox-disabled,
.dialog-form-textbox-disabled:hover {
	background-color: #f0f1f2;
	color: #a2a2a2;
	cursor: default;
	border-color: #d1d2d3
}

.dialog-form-button {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	background-color: #fcfcfc;
	border: 1px solid #d1d2d3;
	color: #2277da;
	cursor: pointer;
	margin-left: 2px;
	vertical-align: middle
}

.dialog-form-button:hover {
	background-color: #f2f2f2;
	border-color: #b4b7bf
}

.dialog-form-button-disabled,
.dialog-form-button-disabled:hover {
	cursor: default;
	color: #a2a2a2;
	background-color: #e8e8e8;
	border-color: #d5d5d5
}

.dialog-form-help {
	font-size: 12px;
	line-height: 1.8;
	color: #ababab
}

.dialog-form-row-error .dialog-form-textbox {
	color: #e1504a;
	border-color: #e1504a
}

.dialog-form-row-error .dialog-form-help {
	color: #e1504a
}

.dialog-form-price-new .dialog-form-price-text {
	font-size: 20px;
	line-height: 1
}

.dialog-form-price-origin {
	margin-left: 4px
}

.dialog {
	display: none
}

.is-in {
	display: table
}

.is-out {
	display: none
}

.dialog-wrapper-large {
	max-width: 700px
}

.dialog-body-iframe {
	padding: 0
}

.dialog-iframe {
	vertical-align: top
}

.dialog-prompt {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 20px;
	padding: 5px 10px;
	color: #264663;
	border: 1px solid #7ab1de;
	border-radius: 2px;
	background: #d2e7f7
}

.dialog-table-panel {
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 20px
}

.dialog-table-panel a {
	vertical-align: middle;
	color: #0008ff;
	text-decoration: none
}

.dialog-table-panel a:hover {
	text-decoration: underline
}

.dialog-table-panel .black-seperate-line-icon {
	border-right: 1px solid #ccc;
	display: inline-block;
	height: 12px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle
}

.dialog-table-panel .text-center {
	text-align: center !important
}

.dialog-table-panel .text-left {
	text-align: left !important
}

.dialog-table-panel .text-right {
	text-align: right !important
}

.dialog-table-panel .dialog-table-box .text {
	vertical-align: middle
}

.dialog-table-panel p.text-overflow,
.dialog-table-panel span.text-overflow {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap
}

.dialog-table-panel p.text-overflow {
	display: block;
	margin-bottom: 0
}

.dialog-table-panel th span.text-overflow {
	vertical-align: baseline
}

.dialog-table-fixed-body .text-overflow.m-width,
.dialog-table-fixed-body i~.text-overflow {
	max-width: 78%
}

.dialog-table-panel .text-overflow.restart {
	color: #a2a2a2
}

.dialog-table-panel .text-overflow.succeed {
	color: #06c290
}

.dialog-table-panel .text-overflow.error {
	color: #e1504a
}

.dialog-table-panel .text-overflow.warning {
	color: #ed711f
}

.dialog-table-panel .dialog-table-box .gray-text {
	color: #73777b
}

.dialog-table-panel .dialog-table-box .org-text {
	color: #ff7200
}

.dialog-table-panel .dialog-table-box {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	position: relative
}

.dialog-table-panel thead {
	color: #454951;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	margin-right: 0;
	width: 100%
}

.dialog-table-fixed-head,
.dialog-table-panel thead {
	background-color: #f6f8fa;
	border-bottom: 1px solid #d1d5de;
	border-top: 1px solid #d1d5de
}

.dialog-table-fixed-head thead {
	background-color: transparent;
	border: 0
}

.dialog-table-panel thead tr {
	background-color: #f6f8fa
}

.dialog-table-panel thead .dialog-th-sort-btn {
	color: #454951;
	cursor: pointer;
	display: block;
	position: relative;
	padding-right: 10px
}

.dialog-table-panel thead .dialog-th-sort-btn span {
	max-width: 88%;
	margin-right: 5px
}

.dialog-table-panel thead .dialog-th-sort-btn:hover {
	color: #0008ff
}

.dialog-table-panel thead .dialog-th-sort-btn i.down-sort-icon,
.dialog-table-panel thead .dialog-th-sort-btn i.up-sort-icon {
	display: none
}

.dialog-table-panel thead .dialog-th-sort-btn i.filtrate-icon,
.dialog-table-panel thead .dialog-th-sort-btn i.sort-icon,
.dialog-table-panel thead .dialog-th-sort-btn.current i.down-sort-icon,
.dialog-table-panel thead .dialog-th-sort-btn.current i.up-sort-icon {
	display: inline-block;
	position: absolute;
	top: 10px
}

.dialog-table-panel thead .resize-line-icon {
	border-right: 1px solid #d1d5de;
	position: absolute;
	right: 0;
	height: 20px;
	top: 5px;
	cursor: e-resize;
	padding: 0 5px
}

.dialog-table-panel .dialog-table-fixed-body {
	overflow-y: auto;
	border-bottom: 1px solid #d1d5de
}

.dialog-table-panel .dialog-table-box tr {
	outline: 0
}

.dialog-table-panel .dialog-table-box td>div,
.dialog-table-panel .dialog-table-box th>div {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	box-sizing: border-box
}

.dialog-table-panel .dialog-table-box th>div {
	height: 30px;
	position: relative;
	color: #454a51
}

.dialog-table-panel .tc-table .tc-icon-bubble {
	padding-left: 0;
	padding-right: 0
}

.dialog-table-panel .dialog-table-box td,
.dialog-table-panel .dialog-table-box th {
	text-align: left;
	vertical-align: middle;
	padding: 0;
	font-size: 0
}

.dialog-table-panel .dialog-table-box th {
	position: relative
}

.dialog-table-panel .dialog-table-box td {
	border-bottom: 1px solid #e6ebf2;
	color: #454a51;
	font-size: 0;
	line-height: 19px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: left;
	vertical-align: middle;
	height: 42px;
	word-break: break-word
}

.dialog-table-rowhover tbody .tr-hover,
.dialog-table-rowhover tbody tr:hover {
	background-color: #eaf3fd
}

.dialog-table-rowhover tbody tr .hover-icon {
	display: none
}

.dialog-table-rowhover tbody tr:hover .hover-icon {
	display: inline-block
}

.dialog-table-rowhover tbody tr.new-row {
	background-color: #fff8e4
}

.dialog-table-rowhover tbody tr.new-row .new-mark-icon {
	margin-left: 3px
}

.dialog-table-rowhover tbody tr.current,
.dialog-table-rowhover tbody tr.selected,
.dialog-table-rowhover tbody tr:focus {
	background-color: #dae9fb
}

.dialog-table-rowhover tbody tr.disable {
	background-color: #fff
}

.dialog-table-rowhover tbody tr td a.disable,
.dialog-table-rowhover tbody tr.disable td,
.dialog-table-rowhover tbody tr.disable td a {
	color: #a2a2a2;
	cursor: default;
	text-decoration: none
}

.dialog-table-panel td.dialog-news-tips-box {
	background-color: #fffcee;
	line-height: 20px;
	height: 20px;
	text-align: center
}

.dialog-table-panel td.dialog-news-tips-box a {
	vertical-align: baseline
}

.dialog-table-panel .dialog-filtrate-btn {
	cursor: pointer;
	position: relative;
	padding-right: 10px;
	display: block
}

.dialog-table-panel .dialog-filtrate-btn .filtrate-icon {
	position: absolute;
	top: 10px
}

.dialog-table-panel .dialog-filtrate-btn span {
	max-width: 76%;
	margin-right: 5px
}

.dialog-table-panel .dialog-filtrate-btn.current,
.dialog-table-panel .dialog-filtrate-btn:hover {
	color: #0008ff
}

th.text-right .dialog-filtrateu {
	right: 10px
}

.dialog-table-panel {
	position: relative
}

.dialog-table-panel .fixed-column {
	position: absolute;
	background: #fff;
	z-index: 3
}

.fixed-column-shadow:after {
	content: "";
	position: absolute;
	top: 0;
	left: -3px;
	left: 0\9;
	height: 100%;
	width: 3px;
	background-image: linear-gradient(270deg, hsla(0, 0%, 39.2%, .2), hsla(0, 0%, 100%, 0))
}

.dialog-table-box .full-cols-hint td {
	text-align: center
}

.dialog-table-box .full-cols-hint td a {
	vertical-align: baseline
}

.dialog-table-panel td>div>a {
	margin-right: 10px
}

.dialog-table-panel td>div>a:last-child {
	margin-right: 0
}

.dialog-table-panel td>div>.black-seperate-line-icon {
	display: none
}

.dialog-table-tips {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px
}

.dialog-table-tips a {
	color: #0008ff
}

.dialog-table-tips .org-text {
	color: #ed711f
}

.dialog-table-toggle {
	position: relative
}

.dialog-table-toggle:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed
}

.dialog-table-toggle-actived:after,
.dialog-table-toggle:after {
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dialog-table-toggle-actived:after {
	border-bottom: 4px dashed;
	border-top: 0
}

.dialog-form-segment {
	font-size: 0;
	margin-bottom: -10px
}

.dialog-form-segment-item {
	width: 53px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #ccd1d9;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-left: -1px;
	position: relative;
	margin-bottom: 10px
}

.dialog-form-segment-tag {
	position: absolute;
	right: 0;
	top: -4px;
	background-color: #ff7300;
	padding: 1px 2px;
	overflow: hidden;
	color: #fff;
	height: 10px;
	line-height: 10px;
	font-size: 12px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.dialog-form-segment-item-actived {
	color: #0008ff;
	background-color: #d7e6f8;
	border-color: #0008ff;
	position: relative;
	z-index: 2
}

.dialog-form-segment-item-disabled {
	background-color: #ebebeb !important;
	cursor: default !important;
	color: #bbb !important
}

.dialog-form-segment-tip {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-size: 14px;
	line-height: 33px;
	color: #333
}

.dialog-form-segment-tip a {
	color: #0008ff
}

.dialog-form-price {
	font-size: 0;
	line-height: 30px;
	height: 30px
}

.dialog-form-price-new {
	color: #ff7200
}

.dialog-form-price-label {
	font-size: 18px
}

.dialog-form-price-num {
	font-size: 20px
}

.dialog-form-price-unit {
	font-size: 18px
}

.dialog-form-price-origin {
	color: #999;
	margin-left: 5px
}

.dialog-form-price-origin .dialog-form-price-label,
.dialog-form-price-origin .dialog-form-price-unit {
	font-size: 14px
}

.dialog-form-price-origin .dialog-form-price-num {
	font-size: 16px
}

.dialog-form-callback {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 30px
}

.shop-ui-block {
	display: inline-block;
	margin-bottom: -10px
}

.shop-ui-block,
.shop-ui-block .b-item {
	position: relative;
	vertical-align: middle
}

.shop-ui-block .b-item {
	height: 33px;
	line-height: 33px;
	background: #fff;
	border: 1px solid #ccd1d9;
	text-align: center;
	color: #333;
	margin-left: -1px;
	margin-top: -1px;
	float: left;
	font-size: 14px;
	z-index: 0;
	margin-bottom: 10px
}

.shop-ui-block .b-item i {
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 10
}

.shop-ui-block .b-item:hover {
	border: 1px solid #8a9099;
	z-index: 1
}

.shop-ui-block .b-first {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	margin-left: 0
}

.shop-ui-block .b-last {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.shop-ui-block .b-selected,
.shop-ui-block .b-selected:hover {
	border-color: #2277da;
	position: relative;
	background: #d7e6f8;
	color: #2277da;
	z-index: 2
}

.shop-ui-block .b-disable,
.shop-ui-block .b-disable:hover {
	border-color: #c1c6cb;
	position: relative;
	background: #eaeef1;
	color: #a4a4a4;
	cursor: default
}

.ui-block-70 .b-item {
	width: 53px;
	text-align: center
}

.ui-block-80 .b-item,
.ui-block-90 .b-item {
	width: 88px;
	text-align: center
}

.ui-block-100 .b-item {
	width: 98px;
	text-align: center
}

.ui-block-100 .b-item.long {
	padding-right: 15px
}

.ui-block-auto .b-item {
	min-width: 70px;
	padding: 0 15px;
	text-align: center
}

.ui-block-auto .b-item.long {
	padding-right: 33px
}

.ui-block-control {
	position: absolute;
	left: 95px;
	top: -18px;
	font-size: 0
}

.ui-block-title {
	text-align: center;
	font-size: 12px;
	overflow: hidden
}

.ui-block-title,
.ui-block-title span {
	display: inline-block;
	position: relative
}

.ui-block-title span {
	padding: 0 5px;
	background-color: #fff;
	color: #999;
	z-index: 1
}

.ui-block-title:after {
	content: "";
	display: block;
	position: relative;
	top: -7px;
	margin-left: 5px;
	margin-right: 5px;
	height: 1px;
	background-color: #ccd1d9
}

.item-mini .shop-ui-block .b-item,
.shop-ui-block.m .b-item {
	height: 25px;
	line-height: 25px;
	min-width: 30px;
	padding: 0 10px;
	text-align: center;
	font-size: 12px
}

.shop-ui-block-break {
	margin-top: 32px
}

.shop-ui-block-break.light {
	margin-top: 10px
}

.shop-ui-block-break~.shop-links {
	display: inline-block;
	margin-top: 25px
}

.shop-ui-block-break.light~.shop-links {
	margin-top: 5px
}

.shop-ui-block-sub {
	padding-top: 10px
}

.ui-block-control-break {
	top: 48px
}

.shop-ui-block-break+.ui-block-control-break {
	top: 115px
}

.shop-ui-block-break+.ui-block-control-break+.shop-ui-block-break+.ui-block-control-break {
	top: 182px
}

.shop-ui-block .b-last~.b-item {
	margin-top: 10px
}

.shop-ui-block br,
.shop-ui-block~br {
	clear: both
}

.shop-ui-block-icon {
	position: absolute;
	top: -4px !important;
	right: 0 !important;
	z-index: 100;
	padding: 1px 2px;
	overflow: hidden;
	background-color: #ff7300;
	color: #fff;
	height: 10px;
	line-height: 10px
}

.shop-ui-block-icon em {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

.shop-selectbox {
	width: 302px
}

.shop-selectbox .c-select {
	margin-bottom: 10px
}

.dialog-form-row-error .c-select {
	border-color: #e1504a
}

.dialog-footer-button-loading {
	text-align: center
}

.dialog-footer-button-loading>div {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: bouncedelay .7s ease-in-out infinite both;
	animation: bouncedelay .7s ease-in-out infinite both;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px
}

.dialog-footer-button-loading>div:first-child {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.dialog-footer-button-loading>div:nth-child(2) {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

	0%,
	80%,
	to {
		-webkit-transform: scale(.5);
		opacity: 1
	}

	40% {
		-webkit-transform: scale(1);
		opacity: .8
	}
}

@keyframes bouncedelay {

	0%,
	80%,
	to {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1
	}

	40% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: .8
	}
}

.shop-checkblock {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: -10px;
	font-size: 0
}

.shop-checkblock>li {
	display: inline-table;
	width: 33.333%;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px
}

.shop-checkblock-item,
.shop-checkblock>li {
	vertical-align: middle;
	box-sizing: border-box
}

.shop-checkblock-item {
	display: table-cell;
	position: relative;
	padding: 0 15px;
	width: 240px;
	height: 78px;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
	transition: all .2s;
	overflow: hidden
}

.shop-checkblock-item-title {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 400;
	font-weight: 700;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis
}

.shop-checkblock-item-desc {
	max-height: 36px;
	font-size: 12px;
	line-height: 1.5;
	color: #999;
	overflow: hidden
}

.shop-checkblock-item-radio {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 1px;
	height: 1px;
	visibility: hidden
}

.shop-checkblock-item:hover {
	background-color: #fafafa;
	border-color: #bfbfbf
}

.shop-checkblock-item.activied {
	border-color: #2277da;
	background-color: #fff;
	cursor: default
}

.shop-checkblock-item.activied:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 0.95% 98.89%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.shop-checkblock+.shop-tip-word {
	margin-top: 0
}

.shop-checkblock.multi-desc .shop-checkblock-item {
	height: 110px
}

.e-dialog-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .7;
	z-index: 1000
}

.e-dialog {
	background-color: #fff;
	position: fixed;
	z-index: 1001;
	min-width: 420px;
	padding-bottom: 40px
}

.e-dialog-hd {
	position: relative;
	z-index: 2;
	min-height: 41px;
	box-sizing: border-box
}

.e-dialog-title {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #333;
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-top: 25px
}

.c-dialog-close {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 25px;
	top: 25px;
	font-size: 0;
	cursor: pointer
}

.e-dialog-ft {
	font-size: 0;
	text-align: center;
	padding: 30px 25px 0
}

.e-dialog-ft>span+span {
	margin-left: 25px
}

.e-dialog-ft .c-btn {
	min-width: 120px
}

.e-dialog-bd {
	max-height: 450px;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px 25px 0
}

.e-dialog-bd .e-sell-config-buy {
	padding: 0
}

.e-dialog-icon-confirm-success {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 39.33% 39.190000000000005%;
	background-size: 378.125% 331.25%;
	;
	background-repeat: no-repeat
}

.e-dialog-icon-confirm-error {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 1.1199999999999999% 39.190000000000005%;
	background-size: 378.125% 331.25%;
	;
	background-repeat: no-repeat
}

.e-dialog-ft .e-dialog-ft-col {
	padding: 0 20px;
	text-align: left
}

.e-dialog-confirm {
	margin-top: 7px;
	box-sizing: border-box;
	padding: 0 0 0 42px;
	min-width: 200px;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto
}

.e-dialog-confirm-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	position: relative
}

.e-dialog-confirm-title i {
	margin-right: 10px;
	vertical-align: middle;
	position: absolute;
	left: -42px;
	top: -5px
}

.e-dialog-confirm-desc {
	font-size: 14px;
	line-height: 20px;
	margin-top: 11px;
	color: #666
}

.e-dialog-confirm-desc em {
	color: #ff7200
}

.e-dialog-confirm-center {
	padding-left: 0
}

.e-dialog-confirm-center .e-dialog-confirm-title {
	text-align: center
}

.e-dialog-confirm-center .e-dialog-confirm-title i {
	position: relative;
	display: inline-block;
	left: 0;
	top: -2px
}

.e-dialog-b {
	min-width: 420px;
	max-width: 600px
}

.e-dialog-agreement {
	font-size: 14px;
	color: #666;
	line-height: 20px
}

.e-dialog-agreement h3 {
	color: #000;
	font-weight: 700;
	margin-bottom: 20px
}

.e-dialog-agreement ol,
.e-dialog-agreement p,
.e-dialog-agreement ul {
	margin-bottom: 10px
}

.e-dialog-agreement ol,
.e-dialog-agreement ul {
	padding-left: 1.5em
}

.e-dialog-agreement li+li {
	margin-top: 10px
}

.e-dialog-order-payment {
	background-color: #f7f8fa;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: -25px;
	margin-left: -25px;
	font-size: 0;
	padding-top: 20px
}

.e-dialog-order-payment .order-payment-main {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	background-color: #00bd00;
	padding: 10px 15px 15px;
	box-sizing: border-box
}

.e-dialog-order-payment .order-payment-channel-name {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: 400
}

.e-dialog-order-payment .order-payment-channel-icon-wx {
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 24px;
	margin-right: 7px;
	background-image: url(sprite/free-202111021449.png);
	background-position: -34px -34px
}

.e-dialog-order-payment .order-payment-channel-qrcode {
	margin-top: 10px
}

.e-dialog-order-payment .order-payment-channel-qrcode img {
	display: block;
	width: 100%;
	height: auto
}

.e-dialog-order-payment .order-payment-aside {
	vertical-align: top;
	display: inline-block;
	padding-left: 40px;
	padding-top: 15px
}

.e-dialog-order-payment .order-payment-amount {
	font-size: 18px
}

.e-dialog-order-payment .order-payment-amount-num {
	font-size: 30px;
	color: #ff7800
}

.e-dialog-order-payment .order-payment-desc {
	font-size: 14px;
	margin-top: 2px
}

.e-dialog-order-payment .order-payment-steps {
	margin-top: 33px
}

.e-dialog-order-payment .order-payment-steps-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative
}

.e-dialog-order-payment .order-payment-steps-item+.order-payment-steps-item {
	padding-left: 48px
}

.e-dialog-order-payment .order-payment-steps-item+.order-payment-steps-item:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	margin-left: -30%;
	top: 8px;
	height: 1px;
	background-color: #7c848e
}

.e-dialog-order-payment .order-payment-steps-num {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #7c848e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 16px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
	position: relative;
	z-index: 2
}

.e-dialog-order-payment .order-payment-steps-figure {
	margin-bottom: 5px
}

.e-dialog-order-payment .icon-order-payment-steps {
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: top
}

.e-dialog-order-payment .icon-order-payment-steps-scan {
	background-image: url(sprite/free-202111021449.png);
	background-position: 0px -34px
}

.e-dialog-order-payment .icon-order-payment-steps-qrcode {
	background-image: url(sprite/free-202111021449.png);
	background-position: -34px 0px
}

.e-dialog-order-payment .icon-order-payment-steps-succee {
	background-image: url(sprite/free-202111021449.png);
	background-position: 0px 0px
}

.e-dialog-order-payment .order-payment-steps-desc {
	font-size: 14px
}

.e-dialog-order-payment .order-payment-tips {
	font-size: 12px;
	color: #666;
	padding-top: 20px;
	background-color: #fff;
	margin-top: 15px;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px
}

.e-dialog-order-payment .order-payment-tips a {
	color: #0008ff
}

.e-dialog-order-payment .order-payment-tips a:hover {
	text-decoration: underline
}

.e-e-dialog-txt-wrap {
	color: #666;
	max-height: 400px;
	overflow: auto
}

.e-e-dialog-txt-wrap h1 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 10px;
	color: #333
}

.e-e-dialog-txt-wrap h2 {
	font-size: 14px;
	text-align: left;
	padding: 10px 0;
	color: #333
}

.e-e-dialog-txt-wrap p {
	text-align: left;
	margin-bottom: 10px;
	color: #666
}

.e-e-dialog-txt-form {
	margin-top: 10px
}

.domain-form .dialog-form-control,
.domain-form .dialog-form-label {
	border-top: 1px solid #dadde0;
	border-bottom: 1px solid #dadde0
}

.btn-unfold {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	background-color: #f5f7fa;
	position: relative;
	border-radius: 50%
}

.btn-unfold:after,
.btn-unfold:before {
	content: "";
	position: absolute;
	background-color: #0008ff
}

.btn-unfold:before {
	top: 14px;
	left: 7px;
	width: 16px;
	height: 2px
}

.btn-unfold:after {
	top: 8px;
	left: 14px;
	width: 2px;
	height: 15px
}

.dialog-form-control .tips {
	display: inline-block;
	min-height: 30px;
	line-height: 30px
}

.dialog-form-control .tips a {
	color: #f2711f;
	text-decoration: underline
}

.domain-form-select {
	display: inline-block;
	position: relative
}

.domain-form-select .shop-selectbox {
	position: absolute;
	left: 134px;
	top: 0;
	width: 65px
}

.domain-form-select .dialog-form-textbox {
	width: 200px;
	padding-right: 80px;
	font-size: 14px
}

.domain-form-select .c-select {
	width: 65px;
	border: none;
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	padding: 0 24px 0 6px
}

.act-checkbox {
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	outline: 0;
	background: 0 0\9;
	background-image: url(../../style/image/freetag.svg);
	;
	-webkit-appearance: none;
	background-position: 99.05000000000001% 21.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.act-checkbox-block {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding-left: 21px;
	min-width: 16px;
	min-height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}

.act-checkbox-block .act-checkbox {
	position: absolute;
	left: 0;
	top: 5px
}

.act-checkbox-label {
	display: inline-block;
	vertical-align: middle
}

.act-checkbox:focus,
.act-checkbox:hover {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 99.05000000000001% 21.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.act-checkbox:checked,
.act-checkbox:checked:focus,
.act-checkbox:checked:hover {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 18.099999999999998% 98.89%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.act-checkbox[disabled] {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 99.05000000000001% 41.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.act-checkbox[disabled]:checked {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 99.05000000000001% 61.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.act-checkbox .form-ctrl-label.disabled,
.act-checkbox-wrap.disabled,
.act-checkbox[disabled],
.act-checkbox[disabled]+label {
	cursor: default;
	cursor: not-allowed
}

.act-bubble1 {
	position: relative;
	color: #404a58;
	max-width: 300px;
	display: inline-block
}

.act-bubble1 .act-bubble1-inner:after,
.act-bubble1 .act-bubble1-inner:before {
	font-size: 0;
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border: 6px dashed transparent
}

.act-bubble1 .act-bubble1-inner:after {
	border: 5px dashed transparent
}

.act-bubble1-inner {
	font-size: 12px;
	-moz-box-sizing: border-box;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: #fff;
	line-height: 1.5;
	box-shadow: 1px 1.73px 3px 0 rgba(0, 0, 0, .1);
	position: static !important;
	left: 50%;
	top: 50%;
	color: #000;
	box-sizing: border-box;
	white-space: normal;
	word-wrap: break-word
}

.act-bubble1-dark .act-bubble1-inner {
	padding: 3px 7px;
	color: #fff;
	background-color: #333;
	border-color: #333;
	box-shadow: inherit;
	word-wrap: break-word;
	border-radius: 4px
}

.act-bubble1-dark .act-bubble1-inner:after,
.act-bubble1-dark .act-bubble1-inner:before {
	display: none
}

.act-bubble1-reverse .act-bubble1-inner {
	color: #fff;
	background-color: #333;
	border-color: #333
}

.act-bubble1-reverse.act-bubble1-top .act-bubble1-inner:after,
.act-bubble1-reverse.act-bubble1-top .act-bubble1-inner:before {
	border-bottom-color: #333
}

.act-bubble1-reverse.act-bubble1-right .act-bubble1-inner:after,
.act-bubble1-reverse.act-bubble1-right .act-bubble1-inner:before {
	border-left-color: #333
}

.act-bubble1-reverse.act-bubble1-bottom .act-bubble1-inner:after,
.act-bubble1-reverse.act-bubble1-bottom .act-bubble1-inner:before {
	border-top-color: #333
}

.act-bubble1-reverse.act-bubble1-left .act-bubble1-inner:after,
.act-bubble1-reverse.act-bubble1-left .act-bubble1-inner:before {
	border-right-color: #333
}

.act-bubble1-error .act-bubble1-inner {
	color: #be3b38;
	background-color: #fbe3e3;
	border-color: #fbe3e3;
	box-shadow: inherit
}

.act-bubble1-error.act-bubble1-top .act-bubble1-inner:after,
.act-bubble1-error.act-bubble1-top .act-bubble1-inner:before {
	border-bottom-color: #fbe3e3
}

.act-bubble1-error.act-bubble1-right .act-bubble1-inner:after,
.act-bubble1-error.act-bubble1-right .act-bubble1-inner:before {
	border-left-color: #fbe3e3
}

.act-bubble1-error.act-bubble1-bottom .act-bubble1-inner:after,
.act-bubble1-error.act-bubble1-bottom .act-bubble1-inner:before {
	border-top-color: #fbe3e3
}

.act-bubble1-error.act-bubble1-left .act-bubble1-inner:after,
.act-bubble1-error.act-bubble1-left .act-bubble1-inner:before {
	border-right-color: #fbe3e3
}

.act-bubble1-top .act-bubble1-inner:after,
.act-bubble1-top .act-bubble1-inner:before {
	bottom: 100%;
	left: inherit;
	right: inherit;
	margin-bottom: -1px;
	border-bottom-style: solid
}

.act-bubble1-top .act-bubble1-inner:before {
	margin-left: -6px;
	border-bottom-color: #ddd
}

.act-bubble1-top .act-bubble1-inner:after {
	margin-left: -5px;
	border-bottom-color: #fff
}

.act-bubble1-right .act-bubble1-inner:after,
.act-bubble1-right .act-bubble1-inner:before {
	top: inherit;
	bottom: inherit;
	left: 100%;
	margin-left: -1px;
	border-left-style: solid
}

.act-bubble1-right .act-bubble1-inner:before {
	margin-top: -8px;
	border-left-color: #ddd
}

.act-bubble1-right .act-bubble1-inner:after {
	margin-top: -7px;
	border-left-color: #fff
}

.act-bubble1-bottom .act-bubble1-inner:after,
.act-bubble1-bottom .act-bubble1-inner:before {
	top: 100%;
	left: inherit;
	right: inherit;
	margin-top: -1px;
	border-top-style: solid
}

.act-bubble1-bottom .act-bubble1-inner:before {
	margin-left: -6px;
	border-top-color: #ddd
}

.act-bubble1-bottom .act-bubble1-inner:after {
	margin-left: -5px;
	border-top-color: #fff
}

.act-bubble1-left .act-bubble1-inner:after,
.act-bubble1-left .act-bubble1-inner:before {
	top: inherit;
	bottom: inherit;
	right: 100%;
	margin-right: -1px;
	border-right-style: solid
}

.act-bubble1-left .act-bubble1-inner:before {
	margin-top: -7px;
	border-right-color: #ddd
}

.act-bubble1-left .act-bubble1-inner:after {
	margin-top: -6px;
	border-right-color: #fff
}

.act-bubble1-start.act-bubble1-bottom .act-bubble1-inner,
.act-bubble1-start.act-bubble1-top .act-bubble1-inner {
	left: 26px
}

.act-bubble1-start.act-bubble1-left .act-bubble1-inner,
.act-bubble1-start.act-bubble1-right .act-bubble1-inner {
	top: 26px
}

.act-bubble1-end.act-bubble1-bottom .act-bubble1-inner,
.act-bubble1-end.act-bubble1-top .act-bubble1-inner {
	left: auto;
	right: 20px
}

.act-bubble1-end.act-bubble1-bottom .act-bubble1-inner:after,
.act-bubble1-end.act-bubble1-top .act-bubble1-inner:after {
	margin-right: 1px
}

.act-bubble1-end.act-bubble1-left .act-bubble1-inner,
.act-bubble1-end.act-bubble1-right .act-bubble1-inner {
	top: auto;
	bottom: 20px
}

.act-bubble1-end.act-bubble1-left .act-bubble1-inner:after,
.act-bubble1-end.act-bubble1-right .act-bubble1-inner:after {
	margin-bottom: 1px
}

.act-rule1-con {
	font-size: 0
}

.act-rule1-con-col {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 25px)
}

.act-rule1-con-col:first-child {
	margin-right: 50px
}

.act-rule1-panel {
	padding: 40px 0 20px
}

.act-rule1-panel.act-rule1-base .act-rule1-panel-tit-icon {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 80.41% 1.22%;
	background-size: 504.1666666666667% 441.6666666666667%;
	;
	background-repeat: no-repeat
}

.act-rule1-panel.act-rule1-buy .act-rule1-panel-tit-icon {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 80.41% 32.53%;
	background-size: 504.1666666666667% 460.8695652173913%;
	;
	background-repeat: no-repeat
}

.act-rule1-panel.act-rule1-charge .act-rule1-panel-tit-icon {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 1.03% 76.83%;
	background-size: 504.1666666666667% 441.6666666666667%;
	;
	background-repeat: no-repeat
}

.act-rule1-panel.act-rule1-more .act-rule1-panel-tit-icon {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 27.839999999999996% 76.83%;
	background-size: 504.1666666666667% 441.6666666666667%;
	;
	background-repeat: no-repeat
}

.act-rule1-panel.act-rule1-object .act-rule1-panel-tit-icon {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 54.64% 76.83%;
	background-size: 504.1666666666667% 441.6666666666667%;
	;
	background-repeat: no-repeat
}

.act-rule1-panel-tit-icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-repeat: no-repeat
}

.act-rule1-panel-tit-text {
	font-size: 20px;
	color: #1c1c1c;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle
}

.act-rule1-panel-con {
	padding-top: 13px
}

.act-rule1-box-text+.act-rule1-box-tit {
	margin-top: 35px
}

.act-rule1-box-tit {
	font-size: 16px;
	color: #666;
	line-height: 22px
}

.act-rule1-box-text {
	font-size: 14px;
	color: #2a2a2a;
	line-height: 22px;
	margin-top: 4px
}

.act-rule1-box-text+.act-rule1-box-text {
	margin-top: 4px
}

.act-section-header1 {
	text-align: left
}

.act-section-header1-tit {
	font-size: 34px;
	color: #1c1c1c;
	line-height: 50px
}

.act-section-header1-sub-tit {
	font-size: 16px;
	color: #666;
	margin-top: 6px;
	line-height: 30px
}

.fr-rd-bar-info {
	padding: 19px 0 31px
}

.fr-rd-bar-info-tit {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 28px
}

.fr-rd-bar-info-con {
	font-size: 0
}

.fr-rd-bar-info-item {
	display: inline-block
}

.fr-rd-bar-info-item+.fr-rd-bar-info-item {
	padding-left: 20px
}

.fr-rd-bar-info-item-tit {
	margin-top: 2px
}

.fr-recommend-bar-value {
	font-size: 34px;
	color: #1c1c1c;
	line-height: 50px;
	vertical-align: baseline
}

.fr-recommend-bar-unit {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	vertical-align: baseline;
	margin-left: 3px
}

.fr-rd-bar-info-item-text {
	font-size: 14px;
	color: #666;
	line-height: 30px
}

.fr-card1 {
	padding: 16px 16px 31px;
	background: #fff;
	display: block;
	position: relative
}

.fr-card1-tit {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 28px
}

.fr-card1-con {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 11px
}

.fr-card1-m {
	display: none
}

.fr-card1-tag-pc {
	width: 75px;
	height: 26px;
	background-size: 100% auto;
	position: absolute;
	right: -8px;
	top: -6px;
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	background-image: url(images/card5-tag-bg.svg);
	text-align: center
}

.fr-pro-type {
	width: 1180px;
	margin: -51px auto 0;
	text-align: center;
	display: none
}

.fr-pro-type-tit {
	font-size: 0
}

.fr-pro-type-tit-item-p-m {
	display: none
}

.fr-pro-type-tit-item {
	font-size: 20px;
	line-height: 50px;
	display: inline-block;
	width: 100%;
	color: #fff;
	background-image: linear-gradient(-90deg, hsla(0, 0%, 93.3%, 0) 9%, #d8d8d8);
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer
}

.fr-pro-type-tit-item.fr-pro-type-tit-item-active {
	background-color: #fff;
	background-image: none;
	color: #08f
}

.fr-pro-type-con {
	font-size: 0
}

.fr-pro-type-con-item {
	width: 50%;
	display: inline-block;
	font-size: 16px;
	color: #898989;
	padding: 10px;
	line-height: 20px
}

.fr-link {
	color: #08f
}

.fr-product-bar2 {
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 4px 0 #d9edff;
	padding:20px 20px 20px 0;
	font-size: 0;
	margin-top: 160px;
	color: #666;
	position: absolute;
}

.fr-product-bar2 p {
	font-size: 14px;
	line-height: 18px
}

.fr-product-bar2-item1 {
	display: inline-block;
	vertical-align: middle;
	width: 151px;
	padding: 0 5px 0 21px
}

.fr-product-bar2-item2 {
	width: 210px
}

.fr-product-bar2-item2,
.fr-product-bar2-item3 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0 0
}

.fr-product-bar2-item3 {
	width: 295px
}

.fr-product-bar2-item4 {
	width: 106px
}

.fr-product-bar2-item4,
.fr-product-bar2-item5 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0 0
}

.fr-product-bar2-item5 {
	width: 157px
}

.fr-product-bar2-item6 {
	display: inline-block;
	vertical-align: middle;
	width: 260px
}

.free-company-page .fr-product-bar2-item2 {
	width: 221px
}

.free-company-page .fr-product-bar2-item4 {
	width: 139px
}

.free-company-page .fr-product-bar2-item5 {
	width: 408px
}

.fr-product-bar2-strong {
	font-size: 42px;
	line-height: 1;
	color: #ff7b3f;
	display: inline-block;
	vertical-align: middle
}

.fr-product-bar2-desc {
	display: inline-block;
	vertical-align: middle;
	padding-left: 8px
}

.fr-product-bar2-color {
	color: #ff7b3f
}

.fr-product-bar2-link {
	color: #08f
}

.fr-product-bar2-bold {
	color: #333
}

.fr-process-bar-chart {
	width: 56px;
	height: 56px;
	padding-top: 6px;
	position: relative
}

.fr-process-bar-chart,
.fr-process-bar-con {
	display: inline-block;
	vertical-align: middle
}

.fr-process-bar-con {
	font-size: 0;
	width: calc(100% - 182px)
}

.fr-process-bar-tit {
	font-size: 20px;
	color: #1c1c1c;
	line-height: 28px
}

.fr-process-bar-text {
	font-size: 12px;
	color: #666;
	margin-top: 2px
}

.fr-process-bar-btn {
	width: 126px
}

.fr-process-bar-btn-m {
	display: none
}

.fr-process-chart-bg {
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	background: #fff;
	font-size: 0;
	border-radius: 50%;
	border: 5px solid #ff7b3f;
	position: relative;
	display: inline-block
}

.fr-process-chart {
	position: absolute;
	left: -5px;
	top: -5px;
	width: 46px;
	height: 46px;
	font-size: 0;
	border-radius: 50%;
	overflow: hidden
}

.fr-process-chart-text {
	font-size: 12px;
	color: #666;
	position: absolute;
	left: 0;
	top: 6px;
	line-height: 46px;
	width: 46px;
	z-index: 5;
	height: 46px;
	text-align: center
}

.fr-process-chart-left,
.fr-process-chart-right {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 46px;
	width: 23px;
	background: #fff;
	border: 5px solid #e5e5e5
}

.fr-process-chart-mask {
	position: absolute;
	left: -3px;
	top: 3px;
	border: 4px solid #fff;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	z-index: 10
}

.fr-process-chart-left {
	border-radius: 23px 0 0 23px;
	border-color: #e5e5e5 transparent #e5e5e5 #e5e5e5;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	z-index: 1
}

.fr-process-chart-right {
	border-radius: 0 23px 23px 0;
	border-color: #e5e5e5 #e5e5e5 #e5e5e5 transparent;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	z-index: 2
}

.act-tab1-inner {
	font-size: 0
}

.act-tab1-item {
	font-size: 20px;
	color: #1c1c1c;
	line-height: 30px;
	padding-bottom: 1px;
	border-bottom: 2px solid transparent;
	display: inline-block;
	margin-bottom: -1px;
	cursor: pointer
}

.act-tab1-item+.act-tab1-item {
	margin-left: 70px
}

.act-tab1-item-active {
	color: #08f;
	border-color: #08f
}

.act-card5 {
	background-color: #fff;
	color: #333;
	padding: 24px 16px 20px;
	position: relative;
	background-size: cover;
	border: 1px solid #e5e5e5;
	min-height: 345px;
	font-size: 0
}

.act-card5-tag-pc {
	width: 75px;
	height: 26px;
	background-size: 161.33333333333331% 407.6923076923077%;
	;
	position: absolute;
	right: -7px;
	top: -6px;
	font-size: 14px;
	color: #fff;
	line-height: 19px;
	background-image: url(../../style/image/freetag.svg);
	;
	text-align: center;
	background-position: 2.17% 1.25%;
	background-repeat: no-repeat
}

.act-card5-tag-m {
	display: none
}

.act-card5-tit {
	font-size: 20px;
	color: #1c1c1c;
	line-height: 28px
}

.act-card5-sub-tit,
.act-card5-tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.act-card5-sub-tit {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 20px;
	margin-top: 2px
}

.act-card5-sub-tit-m,
.act-card5-tit-m {
	display: none
}

.act-card5-area {
	font-size: 12px;
	color: #fff;
	line-height: 17px;
	height: 17px;
	background: #ff7b3f;
	padding: 0 10px;
	margin-top: 6px;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.act-card5-area-null.act-card5-area {
	background-color: transparent
}

.act-card5-tips-null {
	display: none
}

.act-card5-desc {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	height: 40px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	max-height: 40px
}

.act-card5-features {
	font-size: 0;
	padding: 0 0 13px;
	display: table;
	min-height: 118px
}

.act-card5-feature {
	display: table-row;
	position: relative
}

.act-card5-feature-label {
	color: #999;
	padding-right: 18px
}

.act-card5-feature-label,
.act-card5-feature-text {
	font-size: 14px;
	display: table-cell;
	padding-top: 13px;
	vertical-align: top
}

.act-card5-feature-text {
	color: #666;
	height: 35px;
	line-height: 22px
}

.act-card5-feature-label-span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 22px;
	line-height: 22px;
	vertical-align: top
}

.act-card5-feature-text-span {
	max-width: 150px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	vertical-align: top
}

.act-card5-prices {
	padding-top: 14px;
	border-top: 1px solid #e5e5e5
}

.act-card5-price {
	font-size: 28px;
	color: #fb8753;
	line-height: 30px
}

.act-card5-price-unit {
	font-size: 14px;
	color: #fb8753;
	line-height: 22px
}

.act-card5-original-price {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-left: 20px
}

.act-card5-price-detail {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 5px;
	height: 20px
}

.act-card5-btn-wrap {
	padding-top: 20px;
	border-top: 1px solid #ddd
}

.act-card5-btn {
	font-size: 16px;
	background: #0008ff;
	color: #fff;
	border-radius: 2px;
}
.act-card5-btn:hover {
	background: #0080ff;
	border-color: #0080ff;
}
.act-card5-feature-text-em {
	border-bottom: 1px dashed;
	cursor: pointer;
	margin-left: 5px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.act-card5-feature-text-em:hover .act-bubble {
	display: block
}

.act-card5-btn-info {
	display: none
}

.act-card5-tips-pc {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #e54545;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.act-card6 {
	padding: 10px;
	border: 1px solid #ddd;
	margin-top: 12px
}

.act-card6-tit {
	font-size: 14px;
	color: #000;
	line-height: 20px
}

.act-card6-sub-tit {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 4px
}

.act-card6-tag {
	background: #e4f5ff;
	margin-top: 8px;
	font-size: 12px;
	color: #0008ff;
	line-height: 20px;
	height: 20px;
	text-align: center;
	padding: 0 8px;
	display: inline-block
}

.act-card6-active {
	background: #eff9ff;
	border: 1px solid #0008ff
}

.fr-product-bar {
	font-size: 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	display: block;
	position: relative;
	cursor: pointer
}

.fr-product-bar+.fr-product-bar {
	margin-top: -1px
}

.fr-product-bar-p {
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	padding: 18px 16px;
	position: relative
}

.fr-product-bar-p:after {
	content: "";
	right: 0;
	top: 18px;
	bottom: 18px;
	width: 1px;
	background-color: #ddd;
	position: absolute
}

.fr-product-bar-f1 {
	width: 237px;
	display: inline-block;
	vertical-align: middle;
	padding: 21px 16px 18px 88px
}

.fr-product-bar-f2 {
	width: 168px
}

.fr-product-bar-f2,
.fr-product-bar-f3 {
	display: inline-block;
	vertical-align: middle;
	padding: 21px 16px 18px 0
}

.fr-product-bar-p-label {
	font-size: 20px;
	color: #1c1c1c;
	line-height: 28px
}

.fr-product-bar-p-value {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 20px;
	margin-top: 6px
}

.fr-product-bar-f-value {
	font-size: 16px;
	color: #070707;
	line-height: 22px
}

.fr-product-bar-f-label {
	font-size: 14px;
	color: #4a4a4a;
	line-height: 20px;
	margin-top: 5px
}

.fr-product-bar-f-value-link {
	margin-left: 5px;
	position: relative;
	font-size: 14px
}

.fr-product-bar-f-value-link,
.fr-product-bar-f-value-span {
	display: inline-block;
	vertical-align: middle
}

.fr-product-bar-f-value-link:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #08f
}

.fr-product-bar-active {
	z-index: 2;
	border-color: #08f;
	background: #f9fcff;
	box-shadow: 0 2px 4px 0 #d9edff
}

.c-checkbox {
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	outline: 0;
	background: 0 0\9;
	background-image: url(../../style/image/freetag.svg);
	;
	-webkit-appearance: none;
	background-position: 99.05000000000001% 21.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.c-checkbox:focus,
.c-checkbox:hover {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 99.05000000000001% 21.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.c-checkbox:checked,
.c-checkbox:checked:focus,
.c-checkbox:checked:hover {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 18.099999999999998% 98.89%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.c-checkbox[disabled] {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 99.05000000000001% 41.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.c-checkbox[disabled]:checked {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 99.05000000000001% 61.11%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.c-checkbox-wrap.disabled,
.c-checkbox[disabled],
.c-checkbox[disabled]+label,
.form-ctrl-label.disabled {
	cursor: default;
	cursor: not-allowed
}

.c-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d1d2d3;
	border-radius: 2px;
	background-color: #fff;
	background-image: url(images/select.png);
	background-repeat: no-repeat;
	background-position: 100%;
	box-shadow: none;
	color: #171d25;
	font-size: 14px;
	cursor: pointer;
	height: 35px;
	padding: 8px 24px 7px 6px;
	padding: 8px 8px 7px 6px\9;
	vertical-align: middle;
	box-sizing: border-box;
	width: 280px
}

.c-select::-ms-expand {
	display: none
}

.c-select:focus,
.c-select:hover {
	border-color: #0008ff;
	background-color: #fff;
	outline: 0
}

.c-select[disabled] {
	cursor: default;
	background-color: #f0f1f2;
	background-image: url(images/select-disabled.png);
	border-color: #d5d5d5;
	color: #a2a2a2
}

.c-select.m {
	width: 138px
}

.c-rich-dialog .c-select-wrap .c-select,
.c-select-wrap.m .c-select,
.c-select.m {
	padding: 5px 5px 4px 6px\9
}

.c-select.error {
	color: red;
	border-color: red
}
.free-home-page {
	overflow-x: hidden
}

.free-company-page .fr-hero {
	background-image: url(images/company-hero.png)
}

.free-personal-page .fr-hero {
	background-image: url(images/personal-hero.png)
}

.free-company-page .uno-hero a,
.free-personal-page .uno-hero a {
	color: #001bff
}

.free-company-page .uno-hero {
	background-image: url(../../style/image/freebg.jpg)
}

.free-personal-page .uno-hero {
	background-image: url(images/hero_personal_pc.jpg)
}

.free-company-page .uno-hero-title {
	width: 336px;
	height: 59px;
	font-size:38px;
	color: #333;
	font-weight: 500;
}

.free-personal-page .uno-hero-title {
	width: 336px;
	height: 39px;
	font-size: 0;
	background-image: url(images/hero_personal_tit_pc.svg)
}

.fr-process-panel {
	margin-top: 42px;
	background-color: #fff
}

.fr-process-panel-tit {
	font-size: 20px;
	color: #1c1c1c
}

.fr-process-bar-wrap {
	display: inline-block;
	width: calc(50% - 26px);
	margin-top: 20px
}

.fr-process-bar-wrap:nth-child(odd) {
	margin-right: 52px
}

.fr-process-panel-con-more-m {
	display: none
}

.fr-experience-wrap {
	background-color: #f6fafc
}

.fr-experience-wrap .act-section {
	position: relative
}

.fr-products-panel {
	padding-top: 80px;
	position: relative
}
.fr-products-panel-con {
	margin-top: 20px;
	font-size: 0
}

.fr-products-bars {
	width: calc(100% - 285px);
	display: inline-block;
	vertical-align: top
}

.fr-products-panel .act-card5 {
	width: 285px;
	display: inline-block
}

.fr-products-bars+.act-card5 {
	padding-top: 40px;
	border-left: 0
}

.fr-products-bars+.act-card5 .act-card5-area-null.act-card5-area {
	display: none
}

.fr-products-bars+.act-card5 .act-card5-features {
	min-height: 62px
}

.fr-products-card-list {
	margin-top: 10px
}

.fr-products-card-list .act-card5+.act-card5 {
	margin-left: 15.5px
}

.fr-products-card-list .act-card5 {
	margin-top:20px
}

.fr-products-card-list .act-card5:nth-child(4n+1) {
	margin-left: 0
}

.fr-products-bars+.act-card5 .act-card5-sub-tit {
	margin-top: 6px
}

.fr-products-bars+.act-card5 .act-card5-desc {
	margin-top: 20px
}

.fr-products-bars+.act-card5 .act-card5-btn-wrap {
	padding-top: 0;
	border-top: none
}

.fr-products-panel-con-m {
	display: none
}

.fr-rules-panel {
	padding-top: 10px;
	padding-bottom: 60px
}

.fr-header-m {
	display: none
}

.act-card5-feature-label-span {
	max-width: 150px
}

.fr-products-bars+.act-card5 .act-card5-tips+.act-card5-desc {
	margin-top: 8px
}

.fr-products-bars+.act-card5 {
	min-height: auto;
	padding-top: 12px;
	padding-bottom: 12px
}

.fr-products-bars+.act-card5 .act-card5-tips~.act-card5-features {
	min-height: 11px;
	padding: 0
}

.fr-products-bars+.act-card5 .act-card5-desc {
	height: auto
}

.fr-products-panel-con {
	position: relative
}

.fr-products-panel-con .fr-products-bars {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0
}

.fr-products-panel-con .fr-products-bars .fr-product-bar {
	height: calc(50% + .5px)
}

.fr-products-panel-con .fr-products-bars+.act-card5 {
	margin-left: calc(100% - 285px)
}

.fr-products-panel-con .fr-products-bars+.act-card5 .act-card5-desc {
	max-height: none;
	-webkit-line-clamp: 3
}

.fr-products-panel-con .act-card5 .act-card5-desc {
	color: #e54545
}

.fr-products-panel-con .act-card5 .act-card5-tips-pc {
	color: #000
}

.act-card5-desc .text-high,
.act-card6-desc-mobile .text-high {
	color: #e54545;
	margin-right: 4px
}

.uno-hero {
	height: 420px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: auto 420px;
	font-size: 0
}

.uno-hero-inner {
	width: 1180px;
	margin: 0 auto;
	padding-top: 124px
}

.uno-hero-con {
	display: inline-block
}

.uno-hero-title {
	font-size: 40px;
	line-height: 56px;
	color: #fff;
	max-height: 112px;
	font-weight: 400;
	max-width: 564px
}

.uno-hero-sub-tit,
.uno-hero-title {
	overflow: hidden;
	word-break: break-all
}

.uno-hero-sub-tit {
	font-size: 16px;
	line-height: 24px;
	max-height: 48px;
	color: #333;
	margin-top: 16px;
	max-width: 580px
}

.uno-hero-with-btn {
	position: relative
}

.uno-hero-with-btn .uno-hero-inner {
	padding-top: 110px
}

.uno-hero-with-btn .uno-hero-button-wrap {
	position: absolute;
	bottom: 100px
}

.uno-hero-with-btn .uno-hero-text {
	max-height: 152px;
	min-height: 120px;
	overflow: hidden
}

.uno-hero-with-btn .uno-button {
	width: 160px;
	height: 40px
}

.uno-hero-with-btn .uno-button:nth-child(n+2) {
	margin-left: 20px
}

.uno-hero-with-btn .uno-button.uno-button-contained.uno-button-bright {
	color: #455175
}

.freh-add-buy .con-serch-sltb-list {
	background-color: #fff
}

.free-experience-hall {
	width: 100%;
	background-color: #fff
}

.free-experience-hall-body {
	width: 1200px;
	height: auto;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto
}

.freh-head {
	margin-top: 38px;
	margin-bottom: 20px
}

.freh-page-title {
	font-size: 32px;
	color: #000;
	line-height: 48px;
	font-weight: 500;
	margin-bottom: 35px
}

.freh-page-title-link {
	display: inline-block;
	vertical-align: baseline;
	font-size: 14px;
	color: #08f;
	line-height: 20px;
	font-weight: 400;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #ddd
}

.freh-page-title-link:hover {
	cursor: pointer
}

.freh-checked-config {
	box-sizing: border-box;
	padding: 20px;
	background-color: #f5f7fa
}

.freh-checked-config-tit {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 6px
}

.freh-checked-config-txt {
	font-size: 14px;
	color: #333;
	line-height: 20px
}

.freh-body {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 20px;
	margin-bottom: 200px
}

.freh-body-left {
	width: 840px;
	padding-right: 20px
}

.freh-body-left,
.freh-body-right {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top
}

.freh-body-right {
	border-left: 1px solid #ddd
}

.freh-could-server-body {
	padding-top: 16px
}

.freh-radio-list {
	display: block;
	width: 504px;
	font-size: 0
}

.freh-radio-item {
	display: inline-block;
	width: 120px;
	height: 36px;
	margin-right: 8px;
	margin-top: 0
}

.freh-radio-item:nth-child(4n) {
	margin-right: 0
}

.freh-radio-item:nth-child(n+4) {
	margin-top: 10px
}

.freh-radio-input {
	display: none
}

.freh-radio-item-label {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	line-height: 34px;
	text-align: center;
	position: relative;
	padding: 0 8px
}

.freh-radio-item-label:hover {
	cursor: pointer
}

.freh-radio-item-icon {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50%
}

.freh-radio-item-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	max-width: 100%;
	height: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.freh-radio-input:checked+.freh-radio-item-label {
	border-color: #08f;
	background-color: #f5fafd
}

.freh-radio-input:checked+.freh-radio-item-label .freh-radio-item-text {
	color: #08f
}

.freh-internet-select {
	width: 504px;
	height: auto
}

.freh-internet-select .act-select {
	width: 248px;
	margin-right: 8px;
	margin-bottom: 8px
}

.freh-internet-select .act-select:last-child {
	margin-right: 0
}

.freh-internet-select .act-select-open .act-select-btn,
.freh-internet-select .act-select-open:hover .act-select-btn {
	border-color: #08f
}

.freh-internet-text {
	width: 504px;
	font-size: 14px;
	color: #666;
	line-height: 20px
}

.freh-internet-text a {
	display: inline-block;
	color: #08f;
	margin: 0 6px
}

.freh-internet-text a:hover {
	cursor: pointer
}

.freh-local-cost {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd
}

.freh-local-cost .freh-formtable-left-text {
	line-height: 26px
}

.freh-local-cost-text {
	font-size: 18px;
	font-size: 0;
	color: #ff7800;
	font-weight: 500;
	line-height: 26px;
	height: 26px;
	vertical-align: middle
}

.freh-local-cost-text span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px
}

.freh-local-cost-text .freh-local-cost-unit {
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	margin-left: 6px
}

.freh-add-buy,
.freh-toal {
	padding-top: 30px
}

.freh-toal-text {
	display: block;
	margin-bottom: 16px
}

.freh-toal-amount-text {
	font-size: 24px;
	color: #ff7800;
	line-height: 32px;
	font-weight: 500;
	display: inline-block;
	vertical-align: baseline
}

.freh-toal-unit-text {
	color: #ff7800
}

.freh-toal-line-text,
.freh-toal-unit-text {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 4px
}

.freh-toal-line-text {
	color: #999;
	text-decoration: line-through
}

.freh-buy-btn {
	display: inline-block;
	color: #fff;
	background-color: #08f;
	width: 150px;
	line-height: 36px;
	text-align: center
}

.freh-buy-btn:hover {
	cursor: pointer;
	background-color: #007fee
}

.freh-buy-btn.freh-buy-disabled,
.freh-buy-btn.freh-buy-disabled:hover {
	cursor: no-drop;
	cursor: default;
	background-color: #ddd;
	border-color: #ddd;
	color: #999
}

.freh-add-buy {
	width: 100%;
	height: auto
}

.freh-add-buy-body {
	padding-top: 16px
}

.freh-adby-pack .freh-formtable-left-text {
	line-height: 20px
}

.freh-adby-pack-radio-list {
	width: 100%;
	height: auto
}

.freh-adby-pack-radio-item {
	width: 100%;
	height: auto;
	margin-bottom: 12px
}

.freh-adby-pack-radio-item:last-child {
	margin-bottom: 0
}

.freh-adby-pack-radio-ipt {
	display: none
}

.freh-adby-pack-radio-lab {
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 26px;
	position: relative;
	cursor: pointer
}

.freh-adby-pack-radio-lab:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(../../style/image/freetag.svg);
	;
	cursor: pointer;
	background-position: 52.38% 98.89%;
	background-size: 756.25% 662.5%;
}

.freh-adby-pack-radio-lab.disabled {
	cursor: not-allowed;
	pointer-events: none
}

.freh-adby-pack-radio-lab.disabled:before {
	cursor: not-allowed;
	pointer-events: none;
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 75.24% 70%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.freh-adby-pack-radio-ipt:checked+.freh-adby-pack-radio-lab:before {
	background-image: url(../../style/image/freetag.svg);
	;
	background-position: 35.24% 98.89%;
	background-size: 756.25% 662.5%;
	;
	background-repeat: no-repeat
}

.freh-adby-pack-radio-lab .price-text {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-size: 14px;
	color: #ff7800;
	line-height: 20px;
	font-weight: 600
}

.freh-adby-pack-radio-lab .rule-text {
	display: inline;
	vertical-align: middle;
	width: auto;
	font-size: 14px;
	color: #000;
	line-height: 20px
}

.freh-adby-pack-radio-lab .dang-text {
	display: inline;
	vertical-align: middle;
	width: auto;
	font-size: 12px;
	color: #e9504b;
	line-height: 18px;
	background-color: #ffebe5;
	padding: 0 5px
}

.rule-text {
	margin-right: 10px
}

.freh-adby-pack-radio-lab .adby-text {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 22px;
	padding-left: 40px;
	padding-right: 5px;
	line-height: 20px;
	box-sizing: border-box;
	border: 1px solid #ffd7b1;
	position: relative;
	font-size: 12px;
	color: #333
}

.freh-adby-pack-radio-lab .adby-text:before {
	content: "\52A0\8D2D";
	width: 34px;
	height: 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #ff7800;
	background-color: #ffd7b1
}

.freh-adby-cont .freh-formtable-left-text {
	line-height: 20px
}

.freh-adby-cont-txt {
	line-height: 20px;
	color: #000;
	font-size: 14px;
	margin-bottom: 4px
}

.freh-adby-cont-txt:last-of-type {
	margin-bottom: 8px
}

.freh-adby-webserch {
	width: 376px
}

.freh-gzh {
	display: inline-table;
	width: 320px;
	height: auto;
	padding: 0;
	min-height: 100%;
	float: right;
	text-align: center
}

.freh-gzh-body {
	display: table-cell;
	vertical-align: middle;
	text-align: left
}

.freh-gzh-text {
	margin-bottom: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	text-align: center
}

.freh-gzh-tcode {
	display: inline-block;
	width: 100%;
	height: auto
}

.freh-need-maxwidth .freh-radio-item {
	min-width: 120px;
	width: auto
}

.freh-radio-item {
	position: relative
}

.freh-radio-item-limit-tag {
	position: absolute;
	padding: 1px 2px;
	background-color: #ff7300;
	color: #fff;
	line-height: 12px;
	font-size: 12px;
	display: inline-block;
	right: -8px;
	top: -6px;
	z-index: 100
}

.freh-gzh-intel-logo {
	width: 100px;
	height: auto;
	margin: 10px 0 0 20px
}

.freh-cards-title {
	width: 100%;
	height: auto
}

.freh-cards-title-text {
	font-size: 20px;
	color: #000;
	line-height: 28px;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 12px;
	position: relative
}

.freh-cards-title-text:before {
	content: "";
	width: 4px;
	font-size: 12px;
	height: 20px;
	display: inline-block;
	background-color: #08f;
	position: absolute;
	left: 0;
	top: 4px
}

.freh-formtable {
	width: 100%;
	height: auto;
	display: table;
	table-layout: fixed;
	margin-bottom: 28px
}

.freh-formtable:last-child {
	margin-bottom: 0
}

.freh-formtable-left {
	display: table-cell;
	width: 115px;
	height: auto;
	box-sizing: border-box;
	padding-right: 20px;
	vertical-align: top
}

.freh-formtable-left-text {
	font-size: 14px;
	color: #999;
	line-height: 36px
}

.freh-formtable-right {
	display: table-cell;
	width: 100%;
	height: auto
}

.con-serch-body {
	display: table;
	table-layout: auto;
	width: 100%;
	height: auto
}

.con-serch-inter {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-right: 0;
	padding: 0 0 0 10px
}

.con-serch-inter-body {
	display: table;
	width: 100%;
	table-layout: auto
}

.con-serch-iptb {
	display: table-cell;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-right: 10px
}

.con-serch-iptb-input {
	width: 100%;
	height: 100%;
	border: none;
	outline: 0;
	line-height: 20px;
	font-size: 14px;
	color: #000
}

.con-serch-sltb {
	display: table-cell;
	width: auto;
	position: relative;
	box-sizing: border-box;
	padding: 7px 0;
	min-width: 70px;
	text-align: center
}

.con-serch-sltb:hover {
	cursor: pointer
}

.con-serch-sltb-result {
	display: block;
	width: auto;
	box-sizing: border-box;
	padding: 0 10px;
	border-left: 1px solid #ddd;
	line-height: 22px;
	font-size: 14px;
	color: #333
}

.con-serch-sltb-list {
	display: none;
	width: auto;
	padding: 0 10px;
	border: 1px solid #ddd;
	position: absolute;
	top: calc(100% + 10px);
	left: 0
}

.con-serch-sltb-item {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 36px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none
}

.con-serch-sltb-item:last-child {
	margin-bottom: 0
}

.con-serch-sltb-item:hover {
	color: #08f;
	cursor: pointer
}

.con-serch-btn,
.con-serch-sltb-item.active {
	background-color: #08f;
	color: #fff
}

.con-serch-btn {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 8px 21px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap
}

.con-serch-btn:hover {
	cursor: pointer;
	background-color: #006fdd
}

.con-serch-remind {
	display: none;
	line-height: 20px;
	margin-top: 8px;
	color: #989898
}

.con-serch.error.default .con-serch-remind {
	display: block
}

.con-serch.error .con-serch-remind {
	display: block;
	color: #e54545
}

.con-serch.success .con-serch-remind {
	display: block;
	color: #0abf5b
}

@media screen and (min-width:769px) {
	.uno-show-mobile {
		display: none
	}

	.e-bubble-inner a:hover {
		text-decoration: underline
	}
}

@media screen and (max-width:768px) {
	.uno-show-pc {
		display: none
	}
}

@media screen and (max-width:768px) {
	.c-dialog-screen-large {
		max-width: 85%
	}
}

@media screen and (max-width:600px) {
	.c-dialog {
		width: 85%;
		min-width: 300px
	}

	.c-dialog-hd-title {
		font-size: 14px;
		padding-left: 20px
	}

	.c-dialog-bd {
		padding-left: 25px;
		padding-right: 25px;
		max-height: 250px
	}

	.c-dialog-ft-btn {
		padding-left: 20px;
		padding-right: 20px
	}

	.c-dialog-form-row {
		display: block;
		padding-top: 0;
		padding-bottom: 0
	}

	.c-dialog-form-row+.c-dialog-form-row {
		margin-top: 10px
	}

	.c-dialog-form-label {
		display: block;
		white-space: normal;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 5px;
		font-size: 12px
	}

	.c-dialog-form-row-puretext .c-dialog-form-label {
		line-height: 27px
	}

	.c-dialog-form-control {
		display: block;
		padding-top: 0;
		padding-bottom: 0
	}

	.c-dialog-form-textbox {
		font-size: 14px
	}

	.c-iframedialog {
		width: 85%;
		min-width: 300px
	}

	.c-iframedialog-hd-title {
		font-size: 16px;
		padding-left: 20px
	}

	.c-iframedialog-bd {
		max-height: 250px
	}
}

@media screen and (max-width:375px) {
	.c-dialog-ft-btn {
		padding-left: 15px;
		padding-right: 15px
	}

	.c-dialog-form-btn {
		padding-left: 10px;
		padding-right: 10px
	}

	.c-dialog-form-textbox {
		width: 150px
	}

	.c-dialog-form-textbox+.c-dialog-form-btn {
		margin-left: 2px;
		margin-top: 0
	}
}

@media screen and (min-width:769px) {
	.e-bubble-trigger .icon-text {
		border-bottom: 1px dashed #999
	}

	.e-bubble-trigger.hover .e-bubble,
	.e-bubble-trigger:hover .e-bubble {
		z-index: 9999;
		visibility: visible;
		transition-delay: .1s;
		opacity: 1
	}
}

@media (max-height:680px) {
	.dialog-body {
		max-height: 390px
	}
}

@media screen and (max-width:750px) {
	.dialog-wrapper {
		width: 85%;
		min-width: 300px
	}

	.dialog-header-title {
		font-size: 16px;
		padding-left: 20px
	}

	.dialog-body {
		background-color: #fff;
		padding-left: 25px;
		padding-right: 25px;
		max-height: 250px
	}

	.dialog-form {
		padding-right: 0
	}

	.dialog-form-row {
		display: block;
		padding-top: 0;
		padding-bottom: 0
	}

	.dialog-form-row+.dialog-form-row {
		margin-top: 10px
	}

	.dialog-form-label {
		display: block;
		white-space: normal;
		padding-right: 0;
		padding-top: 0;
		padding-bottom: 5px;
		font-size: 12px
	}

	.dialog-form-label-top {
		line-height: 1.5
	}

	.dialog-form-control {
		display: block;
		padding-top: 0;
		padding-bottom: 0
	}

	.dialog-form-textbox {
		font-size: 14px
	}
}

@media screen and (max-width:750px) {
	.shop-checkblock>li {
		width: 100%
	}

	.shop-checkblock-item {
		padding-top: 10px;
		padding-bottom: 10px;
		height: auto
	}
}

@media screen and (max-width:768px) {
	.e-dialog-confirm {
		min-width: 100%;
		max-width: 100%;
		margin-top: 0;
		padding-left: 0;
		padding-bottom: 45px
	}

	.e-dialog-confirm-title {
		text-align: center;
		font-size: 18px;
		line-height: 27px;
		font-weight: 400
	}

	.e-dialog-confirm-title i {
		display: inline-block;
		vertical-align: -9px;
		position: static
	}

	.e-dialog-confirm-desc {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px
	}

	.e-dialog-confirm-center .e-dialog-confirm-title i {
		position: static
	}
}

@media (max-width:768px) {
	.e-dialog-b {
		left: 0 !important;
		top: auto !important;
		margin: 0 !important;
		position: fixed;
		bottom: 0;
		right: 0;
		min-width: 100%;
		max-height: 80vh;
		box-sizing: border-box;
		padding-bottom: 40px
	}

	.e-dialog-b .c-dialog-close {
		right: 13px;
		top: 13px
	}

	.e-dialog-b .e-dialog-hd {
		min-height: 45px
	}

	.e-dialog-b .e-dialog-title {
		padding-left: 15px;
		margin-bottom: 0;
		margin-top: 14px
	}

	.e-dialog-b .e-dialog-bd {
		max-height: calc(80vh - 85px);
		padding-top: 0;
		padding-left: 15px;
		padding-right: 15px
	}

	.e-dialog-b .e-dialog-ft {
		position: absolute;
		padding: 0;
		bottom: 0;
		width: 100%;
		background-color: #f7f8fa;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center
	}

	.e-dialog-b .e-dialog-ft:before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		background-color: #e5e5e5;
		height: 1px
	}

	.e-dialog-b .e-dialog-ft>span {
		-webkit-flex: 0;
		flex: 0
	}

	.e-dialog-b .e-dialog-ft>span:first-child {
		-webkit-order: 1;
		order: 1
	}

	.e-dialog-b .e-dialog-ft>span:only-child {
		-webkit-flex: 1;
		flex: 1
	}

	.e-dialog-b .e-dialog-ft>span+span {
		margin-left: 0;
		-webkit-flex: auto;
		flex: auto
	}

	.e-dialog-b .e-dialog-ft .c-btn {
		height: 40px;
		line-height: 40px;
		border: 0;
		display: block;
		position: relative
	}

	.e-dialog-b .e-dialog-ft [class*=c-btn-] {
		background-color: transparent;
		padding-left: 15px;
		padding-right: 15px
	}

	.e-dialog-b .e-dialog-ft [class*=c-btn-]:hover {
		background-color: transparent;
		color: #0008ff
	}

	.e-dialog-b .e-dialog-ft>span+span [class*=c-btn-] {
		text-align: left
	}
}

@media screen and (min-width:769px) {
	.e-dialog-ft .e-dialog-ft-col {
		padding-left: 0;
		padding-right: 0;
		line-height: 1;
		margin-top: -20px
	}

	.e-dialog-ft .e-sell-config-buy-price {
		font-size: 0;
		line-height: 1
	}

	.e-dialog-ft .e-s-seckill-price-num {
		margin-right: 10px
	}

	.e-dialog-ft .e-s-seckill-price-unit {
		color: #f60
	}

	.e-dialog-ft .e-sell-config-buy-price em {
		margin-right: 0;
		font-size: 18px
	}

	.e-dialog-ft .e-sell-config-buy-price span {
		font-size: 12px
	}

	.e-dialog-ft .e-s-seckill-price-del {
		color: #999;
		font-size: 12px
	}

	.e-dialog-ft .e-text-economy {
		vertical-align: 2px
	}

	.e-dialog-ft .e-sell-config-buy-price .price-text {
		line-height: 28px
	}
}

@media screen and (max-width:768px) {
	.e-dialog-ft .e-dialog-ft-col {
		-webkit-flex: 1;
		flex: 1;
		text-align: left;
		margin-bottom: 0;
		padding-left: 15px;
		line-height: 1
	}

	.e-dialog-ft .e-sell-config-buy-price {
		margin-bottom: 0;
		line-height: 1;
		font-size: 0;
		min-height: 0
	}

	.e-dialog-ft .e-s-seckill-price-unit {
		color: #f60
	}

	.e-dialog-ft .e-s-seckill-price-num {
		margin-right: 10px;
		font-size: 0
	}

	.e-dialog-ft .e-sell-config-buy-price em {
		margin-right: 0;
		font-size: 18px
	}

	.e-dialog-ft .e-s-seckill-price-del {
		color: #999;
		font-size: 12px
	}

	.e-dialog-ft .e-text-economy {
		vertical-align: 1px
	}
}

@media screen and (max-width:600px) {
	.e-dialog-order-payment .order-payment-main {
		margin-left: auto;
		margin-right: auto;
		display: block
	}

	.e-dialog-order-payment .order-payment-aside {
		display: block;
		padding-left: 0;
		text-align: center
	}
}

@media screen and (min-width:769px) {
	.e-card-product {
		padding: 16px 10px;
		background-color: #fff;
		cursor: pointer;
		border: 1px solid #dbdbdb;
		overflow: hidden;
		display: table;
		box-sizing: border-box;
		width: 100%
	}

	.e-card-product:hover {
		border-color: #b3b3b3
	}

	.e-card-product .card-main {
		display: table-cell;
		vertical-align: top
	}

	.e-card-product .card-title {
		color: #333
	}

	.e-card-product .card-desc,
	.e-card-product .card-title {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		overflow: hidden
	}

	.e-card-product .card-desc {
		color: #999;
		margin-top: 2px
	}

	.e-card-product .card-aside {
		display: table-cell;
		vertical-align: top;
		position: relative;
		white-space: nowrap
	}

	.e-card-product .card-price {
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		position: relative;
		z-index: 2
	}

	.e-card-product .card-price-num {
		color: #999
	}

	.e-card-product .card-price-num em {
		color: #f60
	}

	.e-card-product .card-price-del {
		margin-top: 2px;
		color: #999;
		text-decoration: line-through
	}

	.e-card-product .card-figure {
		position: absolute;
		right: 0;
		top: 100%;
		margin-top: -20px;
		width: 60px
	}

	.e-card-product .card-figure img {
		display: block;
		width: 100%;
		height: auto
	}
}

@media screen and (max-width:768px) {
	.e-card-product {
		padding: 6px 10px;
		background-color: #fff;
		cursor: pointer;
		border: 1px solid #dbdbdb;
		overflow: hidden;
		display: table;
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 10px
	}

	.e-card-product .card-main {
		display: table-cell;
		vertical-align: top
	}

	.e-card-product .card-title {
		color: #333
	}

	.e-card-product .card-desc,
	.e-card-product .card-title {
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		overflow: hidden
	}

	.e-card-product .card-desc {
		color: #999;
		margin-top: 2px
	}

	.e-card-product .card-aside {
		display: table-cell;
		vertical-align: top;
		position: relative;
		white-space: nowrap
	}

	.e-card-product .card-price {
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		position: relative;
		z-index: 2
	}

	.e-card-product .card-price-num {
		color: #999
	}

	.e-card-product .card-price-num em {
		color: #f60
	}

	.e-card-product .card-price-del {
		margin-top: 2px;
		color: #999;
		text-decoration: line-through
	}

	.e-card-product .card-figure {
		position: absolute;
		right: 0;
		top: 100%;
		margin-top: -20px;
		width: 60px
	}

	.e-card-product .card-figure img {
		display: block;
		width: 100%;
		height: auto
	}
}

@media screen and (min-width:769px) {
	.e-dialog-pay-succee {
		width: 940px;
		max-width: 100%
	}

	.e-dialog-pay-succee .e-dialog-confirm-center .e-dialog-confirm-desc {
		text-align: center
	}

	.e-dialog-pay-succee .c-port-mod {
		margin-top: 35px;
		padding-bottom: 17px
	}

	.e-dialog-pay-succee .c-port-mod .c-tit {
		font-size: 14px;
		color: #999
	}

	.e-dialog-pay-succee .e-s-slot-list {
		overflow: hidden
	}
}

@media screen and (max-width:768px) {
	.e-dialog-pay-succee .e-dialog-confirm-center .e-dialog-confirm-desc {
		text-align: center
	}

	.e-dialog-pay-succee .c-port-mod {
		margin-top: -25px;
		padding-bottom: 17px
	}

	.e-dialog-pay-succee .c-port-mod .c-tit {
		font-size: 14px;
		color: #999
	}

	.e-dialog-pay-succee .e-s-slot-list {
		overflow: hidden;
		margin-bottom: 10px
	}
}

@media screen and (min-width:769px) {
	.e-dialog-sharelink .e-dialog-bd {
		overflow: inherit
	}

	.e-sharelink {
		margin-top: 7px;
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto
	}

	.e-sharelink-title {
		text-align: center;
		font-size: 16px;
		line-height: 24px;
		font-weight: 700;
		display: block;
		position: relative;
		margin-bottom: 20px
	}

	.e-sharelink-form .input-group {
		display: table;
		width: 100%
	}

	.e-sharelink-form .input-group .input-control {
		width: 482px;
		height: 35px;
		display: table-cell;
		vertical-align: top;
		line-height: 33px;
		font-size: 14px;
		color: #666;
		outline: 0;
		border: 1px solid #ddd;
		border-right: 0;
		padding: 0 10px
	}

	.e-sharelink-form .input-group .input-group-btn {
		display: table-cell;
		vertical-align: top;
		width: 68px
	}

	.e-sharelink-form .input-group .share-btn {
		display: block;
		width: 100%;
		min-width: 0;
		padding-left: 0;
		padding-right: 0
	}

	.e-sharelink-channel {
		text-align: center;
		font-size: 0;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.e-sharelink-channel .channel-label {
		font-size: 14px;
		line-height: 20px;
		color: #666;
		margin-right: 5px
	}

	.e-sharelink-channel .channel-control,
	.e-sharelink-channel .channel-label {
		vertical-align: top;
		display: inline-block
	}

	.e-sharelink-channel .channel-item {
		margin-right: 10px
	}

	.e-sharelink-channel .channel-item:last-child {
		margin-right: 0
	}

	.e-sharelink-channel .e-sharelink-scan {
		padding: 3px
	}

	.e-sharelink-channel .scan-figure {
		display: table-cell;
		vertical-align: middle
	}

	.e-sharelink-channel .scan-figure img {
		display: block;
		width: 80px;
		height: 80px
	}

	.e-sharelink-channel .scan-main {
		display: table-cell;
		vertical-align: middle;
		padding-left: 10px
	}

	.e-sharelink-channel .scan-title {
		font-size: 16px;
		font-weight: 700;
		color: #000;
		line-height: 1;
		margin-bottom: 6px;
		display: block
	}

	.e-sharelink-channel .scan-desc {
		font-size: 12px;
		color: #666;
		line-height: 1.5;
		white-space: nowrap
	}

	.e-dialog-sharelink .e-dialog-ft>span:nth-child(2),
	.e-sharelink-details {
		display: none
	}
}

@media screen and (max-width:769px) {
	.e-sharelink {
		padding-bottom: 45px
	}

	.e-dialog-sharelink .e-dialog-ft>span:first-child,
	.e-sharelink-channel,
	.e-sharelink-form {
		display: none
	}

	.e-sharelink-title {
		font-size: 18px;
		line-height: 27px;
		font-weight: 400;
		text-align: center
	}

	.e-sharelink-details .details-url {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px;
		color: #333;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-break: break-all
	}

	.e-sharelink-details .details-tips {
		font-size: 14px;
		color: #999;
		text-align: center;
		margin-top: 8px
	}
}

@media (max-width:768px) {
	.act-checkbox {
		border: none;
		border-radius: 0;
		background-color: transparent
	}
}

@media screen and (max-width:768px) {
	.act-rule1-con-col {
		display: block;
		width: 100%
	}

	.act-rule1-con-col:first-child {
		margin-right: 0
	}

	.act-rule1-panel {
		padding: 0
	}

	.act-rule1-panel-tit {
		display: none
	}

	.act-rule1-panel-con {
		padding-top: 8px
	}

	.act-rule1-box-text+.act-rule1-box-tit {
		margin-top: 12px
	}

	.act-rule1-box-tit {
		font-size: 14px;
		color: #000;
		line-height: 20px;
		font-weight: 600
	}

	.act-rule1-box-text {
		font-size: 14px;
		color: #333;
		line-height: 20px;
		word-break: break-all
	}
}

@media screen and (max-width:768px) {
	.act-section-header1 {
		padding: 16px 0 8px;
		border-bottom: 1px solid #ddd
	}

	.act-section-header1-tit {
		font-size: 20px;
		color: #000;
		line-height: 28px
	}

	.act-section-header1-sub-tit {
		font-size: 14px;
		margin-top: 2px;
		line-height: 20px
	}
}

@media screen and (max-width:768px) {
	.fr-pro-type {
		width: 100%;
		margin: 0;
		display: block
	}

	.fr-pro-type-tit-item {
		font-size: 20px;
		line-height: 28px;
		background-image: none;
		background-color: #fff;
		padding: 18px 2px 7px;
		color: #1c1c1c;
		border-color: #ddd;
		border-width: 2px
	}

	.fr-pro-type-tit-item-p-m {
		display: block;
		font-size: 14px;
		line-height: 20px;
		color: #666;
		margin-top: 2px
	}

	.fr-pro-type-tit-item.fr-pro-type-tit-item-active {
		border-color: #08f
	}

	.fr-pro-type-con {
		display: none
	}
}

@media screen and (max-width:768px) {
	.fr-product-bar2 {
		display: none
	}
}

@media screen and (max-width:768px) {
	.fr-process-bar {
		padding: 8px 0 12px;
		position: relative
	}

	.fr-process-bar-btn-pc,
	.fr-process-bar-chart {
		display: none
	}

	.fr-process-bar-btn-m {
		display: inline-block;
		position: absolute;
		line-height: 20px;
		right: 0;
		bottom: 13px;
		width: auto
	}

	.fr-process-bar-con {
		width: calc(100% - 85px)
	}

	.fr-process-bar-tit {
		font-size: 16px;
		color: #000;
		line-height: 22px
	}

	.fr-process-bar-text {
		font-size: 14px;
		line-height: 20px;
		color: #666;
		margin-top: 4px
	}
}

@media screen and (max-width:768px) {
	#gr{margin-top: 20px;}
	.act-tab1-item {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 8px;
		border-bottom: none;
		margin-bottom: 0;
		position: relative
	}

	.act-tab1-inner {
		border-bottom: 1px solid #ddd;
		white-space: nowrap
	}

	.act-tab1-item+.act-tab1-item {
		margin-left: 30px
	}

	.act-tab1-item-active {
		color: #0008ff
	}

	.act-tab1-item-active:after {
		content: "";
		position: absolute;
		bottom: -1px;
		height: 2px;
		width: 100%;
		background-color: #0008ff;
		left: 0
	}
}

@media (min-width:769px) {
	.act-card5-desc.act-card5-desc-m {
		display: none
	}
}

@media screen and (max-width:768px) {
	.act-card5 {
		padding: 12px 16px;
		position: relative;
		min-height: 0;
		border: none
	}

	.act-card5-tag-pc {
		display: none
	}

	.act-card5-tag,
	.act-card5-tit-span {
		display: inline-block;
		vertical-align: middle
	}

	.act-card5-tag {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
		position: static;
		padding: 0 10px;
		color: #0008ff;
		width: auto;
		background: #e4f5ff;
		margin-top: 9px
	}

	.act-card5-tit {
		font-size: 14px;
		color: #000;
		line-height: 20px
	}

	.act-card5-tit-pc {
		display: none
	}

	.act-card5-tit-m {
		display: block
	}

	.act-card5-sub-tit {
		font-size: 14px;
		color: #666;
		margin-top: 4px;
		line-height: 20px
	}

	.act-card5-sub-tit-m {
		display: block
	}

	.act-card5-area-pc,
	.act-card5-features-pc,
	.act-card5-sub-tit-pc {
		display: none
	}

	.act-card5-prices {
		padding-top: 0;
		border-top: none
	}

	.act-card5-price {
		font-size: 24px;
		line-height: 33px
	}

	.act-card5-original-price {
		font-size: 14px;
		line-height: 20px;
		margin-left: 10px
	}

	.act-card5-price-detail {
		line-height: 16px;
		margin-top: 2px
	}

	.act-card5-buy-info {
		padding-top: 9px
	}

	.act-card5-prices-wrap {
		display: inline-block;
		vertical-align: middle;
		width: 160px
	}

	.act-card5-btn-wrap {
		vertical-align: middle;
		width: 120px;
		text-align: right;
		padding-top: 0;
		border-top: none
	}

	.act-card5-btn,
	.act-card5-btn-wrap {
		display: inline-block
	}

	.act-card5-btn-info {
		font-size: 14px;
		color: #a7c5ff;
		margin-bottom: 5px;
		display: block
	}

	.act-card5-btn {
		width: 120px;
		font-size: 14px
	}

	.act-card5+.act-card5:after {
		content: "";
		height: 1px;
		background-color: #ddd;
		display: block;
		width: calc(100% - 30px);
		position: absolute;
		top: 0
	}

	.act-card5-desc,
	.act-card5-tips-pc {
		display: none
	}

	.act-card5-desc.act-card5-desc-m {
		display: block;
		height: auto;
		margin-top: 4px
	}
}

@media (min-width:769px) {
	.act-card6-desc-mobile {
		display: none
	}
}

@media (max-width:768px) {
	.act-card6-desc-mobile {
		display: block;
		height: auto;
		margin-top: 4px;
		font-size: 14px;
		line-height: 20px;
		color: #666;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		max-height: 40px
	}
}

@media screen and (min-width:769px) {
	.fr-product-bar:hover {
		z-index: 2;
		border-color: #08f;
		background: #f9fcff;
		box-shadow: 0 2px 4px 0 #d9edff
	}
}

@media (-ms-high-contrast:active) {

	.c-rich-dialog .c-select-wrap .c-select,
	.c-select,
	.c-select-wrap.m .c-select,
	.c-select.m {
		padding-right: 24px
	}
}

@media (max-width:768px) {

	.c-select,
	.c-select.m {
		width: 100%
	}

	.c-select+.c-select {
		margin-top: 10px
	}
}

@media screen and (min-width:769px) {
	.act-btn {
		height: 36px;
		line-height: 34px
	}
}

@media screen and (max-width:768px) {

	.free-company-page .uno-hero,
	.free-personal-page .uno-hero {
		display: none
	}

	.free-home-page {
		background-color: #eee
	}

	.free-home-page .act-lattice-card.act-lattice-cols-s-1>.act-lattice-cell {
		margin-bottom: 12px
	}

	.act-section .act-lattice-card {
		margin-bottom: -12px
	}

	.free-home-page .fr-hero {
		display: none
	}
}

@media screen and (min-width:769px) {
	.fr-hero {
		height: 400px;
		max-width: 2560px;
		background-size: 2560px 400px;
		background-repeat: no-repeat;
		background-position: center 0;
		margin: 0 auto
	}

	.fr-product-bar2 {
		margin-top: 26px
	}
}

@media screen and (min-width:1921px) {
	.fr-hero {
		background-size: 100% auto
	}
}

@media screen and (max-width:768px) {
	.fr-process-panel {
		padding: 0 16px 4px;
		margin-top: 10px
	}

	.fr-process-panel-tit {
		font-size: 20px;
		color: #000;
		line-height: 28px;
		padding: 16px 0 7px;
		border-bottom: 1px solid #ddd
	}

	.fr-process-bar-wrap {
		display: block;
		width: 100%;
		margin-top: 0
	}

	.fr-process-bar-wrap:nth-child(odd) {
		margin-right: 0
	}

	.fr-process-panel-con-more-m {
		display: block;
		background: #e9f6fe;
		font-size: 14px;
		color: #08f;
		height: 32px;
		line-height: 32px;
		text-align: center;
		margin-top: 11px;
		margin-bottom: 8px
	}

	.fr-process-panel-con-more-m:after {
		content: "";
		background-image: url(sprite/free-media41-202111021449.svg);
		;
		width: 10px;
		height: 7px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
		background-position: 50% 50%;
		background-size: 120% 128.57142857142858%;
		;
		background-repeat: no-repeat
	}
}

@media screen and (min-width:769px) {
	.fr-experience-wrap .act-section {
		position: relative
	}

	.fr-experience-wrap:after {
		content: "";
		display: block;
		background-image: url(../../style/image/angel1.png);
		padding-top: 6.25%
	}
   .zdyyc:after {
		padding-top: 6.25%;
		background: none;
	}
	.fr-experience-wrap .act-section:before {
		content: "";
		display: block;
		background-image: url(../../style/image/d3.png);
		background-size: 100% 100%;
		width: 456px;
		height: 198px;
		position: absolute;
		bottom: -94px;
		right: -189px
	}
	.zdyyc .act-section:before{
			display: none;
		}

	.act-tab1-item+.act-tab1-item {
		margin-left: 59px
	}
}

@media screen and (max-width:1400px) {
	.fr-experience-wrap:after {
		margin-top: 20px
	}
}

@media screen and (max-width:768px) {
	.fr-experience-wrap {
		background-color: transparent;
		padding-top: 0;
		margin-top: 10px
	}

	.fr-products-panel {
		padding-left: 16px;
		padding-right: 16px;
		margin-top: 10px;
		background-color: #fff;
		padding-top: 0
	}

	.fr-products-panel .act-tab1 {
		margin-top: 13px
	}

	.fr-products-panel-con-pc {
		display: none
	}

	.fr-products-panel-con-m {
		display: block
	}

	.fr-products-panel-con {
		margin-top: 12px
	}

	.fr-products-panel-con-tit {
		font-size: 16px;
		color: #000;
		line-height: 22px
	}

	.fr-products-panel-con-sub-tit {
		font-size: 14px;
		color: #666;
		line-height: 20px;
		margin-top: 4px
	}

	.fr-products-panel-con-price-wrap {
		display: inline-block;
		vertical-align: middle;
		padding-right: 20px;
		width: calc(100% - 120px)
	}

	.fr-products-panel-con-price {
		font-size: 18px;
		color: #ff6433;
		line-height: 18px
	}

	.fr-products-panel-con-time {
		font-size: 12px;
		color: #666;
		line-height: 16px;
		margin-top: 2px
	}

	.fr-products-panel-con-btn-wrap {
		display: inline-block;
		width: 120px;
		vertical-align: middle
	}

	.fr-products-panel-con-footer {
		margin-top: 12px
	}

	.fr-products-card-list {
		background-color: #efefef;
		padding-top: 10px;
		margin-left: -16px;
		margin-right: -16px
	}

	.fr-products-panel .act-card5 {
		width: 100%;
		margin-top: 0
	}

	.fr-products-card-list .act-card5+.act-card5 {
		margin-left: 0
	}

	.fr-products-card-list .act-card5:last-child {
		padding-bottom: 16px
	}

	.fr-products-card-list {
		margin-top: 14px
	}
}

@media screen and (max-width:768px) {
	.fr-rules-panel {
		padding: 10px 16px 18px
	}
}

@media screen and (min-width:768px) {
	.fr-footer-bg {
		padding-top: 6.2%;
		background-image: url(images/angle2.png);
		background-size: 100% 100%
	}
}

@media screen and (max-width:768px) {
	.fr-header-m {
		display: block;
		padding: 15px 16px 16px;
		background-color: #fff
	}

	.fr-header-m-item {
		font-size: 16px;
		color: #1c1c1c;
		line-height: 30px
	}

	.fr-header-m-item:first-child {
		margin-bottom: 5px
	}

	.fr-header-m-price {
		font-size: 34px;
		color: #1c1c1c;
		line-height: 34px;
		margin-right: 5px
	}

	.fr-header-m-unit {
		font-weight: 600
	}

	.fr-header-m-desc {
		font-size: 14px;
		color: #666;
		line-height: 30px;
		margin: 0 10px
	}
}

@media screen and (min-width:769px) {
	.fr-product-bar2 {
		margin-top: -45px
	}
}

@media (max-width:768px) {
	.fr-products-card-list {
		padding-top: 0
	}

	.act-tab1-inner {
		border-bottom: none
	}

	.act-tab1 {
		border-bottom: 1px solid #ddd
	}

	.free-hide-intel-logo .fr-pro-type:after {
		display: none
	}

	.fr-header-m {
		position: relative
	}
}

@media (min-width:769px) {
	.fr-footer-bg {
		display: none
	}

	.uno-buy-bar-wrap .editor-wrap-buy-bar-item+.editor-wrap-buy-bar-item .uno-buy-bar {
		border-top: 1px solid #ddd
	}
}

@media screen and (min-width:769px) {
	.uno-hero-with-btn .uno-button.uno-button-contained.uno-button-bright {
		padding-top: 9px;
		padding-bottom: 9px
	}

	.uno-hero-with-btn .uno-button.uno-button-middle.uno-button-outlined {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.uno-hero-with-btn .uno-button.uno-button-middle.uno-button-outlined:hover {
		color: #000
	}
}

@media screen and (max-width:768px) {
	.uno-hero {
		background-size: cover;
		height: 200px;
		position: relative
	}

	.uno-hero:before {
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle;
		width: 0
	}

	.uno-hero-inner {
		width: 100%;
		padding: 48px 16px 0;
		display: inline-block
	}

	.uno-hero-with-btn .uno-hero-text {
		max-height: 102px;
		min-height: 92px;
		overflow: hidden
	}

	.uno-hero-title {
		max-width: 225px;
		font-size: 28px;
		line-height: 36px;
		max-height: 72px
	}

	.uno-hero-sub-tit {
		max-width: 255px;
		font-size: 14px;
		line-height: 22px;
		margin-top: 4px;
		max-height: 44px
	}

	.uno-hero-with-btn {
		position: relative
	}

	.uno-hero-with-btn .uno-hero-inner {
		padding-top: 24px
	}

	.uno-hero-with-btn .uno-hero-button-wrap {
		position: absolute;
		bottom: 30px;
		margin-top: auto
	}

	.uno-hero-with-btn .uno-button {
		width: 120px;
		height: 36px
	}

	.uno-hero-with-btn .uno-button:nth-child(n+2) {
		margin-left: 12px
	}
}
