

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

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;
}

.mt10 {
    margin-top: 10px !important
}

.mb10 {
    margin-bottom: 10px
}

.mt-5 {
    margin-top: 5px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mb20 {
    margin-bottom: 20px
}

.ml-5 {
    margin-left: 5px
}

.ml-15 {
    margin-left: 15px
}

.ml-30 {
    margin-left: 30px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-100 {
    margin-right: 75pt
}

.pt-5 {
    padding-top: 5px
}

.pt-10,
.pt10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pb-10 {
    padding-bottom: 10px
}

.pb60 {
    padding-bottom: 60px
}

.pl10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pr-10 {
    padding-right: 10px
}

.font12 {
    font-size: 9pt !important
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 1pc
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font-larger {
    font-size: 24px
}

.font26 {
    font-size: 26px
}

.font30 {
    font-size: 30px
}

.font36 {
    font-size: 36px
}

.font40 {
    font-size: 40px
}

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

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

.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: #3c7fff;
    border-radius: 3px;
    color: #fff;
}

/* .btn:hover {
    opacity: 1;
    color: #fff!important;
} */

.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;
    vertical-align: bottom;
}

.fw {
    font-weight: 700;
}

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

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

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

.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;
}

.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;
}

.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;
}


/*返回顶部*/

#gotoTop {
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-image: url("../img/to-top.png");
    position: fixed;
    bottom: 10%;
    right: 2%;
    display: none;
}

#gotoTop:hover {
    background-position: -35px 0;
}

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

.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;
    white-space: nowrap;
    display: none;
    line-height: 14px;
}

.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 {
    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 {
    cursor: pointer;
}

.sort_style i {
    display: inline-block;
    width: 7px;
    height: 10px;
    margin-left: 5px;
}

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

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

.sort_style i.desc {
    background-position: 0 0;
}


/*
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 10px;
}
footer .link_container ol a {
    float: left;
    width: 138px;
    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 p {
    padding-left: 20px;
}

footer .link_container .link {
    padding: 50px 0 40px;
    border-top:1px solid #555d69;
    margin-top: 40px;
    line-height: 20px;
    color: #9fa3ab;
    text-align: center;
}
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;
}

.operation_tips {
    position: fixed;
    top: 50px;
    right: -500px;
    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;
}

@keyframes tipsAnim {
    0% {
        right: -500px;
    }
    30% {
        right: 0
    }
    60% {
        right: 0;
    }
    100% {
        right: -500px;
    }
}

@-moz-keyframes tipsAnim {
    0% {
        right: -500px;
    }
    30% {
        right: 0
    }
    60% {
        right: 0;
    }
    100% {
        right: -500px;
    }
}

@-webkit-keyframes tipsAnim {
    0% {
        right: -500px;
    }
    30% {
        right: 0
    }
    60% {
        right: 0;
    }
    100% {
        right: -500px;
    }
}

@-o-keyframes tipsAnim {
    0% {
        right: -500px;
    }
    30% {
        right: 0
    }
    60% {
        right: 0;
    }
    100% {
        right: -500px;
    }
}


/*分享*/

.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; */
    margin-right: 20px;
}

.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: 76px;
    line-height: 76px;
    border-bottom: 1px solid #e8e8e8;
}

.mainNav_container h1 {
    float: left;
    width: 170px;
    height: 63px;
    margin-top: 7px;
    /*  background: url(img/logo.png) no-repeat;
        background-size: 100%; 
        float: left;
        width: 122px;
        height: 45px;
        margin-top: 13px;
        background: url(/assets/img/logo.png) no-repeat;
        background-size: 100%;
    */
}

/* 
.mainNav_container h1 a {
    display: block;
    width: 100%;
    height: 100%;
} */

.mainNav_container h1 img{
    display: block;
    width: 100%;
    height: 100%;
}

.mainNav_container nav {
    float: left;
}

.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 10px;
    line-height: 74px;
    height: 74px;
    border-bottom: 2px 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;
}

/**新增购物车 begin**/
.nav_car {
    position: relative;
    z-index: 9999;
    margin-right: 20px;
}

.nav_car a.icon-cart {
    color: #f60;
    font-size: 18px;
}

.nav_car .car_num {
    position: absolute;
	left: 13px;
	top: 19px;
	min-width: 15px;
	height: 16px;
	background-color: #E8001C;
	color: #fff;
	line-height: 14px;
	text-align: center;
	border-radius: 8px;
	font-size: 12px;
}

