@charset "utf-8";

body *,
body *:after,
body *:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

a {
    color: #666;
    text-decoration: none !important;
}
a:hover, a:focus {
    color: #00615e;
}
a:active, a:hover {

}

.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }
.f15 { font-size: 15px; }
.f16 { font-size: 16px; }
.f17 { font-size: 17px; }
.f18 { font-size: 18px; }
.f19 { font-size: 19px; }
.f20 { font-size: 20px; }
.tc { text-align: center; }
.white { color: #fff !important; }
.pointer { cursor: pointer; }
.oa { overflow: auto; }
.gray { color: #b6b6b6; }

.errors-wrap {
    color: #f00;
}

.help-block,
.help-block-error {
    color: #f00;
    padding: 0;
}

.signup-tabs a {
    color: #999;
}
.signup-tabs li.active a, .signup-tabs a:hover {
    color: #f04291;
}

body .pop-con {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#popup-alert {
    display: none;
}

.login-page {
    padding: 3rem 0;
}

.logout-btn {
    display: table-cell;
    font-size: 18px;
    color: #fff;
    line-height: 1.5em;
    border: 0;
    background: transparent;
}

.activity-submit-btn {
    padding: 3px 10px;
    font-size: 16px;
    color: #fff !important;
    line-height: 1.5em;
    text-align: center;
    background: #F04291;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 5px;
    display: inline-block;
}

#fields-created-list img {
    display: inline;
}

.upload-banner .upload-banner-but {
    margin-bottom: 10px;
}
.upload-banner .default-image img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: auto;
}
.activity-upload-files {
    background: #f7f7f7;
    text-align: center;
    margin-top: 10px;
}
.activity-upload-files .preview img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
}
.activity-upload-files .progress {
    max-width: 700px;
    margin: 0 auto;
}

.field-dropdown {
    width: 100px;
    height: 38px;
    line-height: 1em;
    padding:0 10px;
    border: #d3d3d3 solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #999;
    -webkit-box-shadow: inset 0 2px 10px #e5e5e5;
    -moz-box-shadow: inset 0 2px 10px #e5e5e5;
    box-shadow: inset 0 2px 10px #e5e5e5;
	background:url(../images/tb-12.png) no-repeat right center #fff;
}

.search-page-orderby a {
    color: #666;
}

.search-page-orderby li.active .sequence-icon {
    background: #ccc;
}

.search-top ul li.active a,
.search-top ul li:hover a {
    color: #fff !important;
}

#popup-alert-wrap {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}
#popup-alert-wrap .popup-alert-bg {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
#popup-alert {
    top: 50%;
    left: 50%;
    width: 600px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 99;
    background: #fff;
    min-height: 300px;
}

.blog-s-btn {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background: #00BB9A;
    width: 80px;
    height: 100%;
    padding: 5px 0 0 0;
    border: 0;
}
.blog-s-btn img {
    width: auto;
    height: 35px;
}

.shop-s-btn {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    background: #999;
    width: 70px;
    height: 100%;
    padding: 5px 0 0 0;
    border: 0;
}
.shop-s-btn img {
    width: auto;
    height: 25px;
}

