/*公共样式*/
html,body {
    color:#333;
    min-width: 1200px;
    height: 100%;
    min-height: 100%;
    background: #f7f7f7;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    color: #666 !important;
}

a {
    color:#0070cc;
}

select {
    height:32px;
    background: #fff;
    color:#333;
}

textarea {
    border: 1px solid #c4c5c6;
    border-radius: 3px;
}

textarea:focus {
    border-color: #fe7300;
}

input[type="email"],
input[type="password"],
input[type='text'],
input[type='number'] {
    height:30px;
    line-height: 20px;
    padding-left: 5px;
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
}

input[type="radio"] {
    width: 14px;
    height: 14px;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type='text']:focus,
input[type='number']:focus {
    border-color:#FE9E07 !important;
}

input[type="email"],
input[type="password"],
input[type='text'],
input[type='number'],
select {
    vertical-align:middle;
    border:1px solid #c4c5c6;
    border-radius:3px !important;
}
select.error,
textarea.error,
input.error {
    border-color: #f00;
}
.clearfix:after{
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:" ";
}
.clearfix{_zoom:1;}
.fl{float:left;}
.fr{float:right;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}
.f22{ font-size:22px;}
.f24{ font-size:24px;}

a.btn:hover {
    text-decoration: none;
}

.select_date {
    background: url(/assets/img/date.png) no-repeat 95% center;
    background-size: 16px;
}

.btn {
    display: inline-block;
    border: 1px solid transparent;
    line-height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 0 15px;
    opacity:.85;
}

.btn_primary {
    background: #f60;
    border-color: #f60;
    color: #fff;
}

.btn:hover {
    opacity:1;
}

.btn_default {
    border-color: #fe7300;
    background: #fff;
    color: #fe7300;
}

.btn_default_gray {
    border-color: #ccc;
    color: #333;
    background: #fff;
}

.btn_gray {
    border-color: #efefef;
    background: #efefef;
    color: #333;
}

.btn_small {
    line-height: 26px;
    padding: 0 10px;
    vertical-align: middle;
}

input[type='button']:disabled,
input[type='button'].disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
button:disabled,
button.disabled,
.btn:disabled,
.btn.disabled {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #666;
    cursor: default;
}

:disabled,
.disabled {
    color: #999;
    cursor: not-allowed;
}

.line {
    width: 1px;
    height: 16px;
    background: #e3e4e8;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.table_style .line {
    height:12px;
}

.fw {
    font-weight: 700;
}

.text_center {
    text-align: center !important;
}

.text_left {
    text-align: left !important;
}

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

.mt-2{
    margin-top: -2px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m20 {
    margin: 20px;
}

.text_orange {
    color:#fe7300;
}

.text_red {
    color:#fc0606;
}

.text_green {
    color:#099802;
}

.text_blue {
    color:#0070cc;
}

.text_black {
    color: #333;
}

.text_gray {
    color:#666;
}

.text_light_gray {
    color: #999;
}

.underline {
    text-decoration: underline;
}

.overflow_show {
    overflow: initial!important;
}

/*开关*/
.on-off {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    width: 38px;
    height: 20px;
    border-radius: 14px;
    background: #CCC;
    vertical-align: middle;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.on-off .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fe7300;
    transition: all .2s ease-in-out
}

.on-off .dot {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
    color: #fe7300;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.on-off.off .bg {
    width: 22px;
    background: #CCC;
    transition: all .2s ease-in-out
}

.on-off.off .dot {
    color: #999;
}

.seo_info {
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.seo_info .iconfont {
    background: #fff;
    padding: 0 2px;
}
.seo_info b {
    font-weight: 400;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.seo_info.blue {
    border-color: #0070cc;
    background: #0070cc;
}
.seo_info.blue .iconfont {
    color: #0070cc;
}
.seo_info.orange {
    border-color: #fe7300;
    background: #fe7300;
}
.seo_info.orange .iconfont {
    color: #fe7300;
}
.seo_info.green {
    border-color: #099802;
    background: #099802;
}
.seo_info.green .iconfont {
    color: #099802;
}
.pagination{
    padding:0 20px 0 10px;
    text-align: right;
    color: #5d5d65;
}
.pagination select {
    height: 28px;
}
.pagination a{
    display: inline-block;
    color: #5d5d65;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
    vertical-align: middle;
}
.pagination a:hover{
    text-decoration: none;
    border: 1px solid #0070cc;
}
.pagination span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    margin: 0 5px;
    border-radius: 4px;
    vertical-align: middle;
}
.pagination span.current{
    color: #fff;
    background-color: #0070cc;
    border: 1px solid #0070cc;
}
.pagination span.ellipsis {
    text-align: center;
    background: #f7f7fa;
    border: 1px solid #ddd;
    width: 30px;
    padding: 0;
}
.pagination span.disabled {
    border: none;
}

.red_font_circle {
    color: #fff;
    text-align: center;
    background: #fc0606;
    border-radius: 10px;
    font-size: 12px;
    min-width: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    display: inline-block;
}

.orange_font_block {
    color: #fff;
    background: #fe7300;
    padding: 2px 3px;
    border-radius: 3px;
}

.blue_font_block {
    font-size: 12px;
    color: #fff;
    background: #0070cc;
    padding: 1px 2px;
}

.navBreadcrumb {
    width:1200px;
    margin:0 auto;
    line-height:46px;
    height: 46px;
    color: #999;
}

.navBreadcrumb ul li {
    float:left;
}

.navBreadcrumb ul li a {
    color: #999;
}

.navBreadcrumb ul {
    float:left;
    color:#999;
}

.navBreadcrumb ul li:last-child,
.navBreadcrumb ul li:last-child a {
    color: #333;
}

.navBreadcrumb ul li+li:before {
    content:">";
    color:#999;
    padding:0 5px;
}

/*返回顶部*/
.go_top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    box-shadow: 0 5px 10px 0 rgba(20,34,67,.4);
    z-index: 999;
}

.go_top .iconfont {
    font-size: 20px;
    color: #fe7300;
}

.tips_box {
    display: inline-block;
    position: relative;
    line-height: normal;
    text-align: left;
}

.tips_box .text {
    font-size: 12px;
    padding: 4px 6px !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, .7);
    color: #fff !important;
    position: absolute;
    bottom: 26px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    max-width: 150px;
    width: max-content;
    white-space: break-spaces;
    word-break: break-word;
    display: none;
    line-height:14px;
    z-index: 1;
}

.tips_box .text:after {
    content: '';
    border: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}

.tips_box:hover .text {
    display: block;
}

/*标签可编辑*/
[contenteditable="true"] {
    border: 1px solid #dadada;
    padding: 4px 5px;
    border-radius: 3px;
    background: #fff;
}

[contenteditable="true"]:focus {
    outline: none;
    border-color: #15b3f0;
}

/*表格*/
.table_style {
    border: 1px solid #e8e8e8;
    background: #fff;
    width: 100%;
    table-layout: fixed;
}

.table_style thead tr {
    border-bottom:1px solid #f2f2f2;
    background: #eceff3;
}

.table_style th {
    text-align:left;
    height:50px;
    font-weight: 700;
}

.table_style th:first-child,
.table_style tr td:first-child {
    padding-left:20px;
}

.table_style tbody tr {
    height:49px;
}

.table_style tbody tr:not(:last-child) {
    border-bottom:1px solid #f2f2f2;
}

.table_style tbody tr td:first-child {
    white-space: normal;
    word-break: break-all;
}

.table_style tbody tr:hover {
    background: #f5f8fc;
}

.table_style tbody tr:nth-child(even) {
    background: #f9f9f9;
}
.table_style tbody tr:hover {
    background: #f2f2f2;
}

.table_style tfoot tr td {
    padding: 16px 0;
    border-top:1px solid #f2f2f2;
}

.table_style tbody td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table_style td,
.table_style th {
    padding-left: 5px;
}

.center_container {
    width:1200px;
    margin: 0 auto;
}

.sort_style,.multi_sort_style {
    cursor:pointer;
}

.sort_style i,.multi_sort_style i {
    display:inline-block;
    width:7px;
    height:10px;
    background:url(../img/sort.png);
    margin-left: 5px;
}

.sort_style i.def,.multi_sort_style i.def {
    background-position:0 -20px;
}

.sort_style i.asc,.multi_sort_style i.asc {
    background-position:0 -10px;
}

.sort_style i.desc,.multi_sort_style i.desc {
    background-position:0 0;
}
.about_content {
    width: 800px;
    margin: 0 auto;
    line-height: 30px;
    padding: 50px 0;
}
.about_content p {
    text-indent: 2em;
}
footer {
    color: #8a8fa0;
    margin-top: 20px;
}
footer a {
    color: #8a8fa0;
}
footer .link_container {
    background: #2b3443;
    padding-top: 10px;
    text-align: center;
}
footer .link_container ol {
    overflow: hidden;
    padding: 40px 0;
}
footer .link_container ol li {
    display: inline-block;
    margin: 0 5px;
}
footer .link_container ol a {
    float: left;
    width: 115px;
    line-height: 38px;
    height: 38px;
    border: 1px solid #80858e;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
footer .link_container .link {
    padding: 50px 0 40px;
    border-top:1px solid #555d69;
    margin-top: 40px;
    line-height: 24px;
    color: #9fa3ab;
}
footer .link_container ol a:hover {
    color: #fe7300;
    border-color: #fe7300;
}
.copyright {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1f2530;
    text-align: center;
    color: #565d6a;
}

.copyright a {
    color: #565d6a;
}

.iconupdate {
    cursor: pointer;
    font-size: 14px !important;
}

.box_shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
}

.operation_tips {
    position: fixed;
    top: 61px;
    right: -360px;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 12px 0px;
    background: #fff;
    width: 360px;
    line-height:24px;
    padding: 16px 0;
    -webkit-animation:tipsAnim 3s;
    -o-animation:tipsAnim 3s;
    -moz-animation:tipsAnim 3s;
    -ms-animation:tipsAnim 3s;
    animation:tipsAnim 3s;
    z-index:999;
}
.operation_tips .icon {
    float: left;
    margin: 0 15px 0 30px;
}
.operation_tips .iconfont {
    font-size: 24px;
}
.operation_tips h3 {
    font-size: 16px;
    font-weight: 400;
}

.operation_tips p {
    width: 280px;
    padding-left: 70px;
}

@keyframes tipsAnim {
    0% {right:-360px;}
    15%{right: 0;}
    80%{right: 0;}
    100%{right:-360px;}
}
@-moz-keyframes tipsAnim {
    0% {right:-360px;}
    15%{right: 0;}
    80%{right: 0;}
    100%{right:-360px;}
}
@-webkit-keyframes tipsAnim {
    0% {right:-360px;}
    15%{right: 0;}
    80%{right: 0;}
    100%{right:-360px;}
}
@-o-keyframes tipsAnim {
    0% {right:-360px;}
    15%{right: 0;}
    80%{right: 0;}
    100%{right:-360px;}
}

/*分享*/
.bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

.bdsharebuttonbox a {
    width:28px;
    height: 28px !important;
    display: inline-block;
    float: none !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 2px 0 2px !important;
    line-height: inherit !important;
    background-position: 0 !important;
    vertical-align: middle;
}

.bdsharebuttonbox a.bds_weixin {
    background-image: url(/assets/img/icon52.png);
}

.bdsharebuttonbox a.bds_sqq {
    background-image: url(/assets/img/icon53.png);
}

