html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

/*user login begin*/
.navbar-inverse {
    background-color: black;
    border-color: black;
}

.navbar-inverse .navbar-collapse {
    border-color: #FF4400;
}

.navbar-inverse .navbar-toggle {
    background-color: orange;
    border-color: orange;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: forestgreen;
    border-color: forestgreen;
}

.navbar .container .navbar-header .navbar-brand img {
    height: 100%;
    margin-left: -5px;
}

.user_login_form .form-body .form-group .btn_user_login {
    padding: 14px 50px;
    font-size: 16px;
    letter-spacing: 8px;
    margin-top: 50px;
}

.user_login_form .form-body .form-group .col-md-offset-2 .help-block a {
    color: #f40;
    padding-left: 5px;
}

.prompt {
    width: 100%;
    color: #f3565d;
    position: relative;
    display: block;
    top: 5px;
}

.form-group input {
    margin-left: 0;
}

.panel-sidebar .profile-title {
    width: 60%;
}

.user_login_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
}

.panel-sidebar .profile-image img {
    margin-left: 5px;
}

.user_login_footer .foot {
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    color: #a4a4a4;
    padding: 45px 0 24px;
}

.user_login_footer .foot a {
    color: #a4a4a4;
}

.user_login_footer .partner_box {
    font-size: 0;
    line-height: 0;
    color: #6f6f6f;
    margin-bottom: 10px;
}

.user_login_footer .partner_box dt, .footer .partner_box dd {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
}

.user_login_footer .partner_box dd {
    padding: 0 9px;
}

.screen-center-block {
    padding-left: 5px;
    padding-top: 70px;
    padding-bottom: 67px;
    min-height: 100%;
    height: auto !important;
}

.screen-center-block.terms-of-service {
    height: auto;
    background: #fff;
}

.list_content {
    background: #fff;

}
/*end user login*/

/*admin login begin*/
.admin_login {
    background-color: #364150 !important;
    height: 100%
}

.admin_login .admin_login_head_logo {
    margin: 0 auto;
    padding: 15px;
    text-align: center
}

.admin_login_head_logo img {
    width: 100px;
    margin-top: 50px;
}

.admin_login .admin_login_content {
    background-color: #eceef1;
    border-radius: 7px;
    width: 400px;
    margin: 40px auto 10px auto;
    padding: 10px 30px 0 30px;
    overflow: hidden;
    position: relative
}

.admin_admin_login .admin_login_content .admin_login-form, .admin_login .admin_login_content .forget-form {
    padding: 0;
    margin: 0;
}

.admin_login .admin_login_content .form-control {
    background-color: #dde3ec;
    height: 43px;
    color: #8290a3;
    border: 1px solid #dde3ec
}

.admin_login .admin_login_content .form-control:focus, .admin_login .admin_login_content .form-control:active {
    border: 1px solid #c3ccda
}

.admin_login .admin_login_content .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1
}

.admin_login .admin_login_content .form-control:-ms-input-placeholder {
    color: #8290a3
}

.admin_login .admin_login_content .form-control::-webkit-input-placeholder {
    color: #8290a3
}

.admin_login .admin_login_content select.form-control {
    padding-left: 9px;
    padding-right: 9px
}

.admin_login .admin_login_content .form-actions {
    clear: both;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 0 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 90px;
}

.admin_login .admin_login_content .form-actions .btn {
    margin-top: 1px
}

.admin_login .admin_login_content .form-actions .btn-success {
    font-weight: 600;
    padding: 10px 20px !important
}

.admin_login .admin_login_content .form-actions .btn-default {
    font-weight: 600;
    padding: 10px 25px !important;
    color: #6c7a8d;
    background-color: #ffffff;
    border: none
}

.admin_login .admin_login_content .form-actions .btn-default:hover {
    background-color: #fafaff;
    color: #45b6af
}

.admin_login .admin_login_content .forget-password {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 10px
}

.admin_login .admin_login_content .check {
    color: #8290a3
}

.admin_login .admin_login_content .rememberme {
    margin-left: 8px;
    margin-top: 10px
}

.admin_login .admin_login_content .create-account {
    background-color: #6c7a8d;
    border-radius: 0 0 7px 7px;
    margin: 0 -40px 0;
    padding: 15px 0 17px;
    text-align: center
}

.admin_login .admin_login_content .create-account p a {
    color: #c3cedd;
    font-size: 14px;
    font-weight: 600
}

.admin_login .admin_login_content .create-account a {
    display: inline-block;
    margin-top: 5px
}

.admin_login .admin_login_content h3 {
    color: #4db3a5;
    font-size: 28px;
    font-weight: 400 !important;
    text-align: center
}

.admin_login .admin_login_content .input-captcha .captcha {
    height: 39px
}

.admin_login .admin_login_content .fa-user,
.admin_login .admin_login_content .fa-lock {
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 0;
}

.admin_login .admin_login_content .login-form .form-group {
    position: relative;
}

.admin_login .admin_login_content .login-form .input-captcha {
    display: block !important;
}

.admin_login .input-captcha .input-group-addon {
    padding: 0 4px;
    position: absolute;
    right: 64px;
    z-index: 100000;
    top: 0;
}

.admin_login .admin_login_content .login-form .form-actions .btn-login {
    width: 40%;
    margin-top: 15px;
    font-size: 1.5em;
    margin-left: 30%;
}

.admin_login .admin_login_content .login-form .form-actions .admin_login_content_remeberme {
    width: 100%;
    text-align: center;
}

.admin_login .admin_login_content .login-form .form-actions .admin_login_content_remeberme label {
    padding-top: 10px;
}

.admin_login-form.loading button[type='submit'] {
    background: grey;
    pointer-events: none
}

/*end admin login*/

/*user index begin*/
.user_index_content .portlet .page-content .panel-sidebar .portlet {
    margin-bottom: 0;
}

.nav li a {
    font-size: 16px !important;
}

.user_index_content .nav li:last-child a {
    border-bottom: none;
}

.userblock {
    clear: both;
    width: 1160px;
    margin: auto;
    padding-top: 20px;
}

.userblock .left {
    float: left;
    width: 200px;
    min-height: 300px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding-bottom: 20px;
}

.userblock .right {
    float: left;
    width: 940px;
    min-height: 300px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;
    margin-left: 20px;
    overflow: auto;
}

.userblock .userhead {
    padding: 10px 10px 10px 15px;
}

.userblock .userhead .userimage {
    float: left;
    width: 50px;
    height: 50px;
}

.userblock .userhead .userimage .img-responsive {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.userblock .userhead .usertitle {
    float: left;
    padding-left: 10px;
}

.userblock .userhead .usertitle .maintitle {
    color: #5a7391;
    font-weight: bold !important;
}

.userblock .userhead .usertitle .subtitle {
    color: #5b9bd1;
}

.userblock .left .nav {
    clear: both;
}

.userblock .left .nav li a {
    border-bottom: 1px solid #f0f4f7;
    color: #485a6a;
    font-size: 16px;
    font-weight: 400;
}

.userblock .left .nav li:first-child a {
    border-top: 1px solid #f0f4f7;
}

.userblock .left .nav li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
}

.userblock .left .nav li:hover a {
    color: #5b9bd1;
    background-color: #f6f9fb;
}

/*end user index*/

/*register begin*/
.reg_content .reg_content_form .form-section {
    border-bottom: 1px solid #e7ecf1;
    color: #9eacb4;
    padding: 10px;
    margin: 0 10px 20px;
    font-size: 14px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-35 {
    line-height: 35px;
}

.line-height-40 {
    line-height: 40px !important;
}

.bg-1 {
    background: #3598DC;
    color: white;
    border-radius: 5px;
    padding: 4px 10px;
}

.reg_content_form .form-group label {
    text-align: right !important;
}

.reg_content_form .form-group .col-md-6 input[type="text"],
.reg_content_form .form-group .col-md-6 input[type="password"] {
    margin-left: 42px !important;
    border-radius: 0 !important;
}

.reg_content_form .form-group .col-md-6 > span:first-child {
    height: 42px;
    width: 42px;
    display: block;
    border-color: #e5e5e5;
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 15px;
    line-height: 42px;
    text-align: center;
}

.reg_content_form .form-group .col-md-6 span:first-child i {
    font-size: 12px;
    color: #999;
}

.reg_content_form .form-group button {
    padding: 15px 100px;
    margin: 0 0 30px 0;
}

.reg_content_form .form-group #reg_agreement {
    margin-top: 30px;
}

.font-size-13 {
    font-size: 13px;
}

/*end register*/

/*business begin*/
.business_content .panel-content input {
    height: 33px;
}

/*end business*/

/*partner apply begin*/
.partner_apply_content h3,
.account_content .account_content_form h3 {
    border-bottom: 1px solid #e7ecf1;
    color: #9eacb4;
    padding: 10px;
    margin: 10px 20px 20px;
    font-size: 14px;
}

/*end partner apply*/

/*finance index*/
.dashboard-stat {
    border-radius: 0;
}

.finance_index_content .panel-content .portlet .portlet-body {
    overflow: hidden;
    padding-top: 8px;
}

.dashboard-stat .more {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}

.workspace .portlet-body {
    overflow-x: visible;
    overflow-y: visible;
}

.my-code {
    background: #ededed;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #cbcbcb;
    padding: 0 30px;
}

.TQM-notice {
    cursor: pointer;
}

.dialog-label {
    padding-top: 0 !important;
    display: block;
    border: 1px solid #cbcbcb;
    line-height: 34px;
    margin-top: 0;
    margin-bottom: 0 !important;
    height: 34px;
    padding-left: 10px;
}

/*end finance index*/

/*finance collect*/
.finance_collect_content_form .col-md-10 label {
    color: orangered;
    font-size: 18px;
    font-weight: bold;
}

.finance_collect_content_form .form-group {
    margin-bottom: 10px;
}

.finance_collect_content_form .form-group .control-label,
.grant_xgc_content .grant_xgc_content_form .form-group .control-label {
    line-height: 33px;
}

.finance_collect_content_form #TransferAccount,
.grant_xgc_content .grant_xgc_content_form #TransferAccount {
    height: 44px;
}

.finance_collect_content_form .row .col-lg-4 {
    cursor: pointer;
}

.line-height-min {
    line-height: 5px !important;
}

/*end finance collect*/

/*finance sell*/
.sell_content .sell_content_form h3,
.buy_content .buy_content_form h3 {
    border-bottom: 1px solid #e7ecf1;
    color: #9eacb4;
    padding: 10px;
    margin: 10px 10px 20px 10px;
    font-size: 14px;
}

/*end finance sell*/

/*finance buy*/
.buy_content_form .form-body .row .col-lg-4 > div,
.booking_content_form .form-body .row .col-lg-4 > div,
.get_painting_content_form .row .col-lg-4 > div {
    height: 150px !important;
}

.get_painting_content .get_painting_content_form .form-body .row .YMcart input,
.booking_content .booking_content_form .form-body .row .YMcart input,
.get_painting_content .get_painting_content_form .form-body .row .YMcart input {
    width: 100px;
    height: 32px;
}

/*end finance buy*/

/*news*/
.listSmall_nav {
    width: 198px;
    height: 40px;
    background: #f6f9fb;
    border: 1px solid #eaeaea;
    font-size: 16px;
    text-align: left;
    padding-left: 25px;
    line-height: 40px;
    color: #5a7391;
    margin-bottom: 5px;
}

.nav_move {
    margin-top: 20px;
}

.newstitle {
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 42px;
}

.listSmall_nav_content {
    padding: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ededed;
}

.listSmall_nav_content .circles {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #ededed;
    display: inline-block;
}

.news_move:hover {
    text-decoration: none
}

.newstitle .tit {
    color: #4DB3A2;
}

.xinnuomain {
    padding: 15px;
    margin-top: 15px;
}

.xinnuolist .zkmedia .row {
    border-bottom: 1px solid #eee;
    height: 45px;
    line-height: 45px;
    margin: 0px;
}

.xinnuolist .zkmedia:first-child .row {
    border-top: 1px solid #eee;
}

.xinnuolist .zkmedia .row > p {
    padding: 0;
    font-size: 14px;
    padding-left: 30px;
}

.col-xs-4.col-sm-4.col-md-4.col-lg-4.text-right.new_title {
    padding-right: 30px;
}

.red {
    color: red;
}

.grey {
    color: grey;
    font-weight: 100;
}

.terms-of-service h3 {
    margin-top: 20px;
    text-align: center;
    color: #666;
}

.terms-of-service p {
    position: relative;
    margin: 10px 0 0;
    text-align: center;
}

.xinnuolist .zkmedia p {
    white-space: nowrap;
    overflow: hidden;
}

.news_detail_content .screen-center-block .contents p span {
    font-size: 18px;
}

.news_detail_content {
    height: auto !important;
}

/*end news*/

/*server*/
.service {
    margin: 0;
    background: #f1f6f9;
}

.service:hover {
    color: cornflowerblue;
}

.service_hover:hover {

    text-decoration: none;
}

.question_list_content h3 {
    color: #9eacb4;
    padding: 0 36px;
    font-size: 14px;
    text-align: left;
}

.btn.btn-success.pull-right {
    margin: 4px;
}

.col-xs-4.col-sm-4.col-md-4.col-lg-4.text-right {
    padding-right: 36px;
}

.question_list_content h4 {
    margin: 10px 35px;
    line-height: 34px;
}

/*end server*/

.my-btn {
    padding: 14px 50px;
    font-size: 16px;
    letter-spacing: 8px;
    margin: 40px 0 200px 0;
}

.panel-sidebar ul.nav > li > a {
    border-bottom: 1px solid #f0f4f7;
    color: #485a6a;
    font-size: 16px;
    font-weight: 400;
}

.dialog-XGC-h3 {
    margin: 0 !important;
    padding: 15px 0 0 0 !important;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

/*Responsive*/
@media (max-width: 320px) {
    .coming-soon-content .btn-subscribe span {
        display: none;
    }

    .user_login_footer {
        position: relative;
    }
}

@media (max-width: 767px) {
    .xinnuo_wrap {
        padding-top: 60px;
    }

    .coming-soon-header,
    .coming-soon-countdown,
    .coming-soon-content,
    .coming-soon-footer {
        margin-top: 0;
        padding: 10px;
    }
}

.portlet.light {
    margin-bottom: 0;
}

.portlet.light.portlet-fit {
    padding-right: 15px;
}

.addminus {
    width: 100px;
    display: inline-block;
    position: relative;
}

.addminus input[type='text'] {
    width: 50px;
    height: 30px;
    text-align: center;
    outline: none;
    border: 1px solid #ddd;
}

.addminus .addnum {
    text-align: center;
    position: absolute;
    height: 15px;
    width: 15px;
    top: 0px;
    left: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd;
    background-color: #eee;
    cursor: pointer;
}

.addminus .minusnum {
    text-align: center;
    position: absolute;
    height: 15px;
    width: 15px;
    bottom: 0;
    left: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #eee;
    cursor: pointer;
}

.addminus .addnum:hover {
    background-color: #ddd;
    border-bottom: 1px solid #ddd;
}

.addminus .minusnum:hover {
    background-color: #ddd;
}

/* 低分辨率时左右不留空 */
@media (max-width: 768px) {
    .portlet.light {
        padding: 12px 0px 15px;
    }
}

.checkboxes {
    position: relative;
    display: inline-block;
    /*height: 29px;*/
    -moz-user-select: none;
}

.checkboxes > input {
    position: absolute;
    z-index: 10;
    left: 3px;
    top: 3px;
}

.checkboxes .checkboxspan {
    position: absolute;
    z-index: 100;
    background-color: white;
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    /*background-image: url('/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/pay/buttonst.png');*/
    background-repeat: no-repeat;
    border-radius: 100%;
}

.checkboxes .che_text {
    line-height: 28px;
    margin-left: 32px;
}

.leftarightm {
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
}

.leftarightm span {
    display: inline-block;
    padding: 2px 10px;
    cursor: pointer;
}

.leftarightm span:first-child {
    border-right: 1px solid #ddd;
}

.leftarightm span:last-child {
    border-left: 1px solid #ddd;
}

.leftarightm input {
    width: 50px;
    height: 20px;
    text-align: center;
    border: none;
    outline: none;
}

/* 头部样式 */
.page-top .page-header {
    border-bottom: none;
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 2px #dfdfdf, 0px 0px 5px 3px #f0f0f0;
    font-size: 12px;
    margin: 0px;
    height: 54px;
}

.page-top .page-header .top-menu .nav .dropdown, .page-top .page-header .top-menu .nav .dropdown.open, .page-top .page-header .top-menu .nav .dropdown .dropdown-toggle {
    height: 54px;
    border: 0;
}

.page-top .page-header .top-menu .nav .dropdown .dropdown-menu {
    margin-top: 10px;
}

.top-menu .navbar-nav > li.dropdown-extended .dropdown-menu > li.external > a {
    font-size: 12px;
    margin-top: 0px;
}

.top-menu .navbar-nav > li.dropdown-user > .dropdown-toggle > .username {
    font-weight: normal;
}

.page-header.navbar .page-top {
    background: none;
    width: auto !important;
    clear: none;
}

.page-header.navbar .page-logo {
    margin: 0px 0px 0px -4px;
    padding: 0px;
}

.page-header.navbar .page-logo a {
    height: 54px;
    display: block;
    vertical-align: middle;
    line-height: 54px;
}

.page-header.navbar .page-logo {
    display: block;
    float: left;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    /*width: 220px;*/
}

.page-header.navbar .header-navigation {
    margin: 0px;
}

/*DIY*/
.left-bar {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 9999;
}

.left-bar-items {
    display: inline-block;
}

.left-bar-items.menu-collapsed .left-bar-item {
    width: 48px;
    padding-right: 0;
}

.left-bar-items .left-bar-item.bg-panel span.icon {
    top: 10px;
    left: 10px;
    display: block;
    width: 30px;
    height: 30px;
}

.left-bar-items .left-bar-item.bg-panel span.icon img {
    display: block;
    width: 100%;
}

.left-bar-items .left-bar-item span.icon {
    position: absolute;
}

.left-bar-items .left-bar-item {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.96) 0%, rgba(238, 238, 238, 0.96) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0%, rgba(238, 238, 238, 0.96) 100%);
    box-shadow: 0 2px 5px 0 rgba(22, 45, 61, 0.58);
    border-radius: 24px;
    line-height: 48px;
    height: 48px;
    position: relative;
    cursor: pointer;
    padding-right: 46px;
    margin-bottom: 12px;
    clear: left;
    z-index: 1050;
}

/* Navigation */
.header-navigation {
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}

.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation > ul > li {
    float: left;
}

.header-navigation > ul > li > a {
    color: #808080;
    display: block;
    padding: 16px 15px;
    font-size: 16px;
}

.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    color: #e02222;
    background: #fcfcfc;
    text-decoration: none;
}

.header-navigation ul > li.active > a {
    border-bottom: 2px solid #e64f00;
}

.top-menu .navbar-nav .dropdown-user img {
    height: 32px;
    width: 32px;
}

/* dropdown menu */
@media (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}

.header-navigation,
.header-navigation .dropdown {
    position: static;
}

.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
    position: relative;
}

.header-navigation .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #fff;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
    display: none !important;
}

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}

.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}

.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}

.header-navigation > ul > li.dropdown {
    position: relative;
}

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}

.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}

.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #ea4c1d;
}

.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}

.header-navigation .dropdown-menu li:last-child {
    border: none;
}

.header-navigation .dropdown-menu li > a {
    padding: 10px 15px;
    font-weight: 400;
    color: #767f88;
}

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #e6400c;
    color: #fff;
}

/* navigation content */
.header-navigation-content {
    padding: 20px 30px;
    min-width: 600px;
}

.header-navigation-content .header-navigation-col {
    padding: 0;
}

.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
    margin: 0 0 6px;
    padding: 10px 10px 5px;
    border-bottom: solid 1px #f0f0f0;
}

.header-navigation-content ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.header-navigation-content li {
    padding: 0;
    border: none !important;
}

.header-navigation-content li > a {
    display: block;
}

/* header navigation description */
.header-navigation-content-ext {
    padding: 20px 30px 2px;
    background: #fff;
}

.header-navigation-description {
    background: #fcfafb;
    margin: -20px 0 -2px -30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}

.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
    border: none;
    padding: 10px 0 0;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li {
    border: none;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
    padding: 0 0 10px;
    color: #767f88;
    display: inline-block;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
    background: #fff;
    color: #e6400c;
}

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}

.header-navigation .dropdown-menu a {
    position: relative;
}

.header-navigation .dropdown-menu .fa {
    position: absolute;
    top: 13px;
    right: 15px;
}

.btn-group .group-checkable {
    float: left;
}

/* 应用图标的字体大小（原来是13px） */
.tiles .tile .tile-object > .name {
    font-size: 12px;
}

.portlet.light > .portlet-title > .caption > .caption-subject {
    font-size: 16px;
}

