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

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

a {
    color:#2d3ac6;
}

select {
    height:32px;
    background: #fff;
    color:#222;
    border: 1px solid #e5e5e5;
    vertical-align: middle;
}

textarea {
    border: 1px solid #e5e5e5;
}

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

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

input[type="email"],
input[type="password"],
input[type='text'],
input[type='number'] {
    vertical-align:middle;
    border:1px solid #e5e5e5;
}
select.error,
textarea.error,
input.error {
    border-color: #fe6500;
}
.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;}

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

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

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

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

.btn_orange {
    background: #fe6500;
    border-color: #fe6500;
    color: #fff;
}

.btn:hover {
    opacity:1;
}

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

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

.btn_blue {
    border-color: #e02433;
    background: #fff;
    color: #e02433;
}

.btn_small {
    line-height: 22px;
    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;
}

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

.text_red {
    color:#f32d36;
}

.text_green {
    color:#099802;
}

.text_blue {
    color:#2d3ac6;
}

.text_black {
    color: #222;
}

.text_gray {
    color:#666;
}

.text_light_gray {
    color: #999;
}

.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: #028ec2;
    background: #028ec2;
}
.seo_info.blue .iconfont {
    color: #028ec2;
}
.seo_info.orange {
    border-color: #e02433;
    background: #e02433;
}
.seo_info.orange .iconfont {
    color: #e02433;
}
.seo_info.green {
    border-color: #099802;
    background: #099802;
}
.seo_info.green .iconfont {
    color: #099802;
}

.center_container {
    width:1200px;
    margin: 0 auto;
}
.pagination{
    padding:0 20px;
    text-align: right;
    color: #333;
}

.pagination a{
    display: inline-block;
    color: #333;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #fef7f7;
    margin: 0 5px;
    vertical-align: middle;
}
.pagination a:hover{
    text-decoration: none;
    border: 1px solid #fef7f7;
}
.pagination span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    margin: 0 5px;
    vertical-align: middle;
}
.pagination span.current{
    color: #fff;
    background-color: #e02433;
    border: 1px solid #e02433;
}
.pagination span.ellipsis {
    text-align: center;
    background: #fef7f7;
    border: 1px solid #fef7f7;
    width: 22px;
    padding: 0;
}
.pagination span.disabled{
    border: none;
}

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

.orange_font_block {
    font-size: 12px;
    color: #fff;
    background: #e02433;
    padding: 2px;
}

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

.navBreadcrumb ul li {
    float:left;
}

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

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

/*返回顶部*/
#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;
}

.tips_box .text {
    font-size: 12px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    position: absolute;
    top: -32px;
    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:initial;
}

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

.main-container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.main-container .side-nav {
    width: 220px;
    float: left;
}

.main-container .main-right {
    width: 920px;
    min-height: 462px;
    padding: 20px;
    float: right;
    background: #fff;
}