.edit-link {
    width: 20px;
    height: 24px;
    margin: 0 10px;
}
.edit-link:before {
    content: '';
    display: block;
    background: url(../images/tb-37s.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.edit-link:hover:before {
    background: url(../images/tb-37.png) no-repeat;
    background-size: 100%;
}

.buy-now-btn {
    width: 170px;
    height: 50px;
    background: #f04291;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    float: right;
    border: 0;
    cursor: pointer;
}

.buy-now-btn.disabled, #add-to-cart.disabled {
    background: #ddd;
}

.selected-attrs li {
    color: #9c9ca6;
    font-size: 15px;
    line-height: 22px;
}

.old-price {
    display: block;
    font-size: 18px;
    color: #b1b1b7;
    line-height: 1.5em;
}

.empty-data {
    color: #9c9ca6;
    text-align: center;
    font-size: 20px;
    margin: 60px 0;
}
.empty-data a {
    color: #f14291;
}

.subcat-close-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.subcat-close-btn a {
    color: #fff !important;
}

.input-dropdown {
    border: #d3d3d3 solid 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #999;
    padding: 0px 10px;
    -webkit-box-shadow: inset 0 2px 10px #e5e5e5;
    -moz-box-shadow: inset 0 2px 10px #e5e5e5;
    box-shadow: inset 0 2px 10px #e5e5e5;
}

.act-term-enter.disable {
    border: #ddd solid 1px;
}
.act-term-enter.disable a {
    background: url(../images/tb-17.png) no-repeat 8px center #ddd;
    background-size: 15px;
}

.correct-text {
    height: 150px;
}

.act-actions {
    position: relative;
}


.calendar-popup {
    width: 100%;
    max-width: 500px;
}

.input_check + label {
    margin-bottom: 0;
}

.header-icon img {
    vertical-align: text-bottom;
}

.act-row-but {
    line-height: 35px;
}

.act-add-term {
    color: #9c9ca6;
    font-size: 16px;
}

.act-wrap {
    position: relative;
}
.act-expired {
    position: absolute;
    right: 0;
}

a.member-about-name {
    color: #2f3032;
}
a.member-about-name:hover {
    color: #f14291;
}

.act-image {
    position: relative;
}
.act-image .expired {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.act-image .expired img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact-page .contact-desc {
    text-align: center;
    font-size: 22px;
    padding-top: 30px;
}

.profile-image-wrap {
    display: inline-block;
    width: 180px;
    height: 116px;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    border-radius: 5%;
    border: #fff 4px solid;
    -webkit-box-shadow: 0 0 8px 1px #444;
    -moz-box-shadow: 0 0 8px 1px #444;
    box-shadow: 0 0 8px 1px #444;
    overflow: hidden;
}
.profile-image-wrap img {
    -moz-border-radius: 2%;
    -webkit-border-radius: 2%;
    border-radius: 2%;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.welcome-top .name {
    color: #fff;
    font-size: 19px;
}
.welcome-bottom {
    color: #fff;
}
.welcome-bottom a {
    padding: 0;
}
.welcome-bottom form {
    display: inline-block;
}
.welcome-bottom button {
    padding: 0;
    outline: none;
}
.welcome-bottom .sep {
    font-size: 20px;
    padding: 0 10px;
}

.share-actions .share_btn {
    padding: 0 4px;
}.share-actions .share_btn:first-child {
    padding-left: 0;
}
.share-actions .share_btn img {
    width: 30px;
    height: 30px;
}
#share-qrcode {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 250px;
    z-index: 9999;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
    padding-bottom: 10px;
    cursor: default;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#share-qrcode .t {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
#share-qrcode .t #qrcode-close {
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 0;
    display: block;
    cursor: pointer;
}
#share-qrcode img {
    width: 200px;
    height: 200px;
    display: inline !important;
}
#share-qrcode .h {
    margin: 0;
    padding: 0;
}