.panel-sidebar {
    /* 面板的左边栏 */
    border: 1px solid #eee;
    border-radius: 4px;
    float: left;
    width: 200px;
    margin-right: 15px;
}

.panel-sidebar .portlet-title {
    margin: 0px;
    padding: 5px 15px;
}

.panel-sidebar .portlet-title .caption {
    font-size: 14px;
    line-height: 20px;
}

.profile-portlet {
    /* 头像和文本的外框 */
    padding: 10px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.profile-image img {
    /* 头像 */
    float: left;
    width: 30%;
    max-width: 100px;
    margin: 0px 0px 0px 10px;
    border-radius: 6px !important;
}

.profile-title {
    /* 文本 */
    float: right;
    width: 50%;
}

.profile-title .main-title {
    color: #5a7391;
    font-weight: bold;
}

.profile-title .sub-title {
    color: #5b9bd1;
}

.buttons {
    /* 按钮 */
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #EEE;
}

.buttons .btn {
    margin-right: 5px;
}

.btn:last-child {
    margin-right: 0;
}

button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

ul.nav {
    /* 菜单 */
    margin-top: 0px;
}

ul.nav > li > a {
    color: #485a6a;
    font-size: 14px;
    font-weight: 400;
    /*border-bottom: 1px solid #f0f4f7;*/
}

ul.nav > li > a i {
    margin: 4px 4px 0px 0px;
    float: left;
}

ul.nav > li > a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
}

ul.nav > li.active > a {
    /*color: #5b9bd1;*/
    /*background-color: #f6f9fb;*/
}

ul.nav.childs {
    padding-left: 20px;
    list-style: none outside none;
    border-bottom: 1px solid #f0f4f7;
}

ul.nav.childs > li > a {
    font-size: 12px;
    border-bottom: none;
}

.panel-content {
    /* 面板内容 */
    border: 1px solid #eee;
    border-radius: 4px;
    min-height: 300px;
    overflow-x: hidden;
}