.car_box {
	display: none;
	opacity: 0;
	position: absolute;
	top: 120px;
	width: 728px;
	height: 481px;
	background: #fff;
	box-shadow: 0px 10px 36px 0px rgba(5, 17, 71, 0.2);
	border-radius: 3px;
	left: 50%;
	transform: translateX(-64%);
	-webkit-transform: translateX(-64%);
}
.car_box .tabBox .tabItem{
    min-height: 368px;
    margin-top: 2px;
}
.car_box .tabBox .tabItem .xd_1{
    width: 240px;
    height: 82px;
    margin: 119px auto 0;
    background: none !important;
}
.car_box .tabBox .tabItem .xd_2{
    text-align: center;
    color: rgba(153,153,153,1);
    font-size: 14px;width: 100%;
    margin-top: 0 !important;
    background: none !important;
}
.car_box .tabBox .tabItem .xd_3{
    margin-top: 24px !important;
}
.car_box .tabBox .tabItem .showNoData{
    width: 252px;
    height: 82px;
    margin: -230px auto 0;
    display: none;
}
.car_box .tabBox .tabItem .showNoData>img{
    width: 100%;
}
.car_box .tabBox .tabItem .showNoData>p{
    font-size: 14px;
    color:rgba(153,153,153,1);
    text-align: center;
}
.car_box .drop_sj {
	position: absolute;
	width: 13px;
	height: 6px;
	background-image: url(img/drop_sj.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.car_box .car_nav {
	width: 100%;
	height: 52px;
	padding-left: 20px;
	border-bottom: 1px solid #EFEFEF;
}

.car_box .car_nav li {
	display: list-item;
	float: left;
	margin-right: 35px;
	position: relative;
	line-height: 49px;
	font-weight: bold;
	color: #040F43;
	font-size: 14px;
	cursor: pointer;
}

.car_box .car_nav li a {
	font-size: 14px;
	color: #333;
	line-height: 14px;
	display: block;
	line-height: 51px;
}

.car_box .car_nav .active a {
	color: #f60;
}

.car_box .car_nav .active:after {
	position: absolute;
	content: '';
	width: 30px;
	height: 3px;
	background: #3464FF;
	left: 0;
	right: 0;
	bottom: -1px;
	margin: auto;
}

.car_box .carYm_ul {
	width: 100%;
}

.car_box .carYm_ul .carYm_li {
	width: 94%;
	height: 46px;
	padding: 0 20px;
}

.car_box .carYm_ul .carYm_li .carYm_lison {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #E5E5E5;
}

.car_box .carYm_ul .carYm_li .carYm_lison .carYm_name {
	font-size: 12px;
	color: #121212;
	font-weight: bold;
	line-height: 45px;
	margin-left: 10px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.car_box .carYm_ul .carYm_li .carYm_lison .carYm_pric {
	color: #E8001C;
	font-weight: bold;
}

.car_box .carYm_ul .carYm_li .carYm_lison .carYm_pric b {
	color: #E8001C;
	font-weight: bold;
}

.car_box .carYm_ul .carYm_li:hover {
	background-color: #F2F5FF;
}

.car_box .carYm_ul .carYm_li:hover .carYm_name {
	color: #f60;
}

.car_box .carYm_ul::-webkit-scrollbar {
	width: 3px;
	height: 5px;
	transition: 0.3s background;
}

.car_box .car_foot {
	width: 94%;
	height: 53px;
	line-height: 53px;
	padding: 0 20px;
}

.car_box .car_foot .car_foot_l .checkAll {
	cursor: pointer;
}

.car_box .car_foot .car_foot_l b {
	color: #121212;
	font-size: 12px;
	margin-left: 10px;
}

.car_box .car_foot .car_foot_l .carbtn_del {
	color: #f60;
	font-size: 12px;
	margin-left: 16px;
	cursor: pointer;
}

.car_box .car_foot_r span {
	color: #121212;
	font-weight: bold;
	margin-right: 20px;
}

.car_box .car_foot_r span i {
	color: #E8001C;
	font-weight: bold;
}

.car_box .car_foot_r .car_jiesuan {
	width: 80px;
	height: 30px;
	background: #f60;
	border-radius: 3px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin-top: 12px;
	transition: none !important;
}

.car_box .car_foot_r .car_jiesuan:hover {
	opacity: 0.8;
}

.car_box .car_scorll {
	max-height: 368px;
	overflow-y: scroll;
}
.xdl {
    display: block;
    width: 80px;
    height: 28px;
    background: linear-gradient(180deg, #f60 0%, #f60 64%, #f60 100%);
    color: #fff;
    margin: 0 auto;
    margin-top: 220px;
    line-height: 28px;
    font-size: 12px!important;
    text-align: center;
    border-radius: 2px;
}
.xdl:hover{
    color: #fff;
}
.currentHead{
    color: #f60 !important;
    border-bottom: 2px solid #f60;
}
.carYm_ul{
    height: 500px;
    overflow-y: scroll;
}
.loading {
    position: absolute;
    left: calc(50% - 35px);
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent;
}
.loading .effect-1,  .loading .effect-2{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left: 3px solid #f60;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loading .effect-1{
    animation: rotate 1s ease infinite;
}
.loading .effect-2{
    animation: rotateOpacity 1s ease infinite .1s;
}
.loading .effect-3{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-left: 3px solid #f60;
    -webkit-animation: rotateOpacity 1s ease infinite .2s;
    animation: rotateOpacity 1s ease infinite .2s;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.loading .effects{
    transition: all .3s ease;
}

@keyframes rotate{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotateOpacity{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: .1;
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
        opacity: 1;
    }
}
/**新增购物车 end**/

.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: 50px;
}

.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: 30px;
}

.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 td:first-child {
    text-align: right;
    overflow: visible;
    position: relative;
}

.booking_channel_select tbody tr td:first-child .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.booking_channel_select tbody tr td:first-child .icon .iconfont {
    font-size: 38px;
}

.booking_channel_select tbody tr.active {
    background: #fff1e5;
}

.booking_channel_select tbody tr {
    color: #666;
}

.batch_book_result {
    background: #fff;
    padding: 0 20px 20px;
}

.batch_book_result .title {
    line-height: 70px;
}

.batch_book_result .title span {
    margin-right: 20px;
}

.batch_book_result .title .iconfont {
    font-size: 22px;
    vertical-align: top;
}

.batch_book_result .table_wrap {
    border: 1px solid #ffd5b2;
    max-height: 550px;
    overflow-y: scroll;
}

.batch_book_result table {
    width: 100%;
}

.batch_book_result table td {
    background: #fff8f2;
    height: 49px;
}

.batch_book_result table tr:not(:last-child) td {
    border-bottom: 1px solid #ffead9;
}

.batch_book_result table td:first-child {
    padding-left: 30px;
    width: 60%;
}

.mainResult {
    line-height: 40px;
    color: #999;
    padding-left: 20px;
}

.login_container .switch_type {
    border-bottom: 1px solid #e1e2e2;
    font-size: 24px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 85px;
}

.login_container .switch_type a {
    color: #999;
    display: inline-block;
    padding: 0 44px;
    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: 670px;
    margin: 0 auto;
    border-radius: 5px;
    background: #fff;
}

.login_container .box {
    width: 380px;
    margin-left: 200px;
}

.login_container .box .inner_title {
    padding: 40px 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: 245px;
    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: 61px;
    width: 260px;
    z-index: 15;
    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%;
    height: 52px;
    float: left;
    padding-left: 26px;
    box-sizing: border-box;
    line-height: 52px;
    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;
}

.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;
}

.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;
}

.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 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 dd.active a {
    color: #fe7300;
}

.main_slidebar ul dd.active a,
.main_slidebar ul dd:hover a {
    background: #f7f7f7;
}

.main_slidebar ul li em .iconfont {
    font-size: 12px;
}

.main_slidebar ul li em {
    position: absolute;
    right: 20px;
    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 em {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main_slidebar ul li dl {
    display: none;
}

.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;
    /*-webkit-transition: transform .2s;*/
    /*-moz-transition: transform .2s;*/
    /*-ms-transition: transform .2s;*/
    /*-o-transition: transform .2s;*/
    /*transition: transform .2s;*/
}

.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;
}

.user_center {
    color: #666;
    margin-top: 20px;
}

.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 .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: 50%;
}