.header {
    width: 100%;
    height: 70px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.header h1 {
    float: left;
    line-height: 70px;
    margin-right: 60px;
}

.header h1 a {
    display: block;
    width: 200px;
    height: 70px;
    background: url(/assets/img/logo.png) no-repeat center;
    background-size: cover;
}

.header .main-nav {
    float: left;
}

.header .main-nav li {
    float: left;
    line-height: 70px;
    margin-right: 15px;
}

.header .main-nav li a {
    display: inline-block;
    padding: 0 15px;
    line-height:30px;
    color: #222;
}

.header .main-nav li a:hover {
    color: #e02433;
}

.header .main-nav li.active a {
    color: #e02433;
}

.header .user-center {
    float: right;
    line-height: 70px;
}

.header .icongouwuche,
.header .icondown,
.header .iconlogin {
    color: #2d3ac6;
}

.header .iconright {
    font-size: 14px;
}

.header .user-center > a {
    float: left;
    color: #222;
    margin-right: 20px;
}

.header .user-center .user-login-info {
    float: left;
    margin-left: 20px;
    position: relative;
}

.user-login-info h5 {
    padding: 0 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
    z-index:100;
}

.user-login-info:hover ul {
    display: block;
}

.user-login-info ul {
    display:none;
    position: absolute;
    top: 71px;
    right: 0;
    background: #fff;
    width: 260px;
    padding: 0 15px;
    border:1px solid #e5e5e5;
    border-top:none;
    z-index: 999;
    line-height: normal;
    -webkit-box-shadow: 0px 10px 10px 0 #cfd2d6;
    -moz-box-shadow: 0px 10px 10px 0 #cfd2d6;
    box-shadow: 0px 10px 10px 0 #cfd2d6;
}

.user-login-info .finance {
    padding: 15px 0;
    position: relative;
}

.user-login-info .finance a {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 98px;
    height: 30px;
    background: #e02433;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.user-login-info:hover h5 {
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    background: #fff;
    box-shadow: 0px 5px 10px 0 #cfd2d6;
}

.user-login-info .finance p {
    padding-left: 5px;
}

.user-login-info .finance p:first-child {
    margin-bottom: 10px;
}

.header .main-container {
    overflow: visible;
}

.user-login-info ul li {
    border-bottom: 1px solid #e5e5e5;
}

.user-login-info .base-info {
    font-size: 16px;
    line-height: 32px;
    padding: 20px 0 20px 20px;
}

.user-login-info .base-info .pic {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    line-height:normal;
}

.user-login-info .base-info .pic .iconfont {
    font-size: 60px;
    color: #c3c4d5;
}

.user-login-info .menu {
    padding: 10px 0;
}

.user-login-info .menu a {
    line-height: 40px;
    float: left;
    width: 50%;
    font-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
    color: #222;
}

.user-login-info .menu a .iconfont {
    color: #96979b;
}

.user-login-info ul li:last-child {
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    border-bottom:none;
}

.user-login-info .menu a:hover .iconfont,
.user-login-info .menu a:hover {
    color: #e02433;
}

.header .user-center .not-login {
    float: left;
}

.header .user-center .not-login a {
    color: #222;
    display: inline-block;
    padding:0 10px;
}

.header .user-center .not-login a:last-child {
    background: #e02433;
    color: #fff;
}

.domain_base_info {
    border: 1px solid #e8e8e8;
    background: #fff;
}
.domain_base_info .domain_box {
    padding: 20px;
}
.domain_base_info .domain_box .domain {
    float: left;
}
.domain_base_info .domain_box .domain span {
    font-size:22px;
}
.domain_base_info .domain_box ul {
    float: right;
    line-height: 22px;
    color: #666;
}
.domain_base_info .domain_box li {
    float: left;
    margin-left: 10px;
}
.domain_base_info .domain_box li a {
    color: #666;
}
.domain_base_info .domain_box li a:hover {
    color: #fe7300;
}
.domain_base_info .domain_box li span {
    color: #999;
}
.domain_base_info .text {
    color: #666;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.domain_base_info dl dd {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    background: #fafafa;
    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%;
    border-left: none;
    border-right: none;
    margin-top: 20px;
}
.domain_base_info .bidding_base_info tr {
    height: 50px;
}
.domain_base_info .bidding_base_info tr:nth-child(odd) {
    background: #fafafa;
}
.domain_base_info .bidding_base_info tr td:first-child {
    text-align: right;
    padding-right: 30px;
}
.bid_detail {
    position: relative;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px;
    color: #666;
}
.bid_detail dl {
    float: left;
    width: 400px;
}
.bid_detail dl dd {
    margin-top: 24px;
}

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

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

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

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

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

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

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

.bg_white {
    background: #fff;
}

.left_right_structure {
    overflow: hidden;
}
.left_right_structure > .left {
    width: 840px;
    float: left;
}
.left_right_structure > .right {
    width: 340px;
    float: right;
}

.panel {
    border: 1px solid #e8e8e8;
    background: #fff;
}
.panel_header {
    height: 68px;
    border-bottom: 1px solid #ebebeb;
    padding-right: 20px;
    background: #fff;
}
.panel_header.small {
    height: 60px;
}
.panel_header.small .title {
    line-height: 60px;
    display: inline-block;
}
.panel_header .title {
    color: #333;
    font-size: 20px;
    line-height: 68px;
    padding-left: 20px;
}
.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;
}

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

/*index*/
.index-banner-wrap {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(to bottom , #f7f7f7, #fff);
}

.index-banner-wrap > ul > li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.index-banner-wrap > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-banner-wrap .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: url("/assets/img/banner.png") no-repeat right center;
    background-size: 500px;
}

.index-banner-wrap .text {
    padding-top: 100px;
}

.index-banner-wrap .text h6 {
    font-size: 50px;
    font-weight: 400;
}

.index-banner-wrap .text p {
    font-size: 16px;
    margin-top: 20px;
}

.index-banner-wrap .search-wrap {
    position: absolute;
    left: 0;
    top: 250px;
}

.index-banner-wrap dl {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    z-index: 11;
}

.index-banner-wrap dl dd {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #ccc;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.index-banner-wrap dl dd.active {
    background: #f32d36;
    width: 15px;
}

.index-commend {
    width: 100%;
    background: #f4f6ff url(/assets/img/banner02.png) no-repeat 150px 50px;
    padding: 30px 0;
}

.index-commend .inner {
    width: 1200px;
    margin: 0 auto;
}

.index-commend .inner > div {
    width: 590px;
}

.index-commend .inner table {
    margin: 20px 0;
}

.index-commend .inner h4 {
    font-size: 32px;
    text-align: center;
    line-height: 50px;
}

.search-box {
    width: 650px;
    margin: 0 auto;
    font-size: 16px;
}

.search-box input {
    float: left;
}

.search-box .suffix {
    position: relative;
    float: left;
    width: 90px;
    line-height: 48px;
    height: 48px;
    background: #fff;
    color: #222;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.search-box .suffix .iconyou {
    font-size: 14px;
    color: #666;
}

.search-box .suffix ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 48px;
    width: 89px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 10;
    height: 140px;
    overflow-y: scroll;
}

.search-box .suffix ul li {
    text-align: left;
    padding-left: 10px;
}

.search-box .suffix ul li:hover {
    background: #e02433;
    color: #fff;
}

.search-box [type="text"] {
    padding: 9px 0 9px 25px;
    width: 410px;
    border-radius: 0;
    border-color: #e5e5e5;
}

.search-box [type="text"]:focus {
    border-color: #e5e5e5;
}