.correct-captcha-row input {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.tab-search-wrap {
    margin-top: 25px;
}
.search-title-group input {
    font-size: 16px;
    color: #666;
    line-height: 35px;
    padding: 0px 10px;
    width: 275px;
    height: 35px;
    border: #ccc solid 1px;
    background: #fff;
}
.search-title-group button {
    width: 60px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #F04291;
    border-radius: 5px;
    border: none;
    margin-left: 15px;
    transition: all 1s ease;
}

.join-term-btns {
    margin: 15px 0;
    text-align: center;
}

.page-tags {
    margin-bottom: 20px;
}

.border-gray, .border-gray td {
    border: 1px solid #b3b6b7;
}

.order-info-list > span {
    display: block;
}

.goods-tags {
    margin-bottom: 20px;
}

.goods-tags-right {
    overflow: auto;
    margin-top: 2rem;
}

.goods-top {
    position: relative;
    z-index: 3;
}

.join-fields-wrap .enter-name {
    font-size: 17px;
}

.join-fields-wrap .enter-input .enter-sm {
    font-size: 16px;
}

.pro-box-left {
    display: table-cell;
    font-size: 17px;
    line-height: 30px;
}

.act-result .r-small-title {
    color: #888888;
    margin: 25px 0;
}

.act-result .r-act-title {
    display: inline-block;
    color: #036eb7;
    margin-bottom: 25px;
    font-size: 30px;
}

.act-result .r-search .r-s-m {
    color: #fe7582;
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.act-result .r-search form {
    position: relative;
    display: inline-block;
}

.act-result .r-search input {
    width: 350px;
    border: 1px solid #fe7582;
    padding: 7px 12px;
    border-radius: 100px;
}

.act-result .r-search .r-s-s {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 25px;
    height: 25px;
    color: transparent;
    border: none;
    background-color: transparent;
    background-image: url(../images/res-search.png);
    background-size: 25px 25px;
    background-position: center;
    outline: none;
    background-repeat: no-repeat;
}

.act-result .r-images {
    margin: 25px 0;
}

.act-result .r-images button {
    border:1px solid #e5e5e5;
    background: #fff;
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 15px;
    outline: none;
    color: #b5b5b5;
}

.act-result .r-images button:first-child {
    margin-right: 30px;
}

.act-result .r-images button.active {
    background: #00bb9a;
    color: #fff;
}

.act-result .r-content {
    margin-top: 50px;
}

.act-result .r-content .content-btn {
    border: 1px solid #F14291;
    background: #F14291;
    padding: 7px 20px;
    border-radius: 100px;
    font-size: 15px;
    outline: none;
    color: #fff;
    margin-bottom: 25px;
}

.act-result .r-content .r-c-item {
    margin-bottom: 25px;
}

.act-result .r-content .r-c-item .r-c-t {
    color: #a2a2a2;
}

.act-result .r-content .r-c-item .r-c-c {
    padding: 0;
    margin: 0;
    font-size: 17px;
	color:#F14291;
	font-weight:600;
}

.act-result .r-fields {
    max-width: 960px;
}

.act-result .r-fields.empty {
    color: #fe7582;
    margin: 25px 0;
}

.act-result .r-fields .r-field {
    font-size: 17px;
    margin: 25px 0;
    padding-left: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c7c7c7;
}

.act-result .r-fields .r-field .r-f-i {
    display: table;
    padding: 0;
    margin-bottom: 13px;
}

.act-result .r-fields .r-field .r-f-i .r-f-t {
    width: 150px;
    color: #fe8994;
    display: table-cell;
    /*vertical-align: middle;*/
}

.act-result .r-fields .r-field .r-f-i .r-f-v {
    display: table-cell;
}

.result-sidebar {
    margin-top: 100px;
}

.result-sidebar .sidebar-block {
    margin-bottom: 30px;
    max-width: 320px;
}

.result-sidebar .sidebar-block img {
    max-width: 100%;
    height: auto;
}

.pop-result-image {
    max-width: 80%;
    max-height: 80%;
    min-height: auto;
    overflow: auto;
}

.pop-result-image img {
    max-width: 100%;
    height: auto;
}

.act-information a {
    color: #fff !important;
    margin-top: 15px;
    display: inline-block;
    background: #f14291;
    padding: 5px 55px 5px 20px;
    border-radius: 100px;
    position: relative;
}

.act-information a:after {
    content: '';
    background-image: url(../images/act-info.png);
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 22px;
    top: 6px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 100px;
}

.ai-groups {
    padding: 30px 0;
    margin-top: 20px;
}

.ai-groups .ai-row {
    margin-bottom: 30px;
}

.ai-groups .ai-row .ai-label {
    font-size: 16px;
    margin-right: 20px;
}

.ai-groups .ai-row .ai-label.ai-fix-label {
    width: 120px;
    max-width: 120px;
    line-height: 37px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-groups .ai-row .ai-input {
    display: inline-block;
}

.ai-groups .ai-row .ai-input textarea,
.ai-groups .ai-row .ai-input input[type="text"] {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    padding: 0px 10px;
    width: 600px;
    height: 35px;
    border: #ccc solid 1px;
    background: #fff;
    resize: none;
}

.ai-groups .ai-row .ai-image {
    padding: 0;
    margin: 10px 0;
}

.ai-groups .ai-row .ai-image img {
    max-width: 300px;
    height: auto;
}

.ai-groups .content-row .ai-input {
    display: block;
}

.ai-groups .content-row .ai-add-btn {
    text-align: center;
    margin: 15px 0 40px 0;
}

.ai-groups .content-row .content-add-btn {
    margin-left: 0;
}

.ai-groups .content-row .content-item {
    margin: 10px 0;
    overflow: hidden;
}

.ai-groups .content-row .content-item .ci-title {
    float: left;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    border: 1px solid #d1d1d1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 30px;
    width: 80%;
}

.ai-groups .content-row .content-item .ci-title .ci-show {
    max-width: 760px;
    width: 75%;
    width: -webkit-calc(100% - 160px);
    width: expression(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -o-calc(100% - 160px);
    width: calc(100% - 160px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-groups .content-row .content-item .ci-title .ci-time {
    color: #c6c6c6;
    right: 10px;
    bottom: 9px;
    position: absolute;
}

.ai-groups .content-row .content-item .ci-btns {
    float: left;
    width: 15%;
    margin-top: 7px;
}

.ai-groups .excel-file-row {
    margin-bottom: 15px;
}

.ai-groups .excel-file-row .ai-label {
    display: block;
    margin-bottom: 10px;
}

.ai-groups .excel-file-example p {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.ai-groups .excel-file-example img {
    max-width: 100%;
    height: auto;
}

.ai-groups .activity-submit-btn.gray {
    color: #666 !important;
    background: #e0e0e0;
}

.ai-groups .ai-trash-icon {
    color: #f14291;
    margin-right: 10px;
}

.ai-fields {
    max-width: 100%;
    overflow-x: scroll;
    margin: 25px 0;
}

.fields-empty {
    color: #f14291;
    text-align: center;
    font-size: 25px;
    margin: 30px 0;
}

.ai-fields-table thead th,
.ai-fields-table tbody td {
    padding: 10px 7px;
    border: 1px solid #b6b6b6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-pages {
    text-align: center;
}

.ai-pages .pagination > .active > a,
.ai-pages .pagination > .active > a:hover {
    background-color: #f04291;
    border-color: #f04291;
}