.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 20px;
    overflow: hidden;
    line-height: 20px;
}

.user_center .money ul dt {
    float: left;
    width: 30px;
    height: 30px;
    background: #fe7300;
    text-align: center;
    line-height: 28px;
    color: #fe7300;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 2px;
}

.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 {
    padding: 20px 10px;
}

.user_center .booking_domain .title {
    padding-left: 10px;
}

.user_center .booking_domain ul {
    overflow: hidden;
}

.user_center .booking_domain .fw {
    font-size: 20px;
}

.user_center .booking_domain li {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 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_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>div:not(:first-child) li>a {
    display: block;
    color: #333;
    width: 100%;
    height: 100%;
}

@-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);
    }
}

.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: 610px;
    height: 340px;
    background: #fff;
    padding: 30px 0 0 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: -40px !important;
}

.custom_menu li:last-child {
    margin-top: 20px;
}

.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;
}

.my_custom_menu {
    display: none;
    margin-left: 10px;
    line-height: 50px;
    color: #fff;
}

.my_custom_menu a {
    color: #fff;
}

.my_custom_menu ul {
    float: left;
    max-width: calc(100% - 650px);
    height: 50px;
    overflow: hidden;
}

.my_custom_menu ul li {
    float: left;
}

.my_custom_menu ul li:hover {
    background: #dc6503;
}

.my_custom_menu ul a {
    padding: 0 10px;
}

.my_custom_menu dl {
    display: none;
    position: relative;
    float: left;
    cursor: pointer;
}

.my_custom_menu dl ol {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 99;
    background: #fff;
    line-height: 24px;
    white-space: nowrap;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, .1);
}

.my_custom_menu dl ol li a {
    display: block;
    padding: 5px 25px 5px 20px;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    -ms-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}

.my_custom_menu dl ol li a:hover {
    padding: 5px 20px 5px 25px;
    background: #f5f5f5;
}

.my_custom_menu dl ol a {
    color: #666;
}

.my_custom_menu dl:hover dt {
    background: #dc6503;
}

.my_custom_menu dl dt {
    padding: 0 5px;
    height: 50px;
}

.my_custom_menu .add_btn {
    float: left;
    padding: 0 5px;
    height: 50px;
    cursor: pointer;
}