.panel-content .tabbable-line {
    padding: 12px 20px 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

.inputwidth {
    width: 40px !important;
    text-align: center;
}

.displayinline {
    display: inline;
}

.ml {
    margin-left: 20px;
}

.formaaa .hg {
    height: 30px;
    margin-bottom: 8px !important;
    padding: 0 5px;
}

.formaaa .labelfomr {
    position: relative;
    top: -2px;
}

.form-horizontal .control-label {
    padding-top: 10px;
}

/*.search-bar {
    margin-top: -58px;
}*/

.pg a {
    padding-top: 10px;
}

.tabbable-line {
    position: relative;
    text-align: left;
}

.btn-zk {
    position: absolute;
    top: 12px;
    right: 10px;
}

.pull_a {
    margin-right: -40px; /*从user提出来在215行*/
}

.page-container .pg .btn-circleone {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.page-container .edui-container {
    width: 100% !important;
    z-index: 100000000000 !important;
    border-radius: 5px;
}

.page-container .edui-toolbar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.page-container .edui-editor-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 240px;
}

.page-container .edui-body-container {
    width: 100% !important;
}

@media (min-width: 992px) {
    .scroll-to-top {
        right: 10px;
    }
}

.scroll-to-top {
    display: inline-block;
    padding: 2px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    bottom: 60px;
    display: none;
    right: 10px;
}

.scroll-to-top > i {
    display: inline-block;
    color: #687991;
    font-size: 32px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.navbar:after, .navbar:before {
    content: none !important;
}

.nav-one {
    width: 100%;
    height: auto;
    padding-left: 0;
}

.nav-one > li {
    width: 100%;
    height: auto;
    margin-bottom: 1px;
    list-style-type: none;
}

.nav-one > li > a {
    display: block;
    width: 100%;
    min-height: 39px;
    font-size: 14px;
    padding: 12px 20px;
    color: #485a6a;
    text-decoration: none;
}

.nav-one > li > a:hover {
    background-color: #f7f6f8;
    color: #5b9bd1;
}

.nav-one > li > a .ico-right {
    float: right;
    margin-top: 2px;
}

.nav-one > li > a.backs {
    background: #f7f6f8;
    color: #5b9bd1;
}

.nav-two {
    width: 100%;
    height: 0;
    background: white;
    padding-left: 0;
    overflow: hidden;
}

.nav-two.padg-top {
    padding-top: 8px;
}

.nav-two li {
    width: 100%;
    height: auto;
    list-style-type: none;
}

.nav-two li a {
    display: block;
    width: 100%;
    height: 37px;
    color: #485a6a;
    padding: 12px 30px;
    text-decoration: none;
}

.nav-two li a:hover {
    background-color: #fafafa;
    color: #5b9bd1;
}

.nav-two li a.backs2 {
    background: #fafafa;
    color: #5b9bd1;
}

.size-ft {
    font-size: 16px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fontColorRed {
    color: red;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 10px !important;
}

/*.input-group-btn:first-child > .btn, .input-group-btn:last-child > .btn {
    height: 42px !important;
}*/

.minicolors-theme-bootstrap .minicolors-swatch {
    height: 35px !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    line-height: 28px !important;
}

.select2-container--bootstrap .select2-selection--multiple {
    height: 42px !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 42px !important;
}

.imguploadblock {
    position: relative;
    margin-right: 15px;
}

.imguploadblock .btn {
    border-radius: 0;
    font-size: 12px;
}

.imguploadblock .btns {
    position: absolute;
    top: 0;
    right: 0;
}

.imguploadblock .btnXianGe {
    padding: 1px 3px;
}

.imguploadblock .font-color-white {
    color: white;
}

/*.form-control {
    height: 42px;
}*/

.form-control-static {
    padding-top: 11px;
}

.number-input .up-down .up, .number-input .up-down .down {
    height: 21px;
}

.number-input .up-down {
    height: 42px;
}

.table-striped td, .table-striped th {
    text-align: center;
}

.table-striped .text-left {
    text-align: left;
}

.admin-page-container .tab-content {
    padding-top: 8px;
}

.page-sidebar .pagination .active input {
    border-radius: 0;
    float: left;
    height: 32px;
    width: 52px;
    padding-left: 0px;
    padding-right: 0px;
}

.page-sidebar .pagination-info select {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 12px;
    height: 30px;
    text-align: center;
    width: 60px;
}

.page-sidebar .pagination-info {
    float: right;
    margin: 10px;
}

.page-sidebar .pagination {
    float: right;
}

.page-sidebar .pagination .prev a {
    border-right: none;
}

.btn-big {
    padding: 14px 50px;
    font-size: 16px;
    letter-spacing: 8px;
}

.form-group-error {
    border-color: #fbe1e3;
    color: #e73d4a;
    margin: 0px;
    padding: 0px;
}

.form-group-error .validation-summary-errors {
    background-color: #fbe1e3;
    border-color: #fbe1e3;
    color: #e73d4a;
    border-width: 1px;
    border-radius: 8px;
    padding: 5px;
    line-height: 180%;
    margin-bottom: 8px;
}

.form-group-error .validation-summary-errors ul {
    margin: 0px;
    padding-left: 10px;
}

.form-group-error .validation-summary-errors li {
    list-style: none;
}

.form-search-list button {
    display: inline;
}

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
    height: auto;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #36c6d3;
    color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    background: #f1c40f;
    color: #fff;
}

.dialogZindex {
    z-index: 10100 !important;
}

/*.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}*/

.modal .modal-header {
    border-bottom: 1px solid #efefef;
}

.modal .modal-header h3 {
    font-weight: 300;
}

.modal .modal-header .close {
    margin-top: 0 !important;
}

.modal.draggable-modal .modal-header {
    cursor: move;
}

.modal .modal-dialog {
    z-index: 10051;
    width: 960px !important;
}

.modal > .loading {
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
}

.modal.in .page-loading {
    display: none;
}

.modal-open {
    overflow-y: auto !important;
}

.modal-open-noscroll {
    overflow-y: hidden !important;
}

.modal-backdrop {
    border: 0 none;
    outline: medium none;
    z-index: 10049;
}

.page-portlet-fullscreen .modal-backdrop {
    z-index: 10059;
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: #333 !important;
}

.FullSize.modal-dialog {
    width: 99%;
}

.fade .modal-dialog {
    margin: auto;
    margin-top: 30px;
}

.FullSize .modal-dialog {
    width: 100%;
    margin-bottom: 0px;
    margin: auto;
    margin-top: 0px;
    height: 100%;
}

#dialog .modal-body {
    padding: 5px;
}

.Size200 .modal-dialog {
    width: 200px;
    margin-top: 50px;
}

.Size300 .modal-dialog {
    width: 300px;
    margin-top: 40px;
}

.Size500 .modal-dialog {
    margin-top: 35px;
    width: 500px;
}

.Size600 .modal-dialog {
    margin-top: 35px;
    width: 600px;
}

.Size800 .modal-dialog {
    width: 800px;
}

.Size900 .modal-dialog {
    width: 900px;
}

.Size1000 .modal-dialog {
    width: 1000px;
}

.Size1200 .modal-dialog {
    width: 1200px;
}

.DiyButton {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 70000;
}

.DiyButton a {
    border: 1px solid #f15433;
    color: #fff;
    display: inline-block;
    height: 15px;
    line-height: 15px;
    margin-bottom: 8px;
    padding: 0px 0;
    text-align: center;
    width: 50px;
    background: #f15433 6px center;
    color: white;
}

.JionUs .jutop {
    position: relative;
}

.JionUs .jutop .juding {
    width: 20%;
    position: absolute;
    top: 10%;
    left: 40%;
}

.JionUs .jutop .juding img {
    border-radius: 100%;
}

.JionUs .jurow {
    padding: 15px 0 15px 0;
    margin: 0;
    margin-top: 10px;
}

.JionUs .jurow img {
    width: 25px;
}

.JionUs .jurow .active {
    color: #ADE1F3;
}

.JionUs .jua {
    display: block;
    padding-left: 20px;
    color: grey;
    font-size: 16px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

ul.ul_message > li {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}

ul.ul_message > li > img {
    width: 30px;
}

.ul_cw_product li {
    float: left;
    width: 46%;
    margin-left: 2.666%;
    margin-top: 12px;
}

.ul_cw_product li .li_cw_title {
    height: 42px;
    overflow: hidden;
}

.ul_cw_product li button.btn {
    padding: 5px;
}

.cascadeselector {
    width: 100px;
    float: left;
}

.dashboard-stat .more {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}

.jstree-container-ul {
    border: 1px solid #c2cad8;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    line-height: 200%;
    font-size: 14px;
}

.jstree-container-ul a {
    font-size: 14px;
}

.jstree-container-ul a .fa-folder {
    display: none;
}

.form-horizontal label {
    margin-bottom: 5px;
}

.fenye {
    float: left;
}

.fenye li a {
    color: #333333;
}

.riaoye {
    float: left;
    padding-top: 10px;
    margin-left: 20px;
}

.riaoye li {
    float: left;
    margin-right: 10px;
}

.riaoye li:nth-child(1) {
    font-size: 14px;
    line-height: 30px;
}

.riaoye li:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
}

.riaoye li:nth-child(2) input {
    width: 30px;
    height: 30px;
    text-align: center;
    outline: none;
}

.riaoye li:nth-child(3) button {
    height: 30px;
    text-align: center;
    outline: none;
}

.selects select {
    margin-right: 15px;
}

.itemGoods {
    display: inline;
    float: left;
    margin: 4px;
}

.itemGoods dl {
    margin: auto;
}

.itemGoods dl dt {
    margin: auto;
    text-align: center;
}

.itemGoods dl dt a {
    border-radius: inherit;
    display: block;
    margin: auto;
    text-align: center;
}

.itemGoods dl dt a img {
    border-radius: inherit;
}

.itemGoods dl dd {
    line-height: 180%;
    overflow: hidden;
    width: 100%;
}

.itemGoods dl dd a {
    display: inline-block;
    text-indent: 5px;
}

.itemGoods dl dd em em {
    margin-right: 8px;
}

.itemGoods dl dd em {
    margin-right: 0;
}

.User_Service {
    font-size: 14px;
    line-height: 200%;
}

li {
    list-style: none;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}

button {
    outline: none;
}

.mediaGallery, .mediaGallery-add {
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
    display: none;
}

.mis-visible {
    display: block;
}

.mediaGallery, .mediaGallery-add {
    overflow: hidden;
    position: absolute;
    color: #333;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 1024px;
}

.window-wrapper {
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.window-wrapper.fullscreen {
    border-radius: 8px;
    width: 93%;
    height: 93%;
    margin: auto;
    min-height: 500px;
    min-width: 952px;
    max-height: 720px;
    max-width: 1432px;
}

.header {
    padding: 18px 15px 18px 24px;
    margin: 0;
    background-color: #3899ec;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.header, .header .close {
    position: relative;
}

.header h1 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.header .close {
    background: 0 0;
    border: none;
    text-align: left;
    float: right;
    text-decoration: none;
    display: inline-block;
    margin: -3px 0 0 10px;
    text-indent: -9999px;
    font-size: 18px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.header, .header .close {
    position: relative;
}

.header .close:after {
    background-size: 48px 1139px;
    background-position: 0 8.5278276481149%;
    position: absolute;
}

.header .close:after, .header .close:hover:after {
    -moz-background-size: 48px 1139px;
    content: ' ';
    text-indent: -9999px;
    display: block;
    top: -8px;
    left: -8px;
    width: 25px;
    height: 25px;
}

.header .close:hover:after {
    background-size: 48px 1139px;
    background-position: 0 15.26032315978456%;
    position: absolute;
}

.header .close:hover:after, .upload-button > button:after, .window-wrapper .group-actions .search input[type=submit] {
    background-image: url(https://web.archive.org/web/20181019095117im_/https://editor.wix.com/_partials/media-gallery-g5/1.384.0/images/sprite.svg-icons-1b862a9f.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 48px 1139px;
}

.badge, .label {
    /*border-radius: 12px !important;*/
    color: #fff;
    font-size: 13px !important;
    font-weight: 300;
    height: 20px;
    padding: 3px 8px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.button-box {
    padding: 3px 5px;
    color: white;
}

.ajaxDiv {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #ccc;
    z-index: 10500000511;
    display: block;
    position: fixed;
    padding-right: 17px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    text-align: center
}

.ajaxDiv img {
    height: 100px;
    margin: 0 auto;
    margin-top: -100px;
    top: 50%;
    position: absolute
}

.hongqi-hznd .btn-group .dropdown-menu {
    right: 0 !important;
    left: initial !important;
}

.hongqi-hznd .btn-group > .dropdown-menu:before, .hongqi-hznd .btn-group > .dropdown-menu:after {
    right: 10px;
    left: initial;
}

.bootstrap-dialog .bootstrap-dialog-title {
    color: #fff;
}

/*begin register agreement*/
.reg_agree {
    width: 60%;
    margin: 0 20% 30px 20%;
    font-family: "微软雅黑 Light";
}

.reg_agree p {
    line-height: 30px;
    text-indent: 2em;
}

.reg_agree h2 {
    text-align: center;
    padding: 50px 0 40px 0;
}

.reg_agree em {
    width: 100%;
    display: block;
    text-align: right;
    font-size: .9em;
    padding: 10px 0;
    color: grey;
}

.reg_agree img {
    margin: 0 auto;
    padding: 15px 0;
    display: block;
}

.reg_agree strong {
    padding: 5px 0;
    display: block;
}

.reg_agree span {
    font-weight: bold;
    text-decoration: underline;
}

.reg_content_form .form-body .form-group .broken-type-title {
    line-height: 122px;
    padding-top: 0;
}

.reg_content_form .radio-list input[type="radio"] {
    opacity: 0;
}

.reg_content_form .radio-list label {
    width: 30%;
    padding: 0;
    margin: 0;
    margin-right: 5%;
    padding-left: 0 !important;
    float: left;
    background: #fff;
    border-radius: 5px;
}

.reg_content_form .radio-list label:hover {
    background: #cf101b !important;
    -webkit-transition: all .5s !important;
    transition: all .5s !important;
    color: #fff;
}

.reg-type-active {
    opacity: 1 !important;
    background: #cf101b !important;
    color: white;
}

.reg_content_form .radio-list label:last-child {
    margin-right: 0;
}

.reg_content_form .radio-list label img {
    display: block;
    width: 50%;
    margin-left: 25%;
    text-align: center;
}

.reg_content_form .radio-list label span {
    display: block;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

/*end register agreement*/

.form-item-title {
    border-bottom: 1px solid #e7ecf1;
    color: #9eacb4;
    padding: 10px;
    margin: 0 0 20px;
    font-size: 1.7em;
}

#tab1 .form-item-title {
    font-size: 1.2em;
}

.page-header .page-header-inner .page-logo a .logo-default {
    width: 120px;
    margin-top: 18px;
    margin-left: 35px;
}

/*id information*/
.col-md-10.idnum {
    width: 40%;
}

.form-control.textfile {
    width: 100%;
    margin-left: 70px;
}

.update_file_btn {
    width: 70px;
    display: block;
    float: left;
    height: 27px;
    color: #c27c7b;
    background: #f2dede;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #e1e2e2;
    border-radius: 4px;
}

.form-control.update_file {
    position: absolute;
    top: 0;
    opacity: 0;
}

input.update_file_btn {
    opacity: 0;
}

.textfile {
    float: left;
    width: 30%;
}

.form-control.update_file {
    left: 87px;
    width: 89%;
}

.idcard {
    width: 100%;
}

.idcard_left {
    width: 100%;
    float: left;
    height: 100%;
}

.idcard_right {
    width: 100%;
    float: left;
    height: 100%;
    margin-left: 60px;
}

.idcard_face {
    width: 100%;
    height: 200px;
    position: relative;
    float: left;
    border: none;
}

.idcard_face input {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.idcard-box .col-md-12 {
    position: relative;
}

.idcard-box .col-md-12 i {
    width: 300px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    border: 1px solid #010102;
    border-radius: 5px;
}

.idcard-box .col-md-12 p {
    line-height: 40px;
    margin-left: -15px;
}

.idcard-box .col-md-12 input[type="file"] {
    width: 300px;
    height: 200px;
    border-radius: 5px;
    outline: none;
    opacity: 0;
}

.idcard-box .col-md-12 .preview {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: -1;
}

.idcard-box .col-md-12 .col-md-6 {
    margin-left: 50px;
    margin-top: 35px;
}

.idcard-box .col-md-12 .col-md-6 p {
    padding-left: 50px;
}

.idcard-box .col-md-12 .col-md-6 img {
    width: 200px;
}

/*personal information*/
.form-horizontal .form-body .form-group label.control-label {
    text-align: left;
}

.information_left {
    width: 50%;
    float: left;
}

.information_right {
    width: 50%;
    float: left;
    color: #999;
}

.information_tips {
    width: 100%;
}

.idcard .fa-plus {
    font-size: 8em;
    position: absolute;
    top: 23%;
    left: 38%;
    color: #aaa;
}

.tab-content .control-label.col-md-2 {
    text-align: right !important;
    line-height: 33px;
}

/*information*/
.page-container.user-center-page-container.screen-center-block {
    margin-top: -70px !important;
}

.information_btn {
    padding-left: 33%;
    padding-top: 40px;
}

.form-control, .control-label, label, .label, .btn {
    font-size: 14px;
}

.panel-sidebar ul.nav > li {
    font-size: 16px;
}

/*bank card*/
.bank_card {
    overflow: hidden;
}

.bank_card_right {
    float: right;
}

.control-label.col-md-2.bank_card {
    color: #88bff6;
    cursor: pointer;
}

.add_bank_card {
    height: 150px;
    width: 40%;
    border: 1px dashed #999;
    margin-left: 15px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    position: relative;
    line-height: 200px;
    float: left;
}

.bank_card_existing {
    height: 150px;
    width: 40%;
    border: 1px dashed #999;
    margin-left: 15px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    position: relative;
    float: left;
    background: #8B130F;
    color: #fff;
}

.bank_card_existing span {
    margin-top: 20px;
    display: inline-block;
}

.add_bank_card:before {
    content: '';
    width: 40px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -20px;
    background: #aaa;
}

.add_bank_card:after {
    content: '';
    width: 40px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -20px;
    background: #aaa;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.card_window_all {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 110;
    display: none;
}

.card_window {
    width: 1020px;
    height: 650px;
    position: fixed;
    top: 50%;
    left: 50%;;
    margin-top: -325px;
    margin-left: -510px;
    background: #FFF;
    z-index: 120;
    display: none;
}

.card_window_header {
    height: 30px;
    width: 100%;
    background: #88bff6;
}

.card_window_titile {
    position: absolute;
    left: 10px;
    top: 0px;
    line-height: 30px;
    color: #fff;
}

.card_window_close {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.card_window_close:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card_window_close:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -15px;
    background: #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.form-control.bank_card_input {
    width: 40%;
}

.card_window_text {
    height: 42px;
    line-height: 42px;
    margin-top: 30px;
}

.card_window_txt {
    font-size: 18px;
    text-align: right;
}

.card_window_bank {
    width: 80%;
    float: left;
}

.card_window_bank .gou {
    width: 130px;
    height: 30px;
    float: left;
    border: 1px solid #ccc;
    margin: 10px 18px 20px 0;
    background: url(https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/spr_bank.png) no-repeat 0 -2px;
    cursor: pointer;
}

.card_window_bank span {
    width: 130px;
    height: 30px;
    float: left;
    border: 1px solid #ccc;
    margin: 10px 18px 20px 0;
    background: url(https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/spr_bank.png) no-repeat 0 -152px; /*中国银行*/
    cursor: pointer;
}

.card_window_bank span:nth-of-type(2) {
    background-position: 0 -252px; /*建设银行*/
}

.card_window_bank span:nth-of-type(3) {
    background-position: 0 -402px; /*招商银行*/
}

.card_window_bank span:nth-of-type(4) {
    background-position: 0 -602px; /*工商银行*/ /*中国银行*/
}

.card_window_bank span:nth-of-type(5) {
    background-position: 0 -52px; /*农业银行*/
}

.card_window_bank span:nth-of-type(6) {
    background-position: 0 -552px; /*发展银行*/
}

.card_window_bank span:nth-of-type(7) {
    background-position: 0 -2px; /*浦发银行*/
}

.card_window_bank span:nth-of-type(8) {
    background-position: 0 -102px; /*北京农村商业银行*/
}

.card_window_bank span:nth-of-type(9) {
    background-position: 0 -202px; /*上海银行*/
}

.card_window_bank span:nth-of-type(10) {
    background-position: 0 -302px; /*光大银行*/
}

.card_window_bank span:nth-of-type(11) {
    background-position: 0 -352px; /*兴业银行*/
}

.card_window_bank span:nth-of-type(12) {
    background-position: 0 -452px; /*民生银行*/
}

.card_window_bank span:nth-of-type(13) {
    background-position: 0 -502px; /*平安银行*/
}

.card_window_bank span:nth-of-type(14) {
    background-position: 0 -652px; /*宁波银行*/
}

.card_window_bank span:nth-of-type(15) {
    background-position: 0 -702px; /*其他*/
}

.active-bank {
    border: 1px solid orange !important;
}

.card_window_bank span,
.bank-list span {
    position: relative;
}

.card_window_bank span i,
.bank-list i {
    color: orange;
    font-size: 1.5em;
    position: absolute;
    right: 1px;
    bottom: -1px;
    background: white;
    border-radius: 50%;
}

.card_window_bank span:hover,
.bank-list label:hover {
    border: 1px solid orange;
}

.card_window button {
    margin-top: 50px;
}

/*nav*/
.nav.nav-pills.user_information .active {
    color: #fc8321;
    border-left-color: #f5f5f5;
    border-right-color: #f5f5f5;
}

.nav.nav-pills.user_information {
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    height: 44px;
}

.nav.nav-pills.user_information li a {
    float: left;
    position: relative;
    padding: 0 22px;
    min-width: 56px;
    color: #969696;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #fff;
    height: 42px;
}

.nav.nav-pills.user_information .active a {
    color: #92BBDD;
    border-top: 3px solid #92BBDD;
    border-bottom: 2px solid #fff;
    height: 44px;
    border-radius: 0;
}

.nav.nav-pills.user_information li a:hover {
    color: #92BBDD;

}

.nav-pills.user_information > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #92BBDD;
    background-color: #fff;
}

/*begin account active*/
.account_active_content .portlet.light {
    padding: 12px 0 0 0;
}

.account-type-height {
    line-height: 140px;
}

.text-align-right {
    text-align: right !important;
}

.account-type-price .col-md-9 {
    padding-left: 0;
}

.account-type-price span {
    line-height: 30px;
    color: red;
    font-weight: bold;
    font-size: 1.5em;
    padding-right: 5px;
}

.account-table {
    padding: 20px 0 0 0;
}

.account_active_content_form table tr th,
.account_active_content_form table tr td {
    text-align: center;
    line-height: 30px;
}

.account_active_content_form table .checkbox {
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 49px;
    line-height: 49px;
}

.account_active_content_form table th[scope="row"] {
    width: 13%;
    text-align: left;
    padding-left: 3%;
}

.account_active_content_form table th[scope="row"] input[type="checkbox"] {
    margin-right: 5px;
}

.account_active_content .control-label.col-md-2.text-align-right {
    padding-top: 11px !important;
}

.account_active_content_form table input[type="text"] {
    border-radius: 3px;
    outline: none;
    height: 32px;
    line-height: 32px;
}

.total-1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-size: 1.5em;
}

.total-1 span {
    color: red;
    padding: 0 3px;
    font-weight: bold;
}

.total {
    width: 100%;
    background: #f4f4f4;
}

.total div {
    width: 300px;
    float: right;
    padding: 5px;
    box-sizing: border-box;
}

.total p {
    overflow: hidden;
    margin-top: 0;
}

.total p span {
    width: 120px;
    line-height: 27px;
    text-align: right;
    display: block;
    float: left;
}

.total p span:last-child {
    width: 140px !important;
    margin-right: 0 !important;
}

.total p span:last-child:before {
    content: "￥";
}

.total .reality-amount {
    color: red;
    font-size: 1.5em;
}

.account_active_content_form .alert-info {
    margin: 0 20px 20px 20px;
}

.account_active_content_form .form-item-title {
    font-size: 1.7em;
}

.account_active_content .clo-md-12 button {
    margin: 50px 0 100px 0;
}

.account_active_content_form .account-type-height {
    text-align: right;
}

/*end account active*/

.xgc-type label {
    width: 29%;
    padding: 0;
    margin: 0;
    margin-right: 5%;
    padding-left: 0 !important;
    float: left;
    background: #fff;
    border-radius: 5px;
}

.xgc-type label:last-child {
    margin-right: 0;
}

.xgc-type label img {
    display: block;
    width: 50%;
    margin-left: 25%;
    text-align: center;
}

.xgc-type input[type="radio"] {
    opacity: 0;
}

.xgc-type label:hover {
    background: #cf101b !important;
    color: white;
}

.xgc-type label span {
    display: block;
    line-height: 25px;
    width: 100%;
    text-align: center;
}

.workspace .refresh {
    position: relative;
    top: 15px;
    right: 20px;
}

.radio-list .card_window_bank {
    width: 100%;
}

.radio-list .card_window_bank span {
    color: transparent;
    margin: 5px 18px 13px 0 !important;
}

/*begin user account*/
.user-account {
    padding: 15px 15px 0 15px;
}

.user-account .portlet.light {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.user-account .portlet.light .portlet-title {
    margin-bottom: 0;
}

.user-account .portlet.light .portlet-title .caption {
    padding: 0;
}

.user-account .row {
    padding: 0 15px 0 30px;
}

.user-account .col-lg-4 {
    margin-bottom: 15px;
    padding-left: 0;
}

.user-account .col-lg-4 .dashboard-stat > span {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px !important;
    padding: 4px;
    display: block;
    color: white;
}

.user-account .col-lg-4 .dashboard-stat > span i {
    padding: 0 3px;
}

.user-account .col-lg-4 .dashboard-stat .more {
    opacity: 1 !important;
    overflow: hidden;
    padding: 0 !important;
}

.user-account .col-lg-4 .dashboard-stat .more a {
    color: white !important;
    display: block;
    float: left;
    width: 60px;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
}

.user-account .col-lg-4 .dashboard-stat .more a:hover {
    background: #26C281;
}

.user-account .col-lg-4 .dashboard-stat .more a:last-child {
    float: right;
}

.user-account .col-lg-4 .dashboard-stat .more a:hover {
    text-decoration: none;
}

.user-account .col-lg-4 .dashboard-stat .details .desc span {
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: 1px;
    left: 1px;
}

.user-account .col-lg-4 .dashboard-stat .more a i {
    font-size: 14px;
}

.user-account .modal.container {
    margin-top: 115px;
    background: white;
    height: 500px;
    width: 30%;
}

.user-account .modal .modal-footer {
    text-align: center;
    border-top: none;
}

.user-account .insure-box {
    width: 30%;
    margin-top: 200px;
    background: white;
    height: 200px;
    margin-left: 35%;
    display: none;
}

.user-account .insure-box .modal-body p {
    text-align: center;
}

.user-account .insure-box .modal-body p span {
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.user-account table tr td span {
    display: block;
}

/*begin extract XGC*/

/*end extract XGC*/

/*begin collect XGC*/
.collect-XGC .row .details .number span {
    line-height: 60px !important;
}

/*end collect XGC*/

/*begin forgot password*/
.new-criterion-form {
    padding-top: 70px;
    min-height: 100%;
    height: auto !important;
}

.new-criterion-form .row .portlet .portlet-body label {
    padding-top: 25px;
}

.new-criterion-form .row .portlet .portlet-body .form-group .input-group .col-sm-8 {
    position: relative;
    display: inline-block;
    padding-left: 0;
}

.new-criterion-form .row .portlet .portlet-body .form-group .input-group .col-sm-8 input:first-child {
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);
}

.new-criterion-form .row .portlet .portlet-body .form-group .input-group .col-sm-8 input:last-child {
    position: relative;
    vertical-align: top;
    background-color: transparent;
}

.new-criterion-form .form-actions {
    border-top: none;
}

.new-criterion-form .img-verifycode {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 1px;
    display: block;
    z-index: 100;
    background: #dedede;
}

.new-criterion-form .img-verifycode img {
    width: 96%;
    margin: 0 2%;
    height: 40px;
}

.new-criterion-form .help-block a {
    color: red;
}

.position-right,
.position-right-2 {
    padding: 11px 10px;
    position: absolute !important;
    top: 0;
    right: 16px;
    z-index: 100;
    border-radius: 0 !important;
}

.position-right-2 {
    right: -126px;
}

.margin-top-60 {
    margin-top: 55px !important;
}

.new-form .form-group span,
.new-form .form-group input {
    border-radius: 0;
}

.new-form button[type="submit"] {
    padding: 10px 35px;
}

.body-bg {
    background: #e8ebf2;
}

.content-bg {
    background: white;
}

.not-bg {
    background: transparent !important;
}

.logo-red {
    color: #ff1100;
}

.show-box-2,
.show-box-3 {
    display: none;
}

.data-loading {
    position: absolute;
    top: 30%;
    left: 53%;
    margin-left: -50px;
    width: 300px;
    height: 100px;
    text-align: center;
    color: #26C281;
    font-size: 1.2em;
}

.data-loading i {
    display: block;
    float: left;
    font-size: 2em;
}

.data-loading span {
    display: block;
    float: left;
    padding-left: 5px;
    line-height: 30px;
}

/*end forgot password*/

.dialog-XGC {
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 0 0 20px 0;
    margin-top: 70px;
    margin-bottom: 70px;
}

.dialog-XGC > .col-md-12,
.dialog-XGC-details > .col-md-12 {
    border-bottom: 1px solid #eeeeee;
}

.dialog-XGC > .col-md-12 .form-group h3,
.dialog-XGC-details > .col-md-12 .form-group h3 {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px !important;
}

.dialog-XGC-details {
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding: 0 0 20px 0;
    margin-top: 50px;
    margin-bottom: 52px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.page-head .page-title {
    padding: 11px 0 25px !important;
}

.dialog-XGC-details .alert-info {
    margin-bottom: 0;
}

.dialog-XGC .portlet-body.form .form-group label {
    padding-top: 25px;
}

.dialog-XGC .portlet-body.form .form-group .col-sm-8 .input-group .twitter-typeahead {
    position: relative;
    display: inline-block;
    padding-left: 0;
}

.dialog-XGC .portlet-body.form .form-group .col-sm-8 .input-group .twitter-typeahead input:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);
}

.dialog-XGC .portlet-body.form .form-group .col-sm-8 .input-group .twitter-typeahead input:last-child {
    position: relative;
    vertical-align: top;
    background-color: transparent;
}

.float-left {
    float: left !important;
}

.position-left {
    position: absolute !important;
    top: 15px;
    left: 20px;
    color: white !important;
}

.btn.green:not(.btn-outline) {
    background-color: #35aa47 !important;
    border-color: #35aa47 !important;
}

/*begin user table*/
/*.user-account .search-bar {
    position: absolute;
    top: -2px;
    right: 15px;
}*/

.user-account .form-control.keyword {
    height: 42px;
    border-radius: 0;
}

.new-table-toolbar {
    padding-bottom: 0;
    overflow: hidden;
    height: 40px;
    padding-top: 5px;
}

.new-table-toolbar > div {
    float: left;
}

.new-table-toolbar .col-md-3 {
    padding-left: 0;
    padding-top: 5px;
    width: 25%;
}

.new-table-toolbar .col-md-3 select {
    text-align: center;
    width: 50px;
    height: 20px;
    padding-left: 10px;
}

.new-table-toolbar .col-md-5 {
    width: 41.666%;
}

.new-table-toolbar .col-md-5 > p {
    line-height: 33px;
    padding-left: 5px;
    font-size: 12px;
    color: #26C281;
    width: 100%;
    text-align: left;
}

.new-table-toolbar .col-md-4 {
    padding-right: 0;
    width: 33.333%;
}

.new-table-toolbar .col-md-4 ul {
    margin: 0;
}

.new-table-toolbar .col-md-4 ul li a {
    border-radius: 0;
}

.user-table tr td .btn {
    border-radius: 0;
    padding: 1.5px 2px !important;
}

.user-table tr td {
    text-align: center;
}

.width-280 {
    width: 280px !important;
}

.user-table tr td .data-table-content {
    width: 200px;
    text-align: center;
    display: block
}

.user-table tr td span {
    width: auto;
    display: block;
    padding: 5px 0;
}

.data-bg-green-jungle {
    background: #26C281;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-yellow-saffron {
    background: #F4D03F;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-purple {
    background: #8E44AD !important;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-red-soft {
    background: #D05454;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-grey-salsa {
    background: #ACB5C3;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-green-meadow {
    background: #1BBC9B;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-yellow-haze {
    background: #C5BF66;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-grey-mint {
    background: #525E64;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-yellow-gold {
    background: #E87E04;
    color: white;
    padding: 3px 2px !important;
}

.data-bg-green {
    background: #32C5D2;
    color: white;
    padding: 3px 2px !important;
}

.not-border {
    border: none !important;
}

.not-border-b {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: none !important;
    border-left: 1px solid #dedede;
}

.not-border-r {
    border-radius: 0 !important;
}

.not-border-bottom {
    border-bottom: none !important;
}

#tab11 .row .form-group {
    height: 40px;
}

#tab12 .col-md-2 {
    padding-right: 0;
}

.idcard-box .col-md-4 .fileinput .fileinput-preview {
    width: 260px;
    height: 168px;
    line-height: 150px;
    padding-left: 12px;
    border-radius: 0;
    margin-top: 10px;
}

.idcard-box .col-md-6 {
    margin-top: 0;
    width: 200px;
    height: 100px;
}

.idcard-box .col-md-6 img {
    width: 100%;
}

.padding-10-50 {
    padding: 10px 50px;
}

.out-box {
    min-height: 100%;
    height: auto !important;
}

/*end user table*/

/*begin bank logo*/
.bank-list {
    padding-left: 0;
}

.bank-list label {
    width: 104px;
    height: 33px;
    background: rgba(128, 128, 128, 0.18);
    margin-bottom: 10px !important;
    overflow: hidden;
    margin-left: 0 !important;
    cursor: pointer;
    position: relative;
    background: white;
    border: 1px solid #ccc;
}

.bank-list label input {
    opacity: 0;
}

.bank-list label span {
    width: 94px;
    height: 24px;
    margin: 0 10%;
    color: transparent;
    float: left;
    background: url(https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/sprite-bank.jpg) no-repeat -68px -291px; /*中国邮政储蓄银行*/
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: -7px;
}

.bank-list label:nth-of-type(2) span {
    background-position: -278px -328px; /*中国工商银行*/
}

.bank-list label:nth-of-type(3) span {
    background-position: -385px -402px; /*中国农业银行*/
}

.bank-list label:nth-of-type(4) span {
    background-position: -68px -365px; /*中国银行*/
}

.bank-list label:nth-of-type(5) span {
    background-position: -384px -328px; /*中国建设银行*/
}

.bank-list label:nth-of-type(6) span {
    background-position: -174px -217px; /*交通银行*/
}

.bank-list label:nth-of-type(7) span {
    background-position: -384px -365px; /*中信银行*/
}

.bank-list label:nth-of-type(8) span {
    background-position: -173px -365px; /*中国光大银行*/
}

.bank-list label:nth-of-type(9) span {
    background-position: -68px -402px; /*华夏银行*/
}

.bank-list label:nth-of-type(10) span {
    background-position: -69px -439px; /*中国民生银行*/
}

.bank-list label:nth-of-type(11) span {
    background-position: -278px -291px; /*广东发展银行*/
}

.bank-list label:nth-of-type(12) span {
    background-position: -68px -217px; /*招商银行*/
}

.bank-list label:nth-of-type(13) span {
    background-position: -174px -291px; /*上海浦东发展银行*/
}

/*.bank-list label:nth-of-type(12) span {
    background-position: -384px -291px; !*深圳发展银行*!
}*/

/*.bank-list label:nth-of-type(15) span {
    background-position: -496px -471px; !*银联在线*!
}*/

/*.bank-list label:nth-of-type(14) span {
    background-position: -278px -365px; !*兴业银行*!
}

.bank-list label:nth-of-type(16) span {
    background-position: -280px -471px; !*浙商银行*!
}

.bank-list label:nth-of-type(17) span {
    background-position: -385px -439px; !*渤海银行*!
}

.bank-list label:nth-of-type(19) span {
    background-position: -279px -438px; !*上海农村商业银行*!
}

.bank-list label:nth-of-type(20) span {
    background-position: -68px -254px; !*北京银行*!
}

.bank-list label:nth-of-type(21) span {
    background-position: -174px -179px; !*北京农商银行*!
}

.bank-list label:nth-of-type(22) span {
    background-position: -175px -329px; !*南京银行*!
}

.bank-list label:nth-of-type(23) span {
    background-position: -66px -180px; !*东亚银行*!
}

.bank-list label:nth-of-type(24) span {
    background-position: -172px -402px; !*宁波银行*!
}

.bank-list label:nth-of-type(25) span {
    background-position: -175px -471px; !*杭州银行*!
}

.bank-list label:nth-of-type(26) span {
    background-position: -70px -471px; !*平安银行*!
}

.bank-list label:nth-of-type(27) span {
    background-position: -607px -401px; !*徽商银行*!
}

.bank-list label:nth-of-type(28) span {
    background-position: -66px -328px; !*上海银行*!
}

.bank-list label:nth-of-type(29) span {
    background-position: -607px -438px; !*广州银行*!
}

.bank-list label:nth-of-type(30) span {
    background-position: -497px -437px; !*大连银行*!
}

.bank-list label:nth-of-type(31) span {
    background-position: -497px -402px; !*江苏银行*!
}*/

.E-bank {
    margin-top: 30px;
}

.E-bank .radio-list label {
    margin-right: 30px;
    margin-bottom: 15px !important;
}

.font-size-12 {
    font-size: 1.2em !important;
}

/*end bank logo*/

.title-padding {
    padding: 30px 0 40px 0 !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.bootstrap-dialog-message {
    overflow: hidden;
}

.width-10p {
    width: 10%;
}

.width-12p {
    width: 12%;
}

.width-15p {
    width: 15%;
}

.width-16p {
    width: 16% !important;
}

.width-18p {
    width: 18% !important;
}

.width-20p {
    width: 20%;
}

.width-23p {
    width: 23%;
}

.width-30p {
    width: 30%;
}

.width-34p {
    width: 34% !important;
}

.width-35p {
    width: 35% !important;
}

.line-height-60 {
    line-height: 60px !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-8 {
    padding-top: 8.5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-11 {
    padding-top: 11px !important;
}

.padding-top-14 {
    padding-top: 14px !important;
}

.padding-top-18 {
    padding-top: 18.5px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-23 {
    padding-top: 23px !important;
}

.padding-top-24 {
    padding-top: 24px !important;
}

.padding-top-25 {
    padding-top: 25.5px !important;
}

.padding-top-28 {
    padding-top: 28.5px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35.5px !important;
}

.padding-top-36 {
    padding-top: 36.5px !important;
}

.padding-top-38 {
    padding-top: 38.5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.not-padding-bottom {
    padding-bottom: 0 !important;
}

.margin-30-0 {
    margin: 30px 0;
}

.padding-15-30 {
    padding: 15px 30px;
}

.padding-5-10 {
    padding: 5px 10px !important;
}

.display-block {
    display: block;
}

.text-right .title_news {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.text-right .timing {
    position: absolute;
    right: 15px;
}

.contents {
    line-height: 25px;
    font-size: 14px;
    padding: 10px;
}

.contents p {
    text-indent: 2em;
    text-align: left;
    font-size: 15px;
}

.contents .last_list {
    margin-top: 20px;
    text-align: right;
    font-weight: bold;
    color: #666;
}

.show_pages {
    text-align: left;
    padding-top: 100px;
}

.show_pages .a2 {
    width: 400px;
}

.show_pages .curtent {
    background: #d0111b;
    display: inline-block;
    line-height: 30px;
    color: aliceblue;
}

.show_pages .curtent:hover {
    text-decoration: none;
    background: #d0111b;
}

.show_pages a {
    display: inline-block;
    width: 42px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #337ab7;
}

.show_pages a:hover {
    text-decoration: none;
    color: #F3565D;
}

#sample_1_wrapper .row,
#sample_2_wrapper .row {
    padding: 0 !important;
}

.news_detail_content {
    height: auto !important;
}

.icon-closed.iconfont {
    width: 10px;
    height: 10px;
    position: relative
}

.icon-closed.iconfont:before {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #666;
}

.icon-closed.iconfont:after {
    content: '';
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #666;
}

.terms-of-service h4 {
}

.terms-of-service .form-section {
    float: right;
}

.terms-of-service .sections {
    width: auto;
    height: auto;
    border-bottom: 1px dashed #dedede;
}

.border-top {
    border-top: 1px solid #eeeeee;
}

.pick-details,
.put-details {
    cursor: pointer;
}

.pagination-info, .pagination {
    float: right;
    margin: 0 10px 0;
}

.pagination {
    margin: 0 !important;
}

.pagination .active input {
    border-radius: 0;
    float: left;
    height: 34px;
    width: 52px;
    padding-left: 0px;
    padding-right: 0px;
}

#Size {
    height: 34px;
}

.pagination > li > a, .pagination > li > span {
    font-size: 14px;
}

.account-type {
    margin-left: 10px;
    margin-top: 5px;
}

.account-type a {
    padding: 3px 10px !important;
}

.page-content.col-lg-offset-12.new-criterion-form.note {
    border: 5px solid #bbdba1;
}

/*begin news center*/
.profile-title .main-title,
.profile-title .sub-title {
    font-size: 14px !important;
}

.news-list {
    overflow: hidden;
    padding: 0 15px;
}

.news-list .news-box {
    padding: 15px;
    border: 1px solid #cacaca;
    margin-bottom: 15px;
    overflow: hidden;
}

.news-list .news-box:hover {
    border: 1px solid #ff1100;
}

.news-list .news-box .news-text {
    background: #e1e1e1;
    padding: 40px 30px 50px;
}

.news-list .news-box .news-text .news-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.news-list .news-box .news-text .news-title:hover {
    color: #ff1100;
}

.news-list .news-box .news-text .news-info {
    font-size: 12px;
    color: #999;
    display: block;
    margin: 10px 0 26px;
}

.news-list .news-box .news-text .news-info span {
    margin-right: 10px;
}

.news-list .news-box .news-text .news-content {
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    display: block;
}

.news-list .news-box .news-text .read-details {
    color: #ff1100;
    font-size: 14px;
    text-decoration: none;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    padding: 3px 6px;
}

.news-list .news-box .news-text .read-details:hover {
    background: #ff1100;
    color: white;
    border: 1px solid #ff1100;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.news-box.has-img > a {
    width: 35%;
    display: block;
    float: left;
    height: 240px;
    position: relative;
}

.news-box.has-img img {
    width: 230px;
    height: 230px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -115px;
    margin-top: -115px;
    float: left;
}

.news-box.has-img .news-text {
    width: 65%;
    float: left;
    background: white;
    padding: 30px 30px 0 24px;
    height: 240px;
}

.news-box.has-img .news-text .read-details {
    margin-top: 25px;
    margin-bottom: 0;
    background: #cacaca;
    color: white;
}

.news-details {
    background: white;
    overflow: hidden;
    margin: 12px 0 15px 0;
    padding: 15px 30px;
}

.news-details .news-details-title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}

.news-details .news-details-info {
    font-size: 14px;
    color: #999;
    margin: 20px 0 48px;
    text-align: center;
}

.news-details .news-details-info span {
    margin-right: 10px;
}

.news-details .news-content p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    /*text-indent: 2em !important;*/
}

.news-details .news-content img {
    width: auto;
    max-width: 60%;
    display: block;
    margin: 15px auto;
    height: auto;
    position: relative;
}

.news-details .other-news {
    margin-top: 50px;
}

.news-details .other-news p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.news-details .other-news p a {
    font-size: 14px;
    text-decoration: none;
    color: #26C281;
}

.news-details .other-news a:hover {
    color: #ff1100;
}

/*end news center*/

/*begin server center*/
.server-center .portlet-title {
    position: relative;
}

.server-center .caption img {
    margin-bottom: 20px;
    float: left;
}

.server-center .caption span {
    line-height: 125px;
    display: block;
    height: 75px;
    float: left;
    padding-left: 20px;
    font-size: 24px !important;
    color: #333 !important;
    font-weight: bold !important;
}

.question-type {
    overflow: hidden;
    margin: 5px 15px 0;
    border-bottom: 1px solid #eeeeee;
    clear: both;
    padding-bottom: 5px;
}

.question-type li {
    width: 100px;
    float: left;
    text-align: center;
    border-right: 1px solid #666;
    margin-bottom: 10px;
    cursor: pointer;
    color: #666;
}

.question-type li:last-child {
    border-right: none;
}

.question-type a {
    font-size: 14px;
    text-decoration: none;
}

.question-type a:hover {
    color: #ff1100;
}

.question-type .active a {
    font-size: 14px;
    color: #ff1100;
}

.question-box {
    margin: 0 15px 15px;
}

.question-list {
    padding: 40px 0;
    border-bottom: 2px dashed #eeeeee;
    position: relative;
}

.question-list .question-details {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: 14px;
    color: #ACACAC;
    text-decoration: none;
}

.question-list .question-details:hover {
    color: #ff1100;
}

.question-list .question-title {
    height: auto;
    margin-bottom: 20px;
}

.question-list .question-title img {
    float: left;
}

.question-list .question-title a {
    line-height: 40px;
    margin-left: 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.question-list .question-title a:hover {
    color: #ff1100;
}

.question-list .question-answer {
    overflow: hidden;
}

.question-list .question-answer img {
    float: left;
}

.question-list .question-answer .answer-brief {
    width: 80%;
    height: 30px;
    float: left;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
}

.question-page-title {
    width: 100%;
    overflow: hidden;
    padding: 20px 15px 24px;
    position: relative;
}

.question-page-title img {
    float: left;
    width: 39px;
}

.question-page-title span {
    display: block;
    width: auto;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-left: 15px;
    float: left;
}

.question-page-title .btn {
    position: absolute;
    right: 15px;
    bottom: 24px;
    background: #ff1100;
    color: white;
    border: 1px solid #ff1100;
    font-size: 16px;
    border-radius: 0;
}

.question-page-title .btn:hover {
    background: white;
    border: 1px solid #ff1100;
    color: #ff1100;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.my-question-box {
    overflow: hidden;
}

.my-question-list {
    position: relative;
    border: 1px solid #666;
    margin: 0 15px 20px;
    padding: 30px 22px 30px;
}

.my-question-list .my-question-title {
    overflow: hidden;
}

.my-question-list .my-question-title img {
    width: 26px;
    float: left;
    margin-right: 6px;
}

.my-question-list .my-question-title p {
    width: 90%;
    float: left;
    line-height: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.my-question-list .my-question-brief {
    margin: 12px 0 22px 32px;
    overflow: hidden;
    height: 40px;
}

.my-question-list .my-question-brief p {
    width: 80%;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    overflow: hidden;
}

.my-question-list .my-question-brief p span {
    font-size: 16px;
    font-weight: bold;
}

.my-question-list .my-question-info {
    overflow: hidden;
}

.my-question-list .my-question-info .my-question-status {
    width: 20%;
    float: left;
    font-size: 14px;
    color: #ff1100;
    text-align: left;
    position: relative;
}

.my-question-list .my-question-info .my-question-date {
    width: 80%;
    float: right;
    font-size: 14px;
    color: #cacaca;
    text-align: right;
    position: relative;
}

.my-question-list .my-question-info .my-question-date span {
    margin-left: 15px;
}

.my-question-list a.btn {
    display: block;
    background: #c8a608;
    color: white;
    padding: 7px 17px;
    position: absolute;
    right: 22px;
    bottom: 75px;
    border-radius: 0;
    border: 1px solid #c8a608;
}

.my-question-list a.btn:hover {
    color: #c8a608;
    background: white;
    border: 1px solid #c8a608;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.my-question .my-question-date span {
    margin-left: 0 !important;
    margin-right: 10px;
}

.my-answer-box {
    border-top: 1px solid #333;
    margin: 0 15px;
}

.my-answer-box .my-question-list {
    border: none;
    padding: 30px 30px;
}

.my-answer-box .my-question-info {
    margin-bottom: 25px;
    background: #E1E5EC;
    color: black;
    padding: 10px;
}

.my-answer-box .my-question-info p {
    width: auto !important;
    float: left !important;
    color: #666666 !important;
    line-height: 34px;
    height: 34px;
}

.my-answer-box .my-question-info #answerSolved {
    float: right;
    display: inline-block;
    outline: none;
    background: #26C281;
    color: white;
    border: none;
    font-weight: normal;
    padding: 9px 20px;
}

.my-answer-box .my-answer-content {
    padding: 24px 0 32px;
    border-bottom: 2px dashed #cacaca;
}

.my-answer-box .my-answer-content .answer-waiting {
    padding: 60px 0 70px;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.my-answer-box .my-answer-content .service-answer {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.my-answer-box .my-answer-content .service-answer span {
    font-size: 16px;
    font-weight: bold;
}

.my-answer-box .my-answer-content .answer-again {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding: 14px 0 32px;
}

.my-answer-box .my-answer-content .answer-again span {
    font-size: 16px;
    font-weight: bold;
    color: #ff1100;
}

.my-answer-box .btn-answer-again {
    width: 100px;
    margin: 20px auto;
    display: block;
    background: #4e4e4e;
    color: white;
    border-radius: 0;
    padding: 7px 14px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #4e4e4e;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

.my-answer-box .btn-answer-again:hover {
    background: white;
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.my-answer-box .question-area {
    width: 60% !important;
    border: 1px solid #666;
    margin: 20px 20% 0;
    padding: 5px;
}

.usual-question-details {
    padding: 40px 15px 20px;
    border-bottom: none;
}

.usual-question-details .question-title p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-left: 15px;
    display: inline;
    line-height: 40px;
}

.usual-question-details .question-answer .usual-content {
    height: auto;
    line-height: 25px;
    width: 90%;
    font-size: 14px;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}

.usual-question-details .question-answer .usual-content p {
    clear: both;
}

.usual-question-details .question-answer .usual-content img {
    margin: 15px auto;
    height: auto;
    display: block;
    max-width: 100%;
    width: auto;
}

/*end server center*/

#sample_1_wrapper .label.label-sm {
    padding-top: 3px;
}

#txtNoteInfo {
    height: 66px;
    margin-bottom: 0 !important;
}

.btnsendsms {
    width: 124px;
    text-align: center !important;
}

.height-41 {
    height: 41px !important;
}

/*begin search bar*/
#sample_1_filter {
    display: none;
}

.search-bar {
    position: absolute;
    right: 190px;
    top: -49px;
    height: 31.3px;
}

.screen-center-block .portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: -49px;
}

.search-bar button {
    position: absolute;
    bottom: 2px;
    right: 2px;
    border: none;
    width: 27px;
    height: 27px;
    border-radius: 3px !important;
    cursor: pointer;
    background: #a9a9a9;
    color: white;
}

.search-bar input {
    outline: none;
    padding-left: 10px;
    height: 31.3px;
}

/*end search bar*/

/*begin buy painting 2*/
.order-detail {
    width: auto;
    margin: 0 20px 5px;
    border: 8px solid #e7ebed !important;
    background: #fffcf1;
    padding: 0 30px;
}

.order-detail .table {
    margin-bottom: 0;
    border-collapse: inherit;
    font-family: "宋体";
    font-size: 12px;
    text-align: center;
}

.has-dashed td {
    border-bottom: 2px dashed #94918a;
}

.order-detail-total strong {
    font-size: 21px;
    color: red;
    font-family: "微软雅黑";
    margin-right: 3px;
}

.order-detail .table td,
.order-detail .table th {
    border-top: none;
    line-height: 1.42857143;
}

.order-detail .table tr td a {
    margin-right: 0;
}

.order-detail .table tr td span {
    display: block;
    padding: 7px 14px;
}

.order-detail .table tr td .order-detail-total {
    display: block;
    padding: 0;
}

.choose-pay-way {
    border: 1px solid #e5ebef;
    border-bottom: none;
    background: #f0f0f0;
    margin: 0 20px;
    position: relative;
}

.choose-pay-way li {
    display: inline-block;
    float: left;
    width: 138px;
    text-align: center;
    line-height: 40px;
}

.choose-pay-way li a {
    color: #787d81;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.choose-pay-way .active {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#dbe1eb), to(#cbd8e1));
    background: -moz-linear-gradient(top, #dbe1eb, #cbd8e1);
    font-size: 18px;
}

.choose-pay-way .triangle {
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #d1d8dd;
    position: absolute;
    bottom: -15px;
    opacity: 1;
    left: 61px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pay-way-content {
    height: auto;
    border: 5px solid #d1d8dd !important;
    margin: 0 20px 30px;
    z-index: 1;
}

.pay-way-content #xianxiapay .alert {
    margin: 20px !important;
}

.pay-way-content #xianshangpay {
    font-size: 14px;
}

.pay-way-order-detail .BoxShadow,
.haspaid .BoxShadow {
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.39);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.pay-way-order-detail .modal-dialog {
    margin-top: 200px;
    z-index: 100;
}

.pay-way-order-detail .order-row {
    width: 100%;
}

.pay-way-order-detail .order-row p {
    width: 60%;
    text-align: right;
    margin: 10px 0 0 0;
    float: left;
    padding-right: 45px;
}

.pay-way-order-detail .order-row span {
    display: block;
    width: 40%;
    padding-right: 125px;
    float: left;
    margin: 10px 0 0 0;
    text-align: right;
}

.pay-way-order-detail .modal-footer {
    text-align: center;
    margin-top: 65px;
}

.pay-way-order-detail .modal-body .table {
    margin-bottom: 0;
}

.line-height-35 {
    line-height: 35px;
}

.xianxiapay-total {
    font-size: 2em;
    color: red;
    line-height: 47px;
}

.haspaid .modal-content {
    width: 400px;
    margin: 300px auto 0;
    z-index: 100;
    color: grey;
}

.haspaid ul {
    float: left;
    margin: 20px 0;
}

.haspaid ul li {
    list-style: disc;
    margin-left: 20px;
    overflow: visible;
}

.haspaid .haspaid-btn {
    clear: both;
}

.haspaid .modal-header {
    padding: 10px !important;
}

.card-type {
    overflow: hidden;
    clear: both;
}

.card-type input {
    margin-top: 0;
    margin-right: 3px;
}

.card-type label {
    margin-right: 10px;
}

.pay-limit {
    position: absolute;
    bottom: 53px;
    right: 60px;
    font-size: 12px;
    float: right;
    line-height: 35px;
}

.pay-limit a {
    text-decoration: none;
}

.bank-limit {
    margin: 20px;
    text-align: center;
}

.kuaiqianpay {
    margin: 30px auto;
}

.bank-limit h2,
.bank-limit h3,
.bank-limit h4 {
    margin-bottom: 10px;
}

.bank-limit table {
    width: 100% !important;
    margin-bottom: 30px;
}

.bank-limit table tr th,
.bank-limit table tr td {
    border: 1px solid #e5e5e5;
    text-align: center;
}

.offline .radio-list {
    margin-left: 15px;
}

.offline .radio-list label {
    margin-right: 30px;
    margin-bottom: 15px !important;
}

.canzhaobiaoge {
    text-align: center;
}

.canzhaobiaoge p {
    background: #840922;
    line-height: 40px;
    color: white;
    margin-bottom: 5px;
}

.canzhaobiaoge table tr th,
.canzhaobiaoge table tr td {
    font-weight: normal;
    border: 1px solid black !important;
}

/*end buy painting 2*/

/*begin my order*/
.my-order {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.my-order-list .order-title {
    background: #f5f5f5;
}

.my-order-list .order-title span {
    margin-left: 20px;
    line-height: 30px;
    color: #aaaaaa;
}

.my-order-list .order-title span em {
    color: black;
}

.order-content {
    overflow: hidden;
}

.order-content .order-main {
    float: left;
    min-height: 140px;
    height: auto;
    border-right: 1px solid #e5e5e5;
}

.get-picture-order .order-content .order-main {
    border-right: 1px solid #e5e5e5;
    min-height: 140px;
    height: auto;
}

.order-content .order-main span {
    display: block;
}

.order-content .order-main p {
    margin: 5px 0 0;
}

.get-picture-order .order-content .order-main p {
    margin: 5px 5px 5px 0;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 3px;
    padding: 2px 5px;
}

.get-picture-order .order-content .info-type {
    margin-bottom: 0;
}

.order-content .order-bank-info {
    height: 140px;
    border-right: 1px solid #e5e5e5;
    padding: 0 15px 0;
    margin-bottom: 0;
}

.order-content .info-type {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 35px;
    color: #afafaf;
    margin-bottom: 5px;
}

.order-content .order-bank-info p {
    margin: 10px 0 0;
}

.order-content .pay-info {
    float: left;
    color: #afafaf;
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
}

.order-content .pay-info p {
    margin-top: 0;
    margin-bottom: 5px;
}

.order-content .pay-info p:last-child {
    border-top: 1px solid #e5e5e5;
    padding: 6px 0 0 0;
}

.order-content .pay-info .font-dark {
    font-weight: bold;
}

.order-content .pay-status {
    float: left;
    padding-top: 15px;
    text-align: center;
}

.order-content .pay-status .left-time {
    color: #afafaf;
    margin-bottom: 0;
    margin-top: 0;
}

.order-content .pay-status .goto-pay {
    width: 100%;
    border: 1px solid red;
    color: red;
    font-weight: bold;
    padding: 5px 15px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.order-content .pay-status .goto-pay:hover {
    background: red;
    color: white;
    font-weight: normal;
}

.order-content .pay-status .cancel-order {
    color: #afafaf;
    cursor: pointer;
    text-decoration: none;
}

.order-content .pay-status .cancel-order:hover {
    color: red;
}

.order-content .pay-status .has-pay {
    border: 1px solid #afafaf;
    width: 70%;
    padding: 3px 20px;
    display: block;
    margin: 30px auto 0;
}

.order-content .pay-status > span {
    width: 85%;
    padding: 5px 20px;
    display: block;
    margin: 35px auto 0;
}

.get-picture-order .order-content .pay-status > span {
    margin: 25px auto 15px;
}

.order-content .pay-status .prepaid-pending {
    border: 1px solid #4B77BE;
    color: #4B77BE;
}

.order-content .pay-status .completed {
    border: 1px solid #019c32;
    color: #019c32;
}

.color-green {
    color: #019c32 !important;
}

.order-content .pay-status .canceled {
    border: 1px solid #F3C200;
    color: #F3C200;
}

.order-content .pay-status .expired {
    border: 1px solid #E1E5EC;
    color: #E1E5EC;
}

/*end my order*/

/*begin store*/
.content {
    width: 100%;
    min-height: 100%;
    /*margin-bottom: 165px;*/
    position: relative;
}

.login-box {
    width: 350px;
    background: white;
    overflow: hidden;
    height: auto;
    position: absolute;
    right: 8%;
    top: 2%;
    z-index: 10;
    border: 1px solid #cacaca;
    padding: 0 29px;
}

.login-box .login-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 30px;
}

.login-box .login-row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.login-box .login-row label {
    width: 22%;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    float: left;
    display: inline-block;
}

.login-box .login-row label em {
    color: #ff1100;
    margin-left: 5px;
}

.login-box .login-row input {
    width: 78%;
    float: left;
    height: 40px;
    border: 1px solid #cacaca;
    padding-left: 10px;
    line-height: 40px;
    font-size: 14px;
    outline: none;
    margin-left: 0;
}

.login-box .login-row input::-webkit-input-placeholder {
    color: #cacaca;
}

.login-box .login-row input:-moz-placeholder {
    color: #cacaca;
}

.login-box .login-row input::-moz-placeholder {
    color: #cacaca;
}

.login-box .login-row input:-ms-input-placeholder {
    color: #cacaca;
}

.login-box .login-row img {
    width: 90px;
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
}

.login-box .btn-login {
    width: 100%;
    background: #ff1100;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 20px;
    color: white;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ff1100;
}

.login-box .btn-login:hover {
    background: white;
    color: #ff1100;
    border: 1px solid #ff1100;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.login-box .forget-pwd {
    float: left;
    font-size: 14px;
    color: #999;
    margin: 10px 0 30px;
    display: block;
    text-decoration: none;
}

.login-box .forget-pwd:hover {
    color: #ff1100;
}

.login-box .login-register {
    float: left;
    font-size: 14px;
    color: #999;
    margin: 10px 20px 30px;
    display: block;
    text-decoration: none;
}

.login-box .login-register:hover {
    color: #ff1100;
}

.login-box-register {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

.banner {
    margin-top: 68px;
}

.banner img {
    width: 100%;
}

.banner ul li {
    display: none;
}

.unslider {
    position: relative;
}

.unslider .unslider-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
}

.unslider .unslider-nav ol li {
    width: 20px;
    height: 20px;
    margin: 0 40px 25px 0;
    border-radius: 50%;
    border: 1px solid #cacaca;
    background: white;
}

.content .unslider-nav ol li.unslider-active {
    border: none;
    background: #ff1100;
    cursor: default;
}

.unslider-arrow {
    display: none;
}

.main-store .row {
    margin-top: 15px;
}

.main-store .row .col-lg-12 {
    padding: 0;
    margin-left: 7.5px;
    margin-right: -7.5px;
}

.title-classify {
    background-size: 100% 100%;
    margin: 0 7.5px 15px;
    position: relative;
}

.title-classify span {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: black;
    letter-spacing: 5px;
    padding-left: 3px;
    border-bottom: 2px solid #ff1100;
    line-height: 35px;
}

.title-classify .more {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    padding: 3px;
    text-align: center;
    font-size: 14px;
}

.title-classify .more:hover {
    color: #ff1100;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.art-news {
    overflow: hidden;
    width: 100%;
    padding: 0 7.5px;
}

.art-news-left {
    width: 48%;
    margin-right: 4%;
    float: left;
    overflow: hidden;
    /*background: white;*/
    padding: 0 5px;
}

.art-news-left .art-news-img {
    width: 100%;
    height: 350px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.art-news-left .art-news-img img {
    width: 100%;
    border: 1px solid #cacaca;
}

.art-news-info {
    width: 100%;
}

.art-news-info .art-news-title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 20px 0 18px;
    display: block;
    text-decoration: none;
}

.art-news-info .art-news-title:hover {
    color: #ff1100;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.art-news-info .art-news-intro {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.art-news-info .art-news-intro .intro-main {
    line-height: 20px;
    height: 5em;
    font-size: 12px;
}

.art-news-info .art-news-intro .read-more {
    position: absolute;
    bottom: 0px;
    right: 87px;
    z-index: 10;
    text-decoration: none;
    font-size: 14px;
    color: #ff1100;
}

.art-news-right .art-news-row.has-intro .read-more {
    bottom: 0;
    padding: 0 0 0 10px;
    background: white;
}

.art-news-info .art-news-intro .art-news-date {
    position: absolute;
    bottom: 0 !important;
    right: 0;
    font-size: 14px;
}

.art-news .art-news-right {
    width: 48%;
    float: left;
    overflow: hidden;
    border: 1px solid #cacaca;
    background: white;
    padding: 0 15px 5px;
}

.art-news .art-news-right .art-news-row {
    border-bottom: 1px solid #cacaca;
}

.art-news .art-news-right .art-news-row:last-child {
    border-bottom: none;
}

.art-news .art-news-right .art-news-row.has-intro .art-news-title {
    margin: 15px 0 5px;
}

.art-news .art-news-right .art-news-info .art-news-title {
    width: 80%;
    overflow: hidden;
    margin-bottom: 20px;
}

.art-news .art-news-right .art-news-info {
    position: relative;
}

.art-news-row.has-intro .art-news-info .art-news-date {
    top: 40px;
    background: white;
    display: block;
    padding: 1px 5px;
    height: 20px;
}

.art-news-right .art-news-info .art-news-date {
    font-size: 14px;
    position: absolute;
    top: 2px;
    right: 0;
}

.goods-box {
    padding: 0 15px 0 0;
    margin-bottom: 15px;
    height: 470px;
    overflow: hidden;
}

.goods-box .goods-img {
    width: 100%;
    height: 275px;
    display: block;
    border: 1px solid #c9c9c9;
    text-align: center;
    padding: 10px;
    border-bottom: none;
    position: relative;
    background: white;
    overflow: hidden;
}

.goods-box .goods-img img {
    width: 255px;
    height: 255px;
    background-color: white;
    object-fit: contain;
}

.goods-box:hover .goods-img {
    border: 1px solid #fd0f07;
    border-bottom: none;
}

.goods-box:hover .goods-info {
    border: 1px solid #fd0f07;
    border-top: none;
}

.goods-box .goods-info {
    background: #393939;
    padding: 10px;
    color: white;
    border: 1px solid #393939;
    border-top: none;
    height: 195px;
}

.goods-box .goods-info .goods-price {
    color: #fd0f07;
    font-weight: 500;
    max-height: 25px;
    margin-bottom: 8px;
    font-size: 20px;
}

.goods-box .goods-info .goods-name {
    overflow: hidden;
    max-height: 60px;
    margin-bottom: 8px;
}

.goods-box .goods-info .goods-name a {
    float: left;
    font-size: 16px;
    color: white;
    text-decoration: none;
    margin-left: -5px;
}

.goods-box .goods-info .goods-name a:hover {
    color: #fd0f07;
}

.goods-box .goods-info .goods-name span {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.goods-size {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    width: 100%;
    height: 20px;
    display: block;
}

.goods-size em {
    background: #cacaca;
    color: #454545;
    padding: 1px 5px;
    border-radius: 3px;
    position: relative;
    top: 1px;
}

.goods-box .goods-info .goods-intro {
    width: 100%;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    color: #929292;
    text-align: justify;
    text-justify: inter-ideograph;
}

.goods-box .goods-info .goods-operation {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

.goods-box .goods-info .goods-operation .buy-now,
.goods-box .goods-info .goods-operation .add-to-cart {
    display: inline-block;
    line-height: 28px;
    height: 30px;
    text-decoration: none;
    background: #ff1100;
    color: white;
    padding: 0 15px;
    margin-top: 5px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: normal;
}

.goods-box .goods-info .goods-operation .buy-now:hover,
.goods-box .goods-info .goods-operation .add-to-cart:hover {
    background: white;
    color: #ff1100;
    border: 1px solid transparent;
}

.add-to-cart.collected {
    background: #cacaca !important;
    cursor: text !important;
}

.collected:hover {
    background: #cacaca !important;
    color: white !important;
    border: 1px solid transparent !important;
}

.goods-box .goods-info .goods-like {
    width: 50%;
    display: inline-block;
    text-align: right;
    overflow: hidden;
    height: 15px;
    line-height: 15px;
    position: absolute;
    bottom: 72px;
    right: 27px;
}

.goods-box .goods-info .goods-like i {
    position: relative;
    color: rgb(232, 235, 242);
    cursor: pointer;
}

.goods-like i.fa-heart.active {
    color: #ff1100;
}

.goods-box .goods-info .goods-like:hover i {
    animation: iconHover .2s;
    -webkit-animation: iconHover .2s;
    -o-animation: iconHover .2s;
    -moz-animation: iconHover .2s;
    color: #ff1100;
}

@keyframes iconHover {
    from {
        bottom: -20px;
    }
    to {
        bottom: 0;
    }
}

@-webkit-keyframes iconHover {
    from {
        bottom: -20px;
    }
    to {
        bottom: 0;
    }
}

@-o-keyframes iconHover {
    from {
        bottom: -20px;
    }
    to {
        bottom: 0;
    }
}

@-moz-keyframes iconHover {
    from {
        bottom: -20px;
    }
    to {
        bottom: 0;
    }
}

.u-flyer {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    z-index: 9999;
}

.goods-box .goods-info .goods-like em {
    margin-left: 5px;
}

.goods-box .goods-info .goods-operation .goods-collect {
    float: right;
    background: #e94f45;
    width: 90px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: white;
}

.goods-box .goods-info .goods-author {
    width: auto;
    margin-top: 12px;
    overflow: hidden;
}

.goods-box .goods-info .goods-author a {
    color: white;
    text-decoration: none;
}

.goods-box .goods-info .goods-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    top: 0;
}

.goods-box .goods-info .goods-author a:hover img {
    transition: all .5s;
    animation: imgHover .5s ease;
    -webkit-animation: imgHover .5s ease;
    -o-animation: imgHover .5s ease;
    -moz-animation: imgHover .5s ease;
}

.goods-details .goods-operation span {
    color: grey !important;
    font-size: 16px;
    margin: 10px 0;
}

.goods-operation span .fa {
    cursor: pointer;
    color: rgb(232, 235, 242);
}

.goods-details .goods-operation span em {
    color: grey !important;
    font-size: 16px !important;
    margin-left: 5px;
}

.button-effect:hover {
    background: white !important;
    color: #e94f45 !important;
    transition: all .5s ease;
    text-decoration: none;
}

.goods-box .goods-flag {
    position: absolute;
    top: -11px;
    right: 15px;
    display: block;
    width: 40px;
    height: 108px;
}

.goods-box .tebietuijian {
    background: url(https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/icon_tebietuijian.png) 100% 100%;
}

.goods-box .jingpin {
    background: url(https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/icon_jingpin.png) 100% 100%;
}

.classify-flag div {
    height: 486px;
    overflow: hidden;
}

.classify-flag .area-guohua {
    background: url("https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/bg_classify_01.jpg") no-repeat;
    background-size: 100%;
}

.classify-flag .area-shuhua {
    background: url("https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/bg_classify_02.jpg") no-repeat;
    background-size: 100%;
}

.classify-flag span {
    display: block;
    width: 1em;
    height: 6em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -3em;
    font-size: 25px;
    font-weight: 500;
    color: white;
}

.classify-flag div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.line {
    clear: both;
    height: 2px;
    position: relative;
    top: 15px;
    margin: 40px 7.5px;
    background: black;
}

.article-intro {
    margin-bottom: 80px;
}

.article-intro > p {
    text-align: center;
    color: #9c9c9c;
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.article-intro.row .col-lg-12 {
    width: 100%;

    padding: 0;
    margin: 0;
}

.article-intro.row .col-lg-12 ul {
    overflow: hidden;
    background: #f3f3f3;
    margin: 0 7.5px;
}

.article-intro .col-lg-12 ul li {
    background: white;
    padding: 10px;
    border: 1px solid #9d9d9d;
    margin: 35px 2% 35px 0;
    text-align: center;
    float: left;
    width: 22.5%;
    max-height: 414px;
}

.article-intro .col-lg-12 ul li:hover {
    border: 2px solid #fa1a0a;
    padding: 9px;
}

.article-intro .col-lg-12 ul li:first-child {
    margin-left: 2%;
}

.article-intro ul li a {
    font-size: 1.2em;
    color: black;
    text-decoration: none;
}

.article-intro ul li img {
    width: 100%;
}

.article-intro ul li span {
    width: 6em;
    display: block;
    margin: 15px auto 10px;
    border-bottom: 2px solid #fa1a0a;
    font-weight: 600;
    padding-bottom: 5px;
}

.article-intro ul li span:hover {
    color: #fa1a0a;
}

.article-intro ul li p {
    color: #9d9d9d;
}

.right-bar {
    width: 50px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -85px;
    z-index: 10;
}

.right-bar a {
    display: block;
    background: #e91f11;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    color: white;
    margin-top: 0;
    margin-bottom: 2px;
    border: 1px solid transparent;
}

.right-bar .back-to-top {
    display: none;
}

.right-bar a:hover {
    text-decoration: none;
    color: #fa1a0a;
    border: 1px solid #fa1a0a;
    background: white;
}

.right-bar a:last-child {
    background: black;
    display: none;
}

.right-bar a i {
    display: block;
    font-size: 2em;
    padding-top: 10px;
}

.right-bar a span {
    display: block;
    width: 100%;
}

.right-bar .cart-num {
    background: #cacaca;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    text-align: center;
    line-height: 20px;
}

/*begin shopping cart*/
.shopping-cart .shopping-cart .container > p {
    font-size: 20px;
    color: #fa1a0a;
    font-weight: bold;
}

.shopping-cart .cart-title {
    background: #454545;
    height: 40px;
    line-height: 40px;
    color: white;
    padding: 0 0 0 40px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

.shopping-cart .cart-title input {
    width: 20px;
    height: 20px;
    background: white;
    position: absolute;
    top: 10px;
    left: 20px;
    margin-top: 0;
    float: left;
    display: block;
}

.shopping-cart .cart-title span:nth-of-type(1) {
    width: 55%;
    display: block;
    float: left;
    padding-left: 8%;
}

.shopping-cart .cart-title span:nth-of-type(2) {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
}

.shopping-cart .cart-title span:nth-of-type(3) {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
}

.shopping-cart .cart-title span:nth-of-type(4) {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
}

.shopping-cart .cart-box {
    padding: 15px 0 15px 40px;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    position: relative;
}

.shopping-cart .shopping-cart .cart-box > span:nth-of-type(1) {
    display: block;
    width: 10%;
    float: left;
    text-align: center;
}

.shopping-cart .cart-box .cart-box-check input {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -9px;
}

.shopping-cart .cart-box .cart-box-info {
    width: 55%;
    float: left;
}

.shopping-cart .cart-box .cart-box-info a {
    color: black;
    text-decoration: none;
    font-size: 14px;
}

.shopping-cart .cart-box .cart-box-info a:hover {
    color: #fa1a0a;
}

.shopping-cart .cart-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 1px solid #d3d3d3;
    margin: 0 20px 0 30px;
    float: left;
}

.shopping-cart .cart-box.already .sold-out {
    background: #c2c2c2;
    color: #666;
    font-size: 12px;
    padding: 3px 5px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -9px;
}

.shopping-cart .cart-box > span:nth-of-type(1),
.shopping-cart .cart-box > span:nth-of-type(2),
.shopping-cart .cart-box > span:nth-of-type(3) {
    display: block;
    width: 15%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}

.shopping-cart .cart-box .cart-box-info p {
    margin: 10px 0 0;
}

.shopping-cart .cart-box span a {
    font-size: 14px;
    color: white;
    background: #ff1100;
    padding: 5px 8px;
    border: 1px solid #ff1100;
    text-decoration: none;
}

.shopping-cart .cart-box.already {
    background: #e1e1e1;
    border: none;
}

.shopping-cart .cart-box.already > em {
    background: #cacaca;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8.5px;
    font-size: 12px;
    color: #666;
}

.shopping-cart .cart-total {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: left;
    color: #666;
    background: white;
}

.shopping-cart .cart-total .cart-RMB {
    text-align: right;
}

.shopping-cart .cart-total .cart-RMB input {
    border: none;
    font-size: 16px;
    color: #ff1100;
    width: 300px;
    height: 40px;
}

.shopping-cart .cart-total .portlet.light {
    padding: 0;
}

.shopping-cart .cart-total .table {
    width: 60%;
    margin: 0 20%;
}

.shopping-cart .cart-total .total-left .select-all-bottom {
    font-size: 14px;
}

.shopping-cart .cart-total .total-left .select-all-bottom input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
}

.shopping-cart .cart-total .total-left a {
    color: #666;
    margin-left: 22px;
    font-size: 14px;
    text-decoration: none;
}

.shopping-cart .cart-total .total-right {
    float: right;
}

.shopping-cart .cart-total .goto-pay {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.shopping-cart .cart-total .goto-pay a {
    background: #fa1a0a;
    border: 1px solid #fa1a0a;
    color: white;
    display: block;
    font-size: 18px;
    text-decoration: none;
    width: 100px;
    margin: 20px auto;
    border-radius: 5px;
}

.shopping-cart .form-horizontal label {
    margin-bottom: 0;
}

.shopping-cart table td input {
    height: 30px;
}

.btn-submit:hover {
    text-decoration: none;
    color: white;
}

.favor {
    overflow: hidden;
    margin-top: 60px;
}

.favor ul {
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 20px;
}

.favor ul li {
    width: auto;
    display: block;
    float: left;
    padding-right: 14px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 20px;
}

.favor ul li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    border-right: 1px solid #a5a5a5;
    padding-right: 14px;
}

.favor ul li:last-child a {
    border-right: none;
}

.favor ul li:hover a {
    color: #fa1a0a;
}

.favor .col-lg-12 {
    padding: 0;
    width: auto;
    margin-right: -15px;
}

/*end shopping cart*/

.footer {
    width: 100%;
    background: black;
    color: white;
    position: relative;
    margin-top: -68px;
    clear: both;
    font-size: 15px;
}

/*footer {
    position: relative;
    margin-top: -68px; !*等于footer的高度*!
    height: 68px;
    line-height: 68px;
    clear: both;
    text-align: center;
    background: rgb(1, 0, 1);
    color: white;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", 微软雅黑;
    font-size: 14px;
}*/

.footer-title {
    margin: 20px auto;
    font-size: 1.2em;
    text-align: center;
}

.footer-title img {
    margin-right: 20px;
}

.footer-title span {
    padding-left: 20px;
    border-left: 1px solid white;
}

.footer-nav {
    width: 60%;
    margin-left: 20%;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
}

.footer-nav li {
    display: inline-block;
    margin-right: 30px;
    border-right: 1px solid white;
    padding-right: 30px;
}

.footer-nav li:last-child {
    border-right: none;
}

.footer-nav li a {
    font-size: 1em;
    color: white;
    text-decoration: none;
}

.footer-nav li a:hover {
    color: #fa1a0a;
}

.footer-nav li a img {
    width: 12px;
    margin-right: 5px;
    margin-top: -3px;
}

.contact {
    width: 60%;
    margin-left: 20%;
    overflow: hidden;
}

.contact-us {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
}

.contact-us .contact-number {
    color: #ff1100;
}

.contact-us .online-server {
    color: white;
    display: inline-block;
    padding: 3px 5px;
    margin-left: 5px;
}

.cooperation {
    background: black;
    width: 100%;
    clear: both;
    line-height: 68px;
    text-align: center;
}

.cooperation a {
    color: white;
    font-size: 14px;
    padding: 0 10px;
}

/*begin store->goods classify*/
.shopping-cart {
    background: white;
    padding-top: 83px;
    margin-bottom: 68px;
}

.shopping-cart .goods-classify-title {
    margin-bottom: 15px;
}

.check-login {
    background: #fffdee;
    margin-bottom: 15px;
    padding: 6px 30px;
    border: 1px solid #edd28b;
    color: #ff833b;
    border-radius: 5px;
}

.check-login i {
    margin-right: 15px;
    font-size: 15px;
}

.check-login .btn {
    margin-left: 15px;
    background: #ff1100;
    color: white;
}

.empty-cart {
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    padding-top: 30px;
}

.empty-cart .fa {
    font-size: 90px;
    color: #cacaca;
    margin-right: 10px;
}

.goods-classify {
    margin-top: 68px;
    margin-bottom: 80px;
}

.goods-classify-title {
    width: 100%;
    background: #434343;
}

.goods-classify-title .container,
.goods-select .container {
    padding: 0;
}

.location-nav a,
.location-nav span {
    color: white;
    font-size: 1em;
    line-height: 40px;
}

.location-nav a:hover {
    text-decoration: none;
    color: #fa1a0a;
}

.goods-select {
    background: #f2f2f2;
}

.select-box {
    margin: 20px auto 0;
}

.search-box {
    overflow: hidden;
}

.search-box input {
    margin: 0;
    padding: 0 0 0 5px;
    background: white;
    outline: none;
    height: 30px;
    display: block;
    float: left;
    width: 200px;
}

.search-box button {
    display: block;
    float: left;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 28px !important;
    background: #c82015;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}

.select-list {
    clear: both;
    margin: 10px 0 10px;
}

.select-list li {
    overflow: hidden;
}

.select-list ul li em,
.select-list ul li a {
    display: block;
    float: left;
    margin-bottom: 8px;
    padding: 3px;
}

.select-list ul li em {
    color: #999999;
}

.select-list ul li a {
    margin-right: 5px;
    background: transparent;
    cursor: pointer;
    color: #666;
}

.select-list ul li a:hover,
.select-list ul li a.active {
    background: #c82015;
    color: white;
    border-radius: 3px !important;
    padding: 3px;
    display: block;
    text-decoration: none;
}

.filter {
    margin: 15px 0 0 3px;
}

.filter > span {
    color: #999;
}

.filter a {
    text-decoration: none;
    border: 1px solid #cacaca;
    margin-right: 5px;
    padding: 1px 5px;
    margin-bottom: 8px;
    display: inline-block;
}

.filter a:hover {
    border: 1px solid #ff1100;
    color: black;
}

.filter a:hover .fa {
    color: #ff1100;
}

.goods-classify .main-store .row {
    margin-top: 20px;
}

/*end store->goods classify*/

/*begin store->goods details*/
.top-nav {
    margin-top: 68px;
}

.goods-details {
    padding-bottom: 81px;
    margin-top: 55px;
}

.goods-details > .row > .col-lg-12 {
    padding: 0;
    margin: 30px 0 0 0;
    background: white;
}

.goods-details .row .col-lg-6 {
    overflow: hidden;
}

.goods-details .row .col-lg-12 .col-lg-4 {
    padding: 10px;
}

.goods-details .row .col-lg-12 .col-lg-4 .goods-big {
    position: relative;
    border: 1px solid #f3f3f3;
    height: 370px;
    margin-bottom: 10px;
}

.clear-fix:before {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clear-fix {
    zoom: 1;
}

.clear-both {
    clear: both;
}

.goods-thumb {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.goods-thumb li {
    float: left;
    width: 22.75%;
    margin-right: 3%;
    position: relative;
    overflow: hidden;
    height: 84px;
    border: 1px solid #f3f3f3;
    cursor: pointer;
}

.goods-thumb li img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.goods-thumb li:last-child {
    margin-right: 0;
}

.goods-details .row .col-lg-12 .col-lg-4 .goods-operation {
    margin-top: 15px;
}

.goods-details .row .col-lg-12 .col-lg-4 .goods-operation i {
    margin-right: 5px;
    /*color: rgb(128, 128, 128);*/
}

.like .fa {
    color: rgb(232, 235, 242);
}

.goods-details .row .col-lg-12 .goods-details-info-p {
    padding: 10px 10px 10px 0;
}

.goods-details .row .col-lg-12 .goods-details-info-p h2 {
    color: #fa1a0a;
    margin-bottom: 10px;
    padding-left: 35px;
}

.goods-details .row .col-lg-12 .goods-details-info-p p {
    margin-top: 15px;
    margin-bottom: 0;
    color: grey;
}

.goods-details .row .col-lg-12 .goods-details-info-p p img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 3px;
}

.goods-details .row .col-lg-12 .goods-details-info-p p span {
    color: black;
}

.goods-details .row .col-lg-12 .goods-details-info-p p em {
    color: #fa1a0a;
    font-size: 1.5em;
    font-weight: bold;
}

.goods-details .row .col-lg-12 .goods-details-info-p p > i {
    width: 100px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}

.goods-details .row .col-lg-12 .goods-details-info-p .add-to-cart {
    display: block;
    width: 150px;
    text-align: center;
    margin: 25px 0 15px 35px;
    padding: 8px 0;
    color: white;
    background: #fa1a0a;
    border: 1px solid transparent;
    font-size: 1.1em;
    text-decoration: none;
    cursor: pointer;
}

.goods-details .row .col-lg-12 .goods-details-info-p .add-to-cart:hover {
    background: white;
    color: #ff1100;
    border: 1px solid #ff1100;
}

.goods-details .row .col-lg-12 .goods-details-info-p .pay-way {
    overflow: hidden;
    color: grey;
}

.goods-details .row .col-lg-12 .goods-details-info-p .pay-way span,
.goods-details .row .col-lg-12 .goods-details-info-p .pay-way p {
    width: auto;
    display: block;
    float: left;
    margin: 0;
}

.goods-details .row .col-lg-12 .goods-details-info-p .pay-way p {
    margin-right: 15px;
}

.goods-details .row .col-lg-12 .goods-details-info-p .pay-way p img,
.goods-details .row .col-lg-12 .goods-details-info-p .pay-way p span {
    width: auto;
    display: block;
    float: left;
    margin: 0 2px 0 5px;
    color: grey;
}

.goods-details .row .col-lg-12 .goods-details-info-p .goods-operation {
    padding-left: 35px;
}

.goods-details .goods-article-info.row {
    padding: 0 30px;
}

.color-red {
    color: #fa1a0a !important;
}

.others-box {
    overflow: hidden;
    padding: 10px 18px;
}

.others-box > span {
    display: block;
    padding: 30px 0 14px 0;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    color: #fa1a0a;
}

.others-box .others-list {
    margin-top: 16px;
    overflow: hidden;
}

.others-box .others-list > a {
    width: 50%;
    height: 120px;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #d8d8d8;
}

.others-box .others-list img {
    padding: 5px;
    width: 110px;
    height: 110px;
    float: left;
    position: absolute;
    object-fit: contain;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -55px;
}

.others-box .others-list p {
    width: 45%;
    margin-left: 5%;
    float: left;
    text-align: left;
    vertical-align: middle;
    line-height: 25px;
    padding-top: 15px;
}

.others-box .others-list p > a {
    font-size: 1em;
    color: black;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 25px;
}

.others-box .others-list p a:hover {
    color: #fa1a0a;
}

.others-box .others-list p span em {
    font-weight: bold;
}

.details-main {
    padding: 0 30px 15px;
    border-left: 1px solid #d8d8d8;
}

.details-main > span {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #171717;
    margin-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5a5a5a;
}

.details-main .goods-details-info.row {
    padding: 0 30px;
}

.details-main .goods-details-info.row .col-lg-12 {
    position: relative;
    border: 1px solid #cacaca;
    padding: 0;
}

.details-main .goods-details-info.row img {
    width: 100%;
    padding: 10px;
    -moz-box-shadow: 1px 1px 5px #333333;
    -webkit-box-shadow: 1px 1px 5px #333333;
    box-shadow: 1px 1px 5px #333333;
}

.details-main .details-info-table {
    padding: 0 15px;
    margin-bottom: 20px;
}

.details-main table {
    width: 100%;
    text-align: center;
}

.details-main table tr th {
    font-weight: bold;
}

.details-main table tr th,
.details-main table tr td {
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 10px 0;
}

.details-main .goods-show.row {
    padding: 0 45px;
}

.details-main .goods-show.row img {
    height: 20em;
    float: left;
    -moz-box-shadow: 1px 1px 5px #333333;
    -webkit-box-shadow: 1px 1px 5px #333333;
    box-shadow: 1px 1px 5px #333333;
}

.details-main .goods-show.row img:nth-of-type(1) {
    width: 58%;
    margin-right: 2%;
    margin-bottom: 14px;
}

.details-main .goods-show.row img:nth-of-type(2) {
    width: 40%;
    margin-bottom: 14px;
}

.details-main .goods-show.row img:nth-of-type(3) {
    width: 68%;
    margin-left: 2%;
}

.details-main .goods-show.row .goods-show-intro {
    width: 30%;
    height: 20em;
    text-align: center;
    vertical-align: middle;
    background: #737373;
    float: left;
    margin: 0;
    padding: 20px;
}

.details-main .goods-show.row .goods-show-intro span {
    color: white;
    font-size: 24px;
    display: block;
    max-height: 200px;
    overflow: hidden;
}

.goods-article-info .col-lg-6,
.goods-article-info .col-lg-12 {
    background: #e5e5e5;
    margin-top: 24px;
    padding: 0;
}

.goods-article-info .col-lg-6 img,
.goods-article-info .col-lg-12 img {
    width: 40%;
    float: left;
    box-shadow: none;
}

.goods-article-info .col-lg-6 p,
.goods-article-info .col-lg-12 p {
    width: 60%;
    float: left;
    margin: 0;
    padding: 30px 0 0 40px;
    line-height: 25px;
}

/*end store->goods details*/

.btn-submit {
    background: #fa1a0a;
    border: 1px solid #fa1a0a;
    color: white;
    display: block;
    float: left;
    padding: 0 20px;
    font-size: 18px;
    text-decoration: none;
}

/*begin article info*/
.article-info {
    margin-bottom: 65px;
    padding-top: 68px;
}

.article-info .goods-article-info.row {
    margin: 0;
    padding: 0 7.5px;
}

.article-info .container > p {
    padding: 15px 7.5px;
    margin: 15px 7.5px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #5d5d5d;
}

.article-info .container .article-info-title {
    margin: 40px 0 30px 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 0 7.5px 20px;
}

.article-info .container .goods-article-info .col-lg-12 {
    margin-top: 0;
}

.article-info .container .goods-article-info .col-lg-12 img {
    width: 20%;
    float: left;
}

.article-info .container .goods-article-info .col-lg-12 p, .goods-article-info .col-lg-10 p {
    width: 60%;
    float: left;
    margin: 0;
    padding: 15px 0 0 40px;
    line-height: 25px;
}

.article-info .article-exp span {
    margin: 22px 7.5px 12px;
    display: block;
}

.article-info .article-exp p {
    margin: 0 7.5px;
}

.article-info .container > p a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    float: right;
    margin-top: 10px;
}

.article-info .container p a:hover {
    color: #fa1a0a;
}

.article-info .container .col-lg-12 {
    padding: 0;
    margin: 0 -7.5px 0 7.5px;
}

.has-collect {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 10;
}

/*end article info*/

/*end store*/

.center-table th,
.center-table td {
    text-align: center;
    vertical-align: middle !important;
}

.pagination-info > span {
    display: block;
    float: left;
    line-height: 36px;
    margin-right: 5px;
}

#hide-content {
    display: none;
}

table tbody tr th {
    font-weight: normal;
    outline: none;
}

.cursor-default {
    cursor: default !important;
}

/*begin error box */
.error-box {
    width: 40%;
    margin: 0 30%;
    overflow: hidden;
    min-width: 300px;
    padding: 15px;
    position: absolute;
    top: 50%;
    margin-top: -215px;
}

.error-box .error-title {
    overflow: hidden;
}

.error-box .error-title img {
    float: left;
}

.error-box .error-title span {
    font-size: 30px;
    color: #666;
    margin-left: 20px;
    display: inline-block;
    line-height: 67px;
    float: left;
}

.error-box .error-info {
    clear: both;
    padding-left: 87px;
    margin-top: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
}

.error-box .error-info span {
    display: block;
    float: left;
}

.error-box .error-info ul {
    float: left;
}

.error-box .error-info ul li {
    margin-bottom: 10px;
}

.error-box .error-operation {
    margin-top: 32px;
    text-align: center;
}

.error-box .error-operation a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
    display: inline-block;
    padding: 7px 15px;
}

.bg-red {
    background: #ff1100;
}

.bg-black {
    background: black;
}

.loading-box {
    width: 40%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 300px;
    padding: 15px;
    text-align: center;
}

.loading-box p {
    font-size: 16px;
    color: #666;
    margin: 15px;
}

.nav-detail {
    border-bottom: 1px solid #f0f4f7;
    padding-bottom: 8px;
}

.nav-detail li {
    list-style: disc;
    padding-top: 8px;
    margin-left: 55px;
    overflow: inherit;
}

.nav-detail li a {
    text-decoration: none;
}

/*end error box*/

/*开始“我要提画”*/
.choose-art {
    padding: 5px 20px 0 20px;
}

.choose-art .portlet.light > .portlet-title {
    min-height: 35px;
}

.choose-art .choose-art-item {
    font-size: 16px;
    padding-left: 15px;
    margin: 20px 0;
    font-weight: bold;
}

.choose-art .goods-select {
    background: white;
}

.choose-art .goods-box {
    height: auto;
    margin-top: 40px;
}

.choose-art .goods-info {
    padding: 0 10px;
}

.choose-art .goods-info .choose-art-title {
    font-size: 18px;
    color: white;
    padding: 15px 0 5px;
    text-decoration: none;
    display: block;
    margin-left: -10px;
}

.choose-art .goods-info .choose-art-painter {
    margin: 0;
    overflow: hidden;
}

.choose-art .goods-info .choose-art-painter a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    position: relative;
}

.choose-art .goods-info .choose-art-painter a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 3px;
    position: relative;
    top: 0;
}

.choose-art .goods-info .choose-art-painter a:hover img {
    animation: imgHover .5s ease;
    -webkit-animation: imgHover .5s ease;
    -o-animation: imgHover .5s ease;
    -moz-animation: imgHover .5s ease;
}

.choose-art .goods-info .choose-art-painter span {
    float: right;
    position: relative;
    top: 5px;
    font-size: 14px;
}

.choose-art .goods-info .choose-art-size {
    font-size: 14px;
    color: white;
    padding: 10px 0;
    margin: 0;
}

.choose-art .goods-info .choose-art-size .choose-art-xgc em {
    color: #ff1100;
    margin-right: 3px;
    font-size: 16px;
    font-weight: bold;
}

.choose-art .goods-info .choose-art-size .art-pingchi {
    float: right;
}

.choose-art .goods-info .choose-art-btn {
    display: block;
    width: 60%;
    background: #ff1100;
    color: white;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 15px 20%;
    cursor: pointer;
}

.choose-art-btn.collected {
    background: #cacaca !important;
    cursor: text !important;
}

.choose-art-btn.collected:hover {
    color: white !important;
}

.choose-art .main-store .row .col-lg-12 {
    margin-left: 1.5px;
}

.choose-art-next .btn {
    width: 30%;
    margin: 21px 35% 37px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
}

.choose-art-list {
    padding: 0 15px;
}

.choose-art-list input[type=checkbox] {
    margin: 0;
    width: 20px;
    height: 20px;
}

.choose-art .cart-title {
    background: #454545;
    height: 40px;
    line-height: 40px;
    color: white;
    padding: 0 0 0 40px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.choose-art .cart-title input {
    background: white;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px !important;
    display: block;
}

.choose-art .cart-title span {
    display: block;
    float: left;
    text-align: center;
}

.choose-art .cart-title span:nth-of-type(1) {
    width: 40%;
    text-align: center;
}

.choose-art .cart-title span:nth-of-type(2),
.choose-art .cart-title span:nth-of-type(3),
.choose-art .cart-title span:nth-of-type(4),
.choose-art .cart-title span:nth-of-type(5) {
    width: 15%;
}

.choose-art .cart-box {
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    position: relative;
    padding: 30px 0 30px 40px;
}

.choose-art .cart-box .cart-box-check input {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -9px;
}

.choose-art .cart-box .cart-box-info {
    width: 40%;
    float: left;
    padding-left: 3%;
}

.choose-art .cart-box .cart-box-info .cart-art-img {
    width: 35%;
    height: 90px;
    float: left;
    position: relative;
    border: 1px solid #cacaca;
    background: white;
}

.choose-art .cart-box .cart-box-info .cart-art-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.choose-art .cart-box .cart-box-info .cart-art-title {
    width: 60%;
    line-height: 90px;
    float: left;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    margin-left: 1%;
}

.choose-art .cart-box .cart-box-classify {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    color: #666;
}

.choose-art .cart-box .cart-box-xgc {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
    line-height: 90px;
    font-size: 18px;
    color: #ff1100;
}

.choose-art .cart-box .get-address {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    color: #666;
}

.choose-art .cart-box .cart-box-btn {
    width: 15%;
    display: block;
    float: left;
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    color: #666;
}

.choose-art .cart-box .cart-box-btn a {
    font-size: 14px;
    color: white;
    background: #ff1100;
    padding: 5px 8px;
    border: 1px solid #ff1100;
    text-decoration: none;
}

.choose-art .cart-box .cart-box-btn a:hover {
    background: white;
    color: #ff1100;
}

.choose-art .cart-box.sold-out {
    background: #e1e1e1;
}

.choose-art .cart-box.sold-out .icon-sold-out {
    background: #c2c2c2;
    color: #666;
    font-size: 12px;
    padding: 3px 5px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -9px;
}

.choose-art .cart-box.sold-out .cart-art-img {
    background: #e1e1e1;
}

.choose-art .cart-box.sold-out .cart-art-img img {
    background-color: #e1e1e1;
}

.choose-art .cart-sum {
    overflow: hidden;
    padding: 15px 0 15px 18px;
    margin-top: 50px;
    margin-bottom: 35px;
    background: #e8e8e8;
    position: relative;
}

.choose-art .cart-sum .sum-left {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 28px;
}

.choose-art .cart-sum .sum-left .select-all-bottom input {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 20px;
}

.choose-art .cart-sum .sum-left .remove-batch {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    margin-left: 24px;
}

.choose-art .cart-sum .sum-right {
    float: right;
    font-size: 14px;
    color: #666;
}

.choose-art .cart-sum .sum-right .amount-sum {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    float: left;
    margin-right: 30px;
}

.choose-art .cart-sum .sum-right .amount-sum em {
    color: #fa1a0a;
    font-weight: bold;
    margin: 0 3px;
}

.choose-art .cart-sum .sum-right .price-sum {
    display: inline-block;
    height: 60px;
    float: left;
}

.choose-art .cart-sum .sum-right .price-sum p:nth-of-type(1) {
    display: inline-block;
    float: left;
    line-height: 60px;
    margin: 0 10px 0 0;
}

.choose-art .cart-sum .sum-right .price-sum p:nth-of-type(2) {
    display: inline-block;
    float: left;
}

.choose-art .sum-right .price-sum span {
    display: block;
}

.choose-art .sum-right .price-sum span i {
    display: block;
    float: left;
    text-align: right;
    width: 5em;
}

.choose-art .sum-right .price-sum span em {
    display: block;
    float: left;
    color: #fa1a0a;
    margin: 0 3px;
    font-weight: bold;
    text-align: right;
    width: 70px;
}

.choose-art .cart-sum .sum-right a {
    display: inline-block;
    background: #ff1100;
    color: white;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 5px 0 0 30px;
    border: 1px solid #ff1100;
    text-decoration: none;
}

.choose-art .cart-sum .sum-right a:hover {
    background: white;
    color: #ff1100;
}

.hover-ff1100:hover {
    color: #ff1100 !important;
    text-decoration: none;
}

.choose-art-pay {
    padding: 0 15px;
}

.choose-art-pay > em,
.take-out p em {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: block;
    margin: 10px 0;
}

.choose-art-pay-item {
    font-size: 14px;
    font-weight: bold;
    color: #fa1a0a;
    padding-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 18px;
}

.choose-art-pay-title {
    background: #454545;
    color: white;
    font-size: 14px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
}

.choose-art-pay-title span:nth-of-type(1) {
    width: 50%;
    float: left;
}

.choose-art-pay-title span:nth-of-type(2) {
    width: 30%;
    float: left;
}

.choose-art-pay-title span:nth-of-type(3) {
    width: 20%;
    float: left;
}

.choose-art-pay-detail {
    border: 1px solid #dcdcdc;
    margin: 6px 0 12px 0;
    padding: 30px 0 5px 45px;
}

.pay-detail-row {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.pay-detail-row .pay-detail-author {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #7c7c7c;
    display: block;
    line-height: 28px;
}

.pay-detail-row .pay-detail-num {
    width: 30%;
    float: left;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 28px;
    cursor: pointer;
}

.pay-detail-row .pay-detail-num em {
    color: #ff1100;
    margin: 0 3px;
}

.pay-detail-row .pay-detail-xgc {
    width: 20%;
    float: left;
    font-size: 18px;
    color: #ff1100;
    display: block;
    line-height: 28px;
}

.pay-detail-row p {
    margin: 0;
}

.pay-detail-row .fa {
    font-size: 24px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.pay-detail-row .pay-detail-list {
    width: 12em;
    background: #f0f0f0;
    clear: both;
    padding: 15px 5px;
    margin-top: 35px;
    margin-left: 50%;
    position: relative;
    display: none;
}

.pay-detail-row .pay-detail-list .fa {
    color: #f0f0f0;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -7px;
}

.pay-detail-row .pay-detail-list a {
    color: #828282;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
}

.get-art-info {
    margin: 12px 0 16px;
    line-height: 30px;
}

.get-art-info em {
    font-weight: bold;
    font-size: 14px;
    padding-right: 5px;
}

.get-art-info span {
    padding-right: 15px;
    color: #7c7c7c;
    font-size: 14px;
}

.explain-row {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 25px 0 15px;
}

.choose-art-pay-situation .row {
    padding: 0 0 0 15px;
    margin-bottom: 15px;
}

.take-out {
    float: right;
    text-align: right;
    overflow: hidden;
    margin-bottom: 15px;
}

.take-out > span {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    margin-right: 15px;
    line-height: 105px;
}

.take-out p {
    float: left;
    font-size: 14px;
    color: #333;
}

.take-out p span {
    display: block;
    line-height: 15px;
}

.take-out p span em {
    color: #ff1100;
    width: 80px;
    display: inline-block;
}

.choose-art-pay-operate {
    clear: both;
}

.choose-art-pay-operate input {
    width: 260px;
    margin-bottom: 30px;
    border: 1px solid #c9c9c9;
    outline: none;
    padding-left: 10px;
    color: black;
}

.choose-art-pay-operate label {
    padding-right: 0;
    padding-top: 10px;
}

.choose-art-pay-operate button {
    width: 40%;
    margin-bottom: 35px;
    color: white;
    background: #34ac46;
    height: 50px;
    font-size: 16px;
    outline: none;
    margin-left: 30%;
    border-radius: 5px;
}

.choose-art-pay-operate .cancel-pay {
    margin-left: 35px;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}

.my-input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cacaca;
}

.my-input:-moz-placeholder, textarea:-moz-placeholder {
    color: #cacaca;
}

.my-input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cacaca;
}

.my-input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cacaca;
}

/*结束“我要提画”*/

#buyPainting .form-group button {
    margin-top: 15px;
}

/*开始 绑定会员服务*/
.choose-server {
}

.choose-server-top p {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 0 0 5px;
}

.choose-server-top span {
    font-size: 16px;
    color: #ff1100;
    padding-bottom: 5px;
    display: block;
}

.choose-server-goods {
    /*background: #f0f0f0;*/
    padding: 15px 15px 0;
}

.choose-server-item {
    margin-bottom: 15px;
}

.choose-server-item i {
    width: 20px;
    height: 20px;
    background: black;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: 3px;
}

.choose-server-item span {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.choose-server-goods .choose-art-pay-detail {
    background: white;
}

.choose-server-total {
    padding: 25px 0 30px;
    border-bottom: 1px solid #e0e0e0;
}

.choose-server-total .total-xgc {
    font-size: 16px;
    color: #333;
}

.choose-server-total .total-xgc span {
    margin-right: 25px;
}

.choose-server-total .total-xgc span em {
    color: #ff1100;
}

.choose-server-total .total-rmb {
    font-size: 20px;
    color: #ff1100;
    font-weight: bold;
}

.choose-server-total .total-rmb em {
    font-size: 16px;
    position: relative;
    bottom: 3px;
    right: -5px;
}

.choose-server-title {
    margin-top: 25px;
}

.choose-server-title label {
    font-size: 16px;
    padding-top: 4px;
    color: #333;
}

/*表单美化*/
@keyframes hover-color {
    from {
        border-color: #c0c0c0;
    }
    to {
        border-color: #ff1100;
    }
}

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio + label:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-checkbox + label:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
    cursor: not-allowed;
}

.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none;
}

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block;
}