.search-box [type="submit"] {
    width: 120px;
    height: 50px;
    background: #e02433;
    color: #fff;
    cursor: pointer;
}

.bookingSearch_cond {
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
}
.bookingSearch_cond i.all {
    padding: 7px 10px;
    margin-right: 20px;
    cursor: pointer;
}
.bookingSearch_cond i.all.active {
    background: #e02433;
    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: #e02433;
}
.bookingSearch_cond > dl > dd:not(:last-child) {
    padding-right: 50px;
}
.bookingSearch_cond > dl > dd:last-child {
    border-top: 1px dashed #e8e8e8;
    padding: 12px 0;
    text-align: center;
}
.bookingSearch_cond > dl > dt {
    padding: 15px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.bookingSearch_cond > dl > dt a {
    padding: 7px 10px;
    color: #666;
}
.bookingSearch_cond > dl > dt a.active:hover {
    color: #fff;
}
.bookingSearch_cond > dl > dt a.active {
    background: #e02433;
    color: #fff;
}
.bookingSearch_cond > dl > dt a:hover {
    color: #e02433;
}
.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: 20px;
    white-space: nowrap;
}
.bookingSearch_cond input[type="text"] {
    width: 150px;
}
.bookingSearch_cond select {
    width: 100px;
}
.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;
}
.mainResult {
    line-height: 40px;
    color: #999;
    padding-left: 20px;
}
.exclude_container {
    position: relative;
    display: inline-block;
}
.exclude_container ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}
.exclude_container ul li {
    line-height: 25px;
    padding-left: 5px;
    cursor: pointer;
}
.exclude_container ul li:hover {
    background: #e02433;
    color: #fff;
}

.index-title {
    padding: 60px 0;
    text-align: center;
    font-size: 16px;
}

.index-title fieldset {
    text-align: center;
}

.index-title legend {
    padding: 0 30px;
    color: #222;
    font-size: 32px;
}

.index-title p {
    display: none;
    margin-top: 15px;
    color: #666;
}

.index-title div {
    width: 80px;
    height: 3px;
    background: #e02433;
    margin: 20px auto;
}

.index-product {
    background: #f7f7f7;
    padding-bottom: 100px;
}

.index-product .main-container {
    overflow: visible;
}

.index-product li {
    float: left;
    margin-right: 30px;
}

.index-product li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 277px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-left: 2px solid #f32d36;
    -webkit-box-shadow: 0px 5px 10px 0 #ccc;
    -moz-box-shadow: 0px 5px 10px 0 #ccc;
    box-shadow: 0px 5px 10px 0 #ccc;
    background: #fff;
    color: #222;
    overflow: hidden;
}

.index-product li p {
    line-height: 22px;
    color: #666;
    height: 90px;
}

.index-product li h5 {
    font-size: 16px;
    margin: 20px 0 10px;
}

.index-product li i {
    font-size: 40px;
    color: #f32d36;
}

.index-product li i,
.index-product li h5,
.index-product li p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.index-product li a::after {
    background: #e02433 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.index-product li a:hover::after {
    left: 0;
}

.index-product li a:hover i,
.index-product li a:hover h5,
.index-product li a:hover p {
    color: #ffffff !important;
}

.index-product li:last-child {
    margin-right: 0;
}

.index-service {
    width: 100%;
    background: #fff;
}

.index-service ul {
    width: 600px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 80px;
}

.index-service > div {
    position: relative;
    background: url("/assets/img/banner04.png") no-repeat 50px 180px;
    background-size: 350px;
    height: 600px;
}

.index-service ul li {
    float: left;
    width: 300px;
    margin-bottom: 80px;
    font-size: 16px;
    cursor: pointer;
}

.index-service ul li span {
    font-size: 16px;
}

.index-service .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    display: inline-block;
    -webkit-box-shadow: 0px 5px 10px 0 #ccc;
    -moz-box-shadow: 0px 5px 10px 0 #ccc;
    box-shadow: 0px 5px 10px 0 #ccc;
    margin-right: 20px;
    color: #e02433;
    vertical-align: middle;
}

.index-service .icon .iconfont {
    font-size: 30px;
}

.index-service li:hover .icon {
    background: #e02433;
    color: #fff;
}
.index-service li:hover {
    color: #e02433;
}

.footer {
    width: 100%;
    background: #222;
    color: #999;
    margin-top: 20px;
}

.footer ul {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.footer ul li {
    position: relative;
    float: left;
    width: 158px;
    padding-left: 86px;
}

.footer ul li:first-child::after {
    display: none;
}

.footer ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 116px;
    background: #3a3a3a;
}