.my_custom_menu .add_btn .iconfont {
    font-size: 18px;
}

.control_panel_content .navBreadcrumb {
    width: auto;
    height: 40px;
    line-height: 40px;
}

.panel {
    border: 1px solid #e8e8e8;
    background: #fff;
}

.panel .panel_header {
    height: 50px;
    border-bottom: 1px solid #ebebeb;
    padding-right: 20px;
}

.panel_header.small {
    height: 60px;
}

.panel_header.small .title {
    line-height: 60px;
}

.panel .panel_header .title {
    color: #333;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    border-left: 3px solid #fe7300;
    margin-left: -1px;
}

.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: 7%;
}

.domain_list_search.my_bidding_search table select {
    width: 127px;
}

.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;
    margin-bottom: 20px;
}

.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: 35px auto 0;
}

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

.upload_img p {
    width: 100%;
    position: absolute;
    bottom: -25px;
    left: 0;
}

.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: 24px;
    width: 2px;
    height: 15px;
    background: #fe7300;
    content: "";
}

.audit_template dd div {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
}


/*首页域名推荐*/

.index_commend {
    float: left;
    width: 840px;
    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: 15px;
}

.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 {
    font-size: 14px;
    float: right;
    margin-top: 23px;
}

.index_commend a>p {
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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: 12px;
    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(5n) a {
    border-right: none;
}

.index_commend ul {
    height: 300px;
    overflow: hidden;
    margin: 0 0 -1px 0;
}

.index_commend li {
    float: left;
    width: 20%;
    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: 280px;
}

.index_commend.bid li:nth-child(3n) 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 {
    display: inline-block;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.index_commend.bid ul {
    height: 420px;
}

.index_commend.bid li a:hover .check {
    background: #fe7300;
    color: #fff;
    border-color: #fe7300;
}

.index_commend.bid li .check {
    display: inline-block;
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 3px;
    margin-top: -10px;
}

.index_commend.bid li div span:last-child {
    float: right;
}

.index_commend.bid .price {
    color: #fe7300;
    font-weight: 700;
    font-size: 18px;
}

.index_banner_wrap {
    width: 1200px;
    margin: 20px auto;
}

.index_banner_wrap .panel_header .more {
    float: right;
    line-height: 50px;
}

.index_banner_wrap .panel_header .more a {
    color: #fe7300;
}

.index_banner_wrap .panel {
    float: right;
    width: 340px;
    height: 318px;
    overflow: hidden;
    background: #fff;
}

.index_banner_wrap .panel ul {
    padding: 7px 20px 6px;
}

.index_banner_wrap .panel li a {
    display: block;
    line-height: 50px;
    color: #393939;
    overflow: hidden;
}

.index_banner_wrap .panel li span {
    float: left;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner_wrap .panel li em {
    float: right;
    color: #999;
}

.index_banner_wrap .panel li a:hover {
    color: #fe7300;
}

.index_banner_wrap .panel li:not(:last-child) {
    border-bottom: 1px dashed #e8e8e8;
}

.bannerdomain {
    background-image: linear-gradient(90deg, #f95b5a 10%, #fd8150 90%, #feb290 100%);
    height: 94px;
}

.domain {
    width: 1100px;
    height: 54px;
    position: absolute;
    border-radius: 2px;
    margin: 0 auto;
    position: static;
    left: 0;
    bottom: inherit;
    padding: 20px 0;
}

.domain_l {
    width: 210px;
    height: 54px;
    background: url(img/domain_l.png) no-repeat left center;
    float: left;
}

.domain_r {
    float: right;
    display: block;
    width: 192px;
    height: 54px;
}

.domain_r i {
    display: inline-block;
    background: url(img/baohu.png) no-repeat;
    width: 54px;
    height: 54px;
    border-radius: 27px;
}

.domain_r p {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    width: auto;
    padding-top: 4px;
    float: right;
    width: 134px;
    line-height: 24px;
}

.domain_r p span {
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 12px;
}

.domain .d_body .domin_search {
    background: #fff;
    border-radius: 2px;
}

.domain .d_body .domin_search span {
    padding: 0 1px 0 16px;
    line-height: 52px;
}

.domain .d_body .domin_search .text {
    width: 480px;
    line-height: 54px;
    font-size: 16px;
    outline: none;
    border: none;
}

.domain .d_body .domin_search .submit {
    width: 120px;
    background: #2087ed;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 54px;
    vertical-align: top;
    cursor: pointer;
}

.hdomains {
    height: 50px;
    background: #fff;
    border-bottom: solid 1px #e5e5e5;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
    position: relative;
    z-index: 2;
}

.yh3 {
    font-size: 13px;
    color: #126bbb;
    float: left;
    line-height: 50px;
}

.yh3 em {
    font-style: normal;
    margin: 0 10px;
    color: #ddd;
    font-family: '宋体';
}

.safediv {
    font-size: 14px;
    float: right;
    line-height: 50px;
    margin: 0;
    width: 532px;
}

.safediv a {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
    font-weight: bold;
    color: #333;
}

.safediv a img {
    height: 18px;
}

.safediv a span {
    margin: 0 0 0 6px;
}

.ykj-layout {
    overflow: hidden;
}

.ykj-layout {
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
}

.ykj-left,
.ykj-right {
    width: 600px;
}

.ykj-left .yd-title {
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.yd-title {
    height: 45px;
    line-height: 45px;
    border: 1px solid #ececec;
    border-bottom: none;
    overflow: hidden;
    font-weight: 600;
    background-image: linear-gradient(90deg, #f95b5a 10%, #fd8150 90%, #feb290 100%);
    padding: 0 22px;
    color: #2d3137;
}

.yd-title strong {
    font-size: 16px;
}

.ym-zz {
    width: 50px !important;
}

.ymlb-list li {
    height: 48px;
    line-height: 48px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.ymlb-list .ym-ykj {
    color: #ff7200;
}

.ym-jrs {
    color: #2d3137;
    font-weight: bold;
}

.ym-zz a {
    line-height: 24px;
}

.btn-link {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #f1f4f4;
    border: 1px solid #d9d9d9;
    color: #656565;
}

.yd-title span {
    float: right;
    text-align: right;
}

.ykj-left .yd-title a,
.ykj-right .yd-title a,
.jj-layout .yd-title a {
    color: #333;
    font-weight: 400;
}

.ykj-left .yd-title,
.ykj-left .ymlb-title {
    border-right: none;
}

.ymlb-title .ym-name {
    text-indent: 20px;
}

.ykj-lbbt span,
.ymlb-title span {
    float: left;
}

.ykj-layout span {
    width: 120px;
}

.ym-name {
    width: 180px !important;
}

.ym-name a {
    width: 140px;
    display: block;
    text-indent: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ymlb-title {
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    height: 35px;
    font-weight: 700;
    overflow: hidden;
    line-height: 35px;
    color: #2d3137;
}

.ykj-left .ymlb-list,
.ykj-left .ymlb-list li {
    border-right: none;
}

.ymlb-list {
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    font-size: 14px;
}

footer .link_container {
    background: #2b3443;
    padding-top: 10px;
}



footer .link_container ol {
    overflow: hidden;
    padding: 20px;
}

footer .link_container ol li {
    float: left;
    margin-right: 20px;
}

footer .link_container ol a {
    float: left;
    padding: 10px 20px;
    border: 1px solid #8a8fa0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

footer {
    color: #8a8fa0;
    margin-top: 20px;
}

.iconfont {
    display: inline-block;
}

footer .link_container p {
    padding-left: 20px;
}

footer .link_container .link {
    padding: 20px;
    border-top: 1px solid #454b5f;
    margin-top: 20px;
    line-height: 20px;
}

footer a {
    color: #8a8fa0;
}

.index_banner {
    /* height: 100%;*/
    float: left;
    width: 840px;
    height: 320px;
    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;
}

.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: 230px;
    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;
    padding-bottom: 9px;
}

.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 .domain i,
.domain_base_info .domain_box .domain em {
    height: 16px;
    line-height: 14px;
    padding: 0 5px;
    color: #fff;
    background: #64cbf6;
    margin-left: 5px;
    border-radius: 3px;
}

.domain_base_info .domain_box .domain em {
    background: #fe7300;
}

.domain_base_info .domain_box ul {
    float: right;
    line-height: 22px;
}

.domain_base_info .domain_box li {
    float: left;
    margin-left: 10px;
}

.domain_base_info .domain_box li a {
    color: #393939;
}

.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 {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    color: #666;
}

.bid_detail dl {
    float: left;
    width: 385px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.bid_detail dl dd {
    margin-top: 25px;
}

.bid_detail dl dt {
    margin: 5px 0 30px;
}

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

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

.bid_detail dl dt a {
    color: #666;
}

.bid_detail dl dt a:hover {
    color: #fe7300;
}

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

.bg_white {
    background: #fff;
}

.color_block {
    display: inline-block;
    padding: 2px;
    border-radius: 3px;
    color: #fff;
    margin-left: 3px;
}

.color_block.blue {
    background: #0070cc;
}

.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;
}

.color_block.orange {
    background: #fe7300;
}

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

.bid_detail dl dd.last {
    margin-top: 20px;
    color: #fe7300;
}

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

.bid_detail ul {
    background: #fff8f2;
    width: 388px;
    padding: 30px 0;
    float: right;
}

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

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

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

.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;
    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_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: scroll;
}

.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;
}

.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"] {
    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;
}

.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_wrap {
    width: 300px;
    float: left;
}

.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;
    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;
}

.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: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;
}

.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;
    margin: 0 30px 0 20px;
}

.add_contact_select dt p {
    margin-bottom: 20px;
}

.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(even) {
    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: 24px;
    color: #333;
}

.ykj_detail .domain_box .domain i,
.ykj_detail .domain_box .domain em {
    height: 16px;
    line-height: 14px;
    padding: 0 5px;
    color: #fff;
    background: #64cbf6;
    margin-left: 5px;
}

.ykj_detail .domain_box .domain em {
    background: #fe7300;
}

.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 a {
    color: #666;
}

.ykj_detail .domain_box li a:hover {
    color: #fe7300;
}

.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: 15px;
    overflow: hidden;
}

.latest_deal dl dt,
.latest_deal dl dd {
    float: left;
    margin: 0 10px;
}


/*发票*/

.invoice_apply_ul {
    float: left;
    width: 56%;
    padding: 10px 0;
}

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

.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;
    text-indent: 2em;
    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: 50px;
}