.magic-radio + label:before {
    border-radius: 50%;
}

.magic-radio + label:after {
    top: 11px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff1100;
}

.magic-radio:checked + label:before {
    border: 1px solid #ff1100;
}

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9;
}

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9;
}

.magic-checkbox + label:before {
    border-radius: 3px;
}

.magic-checkbox + label:after {
    top: 3px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked + label:before {
    border: #ff1100;
    background: #ff1100;
}

.magic-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

/*结束 表单美化*/

.choose-server-list {
    /*background: #f0f0f0;*/
    padding: 15px;
}

.choose-server-detail {
    display: none;
}

.choose-server-intro {
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    padding-left: 30px;
    line-height: 22px;
}

.choose-server-warning {
    padding-left: 30px;
    font-size: 14px;
    font-weight: bold;
}

.choose-server-warning span img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 1px;
}

.choose-server-warning .warning-normal {
    color: #b7b7b7;
    margin-right: 30px;
}

.choose-server-warning .warning-important {
    color: #ff1100;
    margin-right: 30px;
}

.choose-server-operation {
    margin: 40px 0;
}

.choose-server-operation .check-agreement,
.choose-server-operation button {
    width: 400px;
    margin: 0 auto;
    font-size: 16px;
}

.check-agreement label {
    font-size: 16px;
    color: #666;
}