.footer ul li dt {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer .tel {
    font-size: 28px;
    font-weight: 700;
    margin-top: 28px;
}

.footer ul li dd {
    margin-bottom: 10px;
}

.footer ul li:first-child {
    padding-left: 0;
    width: 220px;
}

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

.footer ul li a:hover {
    color: #fff;
}

.footer ol {
    line-height: 24px;
    padding: 20px 0;
    text-align: center;
    background: #151515;
}

/*登录*/
.login-box {
    width: 500px;
    height: 510px;
    margin: 50px auto;
    border-radius: 10px;
    background: #fff;
}

.login-box .pic {
    display: none;
    width: 510px;
    height: 100%;
    float: left;
    background: url(/assets/img/banner03.jpg) no-repeat;
}

.login-box dl {
    width: 370px;
    margin: 0 auto;
}

.login-box dl .input {
    width: 100%;
    height:auto;
    border-color: #e3edf8;
    padding: 11px 0 11px 25px;
    box-sizing: border-box;
}

.login-box dl .yzm-input {
    height:auto;
    border-color: #e3edf8;
    width: 228px;
    padding: 11px 0 11px 25px;
    box-sizing: border-box;
}

.login-box dl .yzm {
    float: right;
    width: 118px;
    height: 42px;
    border: 1px solid #e3edf8;
    border-radius: 3px;
}

.login-box dl .send-sms-btn {
    float: right;
    width: 120px;
    text-align: center;
    line-height: 42px;
}

.login-box dl .yzm img {
    width: 100%;
    height: 100%;
}

.login-box dl dt {
    font-size: 24px;
    line-height: 108px;
    font-weight: 700;
    text-align: center;
}

.login-box dl dd {
    margin-bottom: 24px;
}

.login-box dl .submit-btn {
    width: 100%;
    height: 50px;
    background: #e02433;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-box-shadow: 0 5px 10px 3px #fbd6d8;
    -moz-box-shadow: 0 5px 10px 3px #fbd6d8;
    box-shadow: 0 5px 10px 3px #fbd6d8;
    margin: 10px 0 20px;
}

.login-box dl a {
    text-decoration: underline;
}

.side-nav nav {
    border: 1px solid #e5e5e5;
    background: #fff;
    min-height: 500px;
}

.side-nav nav .iconfont {
    color: #c3c4d5;
    margin-right: 5px;
}

.side-nav nav > a,
.side-nav nav ul > li > a {
    line-height: 54px;
    padding-left: 35px;
    display: block;
    color: #222;
    font-size: 16px;
}

.side-nav nav ul > li {
    border-bottom: 1px solid #e5e5e5;
}

.side-nav nav ul ol {
    display: none;
    font-size: 15px;
}

.side-nav nav > a.active,
.side-nav nav ul > li.active > a,
.side-nav nav ul > li > a:hover {
    background: #e02433;
    color: #fff;
}

.side-nav nav > a.active .iconfont,
.side-nav nav ul > li > a:hover .iconfont,
.side-nav nav ul > li.active > a .iconfont {
    color: #fff;
}

.side-nav nav > a {
    border-bottom: 1px solid #e5e5e5;
}

.side-nav nav ol li a {
    line-height: 44px;
    display: block;
    padding-left: 70px;
    color: #999;
}

.side-nav nav ol li a.active,
.side-nav nav ol li a:hover {
    color:#e02433;
}

.side-nav nav ol li a.active {
    font-weight: 700;
}

.tab-nav {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #e5e5e5;
}

.tab-nav dt {
    float: right;
}

.tab-nav dd {
    float: left;
}

.tab-nav dd a {
    display: block;
    padding:0 15px;
    color: #222;
}

.tab-nav dd.active a {
    background: #e02433;
    color: #fff;
}

.tab-nav ol {
    float: right;
    line-height: 32px;
    height: 32px;
}
.tab-nav li {
    float: left;
    margin-left: 5px;
    height: 20px;
    color: #999;
}
.tab-nav li span {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #b9b4b4;
    border-radius: 50%;
    font-size: 12px;
}
.tab-nav li i {
    font-size: 12px;
}
.tab-nav ol li.active span {
    background: #e02433;
}
.tab-nav ol li.active {
    color: #e02433;
}

.warm_prompt {
    margin-top: 20px;
    background: #fef7f7;
    border: 1px solid #fbd6d8;
}
.warm_prompt .title {
    line-height: 40px;
    padding-left: 20px;
    font-weight: 700;
    color: #222;
}
.warm_prompt ul {
    line-height: 24px;
    padding: 0 20px 10px;
    color: #9d9fb4;
}
.remind_box {
    border: 1px solid #ffdcc5;
    background: #fffbf8;
    line-height: 24px;
    padding: 5px 15px;
    margin-top: 20px;
}

.domain_search_cond {
    padding: 20px 0;
    color: #9d9fb4;
}

.text_textarea {
    width: 100px;
    vertical-align: middle;
    resize: both;
    height: 18px;
    line-height: 18px;
    padding: 6px 0 6px 5px;
}

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

.table_style thead tr {
    border-bottom:1px solid #e5e5e5;
}

.table_style th {
    text-align:left;
    height:42px;
    font-weight: 700;
    background: #f7f7f7;
    color: #222;
}

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

.table_style tbody tr {
    height:48px;
}

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

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

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

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

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

.table_style [type="checkbox"] {
    margin-right: 15px;
}

.table_style .not-data {
    padding-top: 260px;
    height: 240px;
    line-height: 26px;
    background: url(/assets/img/icon05.png) no-repeat center 100px;
    color: #999;
}

.domain_push_pop {
    padding: 10px 20px;
    max-height: 300px;
    line-height: 24px;
    overflow-y: scroll;
}

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

.form_group .form_label {
    width: 280px;
    display: inline-block;
    text-align: right;
    line-height: 32px;
    vertical-align: top;
}

.form_group > li:not(:last-child) {
    margin-bottom: 25px;
}

.form_group > li [type="password"],
.form_group > li [type="text"] {
    width: 275px;
}

.domain_area {
    width: 260px;
    height: 60px;
    padding: 5px 10px;
    line-height: 24px;
    vertical-align: top;
}

.upload_img {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 170px;
    border-radius: 5px;
    overflow: hidden;
    background: #fafafa url(/assets/img/sfz.png) no-repeat center 20px;
    background-size: 70%;
    vertical-align: top;
    text-align: center;
}

.upload_img .iconfont {
    color: #e02433;
    font-size: 40px;
}

.upload_img div {
    margin: 70px 0 30px;
}

.upload_img p {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #999;
}

.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: 40px 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.audit_template dt .iconfont {
    font-size: 24px;
    font-weight: 700;
    vertical-align: text-bottom;
}
.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: 23px;
    width: 2px;
    height: 10px;
    background: #e02433;
    content: "";
}
.audit_template dd div {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
}