/*批量解析结果*/

.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;
    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: 70px;
    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: 30px;
    border-left: 1px dashed #f2f2f2;
    line-height: 20px;
}

.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: 170px;
    top: 14px;
    z-index: 9999;
}

.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: #ccc;
}


/*店铺排行*/

.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;
}

.page-home .search-box {
    margin-top: 20px;
    background-image: linear-gradient(90deg, #f95b5a 10%, #fd8150 90%, #feb290 100%);
    color: #fff;
    zoom: 1
}

.page-home .search-box:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    width: 0
}

.page-home .search-box .search-domain {
    float: left;
    padding: 10px 0 22px
}

.page-home .search-box .search-domain .reg {
    float: left;
    padding: 4px 22px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    filter: alpha(opacity=60)
}

.page-home .search-box .search-domain .reg.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.page-home .search-box .search-domain .reg.active:before {
    position: absolute;
    bottom: -13px;
    left: 50%;
    content: '';
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.page-home .search-box .search-domain .search-input {
    margin-top: 10px;
    position: relative;
    zoom: 1;
    padding-left: 20px;
}

.page-home .search-box .search-domain .search-input:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    width: 0
}

.page-home .search-box .search-domain .search-input .search-text {
    width: 560px;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    position: relative;
    border: 0;
    float: left;
    overflow: hidden;
    margin-right: -1px;
    border-radius: 4px 0 0 4px
}