.choose-server-operation .check-agreement a {
    color: #b90202;
    font-size: 16px;
}

.choose-server-operation button {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    color: #ff1100;
    text-align: center;
    height: 50px;
    line-height: 48px;
    border: 1px solid #ff1100;
    text-decoration: none;
    background: white;
    padding: 0;
    opacity: .5;
}

.shadow-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.full-screen-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 30px;
    background: #cacaca;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1052;
    text-align: center;
    opacity: .5;
}

.full-screen-close:hover {
    opacity: 1;
    background: #ff1100;
}

.full-screen-img {
    width: 100%;
    height: auto;
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;
    z-index: 1050;
}

.confirm-dialog {
    width: 600px;
    height: 300px;
    position: fixed;
    background: white;
    top: 40%;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
    display: none;
    z-index: 1000;
}

.confirm-title {
    width: 100%;
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    background: black;
    color: white;
}

.confirm-title #confirm-item {
    color: #ff1100;
    font-weight: bold;
    padding-left: 10px;
}

.confirm-info {
    margin: 45px 0 40px;
}

.confirm-info p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
    color: #333;
}

.confirm-operation a {
    width: 20%;
    margin: 0 20%;
    display: block;
    float: left;
    color: white;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.confirm-operation a:last-child {
    margin-left: 0;
}

.confirm-yes {
    background: #ff1100;
}

.confirm-cancel {
    background: #21afa0;
}

/*结束 绑定会员服务*/

/*注册*/
.register .row .portlet .portlet-body label {
    padding-top: 12px;
}

.register form {
    margin-top: 30px;
}

/*结束 注册*/

/*我要买画*/
.choose-pic.col-lg-12 {
    margin-bottom: 15px;
    margin-top: -8px;
    margin-left: 0;
    border: 1px solid #cacaca;
    padding: 15px 15px 15px 0;
}

.choose-pic .col-lg-2 {
    margin-bottom: 15px;
    padding-right: 0;
}

.choose-pic .row.col-lg-12 {
    margin-top: 15px;
}

.choose-pic-box {
    text-align: center;
    border: 1px solid #cacaca;
    padding: 5px;
    position: relative;
    width: 100%;
    height: 280px;
    cursor: pointer;
}

.choose-pic-box .badge.badge-danger {
    background: #ff1100;
    z-index: 10;
}

.choose-pic-box .image-box > img {
    width: 180px;
    height: 180px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -90px;
    padding: 0 10px;
}

.choose-pic-box a {
    text-decoration: none;
}

.choose-pic-box .pic-price {
    margin-top: 16px;
    margin-bottom: 0;
}

.choose-pic-box .pic-price em {
    color: #ff1100;
}

.choose-pic-box .pic-number {
    margin-bottom: 3px;
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding-top: 191px;
}

.choose-pic-box .pic-name {
    width: 100%;
    font-size: 12px;
    margin-top: 1px;
}

.choose-pic-box .pic-author {
    margin-top: 1px;
}

.choose-pic-box .fa {
    color: #cacaca;
    font-size: 25px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.choose-pic-box .fa.active {
    color: #ff1100;
}

.hide-info {
    display: none;
}

.has-select {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.has-select-title {
    font-size: 14px;
    margin: 5px 0;
    line-height: 25px;
}

.has-select-title span em {
    color: #ff1100;
    margin: 0 3px;
}

.has-select-total {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 18px;
}

.has-select-total em {
    color: #ff1100;
    margin: 0 3px;
}

.cart-total .portlet.light > .portlet-title > .caption > .caption-subject {
    font-size: 14px;
}

.cart-total .account-table {
    padding: 5px 0 0 0;
}

.has-select-list {
    margin-top: 15px;
    padding: 5px 15px;
    color: #917545;
    overflow: hidden;
}

.select-item {
    width: auto;
    margin: 5px 1%;
    float: left;
    display: inline-block;
    padding: 10px;
    background: #ff1100;
    border-radius: 3px;
    text-align: center;
    position: relative;
    color: white;
}

.select-item .fa-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 17px;
    height: 17px;
    background: #cacaca;
    display: block;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    line-height: 17px;
}

.select-item .fa-close:hover {
    background: #ff1100;
}

.image-box {
    position: relative;
}

.pic-dialog {
    width: 444px;
    height: 575px;
    background: #e5e5e5;
    position: absolute;
    top: -6px;
    right: -465px;
    z-index: 100;
}

.pic-dialog.left {
    right: 214px;
}

.pic-dialog .arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #e5e5e5;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 90px;
    left: -15px;
}

.pic-dialog.left .arrow {
    border-left: 15px solid #e5e5e5;
    border-right: none;
    left: 440px;
}

.pic-dialog .pic-dialog-img {
    width: 410px;
    height: 390px;
    object-fit: contain;
    margin: 15px;
    background: white;
    border-radius: 3px;
    padding: 15px;
}

.pic-dialog .pic-dialog-info span {
    display: block;
    margin-bottom: 5px;
}

.pic-dialog .pic-dialog-info .pic-dialog-name {
    font-size: 16px;
}

.pic-dialog .pic-dialog-info .pic-dialog-price,
.pic-dialog .pic-dialog-info .pic-dialog-xgc {
    font-weight: bold;
    color: #ff1100;
}

/*结束 我要买画*/

/*美术馆选画*/
.msg-choose {
    padding: 0 15px 15px;
}

.msg-choose > .row {
    padding: 0 35px;
}

.msg-choose .img-box {
    padding: 15px 5px 15px 5px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.msg-choose .img-box > ul li {
    width: 30%;
    float: left;
    margin: 0 1.666% 15px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.msg-choose .img-box > ul li img {
    width: 100%;
    height: 192px;
    object-fit: contain;
    cursor: pointer;
    background: white;
    padding: 5px;
}

.msg-choose .img-box > ul li p {
    text-align: center;
    padding: 5px 0;
}

.msg-choose .img-box > ul li p span {
    display: block;
}

.msg-choose .img-box > ul li .fa.active {
    color: rgb(255, 17, 0);
}

.msg-choose .img-box > ul li .fa {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #cacaca;
    font-size: 30px;
    cursor: pointer;
}

.msg-choose .row .col-md-4.col-sm-12 {
    padding: 10px 0 0 25px;
}

.msg-choose .img-box-btn {
    text-align: right;
    padding: 0 15px 15px 0;
}

.msg-choose .img-box-btn span {

}

.msg-choose-account {
    padding: 0 0 0 15px;
}

.msg-choose-account .add-account {
    margin-bottom: 15px;
}

.msg-choose-account .add-account p {
    margin-bottom: 10px;
}

.msg-choose-account .add-account input {
    height: 34px;
    outline: none;
}

.msg-choose-account .add-account span {
    margin-bottom: 4px;
}

.msg-choose-account .account-box ul li.active {
    background: #FFE4B5;
}

.msg-choose-account .account-box ul li {
    background: rgba(202, 202, 202, 0.3);
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.msg-choose-account .account-box ul li > .fa.fa-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #cacaca;
    color: white;
    cursor: pointer;
    line-height: 20px;
    border-radius: 50%;
}

.msg-choose-account .account-box ul li > .fa.fa-close:hover {
    background: #ff1100;
}

.choose-completed {
    width: auto;
    margin: 10px auto !important;
    display: block;
}

.msg-choose-account .account-box ul li .msg-choose-cangjia {
    font-size: 14px;
    background: #ff9e27;
    color: white;
    border-radius: 3px;
    padding: 7px 5px;
    width: 100px;
    margin: 5px auto 10px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.msg-choose-account .account-box ul li .msg-choose-list p {
    position: relative;
}

.msg-choose-account .account-box ul li .msg-choose-list span {
    display: block;
    background: rgba(250, 209, 197, 0.6);
    text-align: center;
    padding: 3px 0;
    width: 90%;
    margin: 0 5% 10px;
}

.msg-choose-account .account-box ul li .msg-choose-list i {
    position: absolute;
    top: -8px;
    right: 7px;
    font-size: 12px;
    color: #cacaca;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: white;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.msg-choose-account .account-box ul li .msg-choose-list i:hover {
    background: #ff1100;
    color: white;
}

.msg-choose-account .account-box ul li .msg-choose-total {
    text-align: right;
}

.msg-choose-account .account-box ul li .msg-choose-total em {
    color: #ff1100;
    margin: 0 3px;
    font-weight: bold;
}

.msg-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(229, 229, 229, 0.95);
    z-index: 10000;
    display: none;
}

.msg-shadow .icon-close {
    background: url(https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/btn_close_layer.png) 0px 0px no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.msg-shadow .icon-close:hover {
    background: url(https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/btn_close_layer.png) 0px -50px no-repeat;
}

.msg-shadow .icon-prev {
    width: 60px;
    height: 150px;
    background: url("https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/pin_view_arrows.png") 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -75px;
    cursor: pointer;
}

.msg-shadow .icon-prev:hover {
    background: url("https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/pin_view_arrows.png") 0 -170px no-repeat;
}

.msg-shadow .icon-next {
    width: 60px;
    height: 150px;
    background: url("https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/pin_view_arrows.png") -80px 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -75px;
    cursor: pointer;
}

.msg-shadow .icon-next:hover {
    background: url("https://web.archive.org/web/20181019095117im_/https://www.xiangeshuhua.com/static/images/pin_view_arrows.png") -80px -170px no-repeat;
}

.big-img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
    text-align: center;
    margin: 0 auto;
    z-index: 100000;
    display: none;
}

.big-img img {
    width: auto;
    height: auto;
}

/*结束 美术馆选画*/

.imgShow {
    position: relative;
    _zoom: 1;
    height: 550px;
}

.imgCont {
    width: 550px;
    height: 550px;
    float: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    margin-top: 15px;
    margin-bottom: 15px;
}

.imgCont .picCell {
    width: 550px !important;
    height: 550px !important;
    line-height: 476px;
    *font-size: 476px;
    position: relative;
    *zoom: 1;
}

.imgCont .picCellCom {
    height: 436px;
    line-height: 436px;
    *font-size: 436px;
}

#bigPic {
    position: absolute;
}

.imgCont .circle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #999;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
    background-repeat: no-repeat;
    filter: alpha(opacity=0) \9;
    opacity: 0;
    cursor: none;
    -moz-user-select: none;
}

.imgTable {
    float: left;
    width: 300px;
    height: 476px;
    color: #FEFEFE;
}

.imgTable a, .imgTable a:hover {
    color: #FEFEFE;
}

.filtTop {
    height: 40px;
    padding: 0px 10px;
    overflow: hidden;
    background-position: 0px -536px;
    background-repeat: repeat-x;
    line-height: 40px;
}

.filtTop h2 {
    font-size: 12px;
    font-weight: bold;
    padding-right: 96px;
}

.imgTable .btn {
    display: inline-block;
    padding: 0px 7px;
    margin-left: 10px;
    margin-top: 10px;
    background: #666666;
    line-height: 20px;
    color: #FEFEFE;
}

.imgTable .btn:hover {
    color: #FEFEFE;
    background: #488ad4;
    text-decoration: none
}

.showAll {
    float: right;
}

.imgSum {
    background: #666666;
    height: 400px;
}

.imgSum li {
    padding: 10px 10px 9px;
    height: 80px;
    overflow: hidden;
    border-bottom: 1px solid #4e4e4e;
}

.imgSum li .textGray {
    color: #FEFEFE;
}

.imgSum .lotNum {
    text-indent: 2px;
}

.imgSum .current {
    background: #488ad4;
    border-color: #488ad4;
}

.imgSum .hover {
    background: #777;
    border-color: #777;
}

.imgSum .prevC {
    border-color: #488ad4
}

.imgSum .prevH {
    border-color: #777
}

.imgSum li a {
    color: #FEFEFE;
}

.imgSum li a:hover {
    color: #FEFEFE;
}

.imgSum h3 {
    height: 20px;
    overflow: hidden;
    font-weight: bold;
    font-family: "宋体";
    font-size: 12px;
    line-height: 20px;
}

.imgSum h3, .imgSum .dataItem {
    margin-left: 89px;
}

.imgSum h3 a:hover, .imgSum li .textGray:hover {
    color: #FEFEFE;
}

.imgSum .dataItem li {
    padding: 0px;
    border: none;
    line-height: 20px;
    height: 20px;
}

.imgSum .pic {
    background: #333333
}

.imgSum .dataItem em {
    color: #FEFEFE;
}

.imgTable .pageJump {
    height: 40px;
    overflow: hidden;
    background-position: 0px -536px;
    padding: 0px 10px;
    background-repeat: repeat-x;
    line-height: 40px;
}

.imgTable .pageJump em {
    font-family: Arial;
    font-size: 14px
}

.imgTable .pageJump .turn {
    float: right
}

.imgTable .disable, .imgTable .disable:hover {
    background-color: #4d4d4d;
    color: #666666
}

.zoom {
    position: absolute;
    z-index: 1;
    top: 326px;
    left: 480px;
    width: 150px;
    height: 135px;
    display: block;
}

.nailBrd, .resizeBrd {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .5);
    background: #000000 \9;
    filter: alpha(opacity=50) \9;
}