.recharge_ul {
    padding: 40px 50px;
}

.recharge_ul li {
    margin-bottom: 35px;
}

.bg-title {
    height: 16px;
    background: #ebf3ff;
}

.bg-title h6 {
    position: relative;
    float: left;
    color: #e02433;
    padding: 0 5px;
    background: #fff;
    font-weight: 700;
    border-left: 4px solid #e02433;
    font-size: 16px;
}

.bg-title h6:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    border: 8px solid transparent;
    border-top-color: #fff;
    border-left: 6px solid #fff;
}

.progress_bar {
    width: 150px;
    height: 14px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    position: relative;
}
.progress_bar span {
    position: absolute;
    background: #e02433;
    max-width:100%;
    height: 100%;
    border-radius: 10px;
}

/*安全设置*/
.safe-set em {
    font-weight: 700;
}
.safe-set .safe-level {
    margin: 35px 0 25px;
}

.safe-set .progress_bar {
    border:none;
    height: 18px;
    width: 270px;
    background: #fef7f7;
}

.safe-set .iconfont {
    color: #c3c4d5;
}

.safe-set table {
    width: 100%;
}

.safe-set table td {
    border: 1px solid #e5e5e5;
    height: 56px;
    padding: 0 30px;
}

.safe-set table tr td:first-child {
    width: 100px;
    text-align: right;
    background: #f7f7f7;
}

/*账户信息*/
.account-info h3 {
    line-height: 55px;
    font-size: 16px;
    font-weight: 700;
}

.account-info table {
    width: 100%;
}

.account-info table td {
    border: 1px solid #e5e5e5;
    height: 48px;
    padding: 0 30px;
}

.account-info table tr td:first-child {
    width: 120px;
    text-align: right;
    background: #f7f7f7;
}

.account-info table .pic {
    width: 98px;
    padding: 0 24px;
    text-align: center;
}

.account-info table .pic .iconfont {
    font-size: 98px;
    color: #c3c4d5;
}

.account-info table .pic label {
    display: block;
    margin-top: 10px;
}

/*域名详情*/
.domain-details {
    margin-top: 20px;
}

.domain-details tr td {
    padding: 0 30px;
    border: 1px solid #e5e5e5;
}

.domain-details tr td:first-child {
    width: 120px;
    padding: 0 30px;
    text-align: right;
    background: #fef7f7;
}

/*域名解析*/

.parse_records_tips {
    background: #fafafa;
}

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