.bdsharebuttonbox a.bds_tsina {
    background-image: url(/assets/img/icon54.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
(-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi){
    .bdsharebuttonbox a.bds_weixin {
        background-image: url(/assets/img/icon55.png);
        background-size: 100%;
    }

    .bdsharebuttonbox a.bds_sqq {
        background-image: url(/assets/img/icon56.png);
        background-size: 100%;
    }

    .bdsharebuttonbox a.bds_tsina {
        background-image: url(/assets/img/icon57.png);
        background-size: 100%;
    }
}
.signIn_info {
    float: right;
}
.signIn_info .not_signIn a {
    color: #333;
}
.signIn_info .not_signIn a:hover {
    color: #fe7300;
}
.header_bar {
    line-height: 30px;
    background: #f3f3f3;
    font-size: 12px;
}
.header_bar .line {
    height: 12px;
}

.mainNav_container {
    background: #fff;
    height: 72px;
    line-height: 72px;
    margin-bottom: 1px;
}
.mainNav_container h1 {
    float: left;
    width: 120px;
    height: 60px;
    margin-top: 6.5px;
    background: url(/assets/img/logo.png?v=2020) no-repeat;
    background-size: 100%;
}
.mainNav_container h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
.mainNav_container nav {
    float: right;
}
.mainNav_container nav > ul > li {
    position: relative;
    float: left;
    margin-left: 10px;
}
.mainNav_container nav > ul > li > a {
    float: left;
    color: #333;
    font-size: 16px;
    padding: 0 20px;
    line-height: 69px;
    height: 69px;
    border-bottom:3px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
}
.mainNav_container nav > ul > li > a .iconfont {
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mainNav_container nav > ul > li:hover .iconfont {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mainNav_container nav > ul > li:hover>a,
.mainNav_container nav > ul > li.active > a {
    color: #fe7300;
    border-color: #fe7300;
}
.mainNav_container nav .dropdown {
    display: none;
    position: absolute;
    left:0;
    top:72px;
    line-height:normal;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    box-shadow: 0 0 10px 0 rgba(20,34,67,.1);
    border-top:none;
    z-index:999;
}
.mainNav_container nav .dropdown a {
    display: block;
    line-height: 40px;
    color:#999;
    text-align: center;
    white-space: nowrap;
}
.mainNav_container nav .dropdown a:hover {
    background: #f1f4f4;
    color: #fe7300;
}
.bookingSearch_cond {
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
}
.bookingSearch_cond i.all {
    padding: 7px 10px;
    border-radius: 3px;
    margin-right: 20px;
    cursor: pointer;
}
.bookingSearch_cond i.all.active {
    background: #fe7300;
    color: #fff;
}
.bookingSearch_cond > dl > dd {
    padding: 7px 0;
    line-height:32px;
}
.bookingSearch_cond > dl > dd a {
    color: #666;
    padding: 7px 10px;
    border-radius: 3px;
}
.bookingSearch_cond > dl > dd a.active {
    color: #fff;
    background: #fe7300;
}
.bookingSearch_cond > dl > dd:not(:last-child) {
    border-bottom: 1px dashed #ebebeb;
    padding-right: 40px;
}
.bookingSearch_cond > dl > dd:last-child {
    padding: 12px 0;
    text-align: center;
}
.bookingSearch_cond > dl > dt {
    background: #fafafa;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.bookingSearch_cond > dl > dt a {
    padding: 7px 10px;
    border-radius: 3px;
    color: #666;
}
.bookingSearch_cond > dl > dt a.active:hover {
    color: #fff;
}
.bookingSearch_cond > dl > dt a.active {
    background: #fe7300;
    color: #fff;
}
.bookingSearch_cond > dl > dt a:hover {
    color: #fe7300;
}
.bookingSearch_cond .fixed_width {
    display: inline-block;
    width: 500px;
}
.bookingSearch_cond em {
    display: inline-block;
    width: 120px;
    text-align: right;
    color: #666;
}
.bookingSearch_cond label {
    margin-right: 22px;
    white-space: nowrap;
}
.bookingSearch_cond input[type="text"] {
    width: 150px;
}
.bookingSearch_cond select {
    width: 100px;
}

.panel .table_style.booking_channel_select {
    border: 1px solid #e8e8e8;
    border-left:none;
    border-right:none;
    margin-bottom: 15px;
}
.booking_channel_select tbody tr:nth-child(even) {
    background: #fff;
}
.booking_channel_select tbody tr:hover {
    background: transparent;
}
.booking_channel_select tbody tr.active {
    background: #fff1e5;
}
.booking_channel_select tbody tr {
    color: #666;
}
.batch_submit_result {
    background: #fff;
    padding: 0 20px 20px;
}
.batch_submit_result .title {
    line-height: 70px;
}
.batch_submit_result .title span {
    margin-right: 20px;
    line-height: 22px;
    height: 22px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    padding-left: 5px;
    cursor: pointer;
}
.batch_submit_result .title .text_green.active {
    border-color: #099802;
}
.batch_submit_result .title .text_red.active {
    border-color: #fc0606;
}
.batch_submit_result .title .text_orange.active {
    border-color: #fe7300;
}
.batch_submit_result .title .iconfont {
    font-size: 22px;
    vertical-align: top;
}
.batch_submit_result .table_wrap {
    border: 1px solid #ffd5b2;
    max-height: 550px;
    overflow-y: auto;
}
.batch_submit_result table {
    width: 100%;
}
.batch_submit_result table td {
    background: #fff8f2;
    height: 49px;
}
.batch_submit_result table tr:not(:last-child) td {
    border-bottom: 1px solid #ffead9;
}
.batch_submit_result table td:first-child {
    padding-left: 30px;
    width: 50%;
}
.batch_submit_result .table_wrap table.success tr,
.batch_submit_result .table_wrap table.fail tr {
    display: none;
}
.batch_submit_result .table_wrap table.success .success_tr {
    display: table-row;
}
.batch_submit_result .table_wrap table.fail .fail_tr {
    display: table-row;
}

.mainResult {
    line-height: 40px;
    color: #999;
    padding-left: 20px;
}
.login_container .content_box {
    width: 1000px;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
}
.login_container .content_box .content {
    float: left;
    width: auto;
    height: auto;
}
.login_container .content_box .box {
    margin-left: unset;
}
.login_container .content_box > dl {
    float: left;
    width: 450px;
    margin-left: 40px;
    margin-right: 60px;
    padding: 70px 0;
}
.login_container .content_box > dl dt {
    background: #f7f7f7;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 18px;
}
.login_container .content_box > dl dd span {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}
.login_container .content_box dt img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}
.login_container .content_box > dl dd {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
}
.login_container .content_box > dl dd a {
    padding: 30px;
    display: block;
}
.login_container .content_box > dl dd:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #f7f7f7;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    border: 2px solid #f7f7f7;
    box-sizing: border-box;
    border-left: none;
    border-bottom: none;
}
.login_container .content_box > dl .active:after,
.login_container .content_box > dl .active {
    border-color: #2aae67;
    background: #fff;
}
.login_container .content_box > dl .active .iconrelevance {
    color: #2aae67;
}
.login_container .icon_bg {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 50%;
}
.login_container .iconrelevance {
    font-size: 30px;
    margin: 0 30px;
    display: inline-block;
    vertical-align: middle;
}
.login_container .icon_bg i {
    font-size: 26px;
    color: #2aae67;
}
.login_container .switch_type {
    border-bottom: 1px solid #e1e2e2;
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 50px;
}
.login_container .switch_type a {
    color: #999;
    display: inline-block;
    padding: 0 40px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}
.login_container .switch_type .active a {
    color: #333;
    border-color: #fe7300;
}
.login_container .switch_type dd {
    display: inline-block;
}
.login_container {
    background: url(/assets/img/bg01.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.login_container .content {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
}
.login_container .box {
    width: 380px;
    margin-left: 210px;
}
.login_container .box .inner_title {
    padding: 50px 0 25px 0;
    text-align: center;
    font-size: 24px;
}
.login_container .box .inner_title a:hover {
    color: #fe7300;
}
.login_container .box ul li {
    margin-bottom: 20px;
}
.login_container .box ul li > div {
    display: inline-block;
    width: 320px;
}
.login_container .box ul li .cl {
    display: inline-block;
    width: 45px;
    text-align: right;
}
.login_container .box ul li input[type="password"],
.login_container .box ul li input[type="text"] {
    width: 368px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 20px;
}
.login_container .box ul li [type="submit"] {
    width: 100%;
    height: 42px;
    font-size: 16px;
}
.login_container .box .reg .cl,
.login_container .box .phoneLogin .cl {
    width: 80px;
}
.login_container .box ul li > div {
    position: relative;
    width: 380px;
}
.login_container .box ul li > div img {
    width: 130px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}
.login_container .box ul li [type="button"] {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 38px;
}
.login_container .box ul li:last-child {
    margin-top: 20px;
}
.login_container .box ul li a:hover {
    color: #fe7300;
}

.login_container.reg_list .box {
    margin-left: 0;
    width: auto;
}

.login_container.reg_list .content {
    height: 500px;
}

.login_container.reg_list .box ul li > div {
    display: inline-block;
}

.login_container.reg_list .box ul {
    width: 600px;
    margin-left: 85px;
}

.login_container.reg_list .box ul li label {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 20px;
}

.signIn_show:hover h5 {
    color: #fe7300;
}
.signIn_show {
    position: relative;
}
.signIn_show.current .box {
    height:297px;
    border-color: #e8e8e8;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 12px 0px;
}
.signIn_show h5 {
    padding: 0 10px;
    height: 30px;
}
.signIn_show h5 .iconfont.iconlogin {
    font-size: 16px;
    color: #fe7300;
}
.signIn_show h5 .iconfont {
    font-size: 12px;
}
.signIn_show .box {
    position: absolute;
    right: 0;
    top: 30px;
    width: 260px;
    z-index: 9999;
    color: #666;
    background: #fff;
    line-height:normal;
    height: 0;
    overflow: hidden;
    font-size: 14px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}
.signIn_show .box .userId {
    background: #f6f7f9;
    padding: 20px 0 20px 20px;
    line-height:24px;
    overflow: hidden;

}
.signIn_show .box .userId p {
    font-weight: 700;
}
.signIn_show .userId .iconfont {
    font-size: 32px;
}
.signIn_show .userId em {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 20px 0 0;
    background: #fe7300;
    border-radius: 50%;
    color: #fff;
}
.signIn_show .balance {
    background: #fff;
    padding: 15px 20px;
    line-height: 30px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.signIn_show ul a {
    color: #666;
}
.signIn_show ul {
    background: #f6f7f9;
    overflow: hidden;
}
.signIn_show ul li {
    width: 50%;
    float: left;
    padding-left: 26px;
    box-sizing: border-box;
    line-height: 50px;
    border-bottom: 1px solid #e8e8e8;
}
.signIn_show ul li:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
}
.signIn_show ul li a:hover,
.signIn_show ul li a:hover .iconfont{
    color: #fe7300;
}
.signIn_show ul li .iconfont {
    color: #999;
}
.signIn_show .exit {
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
}
.signIn_show .exit a {
    color: #fe7300;
}
.control_panel {
    height: max-content;
    min-height: 100%;
}
.control_panel.subnav_expand .main_slidebar {
    width: 60px;
    overflow: initial;
}
.control_panel.subnav_expand .main_slidebar .console .iconfont,
.control_panel.subnav_expand .main_slidebar ul li > a .iconfont {
    margin-right: 20px;
}
.control_panel.subnav_expand .control_panel_content {
    left: 61px;
}
.control_panel.subnav_expand .pack_up_icon .iconfont {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    border-bottom: 1px solid #e8e8e8;
}
.control_panel.subnav_expand  .main_header .logo {
    width: 60px;
    background: #fe7300 url(/assets/img/shortlogo_white.png) no-repeat center;
    background-size: 36px;
}
.main_header .logo {
    float: left;
    width: 199px;
    height: 61px;
    line-height: 61px;
    background: #fe7300 url(/assets/img/logo_white.png) no-repeat center;
    background-size: 110px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.main_slidebar {
    position: fixed;
    left: 0;
    top: 61px;
    width: 199px;
    background: #fbfbfb;
    height:calc(100% - 60px);
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #ebebeb;
    z-index: 999;
    overflow: auto;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}
.control_panel.subnav_expand .main_slidebar .console a {
    width: 42px;
    overflow: hidden;
}
.main_slidebar .console a {
    line-height: 60px;
    display: block;
    padding-left: 18px;
    color: #666;
    white-space:nowrap;
}
.main_slidebar .console a:hover .iconfont,
.main_slidebar .console a:hover {
    color: #fe7300;
}
.main_slidebar .console a.active {
    color: #fe7300;
    background: #f7f7f7;
}
.main_slidebar .console a.active .iconfont {
    color: #fe7300;
}
.main_slidebar .console .iconfont {
    margin-right: 5px;
    color: #999;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    -ms-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s;
}
.control_panel.subnav_expand .main_slidebar ul li > a {
    width: 35px;
    overflow: hidden;
}
.control_panel.subnav_expand .main_slidebar ul li:hover .fixed_nav {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.main_slidebar ul li > a {
    position: relative;
    display: block;
    color: #666;
    padding: 16px 5px 16px 20px;
    width: 174px;
}
.main_slidebar li > a > .iconfont {
    margin-right: 5px;
    color: #999;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    -ms-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s;
}
.main_slidebar ul li a {
    white-space: nowrap;
}
.main_slidebar ul li > a:hover {
    color: #fe7300;
}
.main_slidebar ul li > a:hover .iconfont {
    color: #fe7300;
}
.main_slidebar ul .sub_nav dd a {
    display: block;
    padding: 11px 5px 11px 60px;
    color: #999;
}
.main_slidebar ul li.active a .iconfont {
    color: #fe7300 !important;
}
.main_slidebar ul li.active > a,
.main_slidebar ul .sub_nav dd.active a {
    color:#fe7300;
}
.main_slidebar ul .sub_nav dd.active a,
.main_slidebar ul .sub_nav dd:hover a {
    background: #f7f7f7;
}
.main_slidebar ul li em .iconfont {
    font-size: 12px;
}
.main_slidebar ul li {
    position: relative;
}
.main_slidebar ul li > a em {
    position: absolute;
    left: 168px;
    top: 17px;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.main_slidebar ul li.active > a em {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.main_slidebar ul li .sub_nav {
    display: none;
}
.main_slidebar .fixed_nav {
    transform-origin: 0 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 60px;
    transition: all .3s;
    background: #fff;
    padding: 10px 20px;
    line-height: 34px;
    z-index: 10;
    box-shadow: 0 1px 12px 0 rgba(51,51,51,.2);
    cursor: pointer;
}
.main_slidebar .fixed_nav a:hover,
.main_slidebar .fixed_nav dd.active a {
    color: #fe7300;
}
.main_slidebar .fixed_nav a {
    color: #666;
    padding: 0 15px;
    display: block;
}
.main_slidebar .fixed_nav dt {
    color: #fe7300;
}
.main_header .pack_up_icon {
    float: left;
    cursor: pointer;
    width: 60px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background: #fbfbfb;
    border-right: 1px solid #e8e8e8;
}
.main_header .pack_up_icon .iconfont {
    color: #fe7300;
    font-size: 18px;
}
.control_panel_content {
    position: absolute;
    top: 61px;
    right: 0;
    left: 200px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    z-index: 99;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
}
.panel .table_style {
    border: none;
}
.control_panel_content .table_style {
    border-left:none;
    border-right:none;
    border-bottom:none;
}
.wx_ewm_box {
    position: relative;
}
.wx_ewm_box:hover .qrcode_box {
    display: block;
}
.wx_ewm_box .qrcode_box {
    display: none;
    position: absolute;
    left: 55px;
    top: 50%;
    text-align: center;
    width: 100px;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    line-height: 20px;
    background: #fff;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wx_ewm_box .qrcode_box:after {
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 5;
}
.wx_ewm_box .qrcode_box div {
    display: inline-block;
    margin-top: 5px;
}
.user_center {
    color: #666;
    margin-top: 20px;
}
.user_center .bind_ewm {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.user_center .bind_ewm .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.user_center .bind_ewm .close .iconfont {
    color: #999;
}
.user_center .bind_ewm dd {
    line-height: 40px;
}
.user_center .bind_ewm dt {
    float: left;
    margin-right: 30px;
}
.user_center > div {
    background: #fff;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}
.user_center > div + div {
    margin-top: 20px;
}
.user_center .user_money {
    overflow: hidden;
    margin-bottom: 20px;
}
.user_center .user_money > li {
    width: 50%;
    box-sizing: border-box;
}
.user_center .user_money > li:first-child {
    padding-right: 5px;
}
.user_center .user_money > li:last-child {
    padding-left: 5px;
}

.user_center .user_panel {
    padding: 20px;
    border: 1px solid #e8e8e8;
    background: #fff;
    line-height: 25px;
    height: 100px;
}

.user_center .user_panel .auth_show {
    margin: 11px 0;
}

.user_center .user_panel .auth_show span  a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #eee;
    margin-right: 15px;
}
.user_center .user_panel .auth_show span  a.active {
    color: #fe7300;
}

.user_center .title > span {
    font-size: 18px;
    color: #333;
}
.user_center .title {
    margin-bottom: 20px;
    overflow: hidden;
}
.user_center .table_style {
    border: none;
}
.user_center .table_style tr {
    border-bottom: none !important;
}
.user_center .money {
    padding: 15px 20px 20px;
    border: 1px solid #e8e8e8;
    height: 105px;
    background: #fff;
}
.user_center .money .title {
    margin-bottom: 15px;
    line-height: 28px;
}
.user_center .money .title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.user_center .money ul {
    overflow: hidden;
    color: #999;
}
.user_center .money ul li {
    float: left;
    box-sizing: border-box;
    width: 33.33333%;
}
.user_center .money ul li:first-child {
    padding-right: 5px;
}
.user_center .money ul li:last-child {
    padding-left: 5px;
}
.user_center .money ul dl {
    background: #f6f7f9;
    padding: 12px 0 12px 10px;
    overflow: hidden;
    line-height: 20px;
}
.user_center .money ul dt {
    float: left;
    width: 30px;
    height: 30px;
    background: #fe7300;
    text-align: center;
    line-height: 29px;
    color: #fe7300;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 3px;
}
.user_center .money ul dt i {
    color: #fff;
}
.user_center .money ul dt .iconfont {
    font-size: 20px;
}
.user_center .money ul dd:nth-child(2) {
    line-height: 14px;
}
.user_center .booking_domain {
    margin-bottom: 20px;
}
.user_center .booking_domain > div {
    float: left;
    width: calc(50% - 5px);
    box-sizing: border-box;
    padding: 20px 20px 10px 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.user_center .booking_domain .console_coupon {
    float: right;
    padding: 20px 10px 10px;
}
.user_center .booking_domain .console_coupon ul {
    margin-right: 0;
}
.user_center .booking_domain .title {
    padding-left: 10px;
    overflow: initial;
    height: 38px;
    margin-bottom: 0;
}
.user_center .booking_domain .tips_box .text {
    left: -660%;
}
.user_center .booking_domain .tips_box .text:after {
    left: 86%;
}
.user_center .booking_domain ul {
    overflow: hidden;
    margin-right: -10px;
}
.user_center .booking_domain .fw {
    font-size: 20px;
}
.user_center .booking_domain li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px 10px;
}
.user_center .booking_domain li a dl:hover {
    background: #f7fcff;
}
.user_center .booking_domain dl {
    background: #f6f7f9;
    padding: 15px 20px;
    overflow: hidden;
    line-height: 42px;
}
.user_center .booking_domain dt {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: #fe7300;
    color: #fff;
    margin-right: 15px;
    border-radius: 50%;
}
.user_center .booking_domain dt i {
    font-size: 28px;
    vertical-align: middle;
}
.user_center .domain_trade {
    padding: 20px 10px;
}
.user_center .domain_trade .title {
    padding-left: 10px;
}
.user_center .domain_trade ul {
    overflow: hidden;
}
.user_center .domain_trade .fw {
    font-size: 20px;
}
.user_center .domain_trade li {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 0 10px;
}
.user_center .domain_trade li a dl:hover {
    background: #f7fcff;
}
.user_center .domain_trade dl {
    background: #f6f7f9;
    padding: 15px 20px;
    overflow: hidden;
    line-height: 42px;
}
.user_center .domain_trade dt {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    background: #fe7300;
    color: #fff;
    margin-right: 15px;
    border-radius: 50%;
}
.user_center .domain_trade dt i {
    font-size: 28px;
    vertical-align: middle;
}
.user_center .domain_manage {
    padding: 20px 10px 10px;
}
.user_center .domain_manage .title {
    padding-left: 10px;
}
.user_center .domain_manage ul {
    overflow: hidden;
}
.user_center .domain_manage li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.user_center .domain_manage li a dl:hover {
    background: #f7fcff;
}
.user_center .domain_manage dl {
    background: #f6f7f9;
    border: 1px solid transparent;
    line-height: 42px;
    padding: 15px 20px;
    overflow: hidden;
}
.user_center .domain_manage dt {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 15px;
    background: #fe7300;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.user_center .domain_manage dt i {
    font-size: 28px;
    color: #fff;
}
.user_center .domain_manage dd {
    float: left;
}
.user_center .domain_manage dd:last-child {
    float: right;
    font-size: 20px;
}
.user_center .booking_domain li > a,
.user_center > div:not(:first-child) li > a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
}

.user_center .console_coupon {
    padding-left: 10px;
    box-sizing: border-box;
}

.user_center .console_coupon .title {
    padding-right: 10px;
}

.user_center .console_coupon ul li {
    width: 100%;
}

.user_center .console_coupon ul li p {
    margin-bottom: 8px;
}

.user_center .console_coupon .progress_box {
    width: calc(50% - 25px);
    background: #f6f7f9;
    padding: 10px;
}

.user_center .console_coupon .btn_small {
    padding: 0 7px;
    line-height: 18px;
}

.user_center .console_coupon .progress {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #e4e4e4;
    margin: 0 0 6px;
}
.user_center .console_coupon .progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fe7300;
    border-radius: 5px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.iconfont {
    display: inline-block;
}
.fa_spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.main_header .console_menu {
    float: right;
    height: 60px;
}
.main_header .console_menu dt {
    float: left;
    line-height: 60px;
    height: 60px;
    margin-left: 25px;
}
.main_header .console_menu dt > a {
    display: block;
    padding:0 30px 0 15px;
    height: 100%;
    color: #333;
    overflow: hidden;
}
.main_header .console_menu dt .icon {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #fe7300;
}
.main_header .console_menu dd {
    float: left;
    line-height: 60px;
}
.main_header .console_menu dd .to_index {
    display: inline-block;
    height: 26px;
    padding: 0 10px;
    line-height: 26px;
    color: #fe7300;
    border: 1px solid #fe7300;
    border-radius: 3px;
    margin-right: 15px;
}
.main_header .console_menu dd > a {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    color:#666;
    position: relative;
}
.main_header .console_menu dd > a .iconfont {
    font-size: 20px;
}
.custom_menu {
    float: left;
    line-height: normal;
}
.custom_menu .cm_list {
    position: relative;
}
.custom_menu h6 {
    height: 60px;
    line-height: 60px;
    color: #fe7300;
    padding: 0 15px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.custom_menu h6 .icongnkg {
    font-size: 24px;
    vertical-align: bottom;
    font-weight: 400;
}
.custom_menu h6 .icondown {
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.custom_menu .box {
    display: none;
    position: absolute;
    top: 60px;
    left: -61px;
    width: 580px;
    background: #fff;
    padding: 30px 0 20px 20px;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    box-shadow:  5px 5px 15px rgba(0,0,0,.2);
}
.custom_menu .box .close_btn .iconfont {
    font-size: 14px;
    color: #999;
}
.custom_menu .box a {
    color: #999;
    display: block;
}
.custom_menu .box p {
    line-height: 80px;
    color: #333;
}
.custom_menu ul {
    overflow: hidden;
}
.custom_menu li {
    float: left;
    min-width: 140px;
}
.custom_menu li:nth-child(5),
.custom_menu li:nth-child(6) {
    margin-top: 10px !important;
}
.custom_menu li:nth-child(7) {
    margin-top: 10px;
}
.custom_menu dt {
    color: #fe7300;
    margin-bottom: 10px;
}
.custom_menu dd {
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding-left: 10px;
    margin-left: 10px;
}
.custom_menu dd a:hover {
    color: #fe7300;
}
.custom_menu dd:hover .icon {
    display: block;
}
.custom_menu dd .icon {
    display: none;
    float: right;
    padding: 0 10px;
    cursor: pointer;
}
.custom_menu dd.active .iconstar {
    color: #fe7300;
}
.custom_menu dd.active .icon {
    display: block;
}
.custom_menu dd .iconstar {
    font-size: 13px;
}
.custom_menu dd .icon:hover {
    background: #f0f0f0;
}
.control_panel_content .navBreadcrumb {
    width:auto;
    height: 40px;
    line-height: 40px;
}
.panel {
    border: 1px solid #e8e8e8;
    background: #fff;
}
.panel_header {
    height: 68px;
    border-bottom: 1px solid #ebebeb;
    padding-right: 20px;
    background: #fff;
}
.panel_header.small {
    height: 60px;
}
.panel_header.small .title {
    line-height: 60px;
    display: inline-block;
}
.panel_header .title {
    color: #333;
    font-size: 20px;
    line-height: 68px;
    padding-left: 35px;
    background: url(/assets/img/icon59.png) no-repeat 20px center;
    background-size: 3.5px;
}
.panel_body.tips {
    line-height: 24px;
    color: #666;
}
.panel_body.tips p {
    margin-bottom:10px;
}
.panel_body {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}
.panel_header .btn {
    vertical-align: inherit;
}
.panel_header dl {
    float: right;
    margin-top: 13px;
    line-height: 24px;
}
.panel_header dd {
    float: left;
    margin-left: 10px;
}
.panel_header dd a {
    float: left;
    height: 24px;
    padding: 0 10px;
    color: #fe7300;
}
.panel_header dd span {
    font-size: 12px;
    color: #999;
}
.panel_header dd.active a {
    background: #fe7300;
    color: #fff;
}
.domain_list_search table {
    width: 100%;
    margin: 5px 0;
    color: #666;
}
.domain_list_search table tr:last-child td {
    text-align: center !important;
}
.domain_list_search table tr td {
    padding: 10px 0;
}
.domain_list_search table tr:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8;
}
.domain_list_search table select {
    width: 150px;
}
.domain_list_search table tr td:nth-child(odd) {
    text-align: right;
    width: 8%;
}
.sub_nav_container {
    line-height: 54px;
    background: #fff;
    padding-left: 20px;
    border-bottom: 1px solid #e8e8e8;
}
.sub_nav_container ul li a {
    color: #666;
    font-size: 16px;
    display: inline-block;
    padding:  0 20px;
    border-bottom: 3px solid transparent;
}
.sub_nav_container ul li:hover a,
.sub_nav_container ul li.active a {
   color: #fe7300;
    border-color: #fe7300;
}
.sub_nav_container ul li {
    float: left;
    margin-right: 40px;
}
.text_textarea {
    width: 100px;
    vertical-align: middle;
    resize: both;
    height: 18px;
    line-height: 18px;
    padding: 6px 0 6px 5px;
}
.domain_search_cond {
    padding: 10px 0;
    background: #fff;
    color: #666;
}
.domain_search_cond > div {
    line-height: 44px;
}
.domain_search_cond em {
    white-space: nowrap;
}
.domain_search_cond span {
    white-space:nowrap;
    margin: 0 0 0 20px;
    vertical-align: middle;
}
.domain_search_cond label {
    margin-left: 10px;
}
.domain_search_cond [type="text"] {
    width: 100px;
}
.domain_search_cond select {
    width: 107px;
}

.progress_nav {
    background: #fbfbfb;
    padding: 15px 45px;
    border-bottom: 1px solid #e8e8e8;
}
.progress_nav ol {
    line-height: 20px;
    height: 32px;
    overflow: hidden;
}
.progress_nav ol li {
    float: left;
    margin-left: 10px;
    height: 30px;
    color: #999;
}
.progress_nav ol li span {
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #b9b4b4;
    border-radius: 50%;
    font-weight: 700;
}
.progress_nav ol li i {
    font-size: 12px;
}
.progress_nav ol li.active span {
    background: #fe7300;
}
.progress_nav ol li.active {
    color: #fe7300;
}
.form_group {
    color: #666;
}
.form_group > li {
    padding: 8px 0;
}
.form_group > li .form_label {
    display: inline-block;
    width:22%;
    text-align: right;
    margin-right: 20px;
    line-height: 32px;
    font-weight: 700;
}
.form_group > li [type="password"],
.form_group > li [type="text"] {
    width: 273px;
}
.add_template_panel .form_group .company_item {
    display: none;
}

.upload_img {
    position: relative;
    display: inline-block;
    width: 278px;
    height: 168px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: url(/assets/img/sfz.png) no-repeat center center;
    background-size: 70%;
    vertical-align: top;
    text-align: center;
}

.upload_img .iconfont {
    color: #fe7300;
    font-size: 30px;
}

.upload_img div {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: rgba(0,0,0,.04);
    margin: 30px auto 0;
}

.upload_img div .iconfont {
    font-size: 45px;
}

.upload_img h6 {
    margin-top: 20px;
    font-size: 12px;
}

.upload_img p {
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 13px;
}

.upload_img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 20;
    opacity: 0.01;
}

.upload_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.audit_template dt {
    padding: 20px 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.audit_template dt .iconfont {
    font-size: 20px;
    vertical-align: middle;
}
.audit_template dd {
    padding: 0 20px;
    background: #f6f7f9;
}
.audit_template dd:last-child {
    padding-bottom: 20px;
}
.audit_template dd p {
    position: relative;
    font-size: 16px;
    padding: 20px 10px ;
    color: #333;
}
.audit_template dd p:after {
    position: absolute;
    left: 0;
    top: 20px;
    width: 2px;
    height: 15px;
    background: #fe7300;
    content: "";
}
.audit_template dd div {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
}
/*首页域名推荐*/
.index_commend {
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
}
.index_commend .title {
    overflow: hidden;
    line-height: 70px;
    padding: 0 20px 0 35px;
    font-size: 22px;
    background: url(/assets/img/icon59.png) no-repeat 20px center;
    border-bottom: 1px solid #e3e3e3;
}
.index_commend .title dl a {
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #999;
    background: #f1f4f4;
    border-radius: 3px;
}
.index_commend .title dl a:hover {
    background: #e2e5e5;
    color: #333;
}
.index_commend .title dl {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.index_commend .title dl span {
    padding: 0 10px;
    vertical-align: top;
}
.index_commend .title dl dd {
    float: left;
    margin-right: 15px;
}
.index_commend .title .more {
    float: right;
    font-size: 14px;
    color: #999;
}
.index_commend .title .more:hover {
    color: #fe7300;
}
.index_commend a > p {
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_commend.shop .title {
    border: none;
}
.index_commend_shop .tit {
    line-height: 30px;
    background: #f7f7f7;
    padding: 10px 20px;
}
.index_commend_shop .tit .iconfont {
    font-size: 30px;
    height: 30px;
    color: #fe7300;
    vertical-align: middle;
    margin-right: 10px;
}
.index_commend_shop .tit span {
    display: inline-block;
    vertical-align: middle;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #666;
}
.index_commend_shop {
    background: #fff;
    padding: 0 0 20px 20px;
}
.index_commend_shop li {
    float: left;
    margin-right: 14px;
    width: 280px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.index_commend_shop .domain a {
    display: block;
    padding: 9px 20px;
}
.index_commend_shop .domain a:hover span {
    color: #0070cc;
}
.index_commend_shop .domain {
    height: 108px;
    padding: 10px 0;
}
.index_commend_shop .domain a em {
    float: right;
    color: #fe7300;
}
.index_commend_shop .domain a span {
    display: inline-block;
    height: 16px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
}
.index_commend_shop .btn_box {
    line-height: 26px;
    height: 28px;
    padding: 10px 0;
    text-align: center;
    background: #f7f7f7;
}
.index_commend_shop .btn_box .btn {
    display: none;
}
.index_commend_shop li:hover .btn_box .btn {
    display: inline-block;
}
.index_commend_shop li:hover .btn_box p {
    display: none;
}
.index_commend_slide {
    float: right;
    width: 340px;
    height: 491px;
    background: #fff;
    margin-top: 20px;
}
.index_commend_slide .title {
    text-align: center;
    font-size: 22px;
    height: 70px;
    line-height: 70px;
}
.index_commend_slide ol {
    width: 300px;
    margin: 0 auto;
}
.index_commend_slide ol [type='text'] {
    width:290px;
    padding-left: 8px;
    height: 38px;
    border-color: #e8e8e8;
}
.index_commend_slide ol select {
    width: 300px;
    height: 40px;
    color: #666;
    border-color: #e8e8e8;
}
.index_commend_slide ol li {
    margin-bottom: 10px;
}
.index_commend_slide ol [type='submit'] {
    width: 300px;
    height: 40px;
    color: #fe7300;
    border: 1px solid #fe7300;
    border-radius: 3px;
    opacity: .85;
    cursor: pointer;
    background: #fff;
}
.index_commend_slide ol [type='submit']:hover {
    opacity: 1;
}
.index_commend_slide ul {
    padding-left: 40px;
}
.index_commend_slide ul li {
    position: relative;
    width:120px;
    float: left;
    line-height: 34px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_commend_slide ul li:after {
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
}
.index_commend_slide ul li a {
    color: #666;
}
.index_commend_slide ul li a:hover {
    color: #fe7300;
    text-decoration: underline;
}
.index_commend ul.book li:nth-child(7n) {
    width: 14.2%;
}
.index_commend ul.book li:nth-child(7n) a {
    border-right: none;
}
.index_commend ul {
    width: 1200px;
    height: 300px;
    overflow: hidden;
    margin: 0 0 -1px 0;
}
.index_commend li {
    float: left;
    width: 14.3%;
    line-height:22px;
}
.index_commend li a {
    display: block;
    padding: 30px 10px;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
    height: 100px;
    text-align: center;
}
.index_commend li .domain span {
    position: relative;
    color: #0070cc;
    font-size: 18px;
}
.index_commend li .domain span .iconfont {
    position: absolute;
    right: -20px;
}
.index_commend li a:hover {
    background: #f7fcff;
}
.index_commend.bid li {
    width: 20%;
}
.index_commend.bid li:nth-child(5n) a {
    border-right: none;
}
.index_commend.bid li a {
    text-align: left;
    color: #999;
    height: 140px;
    padding: 25px 20px;
}
.index_commend.bid li a .desc {
    height: 22px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index_commend.bid ul {
    height: 420px;
}
.index_commend.bid li a:hover .check {
    display: block;
}
.index_commend.bid li a:hover .left_time,
.index_commend.bid li a:hover .price {
    display: none;
}
.index_commend.bid li .check {
    display: none;
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fe7300;
    background: #fe7300;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}
.index_commend.bid .price {
    color: #fe7300;
    font-weight: 700;
    font-size: 18px;
}
.index_commend_case {
    line-height: 80px;
    height: 80px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_commend_case dt {
    float: left;
    margin: 25px 20px 0 0;
    width: 103px;
    height: 29px;
    background: url("/assets/img/iconcase.png");
}
.index_commend_case dd {
    float: left;
    margin-right: 20px;
    color: #999;
}
.index_commend_case dd a {
    color: #999;
}
.index_commend_case dd a:hover {
    color: #fe7300;
}
.index_banner_wrap {
    width: 100%;
    height: 410px;
    position: relative;
}
.index_banner {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.index_banner ul {
    height: 100%;
}
.index_banner li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.index_banner li:first-child {
    opacity:1;
    z-index: 10;
}
.index_banner li a {
    display: block;
    width: 100%;
    height: 100%;
}
.index_banner dl {
    position: absolute;
    bottom: 63px;
    text-align: center;
    width: 100%;
    z-index:100;
}
.index_banner dl dd {
    width: 30px;
    height: 5px;
    padding: 5px 0;
    box-sizing: content-box;
    margin: 0 5px;
    display: inline-block;
    background: #f7f7f7;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    cursor: pointer;
    background-clip: content-box;
}
.index_banner dl dd:hover,
.index_banner dl dd.active {
    background: #fe7300;
    background-clip: content-box;
}
.index_whois_search {
    width: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    font-size: 16px;
    z-index:99;
}
.index_whois_search .inner {
    width: 940px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.index_whois_search [type='text'] {
    width: 730px;
    padding: 10px 20px;
    border: none;
    float: left;
    border-radius: 0 !important;
}
.index_whois_search [type='submit'] {
    width: 170px;
    float: left;
    height: 50px;
    background: #fe7300;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    opacity:.85;
}
.index_whois_search [type='submit']:hover {
    opacity: 1;
}
.index_notice {
    background: #fff;
}
.index_notice .inner {
    width: 1110px;
    height: 60px;
    margin: 0 auto;
    background: url(/assets/img/icon58.png) no-repeat left center;
    padding-left: 90px;
    line-height: 60px;
}
.index_notice ul {
    float: left;
    height: 60px;
    overflow: hidden;
}
.index_notice ul li {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-left: 15px;
}
.index_notice ul li:after {
    position: absolute;
    left: 0;
    top: 28px;
    content: '';
    width: 5px;
    height: 5px;
    background: #fe7300;
    border-radius: 50%;
}
.index_notice ul li span {
    display: inline-block;
    max-width: 220px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    margin-right: 10px;
    vertical-align: bottom;
}
.index_notice ul li span:hover {
    color: #fe7300;
}
.index_notice ul li em {
    color: #999;
}
.index_hide_nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}
.index_hide_nav {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 12px 0px;
}
.index_hide_nav ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: 60px;
}
.index_hide_nav ul li {
    float: left;
    padding: 0 50px;
    line-height: 26px;
    height: 26px;
    margin-top: 17px;
    font-size: 18px;
}
.index_hide_nav ul li:nth-child(2) {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}
.index_hide_nav ul li a {
    display: block;
    color: #666;
    padding: 0 15px 13px 15px;
    border-bottom: 4px solid transparent;
}
.index_hide_nav ul li.active a {
    color: #fe7300;
    border-color: #fe7300;
}
/*我的认证*/
.auth_index ul li a {
    display: block;
    padding: 20px;
    background: #f6f7f9;
    line-height: 20px;
    color: #333;
    border: 1px solid #f6f7f9;
}
.auth_index ul li a:hover {
    border-color:#fe7300;
}
.auth_index ul li:not(:last-child) {
    margin-bottom: 20px;
}
.auth_index ul li .iconfont {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}
.search_cond_wrap {
    padding: 20px 20px 10px;
    color: #666;
}
.search_cond_wrap select {
    width: 180px;
}
.search_cond_wrap input[type="text"] {
    width: 173px;
}
.left_right_structure {
    overflow: hidden;
}
.left_right_structure > .left {
    width: 840px;
    float: left;
}
.left_right_structure > .right {
    width: 340px;
    float: right;
}
.domain_base_info {
    border: 1px solid #e8e8e8;
    background: #fff;
}
.domain_base_info .domain_box {
    padding: 20px;
}
.domain_base_info .domain_box .domain {
    float: left;
}
.domain_base_info .domain_box .domain span {
    font-size:22px;
}
.domain_base_info .domain_box ul {
    float: right;
    line-height: 22px;
    color: #666;
}
.domain_base_info .domain_box li {
    float: left;
    margin-left: 10px;
}
.domain_base_info .domain_box li a {
    color: #666;
}
.domain_base_info .domain_box li a:hover {
    color: #fe7300;
}
.domain_base_info .domain_box li span {
    color: #999;
}
.domain_base_info .text {
    color: #666;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.domain_base_info dl dd {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    background: #fef8f8;
    text-align: center;
    line-height: 32px;
    padding: 10px 0;
}
.domain_base_info dl dd:not(:last-child) {
    border-right:1px solid #fff;
}
.domain_base_info dl span {
    font-size: 18px;
}
.domain_base_info dl p {
    color: #666;
}
.domain_base_info table {
    width: 100%;
    margin-bottom: -1px;
    border-left: none;
    border-right: none;
    margin-top: 20px;
}
.bid_detail {
    position: relative;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    color: #666;
}
.bid_detail dl {
    float: left;
    width: 400px;
}
.bid_detail dl dd {
    margin-top: 17px;
}

.bid_detail dl dt {
    margin: 10px 0 25px;
}

.bid_detail dl .domain {
    margin-bottom: 15px;
}

@keyframes joggle {

    0%,
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    10% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }

    30% {
        -webkit-transform: rotateY(-8deg);
        -ms-transform: rotateY(-8deg);
        transform: rotateY(-8deg);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }

    50% {
        -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        transform: rotate(6deg);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }

    70% {
        -webkit-transform: rotateY(-4deg);
        -ms-transform: rotateY(-4deg);
        transform: rotateY(-4deg);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }

    90% {
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
        -webkit-transform-origin: bottom;
        -moz-transform-origin: bottom;
        -ms-transform-origin: bottom;
        -o-transform-origin: bottom;
        transform-origin: bottom;
    }
}

.bid_detail dl .domain .guess_show_ico {
    margin-top: -20px;
    float: right;
    animation: joggle 1.5s linear;
    -webkit-animation: joggle 1.5s linear;
}

.bid_detail dl .domain span {
    font-size: 24px;
    color: #333;
}

.bid_detail dl dt p:last-child a {
    color: #666;
    font-size: 12px;
}

.bid_detail dl dt p:last-child a:hover {
    color: #fe7300;
}

.bid_detail dd a {
    text-decoration: underline;
}

.bg_white {
    background: #fff;
}

.color_block {
    display: inline-block;
    padding: 4px;
    border-radius: 3px;
    color: #fff;
    margin-left: 3px;
    font-size: 12px;
    line-height: 12px;
}
.color_block.blue {
    background: #0070cc;
}

.color_block.orange {
    background: #fe7300;
}

.color_block.red {
    background: #fc0606;
}

.color_block.green {
    background: #099802;
}

.ykj_detail .form_group .tips_box .text {
    left: 30px;
}
.ykj_detail .form_group .tips_box .text:after {
    left: 88px;
}
.ykj_detail .form_group {
    border-top: 1px solid #e8e8e8;
}
.ykj_detail .form_group li:nth-child(even) {
    background: #f9f9f9;
}

.bid_detail dl .cl {
    font-weight: 700;
    margin-right: 20px;
}

.bid_detail dl dd.last {
    margin-top: 17px;
    color: #fe7300;
    line-height: 18px;
}

.bid_detail dl dd.last span {
    font-weight: 700;
}

.bid_detail .inner {
    background: #fff8f2;
    width: 388px;
    min-height: 332px;
    padding-top: 20px;
    float: right;
}

.bid_detail .dm_submit {
    padding: 0 20px;
    margin: 10px 0;
}

.bid_detail .dm_submit .switch {
    display: inline-block;
    border: 1px solid #ffe3c7;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    border-radius: 30px;
    color: #fe7300;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.bid_detail .dm_submit .switch span {
    vertical-align: middle;
}

.bid_detail .dm_submit .switch.off {
    border-color: #f2f2f2;
    color: #c9c9c9;
}

.bid_detail .dm_submit .switch.off i {
    background: #c9c9c9;
    border-color: #fff;
}

.bid_detail .dm_submit .switch i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fe7300;
    border: 2px solid #ffe3c7;
    vertical-align: middle;
}

.bid_detail .dm_submit [type="text"] {
    width: 260px;
    height: 26px;
    line-height: 26px;
    padding-left: 15px;
    border: none;
    color: #666;
    background: transparent;
}

.bid_detail .dm_submit div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 20px;
}

.bid_detail .dm_submit div .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    line-height: 26px;
    border: none;
    border-left: 1px solid #e1e1e1;
    border-radius: 0;
    color: #666;
    background: transparent;
}

.bid_detail .dm_submit ol {
    display: none;
    position: absolute;
    left: 12px;
    top: 26px;
    line-height: 24px;
    width: 207px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
}

.bid_detail .dm_list {
    position: absolute;
    color: #fe7300;
    white-space: nowrap;
}

.bid_detail .dm_submit ol li:hover {
    background: #fe7300;
    color: #fff;
}

.bid_detail .dm_submit ol li {
    padding-left: 5px;
}

.bid_detail ul a {
    text-decoration: underline;
}

.bid_detail ul li {
    line-height: 41px;
    padding-left: 20px;
}

.bid_detail ul li:last-child {
    line-height: 24px;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px;
    padding-right: 10px;
}

.bid_detail ul li .cl {
    display: inline-block;
    width: 100px;
    font-weight: 700;
}

.tpl_detail_table {
    color: #666;
}

.tpl_detail_table tr td:first-child {
    width: 30%;
    padding-right: 20px;
    text-align: right;
    font-weight: 700;
}
.list_style li > a {
    color: #666;
    background: #f6f7f9;
    padding: 20px;
    line-height: 28px;
    display: block;
}
.list_style li > a:hover {
    background: #f7fcff;
}
.list_style li em {
    display: inline-block;
    min-width: 100px;
    font-weight: 700;
    margin: 0 20px 0 10px;
    vertical-align: middle;
}
.list_style li a .iconfont {
    font-size: 20px;
    vertical-align: middle;
    color: #fe7300;
}
.list_style li:not(:last-child) {
    margin-bottom: 20px;
}
.suffix_container {
    display: inline-block;
    position: relative;
}
.suffix_container .suffix_list {
    display: none;
    position: absolute;
    z-index:10;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 12px 0px;
    padding-bottom: 5px;
    text-align: center;
}
.suffix_container .suffix_list ul {
    overflow: hidden;
    width: 450px;
    padding: 20px 10px 10px 20px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 5px;
}
.suffix_container .suffix_list li {
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 10px;
}
.suffix_container .suffix_list li:hover,
.suffix_container .suffix_list li.active {
    background: #f6f7f9;
}
.domain_buy_publish .domain_box {
    float: left;
    width: 39%;
}
.domain_buy_publish .domain_area {
    width: 100%;
    box-sizing: border-box;
    height: 180px;
}
.domain_buy_publish .list {
    float: right;
    width: 61%;
    padding-left: 20px;
    box-sizing: border-box;
}
.domain_buy_publish .list p {
    padding: 10px 0;
    line-height: 20px;
}
.domain_area {
    width: 30%;
    height: 100px;
    vertical-align: top;
    line-height: 24px;
    padding: 5px 10px;
}
.domain_push_pop {
    padding: 10px 20px;
    max-height: 300px;
    line-height: 24px;
    overflow-y: auto;
}
.batch_result_box li {
    float: left;
    margin-right: 20px;
}
.sub_title {
    padding: 15px 20px;
}
.sub_title h6 {
    padding-left: 10px;
    border-left: 2px solid #fe7300;
    display: inline-block;
}
/*温馨提示*/
.warm_prompt {
    margin-top: 20px;
    background: #f7f0ea;
    border: 1px solid #fbb57b;
}
.warm_prompt .title {
    line-height: 50px;
    padding-left: 20px;
    color: #fe7300;
    font-size: 16px;
}
.warm_prompt ul {
    line-height: 24px;
    padding: 0 20px 10px;
    color: #999;
}
.warm_prompt ul li {
    margin-bottom: 10px;
}
.remind_box {
    color: #fe7300;
    border: 1px solid #ffdcc5;
    background: #fffbf8;
    line-height: 24px;
    padding: 5px 20px;
    margin-bottom: 20px;
}
.remind_box .iconremind {
    vertical-align: bottom;
}
.remind_box dd {
    text-indent: 20px;
}
.pic_upload_list {
    display: inline-block;
    vertical-align: middle;
}
.pic_upload_list > img {
    width: 70px;
    height: 50px;
    border: 1px solid #fc0606;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-right: 5px;
}
.pic_upload_list .upload {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 50px;
    background: #f9f9f9;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.pic_upload_list .upload span {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fe7300;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
}
.pic_upload_list .upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.pic_upload_list .upload > i{
    color: #e8e8e8;
    font-size: 50px;
}
.withdraw_amount {
    background: #f6f7f9;
    padding: 10px 20px;
}
.withdraw_amount .amount_box {
    float: left;
    width: 30%;
    padding: 10px 0;
}
.withdraw_amount .amount_box div {
    line-height: 24px;
}
.withdraw_amount dl {
    float: right;
    width: 60%;
    padding: 10px 0 10px 20px;
    border-left:1px solid #e8e8e8;
}
.withdraw_amount dl dt {
    font-size: 16px;
    margin-bottom: 10px;
}
.withdraw_amount dl dd {
    line-height: 20px;
}
.withdraw_amount .amount_box p {
    font-size: 16px;
    margin-bottom: 20px;
}
.push_result_fail {
    padding: 5px 0;
}
.push_result_fail li {
    float: none;
    line-height: 30px;
    margin-right: 0;
}
.table_style thead select {
    height: 28px;
}
.account_info_wrap {
    overflow: hidden;
    background: #f6f7f9;
}
.account_info_wrap .avatar {
    float: left;
    width: 200px;
    height: 320px;
    border-right:10px solid #fff;
}
.account_info_wrap .avatar .img {
    width: 100px;
    height: 100px;
    margin: 90px auto 10px;
    border-radius: 50%;
}
.account_info_wrap .avatar .iconfont {
    font-size: 100px;
}
.account_info_wrap .btn_wrap {
    position: relative;
    width: 78px;
    height: 24px;
    margin: 0 auto;
}
.account_info_wrap .btn_wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 24px;
    opacity: 0.01;
    z-index: 10;
}
.account_info_wrap .cl {
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-right: 20px;
    color: #999;
}
.account_info_wrap ul {
    line-height: 40px;
    padding: 20px 0
}
.table_style .progress_bar {
    height: 8px;
}
.progress_bar {
    width: 150px;
    height: 14px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    position: relative;
}
.progress_bar span {
    position: absolute;
    background: #fe7300;
    max-width:100%;
    height: 100%;
    border-radius: 10px;
}
.layui-layer.layui-layer-tips .layui-layer-content {
    color: #f00;
    background-color: #ffe9e8;
}
.layui-layer.layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
    border-bottom-color:#f00;
}
.other_dns {
    display: none;
}
.parse_records_tips h3 {
    font-size: 14px;
    line-height: 22px;
}
.parse_records_tips {
    font-size: 12px;
    line-height: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.parse_records_tips strong {
    font-weight: 700;
}
.parse_records_tips li {
    display: none;
}
.parse_list input[type="text"],
.add_list input[type="text"] {
    width: 80%;
}
.finance_detail_total {
    line-height: 50px;
    margin-top: 20px;
}
.finance_detail_total li {
    float: left;
    width:50%;
    box-sizing: border-box;
    background: #fff;
}
.finance_detail_total li div {
    background: #f6f7f9;
    padding-left: 20px;
}
.finance_detail_total li:first-child {
    padding-right: 10px;
}
.finance_detail_total li:last-child {
    padding-left: 10px;
}
.recharge_away_switch {
    display: inline-block;
    vertical-align: middle;
}
.recharge_away_switch li {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 20px 25px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.recharge_away_switch li .icon {
    display: none;
    position: absolute;
    bottom: 0;
    right: -1px;
}
.recharge_away_switch li.active {
    border-color: #fe7300;
}
.recharge_away_switch li.active .icon {
    display: block;
}
.recharge_away_switch li .icon .iconfont {
    font-size: 24px;
    color: #fe7300;
}
.recharge_confirm {
    padding: 20px;
}
.recharge_confirm > div {
    float: left;
    text-align: center;
}
.recharge_confirm h6 {
    font-size: 24px;
}
.recharge_confirm h5 {
    font-size: 24px;
    color: #fe7300;
    padding: 20px 0 10px;
}
.recharge_confirm .img {
    position: relative;
    width: 300px;
    height: 200px;
    line-height: 200px;
    border: 1px solid #e8e8e8;
    color: #666;
    padding: 20px 0;
    border-bottom: none;
}
.recharge_confirm .img.over .mask {
    display: block;
}
.recharge_confirm .img .mask {
    display: none;
    position: absolute;
    top: 20px;
    left: 50px;
    width: 200px;
    height: 140px;
    line-height: 26px;
    padding-top: 60px;
    background: rgba(255,255,255,.9);
    color: #333;
}
.recharge_confirm .mask i {
    font-size: 40px;
}
.recharge_confirm .left_time {
    line-height: 24px;
    border: 1px solid #ffdcc5;
    padding: 10px 0;
    background: #fffbf8;
    color: #fe7300;
}
.recharge_confirm .left_time span {
    display: inline-block;
    color: #fff;
    background: #fe7300;
    padding: 0 5px;
}
.recharge_confirm .sys {
    margin-left: 20px;
}
.recharge_confirm .sys h2 {
    padding: 30px 0 30px;
}
.recharge_confirm .sys img {
    width: 200px;
}
.notice_list a {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    color: #333;
    border-bottom: 1px dashed #e8e8e8;
}
.notice_list a .fr {
    color: #999;
}
.notice_list a:hover {
    color: #fe7300;
    background: #f4f8fd;
}
.notice_list a:hover .fl {
    text-decoration: underline;
}
.details_container .detail_body p {
    line-height: 24px;
    text-indent:2em;
    margin: 5px 0;
}
.details_container .detail_body img {
    display: block;
    max-width: 90%;
    margin: 20px auto;
}
.details_container .detail_body .bottom {
    margin-top: 50px;
    text-align: right;
}
.details_container .commend_list {
    background: #fff;
}
.details_container .commend_list li {
    padding: 0 20px;
}
.details_container .commend_list li:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8;
}
.details_container .commend_list a {
    display: block;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    color: #333;
}
.details_container .commend_list a:hover {
    color: #fe7300;
}
.support_index_search {
    width: 100%;
    padding: 50px 0;
    background: #f6f7f9;
    text-align: center;
}
.support_index_search > div {
    display: inline-block;
}
.support_index_search .text {
    width: 500px;
    padding: 10px;
    float: left;
}
.support_index_search .submit_btn {
    float: left;
    height: 52px;
    background: #fe7300;
    width: 100px;
    color: #fff;
    margin-left: -1px;
}
.support_menu_list {
    width: 260px;
    padding: 30px 0;
    box-sizing: border-box;
    float: left;
}
.support_menu_list ul {
    max-height: 100%;
    overflow-y: scroll;
    border: 1px solid #e8e8e8;
    background: #f6f7f9;
    box-sizing: border-box;
}
.support_menu_list a {
    display: block;
    color: #333;
    line-height: 40px;
}
.support_menu_list li.active a,
.support_menu_list a:hover {
    color: #fe7300;
}
.support_menu_list ul {
    padding: 10px 0 10px 30px;
    font-size: 16px;
}
.support_container {
    width: 910px;
    float: right;
    padding-top: 30px;
}
.support_container h6 {
    font-size: 18px;
    line-height: 50px;
}
.support_container h6 .iconfont {
    font-size: 20px;
}
.support_container ol {
    background: #f6f7f9;
    border: 1px solid #e8e8e8;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.support_container ol:last-child {
    margin-bottom: 10px;
}
.support_container ol li {
    float: left;
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 40px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.support_container ol li a {
    color: #333;
}
.support_container ol li a:hover {
    color: #fe7300;
}

.document_menu_box {
    width: 300px;
    float: left;
    padding-bottom: 1px;
}

.document_menu_wrap {
    width: 300px;
}

.document_menu_box.fixed {
    position: fixed;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.document_menu_wrap .panel_header {
    border: 1px solid #e8e8e8;
    border-bottom:none;
}
.document_menu_list > li {
    border: 1px solid #e8e8e8;
    margin-bottom: -1px;
}
.document_menu_list > li > a {
    position: relative;
    display: block;
    padding-left: 24px;
    font-size: 16px;
    line-height: 49px;
    background: #f9fbfe;
    color: #333;
}
.document_menu_list > li > a .iconfont {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.document_menu_list ul {
    background: #fff;
    display: none;
    border-top:1px solid #e8e8e8;
}
.document_menu_list ul a {
    display: block;
    color: #666;
    padding-left: 40px;
    line-height: 40px;
}
.document_menu_list ul li:not(:last-child) a {
    border-bottom: 1px dashed #f6f7f9;
}
.document_menu_list ul li.active a,
.document_menu_list a:hover {
    color: #fe7300;
}
.document_menu_list > li.active > a .iconfont {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.document_container {
    width: 878px;
    float: right;
    line-height: 24px;
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
}
.document_container .wiki-right {
    margin: 0 20px 20px;
}
.document_container h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fe7300;
    padding: 15px 0 20px;
    border-bottom: 1px solid #e8e8e8;
}
.document_container h3 {
    border-bottom:1px solid #e8e8e8;
    margin-bottom: 20px;
}
.document_container h3 span {
    display: inline-block;
    line-height: 56px;
    border-bottom:2px solid #fe7300;
    font-size: 20px;
}
.document_container h6 {
    margin: 20px 0;
    font-size: 20px;
}
.document_container ol {
    margin: 10px 0;
    padding-left: 20px;
}
.document_container strong {
    font-weight: 700;
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert_warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.document_container p {
    line-height: 24px;
    margin: 10px 0;
    text-indent: 2em;
}
.api_table {
    width: 100%;
    border: 1px solid #e8e8e8;
}
.api_table th {
    text-align: left;
    padding: 8px;
    line-height: 1.4;
    font-weight: 700;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
}
.api_table td {
    padding: 8px;
    border: 1px solid #e8e8e8;
}
.api_table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}
.document_container pre {
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px 20px;
}
.document_container h4 {
    margin: 20px 0;
    font-size: 18px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.contact_banner {
    width: 100%;
    background: url(/assets/img/contact_banner.jpg) repeat-x 50% 0;
}
.contact_banner .title {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    padding: 130px 0 100px;
    color: #fff;
}
.contact_banner h5 {
    font-size: 30px;
    font-weight: 700;
}
.contact_box {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
}
.contact_box dl {
    width: 396px;
    float: left;
    border: 1px solid #e8e8e8;
    line-height: 60px;
}
.contact_box dl dt {
    background: #f4f8fd;
    text-align: center;
    line-height: 63px;
}
.contact_box dl dt,
.contact_box dl dd:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}
.contact_box dl dd {
    height: 60px;
}
.contact_box dl dd em {
    color: #666;
}
.contact_box .ico {
    width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #ffd6b4;
    border-radius: 50%;
    color: #fe7300;
    line-height: 34px;
    text-align: center;
    margin: 0 15px 0 25px;
    vertical-align: middle;
}
.contact_box dd .ico i {
    font-size: 20px;
}
.contact_box .map {
    float: right;
}
.common_result {
    text-align: center;
    padding: 50px 0;
}
.common_result dl {
    display: inline-block;
    text-align: left;
}
.common_result dl dt {
    font-size: 24px;
    margin-bottom: 15px;
}
.common_result dl dt i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.common_result dl dd {
    padding-left: 45px;
    line-height: 24px;
}
.service_terms {
    line-height: 24px;
}
.service_terms h2 {
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 0;
    color: #333;
}
.service_terms p {
    text-indent: 2em;
}
.service_terms h5 {
    margin:10px 0 5px;
    color: #333;
    font-size: 16px;
}
.api_menu li > a {
    position: relative;
}
.api_menu li div a {
    padding-left: 60px;
    color: #878f92;
}
.api_menu li > a .iconright {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.api_menu li > a.active {
    color: #fe7300;
}
.api_menu li > a.active .iconright {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.api_menu li div {
    display: none;
}
.withdraw_account_type {
    display: inline-block;
    vertical-align: middle;
}
.withdraw_account_type dd {
    position: relative;
    float: left;
    width: 225px;
    border: 1px solid #e8e8e8;
    margin-right:20px;
    line-height: 43px;
    padding: 10px 0 0;
    cursor: pointer;
}
.withdraw_account_type dd .selected {
    display: none;
    position: absolute;
    right: -1px;
    bottom: 0;
    line-height:normal;
}
.withdraw_account_type dd .selected .iconfont {
    font-size: 24px;
}
.withdraw_account_type dd.active .selected {
    display: block;
}
.withdraw_account_type dd .icon {
    float: left;
    margin: 0 10px;
}
.withdraw_account_type dd .iconfont {
    font-size: 30px;
}
.withdraw_account_type dd p {
    line-height:20px;
}
.withdraw_account_type dd.active {
    border-color: #fe7300;
}
.withdraw_account_type dd.disabled {
    border-color: #e8e8e8;
    cursor: not-allowed;
}
.withdraw_account_type dd.disabled .icon .iconfont {
    color: #e8e8e8;
}
.withdraw_account_type dd.disabled p {
    line-height: 40px;
}
.withdraw_account_type dd.disabled .selected {
    display: none !important;
}
.custom_tag_list {
    padding-left: 20px;
}
.custom_tag_list li {
    position: relative;
    float: left;
    margin:0 5px  15px 0;
    color: #fe7300;
    padding: 0 15px 0 0;

}
.tag_edit {
    color: #fe7300;
}
.custom_tag,
.custom_tag_list li span {
    cursor: pointer;
    display: inline-block;
    padding: 4px 10px;
    background: #fff8f2;
    color: #fe7300;
    border-radius: 3px;
    border: 1px solid #feb97f;
    box-sizing: border-box;
}
.custom_tag_list li:first-child span {
    background: #f5f5f5;
    color: #666;
    border-color: transparent;
}
.custom_tag_list li:hover em {
    display: block;
}
.custom_tag_list li em {
    display: none;
    position: absolute;
    right: 5px;
    top: -8px;
    line-height: normal;
    cursor: pointer;
}
.exclude_container {
    position: relative;
    display: inline-block;
}
.exclude_container ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}
.exclude_container ul li {
    line-height: 25px;
    padding-left: 5px;
    cursor: pointer;
}
.exclude_container ul li:hover {
    background: #fe7300;
    color: #fff;
}
/*展示页*/
.add_show_select {
    width:75%;
    display: inline-block;
    vertical-align: top;
}
.add_show_select dd {
    float: left;
    margin-right:20px;
    margin-bottom: 10px;
}
.add_show_select .pic {
    position: relative;
    width: 110px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.add_show_select .pic:hover div {
    top:0;
}
.add_show_select .pic div {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 80px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.add_show_select .pic div p {
    margin: 20px 0 15px;
}
.add_show_select .pic div span {
    display: inline-block;
    padding: 3px 4px;
    border-radius: 3px;
    color: #fff;
    background: #fe7300;
}
.add_show_select .pic img {
    width: 100%;
    height: 100%;
}
.add_contact_select {
    width: 710px;
    display: inline-block;
    vertical-align: top;
}
.add_contact_select dl dd.icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #fe7300;
    display: none;
}
.add_contact_select dl dd.icon i {
    font-size: 20px;
}
.add_contact_select dl {
    position: relative;
    width:330px;
    float: left;
    border: 1px solid #e8e8e8;
    background: #fbfbfb;
    padding: 20px 0 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.add_contact_select dl.active {
    border-color: #fe7300;
}
.add_contact_select dl.active .icon {
    display: block;
}
.add_contact_select dl dt {
    float: left;
    width: 80px;
    margin: 0 10px 0 20px;
}
.add_contact_select dt p {
    margin-bottom:10px;
    line-height: 18px;
}
.add_contact_select dt .pic {
    width: 60px;
    height: 60px;
}
.add_contact_select dt .pic img {
    width: 100%;
    height: 100%;
}
.add_contact_select dt .pic .iconfont {
    font-size: 60px;
    opacity:.1;
}
.add_contact_select dd {
    margin-bottom: 10px;
    margin-left: 110px;
}
.add_contact_select.manage {
    width: auto;
}
.add_contact_select.manage .opera {
    position: absolute;
    right: 10px;
    bottom: 15px;
    margin: 0;
}
.add_contact_select.manage dl {
    width: 450px;
}
.add_contact_select.manage .add_box {
    float: left;
    width: 450px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    background: #fbfbfb;
    border: 1px solid #e8e8e8;
}
/*whois*/
.whois_search_wrap {
    width: 100%;
    height: 740px;
    background: url(/assets/img/whois_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.whois_search {
    padding: 230px 0 0;
    width: 970px;
    margin: 0 auto;
}
.whois_search .inner {
    line-height: 52px;
}
.whois_search h6 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.whois_search p {
    margin-top: 10px;
    color: #fff;
}
.whois_search .inner input {
    float: left;
}
.whois_search .inner input[type='text'] {
    padding: 25px 10px;
    font-size: 18px;
    width: 780px;
    border:none;
}
.whois_search .inner input[type='submit'] {
    height: 80px;
    background: #f60;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 170px;
    margin-left: -2px;
    cursor: pointer;
    opacity:.85;
    border-radius: 0 3px 3px 0;
}
.whois_search .inner input[type='submit']:hover {
    opacity:1;
}
.whois_result .search_box {
    overflow: hidden;
    margin-bottom: 20px;
}
.whois_result .search_box input[type="text"] {
    padding: 14px 10px;
    width: 683px;
    float: left;
    font-size: 16px;
    border-color: #ebebeb;
    border-right: none;
}
.whois_result .search_box input[type="submit"] {
    width: 136px;
    height: 60px;
    background: #f60;
    color: #fff;
    font-size: 16px;
    margin-left: -2px;
    cursor: pointer;
    float: left;
    opacity:.85;
    border-radius: 0 3px 3px 0;
}
.whois_result .search_box input[type="button"]:hover {
    opacity:1;
}
.whois_result .info_table {
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top:none;
    color: #666;
}
.whois_result .info_table p,
.whois_result .info_table div {
    line-height: 20px;
}
.whois_result .info_table tr:nth-child(odd) {
    background: #f9f9f9;
}
.whois_result .info_table tr td {
    height: 50px;
}
.whois_result .info_table tr td:first-child {
    width: 185px;
    padding: 0 40px 0 20px;
    text-align: right;
    font-weight: 700;
}
.whois_result .inner .title {
    padding: 10px 0;
    font-size: 16px;
}
.whois_result .desc_detail_wrap {
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
}
.whois_result .desc_detail {
    line-height: 22px;
    white-space: pre-line;
    color: #666;
}
.whois_result .no_data {
    padding: 100px 0;
    text-align: center;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-top:none;
}
.whois_result .no_data .iconfont {
    font-size: 100px;
    color: #999;
}
.whois_result .no_data p {
    line-height: 60px;
}
.whois_result .no_data span {
    font-size: 12px;
    color: #999;
}

.booking_commend_list a {
    float: left;
    width: 134px;
    color: #666;
    background: #fbfbfb;
    padding: 11px 5px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.booking_commend_list a:hover {
    background: #f4f8fd;
}
.booking_commend_list a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.booking_commend_list a:nth-child(odd) {
    margin-right: 10px;
}

/*资讯收费*/
.info_charge_list li {
    position: relative;
    width: 898px;
    padding: 20px 300px 20px 20px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin-bottom: 15px;
    line-height: 40px;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.info_charge_list li h6 {
    font-size: 22px;
    color: #333;
    font-weight: 400;
}
.info_charge_list li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info_charge_list li p {
    color: #666;
}
.info_charge_list li p .iconfont {
    font-size: 14px;
    color: #999;
}
.info_charge_list li a {
    display: inline-block;
    position: absolute;
    right: 100px;
    top: 50%;
    line-height: 36px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 15px;
    color: #fff;
    background: #fe7300;
    font-size: 16px;
}
.info_charge_list li:hover {
    box-shadow: 3px 3px 10px 1px rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.info_charge_list li:hover h6 {
    color: #fe7300;
}
.ykj_detail {
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
}
.ykj_detail .domain_box {
    padding: 20px;
}
.ykj_detail .domain_box .domain {
    float: left;
}
.ykj_detail .domain_box .domain span {
    font-size:26px;
    color: #fe7300;
    font-weight: 700;
}
.ykj_detail .domain_box ul {
    float: right;
    line-height: 22px;
}
.ykj_detail .domain_box li {
    float: left;
    margin-left: 10px;
}
.ykj_detail .domain_box li span {
    color: #999;
}
.ykj_detail .text {
    color: #666;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.ykj_detail table {
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.ykj_detail table tr {
    height: 50px;
}

.ykj_detail table tr:last-child {
    height: 70px;
}

.ykj_detail table tr td:first-child {
    width: 190px;
    padding-right: 20px;
    font-weight: 700;
    text-align: right;
}

.ykj_detail table tr:nth-child(even) {
    background: #f9f9f9;
}

.latest_deal {
    margin-top: 20px;
    color: #fe7300;
    border: 1px solid #ffdcc5;
    background: #f7f0ea;
    padding: 25px 10px;
}
.latest_deal a {
    color: #fe7300;
}
.latest_deal dl {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.latest_deal dl dt,
.latest_deal dl dd {
    float: left;
    margin: 0 10px;
}
/*发票*/
.invoice_apply_ul {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.invoice_apply_ul li {
    float: left;
    width: 50%;
}

.invoice_apply_ul li p:first-child {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.invoice_apply_amount {
    width: calc(100% - 40px) !important;
    padding: 10px 20px;
    line-height: 32px;
    border-top: 1px solid #e8e8e8;
    background: #fff;
}

.invoice_apply_amount.fixed {
    width: calc(100% - 282px) !important;
}

/*店铺*/
.shop_main {
    margin: 20px 0;
}

.shop_main .shop_details {
    width: 778px;
    height: 138px;
    float: left;
    border: 1px solid #e8e8e8;
    padding: 30px;
    background: #fff;
}

.shop_main .panel {
    width: 340px;
    float: right;
}

.shop_main .panel .notice {
    padding:20px;
    height: 89px;
    overflow: hidden;
    line-height:20px;
    background: #fff;
    color: #666;
}

.shop_details .logo {
    width: 130px;
    height: 130px;
    margin-top: 5px;
    float: right;
    background: #fafafa url(/assets/img/shop.png) no-repeat center;
    background-size: 100% 100%;
}

.shop_details ul {
    width: 620px;
    float: left;
    line-height: 34px;
    color: #666;
}

.shop_details ul em {
    display: inline-block;
    width: 300px;
}

.shop_details ul h6 {
    font-size: 22px;
    color: #333;
}

.shop_details ul h6 a {
    color: #666;
    margin-left: 10px;
    font-size: 14px;
}

.shop_details ul h6 a.iconxingbiao {
    color:#fe7300;
}

.shop_details ul li span {
    font-weight: 700;
    margin-right: 20px;
}

input[type=number].bid_price {
    width: 60px;
}

/*批量解析结果*/
.batch_operation_result {
    padding: 20px;
}

.batch_operation_result .title {
    padding: 20px 0 20px 100px;
}

.batch_operation_result .title .iconfont {
    font-size: 20px;
    vertical-align: middle;
}

.batch_operation_result .success {
    background: #f0fbeb;
    border: 1px solid #e9f4e4;
}

.batch_operation_result .fail {
    background: #fff0f3;
    border: 1px solid #f3dce4;
}

.batch_operation_result > div + div {
    margin-top: 10px;
}

.batch_operation_result dl {
    margin-left: 125px;
    margin-bottom: 10px;
}

.batch_operation_result dl dt {
    margin-bottom: 10px;
}

.batch_operation_result dl dd {
    line-height: 24px;
    text-indent: 5em;
}

/*首页查询推荐*/
.search_commend_table tr td:first-child {
    padding-left: 40px;
}

.search_commend_table tr td:nth-child(2) {
    text-align: right;
    padding-right: 20px;
}

.search_commend_table tr td:last-child {
    width: 100px;
}

.index_search_result {
    width:100%;
    border: 1px solid #f9cfac;
    background: #fff8f5;
}

.index_search_result tr td:first-child {
    padding-left: 20px;
}

.index_search_result tr td:nth-child(2) {
    padding-right: 20px;
    text-align: right;
}

.index_search_result tr td:last-child {
    width: 100px;

}

.index_search_result td {
    height: 58px;

}

.bubble {
    position: relative;
    display: inline-block;
    padding: 5px;
    min-width: 48px;
    text-align: center;
    border: 1px solid transparent;
    margin-left: 20px;
    font-size: 12px;
    box-sizing: border-box;
}

.bubble:after {
    position: absolute;
    left: -5px;
    top: 8px;
    width: 7px;
    height: 7px;
    content: '';
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bubble.blue {
    border-color: #3873e9;
    color: #3873e9;
    background: #f1f6ff;
}

.bubble.blue:after {
    border-color: #3873e9;
    background: #f1f6ff;
}

.bubble.green {
    border-color: #1e8a37;
    color: #1e8a37;
    background: #ebfff0;
}

.bubble.green:after {
    border-color: #1e8a37;
    background: #ebfff0;
}

.bubble.orange {
    border-color: #fe7300;
    color: #fe7300;
    background: #fff8f5;
}

.bubble.orange:after {
    border-color: #fe7300;
    background: #fff8f5;
}

.coupon_list li {
    float: left;
    position: relative;
    background: #fff;
    width: 260px;
    height: 60px;
    padding: 30px;
    border-radius: 5px;
    margin: 40px 30px 0 0;
    z-index:99;
}

.coupon_list li .inner {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 30px 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 99;
    border: 1px solid #f2f2f2;
}

.coupon_list li:after {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    z-index: 10;
}

.coupon_list li:before {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    z-index: 8;
    box-shadow: 2px -2px 10px 1px rgba(0,0,0,.05);
}

.coupon_list li:after,
.coupon_list li:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    content: '';
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    background: #fff;
}

.coupon_list li .price {
    width: 90px;
    padding-right: 15px;
    text-align: right;
    float: left;
    color: #fe7300;
    padding-top: 10px;
}

.coupon_list li .count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fe7300;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    z-index: 999;
}

.coupon_list li .price span {
    font-size: 40px;
}

.coupon_list li dl {
    float: left;
    padding-left: 15px;
    border-left: 1px dashed #f2f2f2;
    line-height: 20px;
    width: 197px;
}

.coupon_list li dl dt {
    font-size: 16px;
    line-height: 24px;
}

.coupon_list li dl dd {
    color: #999;
}

.coupon_list li .bg {
    position: absolute;
    right: 145px;
    top: 0;
    z-index:9999;
}

.coupon_list li.expired .bg .iconfont {
    color: #ccc;
}

.coupon_list li.expired .count {
    background: #ccc;
}

.coupon_list li.expired .price,
.coupon_list li.expired {
    color: #999;
}

.coupon_list li .bg .iconfont {
    font-size: 94px;
    color: #fe7300;
}

/*店铺排行*/
.shop_top {
    width: 1198px;
    border: 1px solid #e8e8e8;
    margin: 20px auto 0;
    background: #fff;
}

.shop_top ul {
    margin-top: 20px;
    border-bottom:  1px solid #e8e8e8;
    line-height: 60px;
    text-align: center;
}

.shop_top ul li {
    display: inline-block;
}

.shop_top ul li a {
    display: inline-block;
    padding: 0 20px;
    color: #666;
    font-size: 18px;
    border-bottom: 2px solid transparent;
}

.shop_top ul li.active a {
    border-color: #fe7300;
    color: #333;
}

.shop_top table {
    margin: 20px;
    width: 1158px;
}

.shop_top table img {
    width: 60px;
    height: 60px;
    margin: 5px 0;
}

.shop_top table .iconfont {
    font-size: 30px;
}

/*积分商城*/
.credit_main {
    background: #fff;
    padding: 20px 40px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.credit_main dt {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #ffdcc5;
    border-radius: 50%;
    text-align: center;
    margin-right: 30px;
}

.credit_main dd {
    line-height: 32px;
}

.credit_main dt .iconfont {
    font-size: 36px;
    color: #fe7300;
}

.credit_list {
    background: #fff;
}

.credit_list ul {
    padding-left: 21px;
    padding-top: 20px;
    overflow: hidden;
}

.credit_list li img {
    width: 100%;
    height: 272px;
    background: #fafafa;
}

.credit_list li:hover {
    transform: translateY(-6px);
    box-shadow: 0 5px 10px 0 #e8e8e8;
}

.credit_list li {
    float: left;
    margin: 0 20px 20px 0;
    width: 272px;
    transition: all .3s;
    border: 1px solid #e8e8e8;
}

.credit_list li > a {
    color: #333;
}

.credit_list li div {
    border-top: none;
    line-height: 30px;
    padding: 5px 20px 15px;
}

.credit_exchange_detail {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 20px;
}

.credit_exchange_detail .pic {
    float: left;
    margin-right: 100px;
}

.credit_exchange_detail dl {
    line-height: 50px;
    padding-top: 15px;
}

.credit_exchange_detail dl dt {
    font-size: 18px;
}

.credit_exchange_detail dd em {
    position: relative;
    padding: 4px 15px;
    line-height: normal;
    border: 1px solid #e8e8e8;
    display: inline-block;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    color: #666;
    overflow: hidden;
    vertical-align: middle;
}

.credit_exchange_detail dd em:hover {
    color: #fe7300;
    border-color: #fe7300;
}

.credit_exchange_detail dd em.active {
    color: #fe7300;
    border-color: #fe7300;
}

.credit_exchange_detail ul li.active:after,
.credit_exchange_detail dd em.active:after {
    content: "\e60e";
    position: absolute;
    right: -1px;
    bottom: -1px;
    color: #fe7300;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.credit_exchange_detail .count_select {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    border: 1px solid #e8e8e8;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-radius: 3px;
}

.credit_exchange_detail .count_select i {
    display: inline-block;
    width: 30px;
    float: left;
    cursor: pointer;
    font-size: 18px;
}

.credit_exchange_detail .count_select i.disabled {
    cursor: no-drop;
    background-color: #F2F2F2;
}

.credit_exchange_detail .count_select i:first-child {
    border-right: 1px solid #e8e8e8;
}

.credit_exchange_detail .count_select i:last-child {
    border-left: 1px solid #e8e8e8;
}

.credit_exchange_detail .count_select input {
    border: none;
    float: left;
    width: 50px;
    padding: 0;
    text-align: center;
}

.credit_exchange_detail .title {
    margin-top: 30px;
    line-height: 40px;
    background: url(/assets/img/icon59.png) no-repeat left center;
    background-size: 2px 14px;
    padding-left: 10px;
}

.credit_exchange_detail .address_list li {
    position: relative;
    border: 2px solid #e8e8e8;
    padding: 15px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.credit_exchange_detail .address_list li:hover {
    border-color: #fe7300;
}

.credit_exchange_detail .address_list li.active {
    border-color: #fe7300;
}

.credit_exchange_detail .address_list li strong {
    display: inline-block;
    min-width: 50px;
    margin-right: 10px;
}

.credit_exchange_detail .total_count {
    margin: 30px 0 0;
    text-align: right;
}

.credit_exchange_detail .total_count div {
    background: #fafafa;
    padding: 10px 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

/*积分预测*/
.guess_main {
    padding: 20px 0 20px 40px;
}

.guess_main dl {
    float: left;
    width: 50%;
}

.guess_main div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    line-height: 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #e8e8e8;
}

.guess_main div h5 {
    font-size: 16px;
}

.guess_domain_list li {
    float: left;
    margin-top: 20px;
    transition: transform .3s;
}

.guess_domain_list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px 0 #e8e8e8;
}

.guess_domain_list li:nth-child(even) {
    margin-left: 20px;
}

.guess_domain_list li a {
    display: block;
    width: 569px;
    border: 1px solid #e8e8e8;
    color: #999;
    padding: 15px 15px 15px 100px;
    box-sizing: border-box;
    background: url("/assets/img/guess-ico.png") no-repeat 20px center;
    background-size: 60px;
}

.guess_domain_list li a.over {
    background: url("/assets/img/guess-ico2.png") no-repeat 20px center;
    background-size: 60px;
}

.guess_domain_list li a.over dt .iconfont {
    color: #9996;
}

.guess_domain_list li .text_orange {
    font-size: 20px;
    font-weight: 700;
}

.guess_domain_list li .domain {
    font-size: 18px;
    color: #333;
}

.guess_domain_list li dl {
    position: relative;
}

.guess_domain_list li dt {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 10;
}

.guess_domain_list li dt .iconycy {
    color: #fe7300;
}

.guess_domain_list li dt .iconyjs {
    color: #9996;
}

.guess_domain_list li dt .iconfont {
    font-size: 80px;
}

.guess_domain_list li dl dd {
    overflow: hidden;
}

.guess_domain_list li dl .time {
    float: left;
    margin-top: 20px;
}

.guess_domain_list li dl .time .iconfont {
    font-size: 12px;
}

.guess_domain_list li dl dd:last-child span {
    vertical-align: bottom;
    font-size: 12px;
}

.guess_domain_info {
    border: 1px solid #e8e8e8;
    padding: 20px 20px 20px 120px;
    background: #fff url("/assets/img/guess-ico.png") no-repeat 20px center;
    background-size: 80px;
    line-height: 35px;
}

.guess_domain_info.over {
    background: #fff url("/assets/img/guess-ico2.png") no-repeat 20px center;
    background-size: 80px;
}

.guess_domain_info div {
    float: left;
    width: 43%;
    position: relative;
}

.guess_domain_info div em {
    position: absolute;
    right: 20px;
    top: 30px;
}

.guess_domain_info div em .iconfont {
    font-size: 100px;
}

.guess_domain_info div em .iconyjs {
    color: #9996;
}

.guess_domain_info ul {
    float: left;
}

/*店铺推荐*/
.shop_recommend_list {
    background: #fff;
    height: 102px;
    overflow: hidden;
}

.shop_recommend_list li {
    float: left;
    width: 200px;
    box-sizing: border-box;
    border-right: 1px solid #e8e8e8;
    padding: 15px 20px;
    line-height: 24px;
}

.shop_recommend_list li:hover {
    background: #f7fcff;
}

.shop_recommend_list li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    line-height: 24px;
}

.shop_recommend_list li .domain {
    color: #0070cc;
    font-size: 18px;
}

.shop_recommend_list li a {
    display: block;
    color: #999;
    transition: transform .25s;
}

/*经纪*/
.escrow_order_info {
    padding: 20px;
    line-height: 30px;
    background: #fbfbfb;
    border-bottom: 1px solid #e8e8e8;
}

.escrow_order_info.confirm li {
    width: auto;
    float: none;
}

.escrow_order_info li {
    width: 50%;
    float: left;
}

.escrow_order_info .classify {
    display: inline-block;
    width: 130px;
    font-weight: 700;
    text-align: right;
    margin-right: 20px;
}

.escrow_progress {
    background: #fbfbfb;
    padding: 20px 30px;
    line-height: 24px;
}

.escrow_progress p {
    color: #999;
    padding-left: 10px;
}

.escrow_progress li {
    padding:0 0 10px 10px;
}

.escrow_progress li.active h6 {
    color: #fe7300;
}

.escrow_progress li.active h6:after {
    background: #fe7300;
}

.escrow_progress li h6 {
    position: relative;
}

.escrow_progress li h6:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 8px;
}

.escrow_progress li h6:before {
    content: '';
    width: 1px;
    height: 60px;
    background: #e8e8e8;
    position: absolute;
    left: -11px;
    top: 10px;
}

.escrow_progress li:last-child h6:before {
    display: none;
}

.escrow_progress li:last-child {
    padding-bottom: 0;
}

/*工单*/
.feedback_dialog .inner div span {
    display: inline-block;
    width: 70px;
    height: 50px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
}

.feedback_dialog .inner div span img {
    width: 100%;
    height: 100%;
}

.feedback_dialog {
    padding: 30px;
    background: #fbfbfb;
}

.feedback_dialog li {
    overflow: hidden;
    line-height: 24px;
}

.feedback_dialog .pic {
    float: left;
    text-align: center;
}

.feedback_dialog .pic h4 {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fe7300;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 5px;
}

.feedback_dialog .pic .iconfont {
    font-size: 40px;
}

.feedback_dialog li + li {
    margin-top: 30px;
}

.feedback_dialog .inner {
    padding-left: 82px;
}

.feedback_dialog .inner h5 {
    margin-bottom: 10px;
}

.feedback_dialog .service h5 {
    color: #fe7300;
}

.feedback_dialog .inner div {
    margin-bottom: 10px;
}

.feedback_dialog .inner p {
    color: #999;
    font-size: 12px;
}

.domain_selection_index {
    overflow: hidden;
}

.domain_selection_index .title {
    overflow: hidden;
    line-height: 70px;
    padding: 0 0 0 15px;
    font-size: 22px;
    background: url(/assets/img/icon59.png) no-repeat left center;
}

.domain_selection_index .title .more {
    float: right;
    font-size: 14px;
}

.domain_selection_index ul {
    margin: 0 -20px -20px 0;
    overflow: hidden;
}

.domain_selection_index ul li {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    width: 285px;
}

.domain_selection_index ul li:hover {
    border-color: #fe7300;
}

.domain_selection_index ul li a {
    display: block;
    background: #fff;
    padding: 10px 20px;
    height: 110px;
    line-height: 30px;
    color: #fe7300;
}

.domain_selection_index ul li h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 50px;
}

.domain_selection_index ul li p {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.domain_selection_index ul li h6 {
    font-size: 20px;
}

.domain_selection_index ul li.best {
    position: relative;
}

.domain_selection_index ul li.best:after {
    content: "极品";
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 12px;
    color: #fff;
    background-image: linear-gradient(to right,#FFA670, #FC8763);
    border-radius: 18px 0 18px 18px;
}

.table_style.selection_list {
    font-size: 16px;
}

.table_style.selection_list em {
    font-style: italic;
}

.table_style.selection_list th {
    height: 60px;
}

.table_style.selection_list tbody td {
    height: 70px;
}

.table_style.selection_list tfoot td {
    height: 50px;
}

.table_style.selection_list tbody td:first-child {
    position: relative;
}

.table_style.selection_list tbody td:first-child i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    background-image: linear-gradient(to right,#FFA670, #FC8763);
    border-radius: 0 18px 18px 18px;
}

.selection_domain_detail {
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 20px;
}

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

.selection_domain_detail .detail .best {
    padding: 5px 15px;
    color: #fff;
    background-image: linear-gradient(to right,#FFA670, #FC8763);
    border-radius: 5px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
    line-height: normal;
}

.selection_domain_detail .detail a:hover {
    color: #fe7300;
}

.selection_domain_detail .desc {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.selection_domain_detail .desc .price {
    width: 290px;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #fe7300;
}

.selection_domain_detail .desc .text {
    display: inline-block;
    width: 100%;
    background: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
    line-height: 18px;
    color: #999;
    text-align: left;
}

.selection_domain_detail .desc .inner {
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    text-align: right;
}

.selection_domain_detail .desc .text span {
    color: #666;
}

.selection_domain_deal {
    padding: 0 20px 40px;
}

.selection_domain_deal .text {
    line-height: 22px;
}

.selection_domain_deal .title h6 {
    line-height: 24px;
}

.selection_domain_deal .title {
    margin: 35px 0;
    font-size: 18px;
    text-align: center;
    line-height: 0;
}

.selection_domain_deal .title p {
    display: inline-block;
    width: 130px;
    height: 2px;
    background: #fe7300;
}

.selection_domain_deal .title span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #fe7300;
}

.selection_domain_deal ul {
    color: #fe7300;
    text-align: center;
    overflow: hidden;
    margin-top: 64px;
}

.selection_domain_deal ul li {
    position: relative;
    float: left;
    width: 150px;
    height: 150px;
    border: 1px dashed #fe7300;
    border-radius: 50%;
    margin-right: 66px;
    box-sizing: border-box;
    padding-top: 28px;
}

.selection_domain_deal ul li:last-child {
    margin-right: 0;
}

.selection_domain_deal ul li .iconfont {
    font-size: 66px;
}

.selection_domain_deal ul li p {
    margin-top: 14px;
}

.selection_domain_deal ul li em {
    position: absolute;
    left: 15px;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fe7300;
    border-radius: 50%;
    background: #fff;
}

.recommend_broker {
    padding: 20px 40px 10px;
    color: #fe7300;
}

.recommend_broker dt {
    text-align: center;
}

.recommend_broker dt .pic {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.recommend_broker dt .pic img {
    width: 100%;
    height: 100%;
}

.recommend_broker dt p {
    margin-top: 20px;
    font-size: 18px;
}

.recommend_broker dd {
    position: relative;
    line-height: 40px;
    margin: 20px 0;
    border: 1px solid #fe7300;
    border-radius: 3px;
    padding-left: 20px;
}

.recommend_broker dd span {
    margin-left: 20px;
}

.recommend_broker dd .iconfont {
    font-size: 18px;
}

.recommend_broker dd em {
    display: none;
    position: absolute;
    left: 120px;
    bottom: 40px;
    padding: 8px;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
}

.recommend_broker dd em img {
    width: 80px;
    height: 80px;
}

.recommend_broker dd em:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 20px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: rgba(0,0,0,.5);
}

.recommend_broker dd:hover em {
    display: block;
}

/*站内信*/
.account_message_list .message_content {
    height: auto;
    display: none;
}

.account_message_list .message_content td {
    padding: 20px;
}

.account_message_list .message_content div {
    text-indent: 2em;
    line-height: 22px;
}

/*域名历史*/
.domain_history_wrap {
    width: 1200px;
    margin: 20px auto 0;
    background: #fff;
}

.domain_history_map {
    display: flex;
}

.domain_history_map li {
    flex: 1;
    cursor: pointer;
}

.domain_history_map li div {
    display: flex;
    align-items: flex-end;
    height: 80px;
    background: #f9f9f9;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.domain_history_map li div span {
    flex: 1;
    background: #000;
}

.domain_history_map li div:hover {
    background: #fff;
}

.domain_history_map li p {
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}

/*购物车*/
.cart_list {
    margin-bottom: 20px;
}

.cart_list .title {
    line-height: 50px;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    color: #fe7300;
    background: #fff;
}

.cart_list select {
    width: 100px;
}

.cart_progress_bar {
    border: 1px solid #e8e8e8;
    background: #fafafa;
    color: #666;
    overflow: hidden;
}

.cart_progress_bar li.active {
    color: #fff;
    background: #fe7300;
}

.cart_progress_bar li.active em {
    background: #fff;
    color: #fe7300;
}

.cart_progress_bar li.active:not(:last-child):after {
    position: absolute;
    right: -16px;
    top: 6px;
    content: "";
    width: 32px;
    height: 33px;
    background: #fe7300;
    transform: rotate(45deg);
    z-index: 10;
}

.cart_progress_bar li {
    float: left;
    position: relative;
    width: 33%;
    line-height: 46px;
    background: #fafafa;
    padding-left: 50px;
    box-sizing: border-box;
}

.cart_progress_bar li:last-child {
    width: 34%;
}

.cart_progress_bar li em {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    background: #999;
    color: #fff;
}

.cart_balance_bar {
    width: 1200px !important;
    border: 1px solid #e8e8e8;
    background: #fff;
    line-height: 32px;
    box-sizing: border-box;
}

.cart_balance_bar .inner {
    padding: 14px 20px;
}

.cart_balance_bar .coupon_block {
    background: linear-gradient(to right, #ff6500, #f7241c);
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    padding: 2px 4px;
    margin-right: 5px;
}

.cart_empty {
    background: #fff;
    text-align: center;
    padding: 150px 0;
    color: #fe7300;
}

.cart_empty .iconfont {
    font-size: 100px;
}

.cart_empty p {
    margin-top: 40px;
}

/*域名注册*/
.domain_check_index {
    width: 100%;
    height: 400px;
    color: #fff;
    text-align: center;
    background: url("/assets/img/whois_bg.jpg") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.domain_check_index .inner {
    width: 800px;
    margin: 0 auto;
}

.domain_check_index h2 {
    font-size: 46px;
    padding-top: 100px;
    letter-spacing: 5px;
}

.domain_check_index h6 {
    margin: 20px 50px;
}

.domain_check_index .domain_check_box {
    text-align: left;
}

.domain_check_index a {
    color: #fff;
}

.domain_check_index  p {
    text-align: left;
}

.domain_check_index .domain_check_box {
    width: 800px;
    margin: 50px 0 20px;
}

.domain_check_box [type="text"] {
    width: 500px;
    height: 16px;
    line-height: 16px;
    padding: 20px;
    border: none;
    float: left;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.domain_check_box .suffix_list {
    float: left;
    position: relative;
    width: 100px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}

.domain_check_box .suffix_list h5 {
    position: relative;
    line-height: 56px;
    padding-left: 10px;
}

.domain_check_box .suffix_list h5 i {
    position: absolute;
    right: 10px;
    top: 0;
}

.domain_check_box .suffix_list ul {
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    background: #fff;
    padding: 0 0 5px;
    border-top: 2px solid #fafafa;
}

.domain_check_box .suffix_list ul li {
    padding-left: 10px;
    line-height: 34px;
}

.domain_check_box .suffix_list ul li:hover {
    background: #e8e8e8;
}

.domain_check_box [type="submit"] {
    float: left;
    width: 160px;
    height: 56px;
    font-size: 16px;
    text-align: center;
    background: #fe7300;
    color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    opacity: 0.9;
}

.domain_check_box [type="submit"]:hover {
    opacity: 1;
}

/*idc*/
.idc_banner {
    width: 100%;
    height: 320px;
    background: url("/assets/img/idc.jpg") repeat-x 50% 0;
    color: #fff;
}
.idc_banner > div {
    width: 800px;
    margin: 0 auto;
}
.idc_banner h5 {
    font-size: 30px;
    line-height: 120px;
}
.idc_banner p {
    line-height: 30px;
}
.idc_banner a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 40px;
}
.idc_function h6 {
    font-size: 20px;
    text-align: center;
    line-height: 100px;
}
.idc_function ul {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 200px;
    line-height: 50px;
}
.idc_function em {
    font-weight: 700;
}
.idc_function li {
    position: relative;
}
.idc_function li:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fe7300;
    content: '';
    position: absolute;
    left: -14px;
    top: 22px;
}
.idc_demand {
    width: 1200px;
    margin: 40px auto;
    background: #fff;
    padding-bottom: 1px;
}
.idc_demand h6 {
    text-align: center;
    line-height: 100px;
    font-size: 20px;
}
.idc_demand textarea {
    width: 800px;
    height: 150px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    border-color: #e8e8e8;
    padding: 10px 20px;
    line-height: 24px;
}
.idc_demand .submitButton {
    display: block;
    width: 150px;
    height: 40px;
    margin: 20px auto;
    border: 1px solid #fe7300;
    color: #fe7300;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.batch_book_confirm {
    padding: 0 20px 20px;
}

.batch_book_confirm .title {
    line-height: 50px;
    font-size: 16px;
}

.batch_book_confirm .book_content {
    background: #f7f7f7;
    padding: 20px 20px 10px;
}

.batch_book_confirm dl {
    margin-right: -20px;
}

.batch_book_confirm dl dd.active {
    background: #fff1e5;
    border-color: #fe7300;
}

.batch_book_confirm dl dd.active .iconcheck {
    color: #fe7300;
}

.batch_book_confirm dl dd {
    background: #fff;
    float: left;
    position: relative;
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
    line-height: 24px;
    border-radius: 3px;
    min-width: 232px;
    margin-right: 20px;
    cursor: pointer;
    word-break: break-all;
}

.batch_book_confirm dl dd .iconcheck {
    position: absolute;
    right: -1px;
    bottom: -1px;
    color: #e8e8e8;
    font-size: 22px;
}

.batch_book_confirm dl dd .tips_box {
    position: absolute;
    right: 10px;
    top: 10px;
}

.batch_book_confirm dl dd .tips_box .iconfont {
    font-size: 14px;
    color: #999;
}

.batch_book_confirm .select_panel {
    line-height: 50px;
}

.batch_book_confirm ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
    color: #666;
    cursor: pointer;
    line-height: 30px;
    padding: 0 10px;
}

.batch_book_confirm ul li.active {
    background: #fff1e5;
    color: #fe7300;
}

.batch_book_submit {
    width: 1158px;
    border: 1px solid #e8e8e8;
    line-height: 32px;
    padding: 10px 20px;
    background: #fff;
    overflow: hidden;
}

.edit_hide {
    display: none;
}

/*周年活动*/
.header_activity_banner a {
    display: block;
    width: 100%;
    height: 60px;
    background: url("/assets/img/header-banner.jpg") repeat-x 50% center;
}

.redBg {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 999;
}

.redBg .close_btn {
    position: absolute;
    right: 5px;
    top: -10px;
    color: #999;
    cursor: pointer;
}

.redBg .close_btn .iconfont {
    font-size: 24px;
}

#loginBtn {
    background: #f60 !important;
    border-color: #f60 !important;
    color: #fff !important;
}
.protect_type_select {
    display: inline-block;
    vertical-align: middle;
}
.protect_type_select > div {
    position: relative;
    display: inline-flex;
    width: 280px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding-left: 20px;
    height: 80px;
    align-items: center;
    color: #999;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
}
.protect_type_select > div.active {
    border-color: #fe7300;
    color: #fe7300;
}
.protect_type_select > div.active .iconcheck {
    display: block;
}
.protect_type_select > div.disabled {
    cursor: not-allowed;
    background: #fafafa;
}
.protect_type_select .iconfont {
    font-size: 36px;
    margin-right: 20px;
}
.protect_type_select p {
    margin: 10px 0;
}
.protect_type_select .iconcheck {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px;
    margin-right: 0;
}

/*列设置*/
.colspan_set_container {
    position: relative;
    float: right;
    margin-right: 20px;
    color: #333;
}
.colspan_set_container div {
    display: none;
    position: absolute;
    width: 200px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: rgba(51, 51, 51, 0.2) 0px 1px 12px 0px;
    z-index: 10;
}
.colspan_set_container h5 {
    padding-left: 20px;
    border-bottom: 1px solid #e8e8e8;
    background: #fafafa;
}
.colspan_set_container ul {
    padding-top: 5px;
}
.colspan_set_container ul li {
    font-size: 12px;
    padding-left: 20px;
    line-height: 26px;
}
.colspan_set_container p {
    padding: 10px 0;
    text-align: center;
}

/*积分竞价*/
.my_credit_bidding {
    margin-bottom: 30px;
}

.my_credit_bidding ol li {
    float: left;
    line-height: 40px;
    margin-bottom: 10px;
    margin-right: 20px;
    cursor: pointer;
}

.my_credit_bidding ol li.active {
    color: #fe7300;
}

.my_credit_bidding ul {
    display: none;
}

.my_credit_bidding ul li {
    position: relative;
    float: left;
    width: 16%;
    height: 100px;
    margin-right: .8%;
    font-size: 12px;
}

.my_credit_bidding ul li:last-child {
    margin-right: 0;
}

.my_credit_bidding ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    color: #666;
}

.my_credit_bidding ul li a span {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.my_credit_bidding ul li a i {
    font-size: 40px;
    line-height: 100px;
    color: #d5d5d5;
}

.my_credit_bidding ul li > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #099802;
    text-align: center;
    background-color: rgba(255,255,255,.4);
}

.my_credit_bidding ul li > div input {
    margin: 35px 0 0;
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 14px;
}

.my_credit_bidding .upload_btn {
    padding: 6px 0;
    display: inline-block;
    width: 60px;
    color: #fff;
    background-color: #fe7300;
    border-radius: 2px;
    cursor: pointer;
}

.my_credit_bidding .index_style ul {
    margin-right: -10px;
}

.my_credit_bidding .index_style li {
    margin-bottom: 10px;
    width: 19.2%;
}

.my_credit_bidding .index_style li a {
    box-sizing: border-box;
}

/*一起易拍*/
.yp_desc {
    background: #fff;
    padding: 20px 0;
}
.yp_desc dl {
    line-height: 40px;
}
.yp_desc dt {
    font-size: 24px;
    line-height: 80px;
    color: #fe7300;
}
.yp_desc dd div {
    width: 390px;
    display: inline-block;
    color: #666;
}
.yp_desc dd .iconfont {
    color: #fe7300;
}
.yp_desc dd:last-child {
    margin-top: 20px;
}
.yp_lc {
    margin-bottom: 80px;
}
.yp_lc .inner {
    position: relative;
    width: 200px;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    line-height: 24px;
}
.yp_lc .iconfont {
    font-size: 50px;
    padding: 60px 0 16px;
    color: #fe7300;
    background-image:-webkit-linear-gradient(top,#fe7300 60%,#fe730033);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.yp_lc h5 {
    color: #fe7300;
    padding: 20px 0 30px;
    font-size: 16px;
}
.yp_lc li p {
    color: #999;
}
.yp_lc .box_shadow,
.yp_lc .box_shadow .inner em,
.yp_lc .box_shadow .inner:before,
.yp_lc .box_shadow .inner:after
{
    transition: all .3s ease-in-out;
}
.yp_lc .box_shadow:hover {
    transform: translateY(-4px);
}
.yp_lc .box_shadow:hover .inner:before {
    top: 156px;
}
.yp_lc .box_shadow:hover .inner em,
.yp_lc .box_shadow:hover .inner:after {
    top: 153px;
}
.yp_lc ul li:nth-child(3):hover .inner em {
    top: 162px;
}
.yp_lc .inner em {
    position: absolute;
    right: -103px;
    top: 149px;
    color: #fe7300;
    margin-top: -9px;
}
.yp_lc .inner:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 149px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #fe7300;
    background: #fff;
}
.yp_lc .inner:before {
    content: '';
    position: absolute;
    top: 152px;
    right: -100px;
    width: 100px;
    height: 1px;
    background: #fe7300;
}
.yp_lc ul li:last-child {
    margin-right: 0;
    line-height: 24px;
    color: #666;
}
.yp_lc ul li:nth-child(3) em {
    width: 6px;
    height: 6px;
    border: 1px solid #fe7300;
    background: #f7f7f7;
    transform: rotate(45deg);
    border-top: none;
    border-right: none;
    top: 158px;
    left: 296px;
    z-index: 10;
}
.yp_lc ul li:last-child h5 {
    padding: 20px 0;
}
.yp_lc ul li:last-child div {
    position: relative;
    width: 200px;
    height: 135px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    box-sizing: border-box;
    padding: 0 10px;
}
.yp_lc ul li:last-child div em {
    color: #fe7300;
    position: absolute;
    left: -10px;
    top: 54px;
    transition: all .3s ease-in-out;
}
.yp_lc ul li:last-child div:hover em {
    top: 58px;
}
.yp_lc ul li:last-child div:last-child {
    margin-top: 30px;
}
.yp_lc ul li {
    float: left;
    margin-right: 100px;
    text-align: center;
}
.yp_lc .other {
    margin-right: 0;
}
.yp_lc .other div {
    position: relative;
    width: 100px;
    height: 166px;
    border: 1px solid #fe7300;
    border-right: none;
    box-sizing: border-box;
    margin-top: 67px;
    border-radius: 5px 0 0 5px;
    z-index: -1;
}
.yp_lc .other div span,
.yp_lc .other div em {
    position: absolute;
    left: -50px;
    top: 27px;
    line-height: 30px;
    background: #f7f7f7;
    display: block;
    width: auto;
    color: #999;

}
.yp_lc .other div em {
    top: 111px;
}
.yp_lc h6 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    padding: 80px 0 10px;
}
.yp_lc h6 span {
    display: inline-block;
    width: 4px;
    height: 70px;
    background: #fe7300;
    transform: rotate(90deg) translateX(-20px);
    border-radius: 5px;
}
.yp_recommend {
    background: #fff;
    padding: 50px 0;
    margin-bottom: -20px;
}
.yp_recommend h6 {
    text-align: center;
}
.yp_recommend h6 p {
    font-size: 20px;
}
.yp_recommend h6 span {
    display: inline-block;
    width: 4px;
    height: 50px;
    background: #fe7300;
    transform: rotate(90deg) translateX(-10px);
    border-radius: 5px;
}
.yp_recommend .center_container > div {
    float: left;
    width: 50%;
    padding: 0 50px;
    box-sizing: border-box;
}
.yp_recommend .more {
    text-align: center;
    line-height: 50px;
}
.yp_recommend .more a {
    color: #666;
}
.yp_recommend .more a:hover {
    color: #fe7300;
}
.yp_recommend .table_style {
    color: #666;
}
.yp_recommend .table_style tbody tr td:first-child {
    color: #333;
    width: 30%;
}
.yp_recommend .table_style tbody tr td:last-child {
    padding-right: 10px;
    text-align: right;
}
.yp_recommend .table_style .btn {
    display: none;
}
.yp_recommend .table_style tbody tr:hover span {
    display: none;
}
.yp_recommend .table_style tbody tr:hover .btn {
    display: inline-block;
}

span.copy_value {
    cursor: copy;
}