.nailBrd {
    left: 0;
    top: 0px;
    width: 150px;
    height: 114px;
}

.resizeBrd {
    left: 0;
    top: 115px;
    width: 150px;
    height: 20px;
}

.nail {
    position: relative;
    z-index: 2;
    left: 3px;
    top: 3px;
    width: 144px;
    height: 108px;
    overflow: hidden;
}

.nailImg {
    width: 144px;
    height: 108px;
    *zoom: 1;
    overflow: hidden
}

#smallPic, #focuse {
    position: absolute;
}

#smallPic {
    width: 100%;
    top: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

#smallPic, #bigImg, #circleOuter {
    display: none;
}

.focuse {
    position: absolute;
    z-index: 1;
    left: 3px;
    top: 3px;
    background: rgba(153, 153, 153, .5);
    background: #999999 \9;
    filter: alpha(opacity=50) \9;
    cursor: move
}

.resize {
    position: relative;
    width: 142px;
    padding: 4px 1px;
    top: 7px;
    left: 3px;
    z-index: 2;
    height: 12px;
    overflow: hidden;
    _zoom: 1
}

.resize b {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer
}

.zoomIn {
    float: left;
    background-position: -15px -608px;
}

.inH {
    background-position: -45px -608px;
}

.zoomOut {
    float: right;
    background-position: 0px -608px;
}