/*域名查询结果*/
.check-result {
    float: left;
    width: 910px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.check-result table {
    width: 100%;
    margin-top: 20px;
}

.check-result table th {
    border: 1px solid #e5e5e5;
    background: #fef7f7;
    font-weight: 700;
    height: 42px;
    padding: 0 20px;
    text-align: left;
}

.check-result table tr {
    height: 50px;
    border: 1px solid #e5e5e5;
}

.check-result table td {
    width: 25%;
    padding: 0 20px;
}

.check-result table td:last-child {
    text-align: right;
}

.check-result-side {
    width: 270px;
    float: right;
}

.check-result-side > div {
    border: 1px solid #e5e5e5;
    background: #fff;
}

.check-result-side > div:not(:last-child) {
    margin-bottom: 20px;
}

.check-result-side .cart-wrap ul {
    max-height: 220px;
    overflow-y: auto;
}

.check-result-side .cart-wrap li span {
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.check-result-side .not-data {
    line-height: 100px;
    color: #999;
    text-align: center;
    border-bottom:none;
}

.check-result-side .title {
    line-height: 54px;
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

.check-result-side .title .iconfont {
    color: #e02433;
}

.check-result-side li {
    line-height: 46px;
    padding: 0 20px;
    overflow: hidden;
}

.check-result-side li:not(:last-child) {
    border-bottom: 1px dashed #e5e5e5;
}

.check-result-side li a {
    float: left;
    color: #222;
    width: 170px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.check-result-side li a:hover {
    color: #fe6500;
}

.check-result-side li span {
    float: right;
    color: #999;
}

.check-result-side .notice li {
    position: relative;
}

.check-result-side .notice li:after {
    content: '';
    width: 3px;
    height: 3px;
    background: #999;
    position: absolute;
    left:14px;
    top: 21px;
}

/*公告*/
.notice-banner {
    width: 100%;
    height: 364px;
    background: url(/assets/img/notice-banner.jpg) repeat-x 50% 0;
}

.notice-list-table {
    width: 100%;
    background: #fff;
}

.notice-list-table th {
    padding: 0 20px;
    font-weight: 700;
    text-align: left;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
}

.notice-list-table a {
    padding-left: 10px;
    color: #9d9fb4;
    position: relative;
}

.notice-list-table a:after {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top:7px;
    content: '';
    background: #9d9fb4;
}

.notice-list-table tr {
    height: 50px;
    border: 1px solid #e5e5e5;
}

.notice-list-table tbody tr td {
    padding: 0 20px;
}

.notice-list-table tr td:last-child {
    text-align: right;
}

.notice-list-table tr:hover a {
    color: #e02433;
}

.notice-list-table tr:hover a:after {
    background: #e02433;
}

.notice-detail {
    padding: 30px;
    width: 1218px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 16px;
}

.notice-detail .title {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.notice-detail .title h2 {
    font-size: 26px;
}

.notice-detail .title p {
    color: #999;
    padding: 15px 0;
}

.notice-detail .inner {
    line-height: 24px;
    color: #9d9fb4;
}

.notice-detail .inner p {
    margin-bottom: 15px;
}

.notice-detail .bottom {
    text-align: right;
    line-height: 30px;
    margin-top: 50px;
}

.notice-detail h6 {
    color: #222;
    line-height: 80px;
}

.support-banner {
    width: 100%;
    height: 363px;
    background: url(/assets/img/support-banner.jpg) repeat-x 50% 0;
}

.support-index {
    width: 1060px;
    margin: 0 auto;
}

.support-index .title {
    padding: 50px 0 40px;
    font-size: 28px;
    text-align: center;
    color: #eef1ff;
    font-weight: 700;
}

.support-index .title h6 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.support-index table {
    width: 100%;
}

.support-index table td {
    border: 1px solid #e5e5e5;
    height: 52px;
}

.support-index table a {
    color: #999;
    margin-right: 40px;
}

.support-index table a:hover {
    color: #e02433;
}

.support-index table tr td {
    padding: 0 20px;
}

.support-index table tr td:first-child {
    width: 90px;
    background: #f7f7f7;
}

.support-nav {
    width: 220px;
    float: left;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.support-nav ul li:not(:last-child),
.support-nav > a {
    border-bottom: 1px solid #e5e5e5;
}

.support-nav > a,
.support-nav ul li > a {
    line-height: 52px;
    display: block;
    font-size: 16px;
    padding-left: 20px;
    color: #222;
}

.support-nav ul li > a.active span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.support-nav ul li > a {
    position: relative;
}

.support-nav ul li > a .iconfont {
    color: #c3c4d5;
}

.support-nav ul li > a span .iconfont {
    color: #222;
}

.support-nav ul li dl {
    display: none;
}

.support-nav dd a {
    display: block;
    color: #96979b;
    padding-left: 20px;
    line-height: 40px;
}

.support-nav dd {
    margin-bottom: 1px;
}

.support-nav dd a.active,
.support-nav dd a:hover {
    background: #e02433;
    color: #fff;
}

.support-nav ul li > a span {
    position: absolute;
    right: 25px;
    top: 0;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.support-detail {
    width: 920px;
    padding: 20px;
    float: right;
    background: #fff;
    color: #96979b;
}

.support-detail .inner {
    padding: 20px 10px 10px;
}

.support-detail .inner h3 {
    line-height: 60px;
    font-weight: 700;
    color: #222;
}

.support-detail p {
    line-height: 24px;
}

/*控制台*/
.console-index {
    width: 960px;
    float: right;
}

.console-index > li:not(:last-child) {
    margin-bottom: 20px;
}

.console-index > li dl {
    background: #fff;
}

.console-index > li dl:first-child {
    width: 690px;
    box-sizing: border-box;
    float: left;
}

.console-index > li dl:last-child {
    float: right;
    width: 250px;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.console-index > li .title {
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
}

.console-index > li .title a {
    font-size: 14px;
    font-weight: 400;
}

.console-index > li .title .iconfont {
    color: #96979b;
}

.console-index > li .todo {
    height: 136px;
    overflow: hidden;
}

.console-index > li .todo a {
    display: block;
    line-height: 45px;
    background: #fff8f2;
    border: 1px solid #feb97f;
    margin-left: 5px;
    color: #222;
    padding: 0 15px 0 20px;
    margin-top: 10px;
}

.console-index > li .todo a span {
    color: #fe6500;
}

.console-index > li .todo a span:first-child {
    font-weight: 700;
}

.console-index > li:last-child {
    background: #fff;
}

.console-index .base-info {
    padding: 20px;
}

.console-index .base-info .auth-status a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #96979b;
    border-radius: 50%;
    margin-right: 10px;
}

.console-index .base-info .auth-status a.active {
    background: #e02433;
}

.console-index .base-info .auth-status a .iconfont {
    font-size: 14px;
    color: #fff;
}

.console-index .base-info dt {
    width: 90px;
    height: 90px;
    float: left;
}

.console-index .base-info dt .iconfont {
    font-size: 90px;
    color: #c3c4d5;
}

.console-index .base-info dd {
    float: right;
    width: 538px;
    line-height: 48px;
}

.console-index .base-info .name {
    font-size: 16px;
    font-weight: 700;
}

.console-index .finance {
    width: 770px;
    float: left;
    padding: 30px 0 20px 0;
}

.console-index .finance dd > div {
    width: 50%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
    height: 60px;
}

.console-index .finance dd > div p {
    color: #96979b;
    margin-bottom: 20px;
}

.console-index .finance dd > div span {
    font-weight: 700;
    font-size: 30px;
    color: #333;
}

.console-index .finance dd > div:first-child {
    border-right: 1px solid #e5e5e5;
}

.console-index .finance dd:last-child {
    padding: 30px 30px 0;
}

.console-index .finance dd:last-child a {
    width: 70px;
    height: 28px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #e02433;
    text-align: center;
    color: #e02433;
    line-height: 28px;
    background: #fff;
}

.console-index .finance dd:last-child a:first-child {
    background: #e02433;
    color: #fff;
}

.console-index .notice {
    height: 170px;
    overflow: hidden;
}

.console-index .notice dd a {
    position: relative;
    display: block;
    padding: 0 10px;
    white-space:nowrap;
    overflow: hidden;
    line-height: 28px;
    color: #222;
    text-overflow: ellipsis;
}

.console-index .notice dd a:hover {
    color: #e02433;
}

.console-index .notice dd a:hover::after {
    background: #e02433;
}

.console-index .notice dd a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #96979b;
    border-radius: 50%;
}

.console-index .domain {
    padding: 20px;
}

.console-index .domain > p {
    background: #f7f7f7;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
}

.console-index .domain li {
    float: left;
    margin-right: 18px;
}

.console-index .domain li:last-child {
    margin-right: 0;
}

.console-index .domain li a {
    position: relative;
    display: block;
    width: 216px;
    height: 112px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.console-index .domain li a p {
    font-size: 16px;
    padding: 25px 0;
    color: #96979b;
}

.console-index .domain li a span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.console-index .domain li a em {
    position: absolute;
    right: 30px;
    top: 26px;
    width: 47px;
    height: 47px;
    border: 6px solid #edf2fd;
    background: #d5e1fb;
    color: #e02433;
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
}

.console-index .domain li a .iconfont {
    font-size: 28px;
}

.console-index .domain li a:hover {
    border: none;
    -webkit-box-shadow: 0 5px 10px 3px #dae6fc;
    -moz-box-shadow: 0 5px 10px 3px #dae6fc;
    box-shadow: 0 5px 10px 3px #dae6fc;
}

.domain-check .banner {
    width: 100%;
    height: 449px;
    background: url(/assets/img/check-banner.png) repeat-x 50% 0;
    text-align: center;
    color: #fff;
}

.domain-check .banner h6 {
    padding: 120px 0 20px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.domain-check .search-box {
    margin: 60px auto 20px;
}

.domain-check .banner a {
    color: #fff;
    margin: 0 5px;
}

.domain-check .title {
    padding: 30px 0 20px;
    font-size: 28px;
    text-align: center;
    color: #eef1ff;
    font-weight: 700;
}

.domain-check .title h6 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 5px;
}

.domain-check .price-box {
    background: #fff;
    padding-bottom: 50px;
}

.domain-check .price-box table {
    width: 1130px;
    margin: 0 auto;
}

.domain-check .price-box table th {
    text-align: left;
    font-weight: 700;
}

.domain-check .price-box table thead tr {
    background: #f7f7f7;
    height: 42px;
    border: 1px solid #e5e5e5;
}

.domain-check .price-box table th:first-child,
.domain-check .price-box table td:first-child {
    padding-left: 40px;
}

.domain-check .price-box table tr {
    height: 50px;
    border: 1px solid #e5e5e5;
}

.domain-check .newbie-guide {
    background: #f4f6ff url(/assets/img/banner02.png) no-repeat 100px 0;
}

.handbook-inner {
    width: 1200px;
    margin: 0 auto;
}
.handbook-inner h3 {
    font-size: 16px;
    font-weight: 700;
}
.handbook-inner ul li {
    width: 214px;
    height: 240px;
    border: 1px solid transparent;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: relative;
    background: #fff;
}
.handbook-inner ul li:last-child {
    margin-right: 0;
}
.handbook-inner ul .active {
    border-color: #e02433;
}
.handbook-inner ul .active:after {
    content: "";
    height: 50px;
    width: 1px;
    background: #e02433;
    position: absolute;
    left: 50%;
    bottom: -56px;
}
.handbook-inner ul .active:before {
    content: "";
    width: 11px;
    height: 11px;
    background: #fff;
    border: 1px solid #e02433;
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
}
.handbook-inner ul li:last-child {
    margin-right: 0;
}

.handbook-inner ul li .pic {
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    margin: 50px auto 40px;
    border: 1px dashed #e5e5e5;
    border-radius: 50%;
}

.handbook-inner ul li .pic .iconfont {
    font-size: 38px;
    color: #5f6e8d;
}

.handbook-inner ul li.active .pic .iconfont {
    background: -webkit-linear-gradient(top, #E0BAC6 0%,#e02433 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.handbook-inner ol {
    position: relative;
    z-index: 999;
    width: 1200px;
    height: 105px;
    background: #fff;
    overflow: hidden;
    margin-top: 45px;
}
.handbook-inner ol li {
    width: 1200px;
    height: 103px;
    line-height: 103px;
    border: 1px solid #e02433;
    padding-left: 28px;
    box-sizing: border-box;
    display: none;
}
.handbook-inner ol li .text-warning {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background: #9d9fb4;
    color: #fff;
    font-style: italic;
}
.handbook-inner ol li .icon {
    color: #e02433;
    margin: 0 40px 0 40px;
}
.handbook-inner ol li .btn {
    margin-left: 24px;
}

.layui-layer-content .form_group .form_label {
    width: 22%;
    margin-right: 20px;
}

.layui-layer-content .form_group > li {
    line-height: 32px;
}

.layui-layer-content .form_group input[type="text"],
.layui-layer-content .form_group input[type="password"] {
    width:220px;
}

.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 {
    vertical-align: middle;
    color: #c3c4d5;
}
.list-style li:not(:last-child) {
    margin-bottom: 20px;
}

.tpl_detail_table {
    width: 100%;
    margin-top: 20px;
}

.tpl_detail_table td {
    border: 1px solid #e5e5e5;
    height: 48px;
    padding: 0 30px;
}

.tpl_detail_table tr td:first-child {
    width: 200px;
    text-align: right;
    background: #fef7f7;
}

.common_result {
    text-align: center;
    padding: 100px 0 0;
}
.common_result dl {
    display: inline-block;
    text-align: left;
}
.common_result dl dt {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
}
.common_result dl dt i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.common_result dl dd {
    padding-left: 45px;
    line-height: 24px;
}

.common_result {
    text-align: center;
    padding: 100px 0 0;
}
.common_result dl {
    display: inline-block;
    text-align: left;
}
.common_result dl dt {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
}
.common_result dl dt i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.common_result dl dd {
    padding-left: 45px;
    line-height: 24px;
}
.pic_upload_list {
    display: inline-block;
    vertical-align: middle;
}
.pic_upload_list > img {
    width: 70px;
    height: 50px;
    border: 1px solid #fc0606;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-right: 5px;
}
.pic_upload_list .upload {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 50px;
    background: #f9f9f9;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.pic_upload_list .upload span {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #0e52ff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
}
.pic_upload_list .upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.pic_upload_list .upload > i{
    color: #e8e8e8;
    font-size: 50px;
}
/*whois*/
.whois_search_wrap {
    width: 100%;
    height: 550px;
}
.whois_search {
    padding: 100px 0 0;
    width: 1000px;
    margin: 0 auto;
}
.whois_search .inner {
    line-height: 52px;
}
.whois_search h6 {
    font-size: 50px;
    font-weight: 700;
    margin: 30px 0 80px;
    text-align: center;
    color: #e02433;
}
.whois_search p {
    margin-top: 10px;
    color: #999;
    line-height: 28px;
}
.whois_search .inner input {
    float: left;
}
.whois_search .inner input[type='text'] {
    padding: 26px 10px;
    font-size: 18px;
    width: 800px;
    border: 1px solid #e8e8e8;
    height: 80px;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.whois_search .inner input[type='submit'] {
    height: 80px;
    background: #e02433;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    width: 170px;
    margin-left: -2px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
}
.whois_search .inner input[type='submit']:hover {
    opacity: .85;
}
.whois_result .bg {
    width: 100%;
    height: 350px;
    background: url("/assets/img/banner23.png") repeat-x 50% 0;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.whois_result .search_box {
    width: 900px;
    overflow: hidden;
    padding: 0 0 20px;
}
.whois_result .search_box input[type="text"] {
    padding: 18px 10px;
    width: 683px;
    float: left;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    border-right: none;
}
.whois_result .search_box input[type="button"] {
    width: 136px;
    height: 68px;
    background: #e02433;
    color: #fff;
    font-size: 20px;
    margin-left: -2px;
    cursor: pointer;
    float: left;
    border-radius: 0 3px 3px 0;
}
.whois_result .search_box input[type="button"]:hover {
    opacity: .85;
}
.whois_result .info_table {
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top:none;
    color: #666;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
}
.whois_result .info_table p,
.whois_result .info_table div {
    line-height: 20px;
}
.whois_result .info_table tr:nth-child(odd) {
    background: #f9f9f9;
}
.whois_result .info_table tr td {
    height: 50px;
}
.whois_result .info_table tr td:first-child {
    width: 220px;
    padding: 0 40px 0 20px;
    text-align: right;
    font-weight: 700;
}
.whois_result .inner .title {
    padding: 10px 0;
    margin-top: 10px;
}
.whois_result .desc_detail_wrap {
    padding: 20px 20px 20px 176px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: none;
}
.whois_result .desc_detail {
    line-height: 22px;
    white-space: pre-line;
    color: #666;
    background: #fff;
    padding: 20px;
}
.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;
}
.feedback_dialog .inner div span {
    display: inline-block;
    width: 70px;
    height: 50px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*域名注册免费活动*/
.domain-activity {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
}
.domain-activity h6 {
    color: #f32d36;
    border-left: 5px solid #f32d36;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding-left: 6px;
}
.domain-activity .desc {
    background: #fffbf8;
    line-height: 30px;
    padding: 10px 20px;
    margin-top: 20px;
}