.page-home .search-box .search-domain .search-input .search-text::-ms-clear {
    display: none
}

.page-home .search-box .search-domain .search-input .search-orange {
    width: 128px;
    height: 46px;
    line-height: 46px;
    background-color: #ff6029;
    color: #fff;
    border: 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 22px;
    float: left
}

.page-home .search-box .search-domain .search-input .home-dropdown {
    width: 80px;
    height: 28px;
    padding-left: 20px;
    line-height: 28px;
    border: 0;
    border-left: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 166px;
    top: 10px
}

.page-home .search-box .search-domain .search-input .home-dropdown:after {
    content: '';
    display: inline-block;
    background-image: url(img/reg-down.png);
    width: 10px;
    height: 6px;
    vertical-align: middle;
    right: -10px;
    top: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute
}

.page-home .search-box .search-domain .search-input .home-dropdown.open:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont {
    display: none;
    zoom: 1;
    background: #f5f6f8;
    color: #000;
    position: absolute;
    right: 128px;
    top: 44px;
    z-index: 50;
    width: 569px;
    padding: 12px 10px;
    -webkit-box-shadow: 6px 6px 10px rgba(10, 10, 10, .15);
    box-shadow: 6px 6px 10px rgba(10, 10, 10, .15)
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    width: 0
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont li {
    padding-left: 10px;
    color: #333
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item {
    float: left;
    width: 145px;
    color: #2a344f;
    font-size: 16px
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item .checkbox {
    width: 17px;
    height: 17px
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item .checkbox:before {
    border-radius: 2px;
    top: 1px
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item .checkbox:checked:before {
    background-color: #fff;
    border: 1px solid #d3d3d3
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item .checkbox:checked:after {
    top: 4px;
    left: 2px;
    display: inline-block;
    background-image: url(../sprite/sprite.1579412054197.png);
    background-position: -321px -266px;
    width: 13px;
    height: 9px;
    vertical-align: middle
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item:last-child {
    margin-right: 0
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item .more {
    color: #f24652;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item label {
    cursor: pointer
}

.page-home .search-box .search-domain .search-input .home-dropdown-cont .dropdown-item label a:hover {
    color: #1d5af2
}

.page-home .search-box .broker {
    float: right;
    width: 432px;
    height: 120px;
    background: url(img/home-broker.png) 15% 52% no-repeat #f14550;
    position: relative
}

.page-home .search-box .broker .broker-btn {
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    background: url(img/broker-btn-bg.png) 16px 12px no-repeat #00a2ff;
    position: absolute;
    right: 27px;
    top: 40px;
    padding-left: 48px;
}

.page-home .section_2 {
    margin-top: 20px;
}

.page-home .section_2 .many-item {
    float: left;
    width: 590px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
}

.page-home .section_2 .many-item:first-child+.many-item {
    float: right;
}

.page-home .many-item {
    zoom: 1
}

.page-home .many-item:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    width: 0
}

.page-home .many-item * {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.page-home .many-item .new-item {
    cursor: pointer;
    background: #fff;
    padding: 22px 11px 15px 20px;
    width: 33.3%;
    float: left;
    border-right: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1
}

.page-home .many-item .new-item:hover {
    background-color: #fff
}

.page-home .many-item .new-item .new-title {
    color: #1d5af2;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle
}

.page-home .many-item .new-item .new-title:hover {
    color: #ff4800
}

.page-home .many-item .new-item .subtitle {
    color: #6f798e;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    height: 30px
}

.page-home .many-item .new-item .info {
    margin-top: 2px
}

.page-home .many-item .new-item .info .panel {
    font-weight: 400;
    line-height: 26px;
    width: 50%;
    float: left
}

.page-home .many-item .new-item .info .panel.info-right {
    padding-left: 11%
}

.page-home .many-item .new-item .info .panel.info-left {
    border-right: 1px dashed #D9D7D5
}

.page-home .many-item .new-item .info .panel .price {
    color: #f63948;
    font-size: 18px
}

.page-home .many-item .new-item .info .panel .price .unit {
    color: #f63948;
    font-size: 14px
}

.page-home .many-item .new-item .info .panel .price_tip {
    color: #999;
    font-size: 12px
}

.page-home .many-item .new-item .info .panel .time {
    color: #444;
    font-size: 15px
}

.page-home .many-item .new-item .info .panel .time_tip {
    color: #999;
    font-size: 12px
}

.page-home .section_2 .many-item ul {
    overflow: hidden;
    zoom: 1;
    margin: 8px 0 6px
}

.page-home .section_2 .many-item ul:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    width: 0
}

.page-home .section_2 .many-item li {
    float: left;
    width: 50%;
    height: 58px;
    line-height: 58px;
    margin: 0 -1px -1px 1px;
    padding: 0 10px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    zoom: 1;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.page-home .section_2 .many-item li:after {
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    width: 0
}

.page-home .section_2 .many-item li .new-title,
.page-home .section_2 .many-item li .price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-home .section_2 .many-item li .new-title {
    color: #1d5af2;
    float: left;
    font-size: 16px;
    vertical-align: middle;
    width: 130px
}

.page-home .section_2 .many-item li .new-title:hover {
    color: #ff4800
}

.page-home .section_2 .many-item li .price {
    color: #f63948;
    float: right;
    font-size: 14px;
    vertical-align: middle;
    width: 130px;
    text-align: right
}

.page-home .section_2 .many-item li .price img {
    vertical-align: text-top
}

.common-title-one {
    border-bottom: 1px solid #EBEBEB
}

.common-title-one * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.common-title-one .new-more {
    color: #1377dc;
    font-size: 14px;
    font-weight: 400;
    line-height: 55px;
    float: right
}

.common-title-one .new-more:hover {
    color: #fa3b00
}

.common-title-one .active {
    color: #ff4800;
    font-size: 18px;
    line-height: 55px;
    padding-left: 30px;
    position: relative
}

.common-title-one .active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.page-home .section_2 .common-title-one.left-item .active:after {
    display: inline-block;
    background-image: url(img/reg-img.png);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    top: 2px
}

.page-home .section_2 .common-title-one.right-item .active:after {
    display: inline-block;
    background-image: url(../sprite/sprite.1579412054197.png);
    background-position: -352px -134px;
    width: 24px;
    height: 22px;
    vertical-align: middle
}


/**多选框**/

.jm-checkbox-piliang {
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
}

.jm-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    top: -0.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}

.jm-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.jm-checkbox-checked::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    visibility: hidden;
    -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
    animation: antCheckboxEffect 0.36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    content: '';
}

.jm-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    border-collapse: separate;
}

.jm-checkbox-wrapper:hover .jm-checkbox-inner,
.jm-checkbox:hover .jm-checkbox-inner,
.jm-checkbox-input:focus+.jm-checkbox-inner {
    border-color: #f60;
}

.jm-checkbox:hover::after,
.jm-checkbox-wrapper:hover .jm-checkbox::after {
    visibility: visible;
}

.jm-checkbox-inner::after {
    position: absolute;
    top: 44%;
    left: 22%;
    display: table;
    width: 5px;
    height: 9px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    content: ' ';
}

.jm-checkbox-checked .jm-checkbox-inner::after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    content: ' ';
    width: 4px;
    height: 8px;
}

.jm-checkbox-checked .jm-checkbox-inner {
    background-color: #f60;
    border-color: #f60;
}

.jm-checkbox-disabled {
    cursor: not-allowed;
}

.jm-checkbox-disabled.jm-checkbox-checked .jm-checkbox-inner::after {
    border-color: rgba(0, 0, 0, 0.25);
    -webkit-animation-name: none;
    animation-name: none;
}

.jm-checkbox-disabled .jm-checkbox-input {
    cursor: not-allowed;
}

.jm-checkbox-disabled .jm-checkbox-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important;
}

.jm-checkbox-disabled .jm-checkbox-inner::after {
    border-color: #f5f5f5;
    border-collapse: separate;
    -webkit-animation-name: none;
    animation-name: none;
}

.jm-checkbox-disabled+span {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.moveBtn {
    color: #f60;
    cursor: pointer;
    font-size: 14px;
}

.jm-checkbox-disabled:hover::after,
.jm-checkbox-wrapper:hover .jm-checkbox-disabled::after {
    visibility: hidden;
}

.jm-checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    display: inline-block;
    line-height: unset;
    cursor: pointer;
}

.jm-checkbox-wrapper.jm-checkbox-wrapper-disabled {
    cursor: not-allowed;
}

.jm-checkbox-wrapper+.jm-checkbox-wrapper {
    margin-left: 8px;
}

.jm-checkbox+span {
    padding-right: 6px;
    padding-left: 6px;
}

.jm-checkbox-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    display: inline-block;
}

.jm-checkbox-group-item {
    display: inline-block;
    margin-right: 8px;
}

.jm-checkbox-group-item:last-child {
    margin-right: 0;
}

.jm-checkbox-group-item+.jm-checkbox-group-item {
    margin-left: 0;
}

.jm-checkbox-indeterminate .jm-checkbox-inner {
    background-color: #fff;
    border-color: #d9d9d9;
}

.jm-checkbox-indeterminate .jm-checkbox-inner::after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #f60;
    border: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: ' ';
}

.jm-checkbox-indeterminate.jm-checkbox-disabled .jm-checkbox-inner::after {
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.25);
}