.outH {
    background-position: -30px -608px;
}

.progress {
    margin: 1px 17px 0px;
    *margin: 3px 17px 0px;
    background: #FFFFFF;
    height: 10px;
}

.progress p {
    background: #488ad4;
    height: 10px;
}

.icon-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

.icon-loading .fa-spinner {
    color: #ff1100;
    font-size: 80px;
}

.icon-loading p {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #ff1100;
}
/*结束图片放大镜*/

.register select.form-control {
    margin-left: 42px;
    border-radius: 0;
}

.art-buypainting > .row {
    padding: 0 35px;
}

.choose-pic .col-lg-2 {
    width: 25%;
}

.art-buypainting .page-con tainer {
    padding: 0;
}

.art-buypainting .account_active_content .portlet.light {
    padding: 0;
}

.search-box {
    margin: 10px 0;
}

.art-buypainting .btn.green {
    margin: 30px 0;
}

.moneytypetable input {
    height: 30px;
}

.moneytypetable tr td {
    line-height: 50px;
}

/*开始弦歌商城*/
.container.mall {
    margin-top: 95px;
    margin-bottom: 98px;
}

.mall .col-lg-1,
.mall .col-lg-2,
.mall .col-lg-3,
.mall .col-lg-4,
.mall .col-lg-5,
.mall .col-lg-6,
.mall .col-lg-7,
.mall .col-lg-8,
.mall .col-lg-9,
.mall .col-lg-10,
.mall .col-lg-11,
.mall .col-lg-12{
    padding-right: 10px;
    padding-left: 10px;
}

.mall .left-nav {
    width: 100%;
    height: 46px;
    position: relative;
    z-index: 100;
}

.mall .left-nav > span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #ff1100;
    text-align: center;
    color: white;
    display: block;
}

.mall .left-nav .nav-item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    background: #5f5d5d;
    position: relative;
}

.mall .left-nav .nav-item:hover {
    background: #474443;
}

.mall .left-nav .nav-item .fa {
    position: absolute;
    right: 30px;
    font-size: 19px;
    top: 13px;
}

.mall .left-nav .nav-item .item-detail {
    display: none;
    min-width: 200px;
    height: auto;
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #474443;
    z-index: 10;
    text-align: left;
    padding: 10px;
    background: white;
    line-height: 25px;
    margin-left: -1px;
}

.mall .left-nav .nav-item .item-detail a {
    text-decoration: none;
    margin-right: 5px;
}

.mall .left-nav .nav-item .item-detail a:hover {
    color: #ff1100;
}

.mall .left-nav .nav-item .item-detail a:after {
    content: "|";
    margin-left: 5px;
}

.mall .left-nav .nav-item .item-detail a:last-child:after {
    content: "";
}

.mall .search-wrap {
    position: relative;
    overflow: hidden;
}

.mall .search-wrap input {
    width: 80%;
    background: white;
    padding-left: 10px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #ff1100;
    outline: none;
    float: right;
    margin-left: 20%;
    overflow: hidden;
}

.mall .search-wrap button {
    width: 20%;
    text-align: center;
    border: none;
    outline: none;
    background: #ff1100;
    color: white;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: normal;
}

.mall .banner {
    margin-top: 20px;
}

.mall .banner img {
    height: 400px;
    object-fit: cover;
}

.mall .unslider .unslider-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
}

.mall .unslider .unslider-nav ol li {
    width: 15px;
    height: 15px;
    margin: 0 20px 25px 0;
    border-radius: 50%;
    border: 1px solid #cacaca;
    background: white;
}

.mall .unslider-nav ol li.unslider-active {
    border: none;
    background: #ff1100;
    cursor: default;
}

.mall .mall-cart {
    width: 90%;
    height: 45px;
    line-height: 45px;
    position: relative;
    display: block;
    text-decoration: none;
    background: white;
    text-align: center;
    font-size: 16px;
    padding-right: 10px;
}

.mall .mall-cart:hover {
    color: black;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
}

.mall .mall-cart .fa.fa-shopping-cart {
    color: #ff1100;
    font-size: 20px;
    margin-right: 3px;
}

.mall .mall-cart .fa.fa-angle-right {
    position: absolute;
    top: 10.5px;
    right: 12px;
    font-size: 22px;
}

