
.detail_wrapper {
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.location {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding: 18px 0;
}
.detail_content {
    margin-top: 8px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.detail_content .detail_left {
    width: 500px;
}
.detail_content .detail_left .collect {
    margin: 9px 0 12px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}
.detail_content .detail_left .collect .collect_left .collect_checkbox,
.radio {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.detail_content .detail_left .collect .collect_left .collect_checkbox i::before {
    content: '\e625';
    font-family: "iconfont";
    font-size: 16px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.detail_content .detail_left .collect .collect_left .collect_checkbox input:checked + i::before {
    color: #FF414D;
}
.detail_content .detail_left .collect .collect_right i {
    width: 16px;
    height: 16px;
    background: url(/static/cloud/images/home/fx-index/fx_detail_dun.png) no-repeat center center;
    background-size: auto 100%;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
.detail_content .detail_right {
    width: calc(100% - 500px);
    padding-left: 34px;
    box-sizing: border-box;
}
.detail_content .detail_right .detail_tit {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}
.detail_content .detail_right .badeg_list {
    margin-top: 16px;
}
.detail_content .detail_right .detail_price {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}
.detail_content .detail_right .detail_price .small {
    font-size: 12px;
    color: #999;
    margin-left: 17px;
}
.detail_content .detail_right .detail_msg {
    background-color: #F6F6F6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 0;
}
.detail_content .detail_right .params_item {
    line-height: 30px;
    margin-top: 25px;
    color: #666666;
}
.detail_content .detail_right .params_item .params_tit {
    padding-left: 16px;
    width: 75px;
    font-size: 12px;
    color: #999;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
}
.detail_content .detail_right .params_item .params_content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
    box-sizing: border-box;
}
.detail_content .detail_right .detail_msg .params_item {
    margin: 3px 0;
}
.detail_content .detail_right .detail_msg .params_item .params_content {
    padding-left: 20px;
}
.detail_content .detail_right .params_item .params_content .salce {
    margin-right: 40px;
}
.detail_content .detail_right .params_item .params_content .salce span {
    margin: 0 4px;
}
.detail_content .detail_right .params_item .params_content .reset {
    margin-right: 50px;
}
.detail_content .detail_right .params_item .params_content .reset .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.detail_content .detail_right .params_item .params_content .reset:last-child {
    margin-right: 0;
}
.detail_content .detail_right .params_item .params_content .reset .params_content {
    padding-left: 20px;
    width: auto;
}
.detail_content .detail_right .params_item .params_content .reset .layui-btn {
    background-color: transparent;
    font-size: 12px;
    line-height: 30px;
    padding: 0 6px;
    color: #0EA5F2;
    height: 30px;
    box-sizing: border-box;
    vertical-align: top;
}
.detail_content .detail_right .params_item .params_content .layui-form-select {
    background: #fff;
    border: none;
    font-size: 12px;
    color: #666;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.detail_content .detail_right .params_item .params_content .layui-form-select .layui-input {
    height: 30px;
    border: none;
    line-height: 30px;
    padding-right: 25px;
}
.detail_content .detail_right .params_item .params_content .layui-form-select .layui-edge {
    border-width: 4px;
}
.detail_content .detail_right .params_item .params_content .layui-form-select dl dd.layui-this {
    background: #FF414D;
}
.radio {
    margin-right: 8px;
    margin-bottom: 8px;
}
.radio i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.radio i::before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
    box-sizing: border-box;
}
.radio i img {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.radio input[type="radio"]:checked + i::before {
    border-color: #FF414D;
}
.radio .text {
    padding: 0 17px;
    height: 30px;
    border: 1px solid #D9D9D9;
    line-height: 28px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    color: #666666;
    box-sizing: border-box;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.radio input[type="radio"]:checked + i .text {
    color: #FF414D;
}
.detail_content .detail_right .params_item .params_content .number_input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border: 1px solid #e8e8e8;
}
.detail_content .detail_right .params_item .params_content .number_input .layui-input {
    width: 50px;
    height: 30px;
    border: none;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
    display: inline-block;
    text-align: center;
    padding: 0;
    vertical-align: top;
}
.detail_content .detail_right .params_item .params_content .number_input .up,
.detail_content .detail_right .params_item .params_content .number_input .down {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    background: #F6F6F6;
}
.detail_content .detail_right .params_item .params_content .number_input .up:not(.disabled):hover,
.detail_content .detail_right .params_item .params_content .number_input .down:not(.disabled):hover {
    color: #FF414D;
}
.detail_content .detail_right .params_item .params_content .number_input .down {
    border-right: 1px solid #e8e8e8;
}
.detail_content .detail_right .params_item .params_content .number_input .up {
    border-left: 1px solid #e8e8e8;
}
.detail_content .detail_right .params_item .params_content .number_input .up::before {
    content: '\e624';
}
.detail_content .detail_right .params_item .params_content .number_input .down::before {
    content: '\e67e';
}
.detail_content .detail_right .params_item .params_content .number_input .down.disabled,
.detail_content .detail_right .params_item .params_content .number_input .up.disabled {
    cursor: not-allowed;
    color: #999
}
.detail_content .detail_right .btn_list {
    margin-top: 21px;
}
.detail_content .detail_right .btn_list .layui-btn {
    width: 125px;
    height: 48px;
    border: 1px solid transparent;
    margin: 5px 2px 0 0;
    text-align: center;
    line-height: 46px;
}
.layui-btn.green {
    border-color: #69CF41;
    background: #D2FCC2;
    color: #4BB123;
}
.layui-btn.greenblue {
    border-color: #2CC3B0;
    background: #ABF6EC;
    color: #0AAC97;
}
.layui-btn.yellow {
    border-color: #FF9434;
    background: #FF9434;
    color: #fff;
}
.layui-btn.blue {
    border-color: #55BDF2;
    background: #B5E6FF;
    color: #2B96CD;
}
.layui-btn.red {
    border-color: #FF414D;
    background: #FDEAEB;
    color: #FF414D;
}
.store_info {
    margin-top: 10px;
}
.store_info .store_left {
    width: 496px;
    height: 237px;
}
.store_info .store_left .store_content {
    width: 100%;
    height: 143px;
    padding: 23px 18px;
    box-sizing: border-box;
}
.store_info .store_left .store_content .store_img {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.store_info .store_left .store_content .store_msg {
    padding-left: 26px;
    width: calc(100% - 90px);
    box-sizing: border-box;
}
.store_info .store_left .store_content .store_name {
    color: #333;
    line-height: 21px;
}
.store_info .store_left .store_content .store_name .layui-badeg {
    margin-left: 10px;
}
.store_info .store_left .store_content .store_params {
    margin-top: 10px;
}
.store_info .store_left .store_content .store_params .store_params_item {
    font-size: 12px;
    line-height: 19px;
    color: #666;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
}
.store_info .store_left .store_content .store_params .store_params_item .store_params_tit {
    color: #999;
    margin-right: 8px;
}
.store_info .store_left .store_content .store_params .store_params_item .zizhi {
    height: 19px;
    line-height: 19px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFF4DB;
    color: #FFB206;
    margin-left: 10px;
}
.store_info .store_left .store_content .store_params .store_params_item .zizhi::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    width: 19px;
    height: 19px;
    background: url(/static/cloud/images/home/fx-index/fx_detail_zizhi.png) no-repeat center center;
    background-size: 100%;
}
.store_info .store_left .store_content .store_btn {
    margin-top: 16px;
}
.store_info .store_left .store_content .store_btn .layui-btn {
    padding: 0 9px;
    height: 30px;
    line-height: 28px;
    margin-left: 0;
    margin-right: 2px;
    font-size: 12px;
}
.store_info .store_left .store_content .store_btn .layui-btn i,
.store_info .store_left .store_content .store_btn .layui-btn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.store_info .store_left .store_data {
    width: 100%;
    padding-top: 22px;
}
.store_info .store_left .store_data .data_item {
    width: 25%;
    text-align: center;
    line-height: 24px;
    color: #333;
}
.store_info .store_right {
    width: calc(100% - 506px);
    margin-left: 10px;
    height: 237px;

}

.store_info .store_right .info_tit {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 10px 33px 0;
    width: 100%;
    box-sizing: border-box;
}
.store_info .store_right #echarts {
    height: 206px;
}
.detail_info {
    margin-top: 10px;
    margin-bottom: 23px;
}
.detail_info .info_tit {
    font-size: 14px;
    color: #333;
    line-height: 50px;
    padding: 0 33px;
    width: 100%;
    box-sizing: border-box;
}
.detail_info .info_left {
    width: 272px;
}
.detail_info .info_left .list {
    padding: 11px;
}
.detail_info .info_left .list .goods_item_skin_two {
    width: 240px;
}
.detail_info .info_left .list .goods_item_skin_two:hover .nohover {
    display: block;
}
.detail_info .info_left .list .goods_item_skin_two .item_detail {
    height: 83px;
}
.detail_info .info_left .list .goods_item_skin_two .item_detail .item_tit {
    margin-top: 3px;
}
.detail_info .info_right {
    width: calc(100% - 282px);
    margin-left: 10px;
    padding-bottom: 92px;
}
.detail_info .info_right .params {
    margin-top: 15px;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    padding: 0 33px;
}
.detail_info .info_right .params .params_item {
    width: 50%;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail_info .info_right .params .params_item .params_tit {
    min-width: 120px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #999;
}
.detail_info .info_right .info {
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding: 0 33px;
    margin-top: 55px;
}
.detail_info .info_right .info img {
    max-width: 100%;
    width: 100%;
}

.add_cat_popup {
    padding: 30px 45px;
}
.add_cat_popup .add_cat_content > * {
    display: inline-block;
    vertical-align: middle;
}
.add_cat_popup .add_cat_content .add_cat_left {
    font-size: 30px;
}
.add_cat_popup .add_cat_content .add_cat_center {
    padding-left: 10px;
}
.add_cat_popup .add_cat_content .add_cat_center .add_cat_tit {
    font-size: 16px;
    color: #262626;
    line-height: 22px;
}
.add_cat_popup .add_cat_content .add_cat_center .add_cat_txt {
    font-size: 12px;
    color: #666;
    line-height: 16px;
}
.add_cat_popup .add_cat_content .add_cat_right {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
}
.add_cat_popup .add_cat_content .add_cat_right .layui-icon {
    font-size: 14px;
}
.add_cat_popup hr {
    margin: 22px 0 11px;
    color: #ddd;
}
.add_cat_popup .add_cat_commit p {
    font-size: 12px;
    color: #999;
    margin-bottom: 12px;
}
.add_cat_popup .add_cat_commit {
    width: 390px;
}
.add_cat_popup .add_cat_commit .commit_list {
    margin-left: -12px;
}
.add_cat_popup .add_cat_commit a {
    display: block;
    border: 1px solid #ddd;
    margin-left: 12px;
}
.add_cat_popup .add_cat_commit a img {
    width: 120px;
    height: 120px;
}
#key_upload_popup {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #D5D5D5;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
#key_upload_popup .popup_hint {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    margin-top: 12px;
    padding-left: 20px;
}
#key_upload_popup .auth_list {
    margin: 5px;
}
#key_upload_popup .auth_list a {
    width: 74px;
    margin: 6px;
    text-align: center;
    display: block;
}
#key_upload_popup .auth_list a p {
    white-space: normal;
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
}
#key_upload_popup .layui-form-switch {
    margin-top: 0;
}
.switch_title {
    font-size: 12px;
    color: #333;
    line-height: 24px;
}
#key_upload_popup .switch_txt {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    margin-left: 10px;
}
#tool_popup {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
#tool_popup:hover .tool_popup {
    display: block;
}
.tool_popup {
    position: absolute;
    bottom: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #FF414D;
    width: 450px;
    display: none;
    left: 50%;
    margin-left: -225px;
}
.tool_popup .tool_item {
    width: 100%;
    padding-top: 20px;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}
.tool_popup .tool_item .tit {
    width: 70px;
    color: #333;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}
.tool_popup .tool_item .tool_right {
    padding: 0 10px;
    height: 24px;
    border: 1px solid #FF414D;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 22px;
    color: #FF414D;
    box-sizing: border-box;
}
.tool_popup .tool_item .tool_right:hover {
    background: #FF414D;
    color: #fff;
}
.tool_popup .reset_tool {
    border-top: 1px solid #eee;
    padding: 10px 0;
    font-size: 12px;
    color: #333;
    margin-top: 20px;
}
.tool_popup .reset_tool a {
    margin-right: 20px;
}
.tool_popup .reset_tool a:hover {
    color: #FF414D;
}
.tool_popup .reset_tool .layui-icon {
    font-size: 12px;
    margin-right: 6px;
    color: #FF414D;
}

.param_val img {
    width: 40px;
    max-height: 40px;
}