/**在线客服**/
.izl-rmenu {
    position: fixed;
    _position: absolute;
    right: 0;
    margin-right: 5px;
    top: 40%;
    padding-bottom: 20px;
    background: 0px bottom no-repeat;
    z-index: 999;
}

/*.fixedbox{ _position: absolute;
    _clear: both;
    _top:expression(eval(document.compatMode &&
           document.compatMode=='CSS1Compat') ?
           documentElement.scrollTop
           +(documentElement.clientHeight-this.clientHeight) - 1
           : document.body.scrollTop
           +(document.body.clientHeight-this.clientHeight) - 1); }*/
.izl-rmenu .btn11 {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

/*qq客服*/
.izl-rmenu .btn-qq {
    background: url(../img/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../img/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-qq .qq {
    background-color: #fff;
    position: absolute;
    width: 96px;
    left: -100px;
    top: 0px;
    line-height: 200%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    display: none;
    border: 2px solid #dedede;
}

.izl-rmenu .btn-qq:hover .qq {
    display: block !important;
}

.izl-rmenu .btn-qq .qq a {
    display: block !important;
    text-align: center;
    color: #333;
    padding: 30px 0 0;
    background: url(../img/social-qq.png) center 7px no-repeat;
    background-size: 25%;
}

.izl-rmenu .btn-qq .qq a:hover {
    background: #488bc7 url(../img/social-qq.png) center 7px no-repeat;
    background-size: 25%;
    color: #fff;
}

/*微信客服*/
.izl-rmenu .btn-wx {
    background: url(../img/r_wx.png) 0px 0px no-repeat;
    background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}

.izl-rmenu .btn-wx:hover .pic {
    display: block !important;
}

.izl-rmenu .btn-wx .pic{
    position:absolute;
    display: none;
    left:-250px;
    top:0px;
    width:250px;
    height:250px;
}

.izl-rmenu a.btn-wx,
.izl-rmenu a.btn-wx:visited {
    background: url(../img/r_wx.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

/*工单*/
.izl-rmenu .btn-gd {
    background: url(../img/r_gd.png) 0px 0px no-repeat;
    background-color: #fbb01f;
}

.izl-rmenu .btn-gd:hover {
    background-color: #ff811b;
}

.izl-rmenu .btn-gd a {
    display: block
}

.izl-rmenu .btn-phone {
    background: url(../img/r_phone.png) 0px 0px no-repeat;
    font-family: "microsoft yahei";
    background-color: #fbb01f;
}

.izl-rmenu .btn-phone:hover {
    background-color: #ff811b;
}

.izl-rmenu .btn-phone:hover .phone {
    display: block !important;
}

.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 38px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}


.izl-rmenu .btn-top {
    background: url(../img/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}

/***************分页******************/
.fenye{ float:right; }
.fenye ul{ float:left; margin: 0 10px; }
.fenye ul li{ float:left; margin-left:5px; padding: 0px 6px; height: 32px; line-height: 32px; border:1px solid #c4c5c6; border-radius:3px !important; cursor:pointer;}
.fenye ul li a{ color:#333;}
.fenye ul li.xifenye{ text-align:center; float:left; position:relative;cursor: pointer;}
.fenye ul li .xab{ float:left; position:absolute; width:39px; border:1px solid #ccc; height:123px; overflow-y: auto;overflow-x: hidden;top:-125px; background-color: #fff; display:inline;left:-1px; width:50px;}
.fenye ul li .xab ul{ margin-left:0; padding-bottom:0;}
.fenye ul li .xab ul li{ border:0; padding:4px 0px; width:34px; margin-left:0px; text-align:center;}