.mall .mall-cart:hover .fa.fa-angle-right {
    animation: moveRight .8s infinite;
    animation-iteration-count: 2;
    -webkit-animation: moveRight .8s infinite;
    -webkit-animation-iteration-count: 2;
}

@keyframes moveRight {
    0%   { right: 12px; }
    10%  { right: 11px; }
    20%  { right: 10px; }
    30%  { right: 9px; }
    40%  { right: 8px; }
    50%  { right: 7px; }
    60%  { right: 6px; }
    70%  { right: 5px; }
    80%  { right: 4px; }
    90%  { right: 3px; }
    100% { right: 2px; }
}

@-webkit-keyframes moveRight {
    0%   { right: 12px; }
    10%  { right: 11px; }
    20%  { right: 10px; }
    30%  { right: 9px; }
    40%  { right: 8px; }
    50%  { right: 7px; }
    60%  { right: 6px; }
    70%  { right: 5px; }
    80%  { right: 4px; }
    90%  { right: 3px; }
    100% { right: 2px; }
}

.mall .mall-cart em {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #ff1100;
    color: white;
    border-radius: 50%;
}

.mall .mall-notice {
    height: 255px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    background: white;
    border-radius: 3px;
    padding: 0 10px 7px;
}

.mall .mall-notice .notice-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 7px;
}

.mall .mall-notice .notice-title .fa {
    color: #ff1100;
    font-size: 16px;
    padding-right: 5px;
}

.mall .mall-notice .notice-title span {
    font-size: 16px;
}

.mall .mall-notice .notice-title a {
    float: right;
    font-size: 12px;
    color: grey;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
}

.mall .mall-notice > a {
    width: 100%;
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.mall .mall-notice > a:hover {
    color: #ff1100;
}

.mall .small-banner {
    height: 130px;
    width: 100%;
}

.mall .small-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mall-wrap {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.mall-wrap .mall-wrap-title {
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #6c6c6c;
}

.mall-wrap .mall-wrap-title:after {
    content: "";
    height: 2px;
    background: #ff1100;
    display: block;
}

.mall-wrap .mall-wrap-title a,
.mall-wrap .mall-wrap-title span {
    text-decoration: none;
    font-size: 14px;
    color: #6c6c6c;
}

.mall-wrap .mall-box {
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    background: white;
    border: 1px solid #e0dada;
}

.mall-wrap .mall-box:hover {
    border: 1px solid #ff1100;
}

.mall-wrap .mall-box img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    padding: 10px;
    background: rgba(232, 232, 232, 0.43);
}

.mall-wrap .mall-box div {
    padding: 0 10px;
    margin: 10px 0 7px;
    overflow: hidden;
    height: 36px;
}

.mall-wrap .mall-box div a:hover {
    color: #ff1100;
}

.mall-wrap .mall-box p {
    padding: 0 10px 10px;
    font-size: 16px;
}

.mall-wrap .mall-box p span:first-child {
    color: #ff1100;
    font-weight: bold;
    margin-right: 5px;
}

.mall-detail .col-lg-5 {
    overflow: hidden;
}

.mall-detail .imgShow {
    height: 450px;
}

.mall-detail .imgCont {
    width: 100%;
    height: 450px;
}

.mall-detail .imgCont .picCell {
    width: 100% !important;
    height: 450px !important;
    line-height: 476px;
    position: relative;
}

.mall-detail .mall-detail-box {
    background: white;
    overflow: hidden;
    margin-top: 10px;
}

/*结束弦歌商城*/

.iCheck-form label {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
}

.iCheck-form .col-sm-8 label {
    cursor: pointer;
}

.iCheck-form .iCheck-wrap {
    margin-bottom: 8px;
}

.iCheck-form .iCheck-across {
    overflow: hidden;
}

.iCheck-form .iCheck-across .iCheck-wrap {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.block-row {
    display: block;
    overflow: hidden;
}

.form-group label.middle-label {
    padding-top: 10px !important;
}

.center-row {
    text-align: center;
}

.shalong-form .form-group > div {
    position: relative;
}

.shalong-form .fa.fa-times {
    position: absolute;
    top: 11px;
    right: 25px;
    font-size: 18px;
    background: #dedede;
    color: white;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.shalong-form .fa.fa-times:hover {
    background: #ff1100;
}

.grey-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

/*footer {
    position: relative;
    margin-top: -68px; !*等于footer的高度*!
    height: 68px;
    line-height: 68px;
    clear: both;
    text-align: center;
    background: rgb(1, 0, 1);
    color: white;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", 微软雅黑;
    font-size: 14px;
}

footer a {
    color: white;
    margin-left: 20px;
    font-size: 14px;
}*/

@keyframes imgHover {
    from {
        top: -30px;
    }
    to {
        top: 0;
    }
}

@-webkit-keyframes imgHover {
    from {
        top: -30px;
    }
    to {
        top: 0;
    }
}

@-o-keyframes imgHover {
    from {
        top: -30px;
    }
    to {
        top: 0;
    }
}

@-moz-keyframes imgHover {
    from {
        top: -30px;
    }
    to {
        top: 0;
    }
}

.hide-line {
    width: 1px;
}

.collected {
    background: #cacaca;
    cursor: text;
}

#txtMobile {
    padding: 0 5px !important;
    height: 39px;
    line-height: 39px;
    width: 130px;
}

.height-39 {
    height: 39px;
}

@media (min-width: 768px) {
    .navbar-inverse {
        min-height: 67px;
    }

    .navbar-inverse .navbar-brand {
        height: 67px;
    }

    .navbar-inverse .navbar-nav {
        height: 67px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding-top: 23px;
        padding-bottom: 23px;
        font-size: 16px;
    }

    .xinnuo_wrap {
        padding-top: 90px;
        padding-bottom: 100px;
    }

    .navbar-right {
        margin-right: -13px !important;
    }
}

@media (min-width: 1154px) {
    .hide-line {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

@media (max-width: 1024px) {
    #defaultCountdown span.countdown_amount {
        padding: 10px;
    }

    .admin_login .admin_login_head_logo {
        margin-top: 10px
    }

    .admin_login .admin_login_content {
        width: 280px;
        margin-top: 10px
    }
    .choose-pic-box .image-box > img {
        width: 160px;
        height: 160px;
        object-fit: contain;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -80px;
    }
}

@media (max-width: 991px) {
    /* 手机支持 */
    .panel-sidebar {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .panel-sidebar > .portlet {
        margin-bottom: 20px;
    }

    .panel-sidebar > .portlet .portlet-title .tools {
        margin-left: 5px;
    }

    .panel-content {
        overflow: visible;
    }

    .login-box {
        display: none;
    }
    .choose-pic-box .image-box > img {
        width: 160px;
        height: 160px;
        object-fit: contain;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -80px;
    }
}

@media (max-width: 414px) {
    .screen-center-block {
        margin-bottom: 0 !important;
        padding-left: 0 !important;
    }

    .portlet.light {
        padding: 12px 0 0 !important;
    }

    .portlet.light > .portlet-title > .caption {
        padding: 10px 15px !important;
    }

    .page-head .page-title > h1 {
        padding: 0 10px !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .new-criterion-form {
        padding-top: 10px;
    }

    .new-criterion-form .row .portlet .portlet-body .form-group .input-group .col-sm-8 {
        height: 31px;
    }

    .height-34 {
        height: 34px !important;
    }

    .btn-send-ms {
        float: right;
    }

    .usernameForSendMs {
        width: 165px !important;
    }

    .height-36 {
        height: 36px!important;
    }

    .reg_content_form .form-group .col-md-6 input[type="text"], .reg_content_form .form-group .col-md-6 input[type="password"] {
        margin-left: 0 !important;
        padding-left: 52px !important;
    }

    .reg_content_form .form-group button {
        padding: 15px 0px;
    }

    .username_prompt,
    .mobile_prompt {
        display: none;
    }

    .amountinput {
        width: 50px;
    }

    .dt-buttons {
        display: none;
    }

    .modal-dialog.modal-lg {
        width: 100% !important;
    }

    .dialog-XGC {
        margin-top: 0 !important;
    }

    .col-xs-6.col-lg-offset-3 {
        width: 100% !important;
    }

    .twitter-typeahead.col-sm-8 {
        height: 30px;
    }

    .dialog-XGC .portlet-body.form .form-group label {
        padding-top: 10px !important;
    }

    .form .form-bordered .form-group > div {
        padding: 5px 15px !important;
    }

    .dialog-XGC > .col-md-12 .form-group h3, .dialog-XGC-details > .col-md-12 .form-group h3 {
        padding-bottom: 5px;
        padding-top: 0;
    }

    .dashboard-stat.blue {
        margin-top: 0 !important;
    }

    .modal .modal-dialog {
        z-index: 10051;
        width: auto !important;
    }

    .send-message {
        right: 0 !important;
    }

    .left-90 {
        left: 90px;
    }

    .order-detail {
        padding: 0;
        margin: 0 5px 5px;
    }

    .order-detail .table td {
        padding: 0;
        font-size: 1em;
        text-align: center;
        vertical-align: middle;
        line-height: 18px;
    }

    .order-detail .table td a {
        padding: 0;
        margin: 0;
        font-size: 1em;
    }

    .pay-way-order-detail .modal-dialog {
        margin-top: 120px;
    }

    .pay-way-content #xianxiapay .alert {
        margin: 20px 10px !important;
        padding: 0;
        overflow: hidden;
    }

    .haspaid .modal-content {
        width: 300px;
        margin-top: 180px;
    }

    .reg_agree {
        width: 90%;
        margin: 0 5% 30px 5%;
    }

    .reg_agree img {
        width: 100%;
    }

    .question-list .question-answer .answer-brief {
        width: 75%;
    }

    .question-list .question-details {
        bottom: 15px;
    }

    .usual-question-details .question-answer .usual-content {
        width: 85%;
    }

    .news-details {
        margin: -20px 0 15px 0;
    }

    .login-box {
        display: none;
    }

    .art-news-left,
    .art-news-right {
        width: 100% !important;
    }

    .art-news-left .art-news-img img {
        width: 80%;
        height: auto;
        object-fit: none;
    }

    .art-news-info .art-news-intro .intro-main {
        height: 8em;
    }

    .art-news-row.has-intro .art-news-info .art-news-date {
        top: 76px;
    }

    .art-news-right .art-news-info .art-news-date {
        top: 5px;
    }

    .title-classify span {
        font-size: 20px;
    }

    .title-classify .more {
        font-size: 14px;
    }

    .goods-box .goods-img img {
        width: 100px;
        height: 100px;
    }

    .classify-flag div {
        height: 285px;
    }

    .classify-flag span {
        width: 2em;
        height: 2em;
        margin-left: -1em;
        margin-top: -1em;
    }

    .goods-box {
        height: 285px;
    }

    .goods-box .goods-img {
        height: 125px;
    }

    .goods-box .goods-info {
        min-height: 125px;
        padding: 5px;
    }

    .unslider .unslider-nav ol li {
        width: 15px;
        height: 15px;
        margin: 0 15px 5px 0;
    }

    .unslider .unslider-nav {
        margin-left: -38px;
    }

    .article-intro .col-lg-12 ul li {
        width: 90%;
        margin: 0 5% 15px 5%;
        margin-left: 5% !important;
        max-height: 430px;
    }

    .article-intro .col-lg-12 ul li:first-child {
        margin-top: 15px;
    }

    .news-box.has-img > a {
        height: 150px;
    }

    .news-box.has-img img {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-left: -50px;
        margin-top: -50px;
    }

    .news-list .news-box {
        padding: 3px;
        margin-bottom: 30px;
    }

    .news-box.has-img .news-text {
        padding: 0 0 0 5px;
    }

    .news-box.has-img .news-text .read-details {
        margin-top: 5px;
    }

    .art-news-left .art-news-img {
        height: auto;
    }

    .goods-box .goods-flag {
        top: -19px;
        right: 8px;
        width: 40px;
        height: 97px;
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -o-transform: scale(.6);
    }

    .goods-box .goods-info .goods-price {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .goods-box .goods-info .goods-name a {
        font-size: 12px;
    }

    .goods-box .goods-info .goods-like {
        display: none;
    }

    .goods-size {
        overflow: visible;
    }

    .goods-box .goods-info .goods-name {
        margin-bottom: 5px;
    }

    .goods-box .goods-info .goods-author {
        margin-top: 25px;
    }

    .goods-box .goods-info .goods-author img {
        width: 20px;
        height: 20px;
    }

    .goods-box .goods-info .goods-operation {
        margin-top: 0;
    }

    .right-bar {
        width: 30px;
    }

    .right-bar a {
        height: 30px;
    }

    .right-bar .cart-num {
        width: 15px;
        height: 15px;
        line-height: 15px;
    }

    .right-bar a i {
        font-size: 18px;
        padding-top: 5px;
    }

    .right-bar a span {
        display: none;
    }

    .banner {
        margin-top: 52px;
    }

    .choose-pic.col-lg-12 {
        max-height: 3700px;
    }

    .choose-pic .col-lg-2 {
        width: 100%;
    }

    .has-select-list {
        padding: 5px 0;
    }

    .footer {
        margin-top: -50px;
        font-size: 13px;
        padding: 5px;
    }

    .cooperation {
        line-height: 20px;
    }

    .cooperation a {
        font-size: 13px;
    }

    .shopping-cart {
        padding-top: 67px;
    }

    .shopping-cart .cart-title {
        padding: 0 0 0 10px;
    }

    .shopping-cart .cart-total .cart-RMB input {
        width: 190px;
    }

    .shopping-cart .cart-box {
        padding: 10px 0 15px 5px;
    }

    .shopping-cart .cart-title span:nth-of-type(1) {
        width: 43%;
        padding-left: 0;
        font-size: 12px;
        padding-left: 40px;
    }

    .shopping-cart .cart-title span:nth-of-type(2),
    .shopping-cart .cart-title span:nth-of-type(3),
    .shopping-cart .cart-title span:nth-of-type(4) {
        width: 19%;
        font-size: 12px;
    }

    .shopping-cart .cart-box .cart-box-info {
        width: 46%;
    }

    .shopping-cart .cart-box > span:nth-of-type(1),
    .shopping-cart .cart-box > span:nth-of-type(2),
    .shopping-cart .cart-box > span:nth-of-type(3) {
        width: 18%;
        font-size: 12px;
    }

    .cart-box-img {
        width: 100%;
        display: block;
        height: 85px;
        font-size: 12px;
    }

    .shopping-cart .cart-box .cart-box-info a {
        font-size: 12px;
        font-weight: bold;
    }

    .shopping-cart .cart-box .cart-box-info p {
        margin: 0;
    }

    .select-list {
        margin: 10px 20px 10px;
    }

    .article-info .container .goods-article-info .col-lg-12 img {
        width: 40%;
    }

    .article-info .container .goods-article-info .col-lg-12 p, .goods-article-info .col-lg-10 p {
        padding: 0 0 0 10px;
    }

    .article-info .container .article-info-title {
        margin: 0px 0 15px 0;
        font-size: 16px;
        padding: 0 7.5px 5px;
    }

    .article-info .container > p {
        padding: 5px 7.5px;
        margin: 10px 0;
        font-size: 16px;
        border-bottom: 2px solid #5d5d5d;
    }

    .article-info .article-exp span {
        margin: 10px 7.5px 5px;
    }

    .article-info .container > p a {
        margin-top: 5px;
    }

    .imgShow {
        height: auto;
    }

    .imgCont {
        width: 100%;
        height: 300px;
    }

    .imgCont .picCell {
        width: 100% !important;
        height: 260px !important;
    }

    .goods-details > .row > .col-lg-12 {
        overflow: hidden;
    }

    .goods-details {
        margin-top: 38px;
    }

    .others-box {
        display: none;
    }

    .details-main .details-info-table {
        padding: 0;
    }

    .details-main {
        padding: 0 15px 15px;
    }

    .details-main .goods-details-info.row {
        padding: 0;
    }

    .row.details-info-table .col-lg-12 {
        padding: 0;
    }

    .goods-details .goods-article-info.row {
        padding: 0;
        margin-top: -30px;
    }

    .goods-article-info .col-lg-12 p {
        padding: 0 0 0 10px;
    }

    .goods-details .row .col-lg-12 .goods-details-info-p .add-to-cart {
        margin: 15px auto;
    }

    .order-detail-total strong {
        font-size: 12px;
        margin-right: 3px;
    }

    .order-detail .table tr td span {
        padding: 7px 0;
    }

    .pay-way-content {
        margin: 0 5px 30px;
    }

    .choose-pay-way {
        margin: 0 5px;
    }

    .form-group .btn[type='submit'] {
        width: 60%;
    }

    .pay-way-order-detail .order-row p {
        width: 50%;
    }

    .offline .radio-list label {
        margin-right: 15px;
    }

    .search-box input {
        width: 150px;
    }

    .E-bank {
        margin-top: 5px;
    }

    .E-bank .radio-list label {
        margin-right: 2px;
        margin-left: 15px !important;
    }

    .card-type {
        padding-left: 15px;
    }

    .pay-limit {
        bottom: 32px;
        right: 15px;
    }

    .order-content .order-bank-info {
        border-left: none;
        border-right: none;
        height: auto
    }

    .my-order-list .order-title {
        padding: 0 5px;
    }

    .my-order-list .order-title span {
        margin-left: 0;
        line-height: 20px;
        color: #aaaaaa;
        padding-right: 10px;
    }

    .order-content .pay-info {
        border-right: none;
    }

    .order-content .order-main {
        height: auto;
    }

    .order-content .pay-status {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .order-content .pay-status .goto-pay {
        width: 80%;
        margin: 3px auto;
    }

    .order-content .pay-status > span {
        margin: 4px auto 5px;
    }

    .get-picture-order .order-content .order-main {
        border-right: none;
        min-height: 30px;
        height: auto;
        border-bottom: 1px solid #cacaca;
    }

    .get-picture-order .order-content .pay-status > span {
        margin: 10px auto 10px;
    }

    .choose-art {
        padding: 5px 0 0 0;
    }

    .row.user-account.choose-art .caption {
        padding: 0 !important;
    }

    .choose-art-pay {
        padding: 0;
    }

    .choose-art-pay-title span:nth-of-type(1) {
        width: 35%;
    }

    .choose-art-pay-detail {
        padding: 10px 0 5px 10px;
    }

    .choose-art-pay-title {
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        padding-left: 12px;
    }

    .pay-detail-row .pay-detail-author {
        width: 35%;
        font-size: 12px;
        line-height: 20px;
    }

    .pay-detail-row .pay-detail-num {
        width: 38%;
        font-size: 12px;
        line-height: 10px;
    }

    .choose-art-pay-title span:nth-of-type(2) {
        width: 38%;
    }

    .pay-detail-row .pay-detail-xgc {
        font-size: 14px;
        line-height: 21px;
        font-weight: bold;
    }

    .pay-detail-row .fa {
        margin-left: 0;
        font-size: 18px;
    }

    .pay-detail-row .pay-detail-list {
        width: 10em;
        margin-top: 25px;
        margin-left: 30%;
    }

    .pay-detail-row .pay-detail-list .fa {
        top: -13px;
    }

    .explain-row {
        font-size: 14px;
        margin: 15px 0 10px;
    }

    .choose-art-pay > em, .take-out p em {
        font-size: 14px;
    }

    .pay-detail-row {
        margin-bottom: 10px;
    }

    .take-out {
        margin-right: 15px;
    }

    .form-control {
        font-size: 14px;
        font-weight: normal;
        color: #333;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .form-control {
        height: 35px;
    }

    .search-bar {
        right: -15px;
        top: -108px;
    }

    .register select.form-control {
        margin-left: 0;
        padding-left: 50px;
    }

    .reg_content_form .form-group .col-md-6 > span:first-child {
        height: 35px;
    }

    .position-right, .position-right-2 {
        padding: 7.5px 10px;
        right: -10px;
    }

    .new-criterion-form .img-verifycode img {
        height: 32px;
    }

    #txtNoteInfo {
        height: 95px;
    }
}

@media (max-width: 375px) {
    .usernameForSendMs {
        width: 125px !important;
    }

    #txtNoteInfo {
        height: 85px;
    }
}

@media (max-width: 320px) {
    .btn-send-ms {
        padding: 0;
    }

    .usernameForSendMs {
        width: 115px !important;
    }

    #txtNoteInfo {
        height: 115px;
    }

    .shopping-cart .cart-box > span:nth-of-type(2) {
        margin-top: -10px;
    }

    .my-code {
        padding: 0 5px;
    }
}
/*
     FILE ARCHIVED ON 09:51:17 Oct 19, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:52:57 Jan 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.455
  exclusion.robots: 0.012
  exclusion.robots.policy: 0.005
  esindex: 0.008
  cdx.remote: 94.824
  LoadShardBlock: 927.786 (3)
  PetaboxLoader3.datanode: 620.918 (4)
  PetaboxLoader3.resolve: 1153.584 (2)
  load_resource: 853.933
*/