﻿@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
}

input,
select,
textarea {
    outline: none;
    border: none;
    background: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

button,
fieldset,
img {
    border: none;
    outline: none;
}

img {
    display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

    input::-moz-focus-inner {
        border: none;
        padding: 0;
    }

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 14px;
    margin: 0;
}

/*  input[type="text"], input[type="password"]*/

textarea {
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

input,
textarea {
    background: none;
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
}

body {
    color: #666;
    font: 14px/20px "SimSun", "宋体", "Arial Narrow", HELVETICA;
    background: #fff;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        color: #fe8431;
        text-decoration: underline;
    }

[class^=icon-],
[class*=icon-] {
    display: inline-block;
}

button {
    cursor: pointer;
    font-family: "Microsoft Yahei", "微软雅黑";
}

b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

body {
    color: #666;
    font-family: "Microsoft Yahei", "微软雅黑";
    background: #fff;
}

.bgf9 {
    background: #f9f9f9;
}

.bg-white {
    background: #fff;
}

/*layout*/

/*background*/

/*button-color*/

/*font-color*/

/*border-color*/

/*pd*/

.pd0 {
    padding: 0;
}

.pdl0 {
    padding-left: 0;
}

.text-linethrough {
    text-decoration: line-through;
}

/*bg*/

.bg-yellow {
    background: #fe8431;
}

.bg-green {
    background: #61bc00;
}

.bg-purple {
    background: #bb548c;
}

/*display*/

.box-show {
    display: block;
}

.box-hd {
    display: none;
}

/*link*/


.main-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

    .main-container:before,
    .main-container:after {
        display: table;
        content: "";
    }

    .main-container:after {
        clear: both;
    }

.greent {
    color: #009933;
}

.green3 {
    color: #009933;
}

.purple {
    color: #ac477e;
}

.redt {
    color: #ff0000;
}

.blackt {
    color: #333333;
}

.hui9 {
    color: #999;
}

.oranget {
    color: #ff7200;
}

.red {
    color: #ff0000;
}

    .red:hover {
        text-decoration: none;
        color: #ff0000;
    }

.green {
    color: #008000;
}

    .green:hover {
        text-decoration: none;
        color: #008000;
    }

.blue {
    color: #0066cc;
}

    .blue:hover {
        text-decoration: underline;
        color: #ff7200;
    }

.bluetu {
    color: #0066cc;
}

    .bluetu:hover {
        text-decoration: underline;
        color: #0066cc;
    }

    .bluetu:visited {
        color: #0066cc;
    }

.bluet {
    color: #0066cc;
}

    .bluet:hover {
        text-decoration: underline;
        color: #ff7200;
    }

.hui {
    color: #999;
}

    .hui:hover {
        text-decoration: none;
        color: #ff7200;
    }

.hui-tu {
    color: #999;
}

    .hui-tu:hover {
        text-decoration: underline;
        color: #ff7200;
    }

.hui6-hover:hover {
    text-decoration: none;
    color: #ff7200;
}

.yellow {
    color: #ff7200;
}

.cheng {
    color: #ff7200;
}

    .cheng:hover {
        text-decoration: underline;
        color: #ff7200;
    }

    .cheng:visited {
        color: #ff7200;
    }

.huit {
    color: #999;
}

/*font*/

.font-36 {
    font-size: 36px;
}

.text-center {
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
}

input[type=checkbox],
input[type=radio] {
    margin-top: 0;
}

/*title*/

.home-title-line {
    height: 1px;
    border-top: 1px solid #e4e4e4;
    margin: 62px 0 49px 0;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
}

    .home-title-line span {
        position: relative;
        top: -12px;
        background: #f9f9f9;
        padding: 0 28px;
        font-size: 26px;
        color: #333333;
    }

/*button*/

.sale-button,
.buy-button,
.home-hui-button {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.home-hui-button,
.hui-button {
    background: #f9f9f9;
    color: #444444;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 6px;
}

    .home-hui-button:hover,
    .hui-button:hover {
        background: #fe8431;
        color: #fff;
        border: 1px solid #fe8431;
        text-decoration: none;
    }

.hui-button {
    padding: 0 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gray-button {
    background: #f9f9f9;
    color: #444444;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 6px;
}

    .gray-button:hover {
        background: #fe8431;
        color: #fff;
        border: 1px solid #fe8431;
    }

.cheng-button {
    background: #fe8431;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fe8431;
}

    .cheng-button:hover {
        background: #ff7200;
        border: 1px solid #ff7200;
    }

.cheng02-button {
    background: #fff;
    color: #fe8431;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #fe8431;
}

    .cheng02-button:hover {
        color: #fff;
        background: #ff7200;
        border: 1px solid #ff7200;
    }

.layer-btn-cheng {
    border: 1px solid #c86618;
    background: #fe8431;
    color: #fff;
}

    .layer-btn-cheng:hover {
        background: #ff7200;
        border: 1px solid #c86618;
        color: #fff;
    }

.buy-button {
    color: #fff;
    background: #fe8431;
}

    .buy-button:hover {
        background: #ff7200;
    }

.sale-button {
    color: #fff;
    background: #38ba72;
}

    .sale-button:hover {
        background: #2dac65;
    }

.orange-button {
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    background: #fe8431;
    color: #fff;
}

    .orange-button:hover {
        background: #ff7200;
    }

.inquiry-button {
    width: 180px;
    height: 50px;
    font-size: 18px;
}

.inquiry-button-btn {
    float: right;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 15px;
    width: 17%;
}

.register-search-w {
    width: 84px;
    height: 36px;
    line-height: 36px;
}

/*input*/

.model-input {
    border: 1px solid #e4e4e4;
    color: #c8c8c8;
    line-height: 20px;
    padding: 7px 8px;
    overflow: hidden;
}

    .model-input:focus {
        color: #333333;
    }

        .model-input:focus::-webkit-input-placeholder {
            color: #333;
        }

.yuding-input {
    border: 1px solid #ccc;
    color: #c8c8c8;
    line-height: 20px;
    padding: 5px 8px;
    overflow: hidden;
    width: 200px;
}

    .yuding-input:focus {
        color: #333333;
    }

        .yuding-input:focus::-webkit-input-placeholder {
            color: #333;
        }

.detail-input {
    border: 1px solid #ccc;
    color: #333;
    line-height: 20px;
    padding: 5px 8px;
    overflow: hidden;
    width: 160px;
}

    .detail-input:focus {
        color: #333333;
    }

        .detail-input:focus::-webkit-input-placeholder {
            color: #333;
        }

/*line*/

.solid-line {
    width: 1px;
    height: 14px;
    background: #ccc;
    margin: 0 6px;
    display: inline-block;
    vertical-align: text-bottom;
}

/*textarea*/

textarea {
    border: 1px solid #e4e4e4;
    color: #b5b5b5;
    padding: 7px 12px;
    line-height: 24px;
    overflow-y: auto;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 100%;
    background: #fff;
}

    textarea:focus {
        border: 1px solid #ff8a00;
        color: #333333;
    }

        textarea:focus::-webkit-input-placeholder {
            color: #333333;
        }

/*select*/

@media screen and (max-width: 768px) {
    select,
    input[type="text"] {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .text-select {
        position: relative;
        display: inline-block;
    }

        .text-select:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            content: url("../images/select_arrow_down.png");
            position: absolute;
            right: 8px;
            top: 8px;
            pointer-events: none;
        }

    input[type="checkbox"] {
        width: 12px;
        height: 12px;
        border: 1px solid #ccc;
        background: #fff;
        border-radius: 0;
    }
}

.cart-accounts-list select {
    height: 24px;
    line-height: 20px;
}

/*tips*/

.remind-tip {
    border: 1px solid #e4e4e4;
    background: #fffde6;
    padding: 7px 10px;
    line-height: 20px;
    margin-top: 10px;
}

    .remind-tip .icon-remind {
        margin-right: 9px;
    }

    .remind-tip a.link {
        margin: 0 20px;
        display: inline-block;
    }

    .remind-tip a.more {
        float: right;
        display: inline;
    }

@media screen and (max-width: 768px) {
    .remind-tip {
        font-size: 12px;
    }
}

/*main-title*/

.main-title {
    padding: 14px 0 9px 0;
    line-height: 24px;
    font-size: 12px;
}

/*arrow*/

.arrow-right-white {
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-width: 6px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.arrow-down-hui {
    border-style: solid dashed dashed dashed;
    border-color: #999 transparent transparent transparent;
    border-width: 6px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
}

.arrow-top {
    position: absolute;
    z-index: 2;
}

    .arrow-top i {
        width: 0;
        height: 0;
        display: block;
        position: absolute;
    }

    .arrow-top span {
        width: 0;
        height: 0;
        display: block;
        position: absolute;
    }

.layer-select {
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 8px 5px;
    width: 100%;
    font-size: 14px;
}

/*.w200(){width:180px;}*/

.cart-select-long {
    border: 1px solid #aaa;
    background: #fff;
    width: 200px;
}

.cart-select-short {
    border: 1px solid #aaa;
    background: #fff;
    width: 80px;
}

@media screen and (max-width: 1199px) {
    .cart-select-long {
        width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .cart-select-long {
        width: 200px;
    }
}

.yuding-select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px 5px 4px 5px;
}

.w200 {
    width: 200px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 108px;
}

/*text-link*/

.table-layout tbody tr td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .table-layout tbody tr td + td + td {
        color: #ff7300;
    }

.table-layout tbody tr:hover {
    background: #f9f9f9;
}

.table-layout thead tr th {
    background: #efeff0;
}

.home-table-list {
    border: 1px solid #e4e4e4;
    table-layout: fixed;
    width: 100%;
}

    .home-table-list thead tr th {
        height: 50px;
        font-weight: bold;
    }

    .home-table-list tbody tr td {
        border-bottom: 1px solid #e4e4e4;
        padding: 6px 0;
        line-height: 30px;
    }

    .home-table-list thead tr th,
    .home-table-list tbody tr td {
        text-align: left;
        text-indent: 20px;
    }

        .home-table-list thead tr th + th,
        .home-table-list tbody tr td + td {
            text-align: center;
            /*IE*/
            text-align: -moz-center;
            /*Firefox*/
            text-align: -webkit-center;
            /*Chrome*/
            text-indent: 0;
        }

.trade-tb-layout thead tr th {
    border-bottom: 1px solid #e4e4e4;
}

.register-tb-layout thead tr th {
    background: #efeff0;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    text-indent: 0;
}

.register-tb-layout tbody tr td {
    border-right: 1px solid #e4e4e4;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    text-indent: 0;
}

    .register-tb-layout tbody tr td a {
        color: #0066cc;
        font-weight: 700;
    }

.price-tb-layout {
    font-size: 12px;
    border: none;
    width: 100%;
}

    .price-tb-layout thead tr th {
        background: #f9f9f9;
        border-bottom: 1px solid #e4e4e4;
        line-height: 20px;
        padding: 10px 0;
        border-right: 1px solid #e4e4e4;
        text-align: center;
        /*IE*/
        text-align: -moz-center;
        /*Firefox*/
        text-align: -webkit-center;
        /*Chrome*/
    }

        .price-tb-layout thead tr th:last-child {
            border-right: none;
        }

    .price-tb-layout tbody tr.chose {
        background: #fffde6;
    }

    .price-tb-layout tbody tr:last-child td {
        border-bottom: none;
    }

    .price-tb-layout tbody tr td {
        line-height: 20px;
        padding: 10px 0;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        text-align: center;
        /*IE*/
        text-align: -moz-center;
        /*Firefox*/
        text-align: -webkit-center;
        /*Chrome*/
    }

        .price-tb-layout tbody tr td:last-child {
            border-right: none;
        }

        .price-tb-layout tbody tr td span.you-price {
            display: block;
        }

@media screen and (max-width: 768px) {
    .home-table-list thead tr th {
        height: 45px;
    }

    .home-table-list tbody tr td {
        padding: 8px 0;
        line-height: 24px;
    }
}

.icon,
.icon-bid-tixing,
.sortclick i,
.icon-right,
.icon-cart-submit,
.icon-cart-accounts,
.icon-server-intro,
.icon-server-standard,
.icon-server-business,
.close,
.icon-remove-cart,
.icon-rr-login,
.icon-rr-tip,
a.fast-register-bnt:hover span.icon-fast-register,
a.add-cart-bnt:hover span.icon-bnt-cart,
.icon-fast-register,
.icon-bnt-cart,
.icon-error,
.icon-rr-cart,
.icon-remark,
.icon-remind,
.icon-sales,
.new-icon,
.icon-android,
.icon-ios,
.sidebar-small,
.icon-sider-close,
.icon-link-hd-telephone,
.icon-sidbar-member,
.icon-sidbar-qq,
.icon-sidbar-telephone,
.icon-sidbar-app,
.icon-wsp,
.icon-sb,
.icon-yzj,
.icon-ydjj,
.icon-yyjy,
.icon-new,
.icon-hot,
.icon-search,
.icon-close,
.homepage .section7 .flex-next,
.homepage .section7 .flex-prev,
.icon-wei-a3,
.icon-wei-a2,
.icon-wei-a1,
.icon-support,
.icon-payment,
.icon-follow,
.icon-help,
.icon-about,
.homepage .section3 .flex-prev,
.homepage .section3 .flex-prev:hover,
.homepage .section3 .flex-next:hover,
.homepage .section3 .flex-next,
.homepage .section3 .flex-pre,
.icon-search,
.icon-search-trade,
.icon-lock,
.icon-empty-cart,
.icon-cart,
.icon-login-22,
.icon-login-qq,
.icon-login-weixin,
.icon-login-sina,
.icon-login-alipay,
.icon-login-baidu,
.icon-login-360 {
    background: url("../images/icon_home.png") 0 0 no-repeat;
}

.icon-login-22,
.icon-login-qq,
.icon-login-weixin,
.icon-login-sina,
.icon-login-alipay,
.icon-login-baidu,
.icon-login-360 {
    width: 20px;
    vertical-align: middle;
}

.icon-login-22 {
    background-position: 0 -104px;
    height: 15px;
}

.icon-login-qq {
    background-position: 0 -129px;
    height: 22px;
}

.icon-login-weixin {
    background-position: 0 -159px;
    height: 18px;
}

.icon-login-sina {
    background-position: 0 -186px;
    height: 22px;
}

.icon-login-alipay {
    background-position: 0 -218px;
    height: 17px;
}

.icon-login-baidu {
    background-position: 0 -246px;
    height: 20px;
}

.icon-login-360 {
    background-position: 0 -275px;
    height: 17px;
}

.icon-cart {
    background-position: 0 0;
    height: 12px;
    width: 12px;
    margin-right: 5px;
}

.icon-empty-cart {
    background-position: 0 -25px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
}

.icon-hot,
.icon-new {
    width: 26px;
    height: 12px;
    vertical-align: middle;
    margin-left: 3px;
}

.icon-hot {
    background-position: -61px -116px;
}

.icon-new {
    background-position: -61px -137px;
}

.icon-lock {
    height: 13px;
    width: 8px;
    background-position: 0 -12px;
    margin-left: 5px;
}

.icon-search-trade {
    background-position: 0 -291px;
    height: 50px;
    width: 52px;
    margin-left: 20px;
}

.icon-search {
    width: 20px;
    height: 20px;
    background-position: -20px -41px;
    vertical-align: middle;
}

.icon-close {
    background-position: -50px -46px;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.icon-wsp,
.icon-sb,
.icon-yzj,
.icon-ydjj,
.icon-yyjy {
    width: 60px;
    height: 60px;
}

.icon-yyjy {
    background-position: -26px -344px;
}

.icon-ydjj {
    background-position: -26px -405px;
}

.icon-yzj {
    background-position: -26px -466px;
}

.icon-sb {
    background-position: -26px -527px;
}

.icon-wsp {
    background-position: -25px -588px;
}

.homepage .section3 .flex-prev:hover,
.homepage .section3 .flex-next:hover,
.homepage .section3 .flex-next,
.homepage .section3 .flex-prev {
    height: 80px;
    width: 22px;
}

.homepage .section3 .flex-next {
    background-position: 0 -581px;
}

.homepage .section3 .flex-prev {
    background-position: 0 -501px;
}

    .homepage .section3 .flex-prev:hover {
        background-position: 0 -341px;
    }

.homepage .section3 .flex-next:hover {
    background-position: 0 -421px;
}

.icon-advantage1 {
    height: 130px;
    width: 130px;
}

.icon-advantage2 {
    height: 129px;
    width: 182px;
}

.icon-advantage3 {
    height: 130px;
    width: 103px;
}

.icon-advantage3,
.icon-advantage2,
.icon-advantage1 {
    display: block;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}

.advantage-box ul li.active .icon-advantage3,
.advantage-box ul li.active .icon-advantage3:hover,
.advantage-box ul li.active .icon-advantage2,
.advantage-box ul li.active .icon-advantage1,
.advantage-box ul li.active .icon-advantage2:hover,
.advantage-box ul li.active .icon-advantage1:hover,
.icon-advantage3,
.icon-advantage2,
.icon-advantage1 {
    background: url("../images/advantage_bg.png") 0 0 no-repeat;
    display: inline-block;
}

.icon-advantage1 {
    background-position: -308px -12px;
}

.advantage-box ul li.active .icon-advantage1,
.advantage-box ul li.active .icon-advantage1:hover {
    background-position: -308px -279px;
}

.icon-advantage2 {
    background-position: 0 -12px;
}

.advantage-box ul li.active .icon-advantage2,
.advantage-box ul li.active .icon-advantage2:hover {
    background-position: 0 -279px;
}

.icon-advantage3 {
    background-position: -590px -12px;
}

.advantage-box ul li.active .icon-advantage3,
.advantage-box ul li.active .icon-advantage3:hover {
    background-position: -590px -279px;
}

.icon-support,
.icon-payment,
.icon-follow,
.icon-help,
.icon-about {
    vertical-align: middle;
}

.icon-about {
    background-position: 0 -729px;
    height: 24px;
    width: 24px;
}

.icon-help {
    background-position: 0 -661px;
    height: 23px;
    width: 24px;
}

.icon-follow {
    background-position: 0 -753px;
    height: 25px;
    width: 27px;
}

.icon-payment {
    background-position: 0 -684px;
    height: 24px;
    width: 22px;
}

.icon-support {
    background-position: 0 -708px;
    height: 21px;
    width: 25px;
}

.icon-wei-a3,
.icon-wei-a2,
.icon-wei-a1 {
    width: 18px;
    height: 16px;
}

.icon-wei-a1 {
    background-position: 0 -72px;
}

.icon-wei-a2 {
    background-position: 0 -56px;
}

.icon-wei-a3 {
    background-position: 0 -40px;
}



.icon-sidbar-member,
.icon-sidbar-qq,
.icon-sidbar-telephone,
.icon-sidbar-app {
    margin: 0 6px;
}

.icon-sidbar-member {
    background-position: -37px -150px;
    height: 19px;
    width: 18px;
}

.icon-sidbar-qq {
    background-position: -37px -132px;
    height: 18px;
    width: 18px;
}

.icon-sidbar-telephone {
    background-position: -37px -209px;
    height: 21px;
    width: 18px;
}

.icon-sidbar-app {
    background-position: -37px -188px;
    height: 21px;
    width: 18px;
}

.icon-link-hd-telephone {
    background-position: -37px -230px;
    height: 40px;
    width: 40px;
}

.sidbar-link li.title a:hover .icon-sidbar-member {
    background-position: -37px -169px;
}

.sidebar-small {
    background-position: -35px -656px;
}

.icon-sider-close {
    background-position: -37px -116px;
    height: 16px;
    width: 18px;
    margin-top: 12px;
}

.icon-android {
    background-position: -22px -66px;
    width: 15px;
    height: 17px;
    margin: 0 5px 0 0;
}

.icon-ios {
    background-position: -42px -65px;
    width: 16px;
    height: 17px;
    margin: 0 5px 0 0;
}

.homepage .section7 .flex-next,
.homepage .section7 .flex-prev {
    width: 20px;
    height: 36px;
}

.homepage .section7 .flex-prev {
    background-position: -21px 0;
}

.homepage .section7 .flex-next {
    background-position: -49px 0;
    text-indent: -9999em;
}

.new-icon {
    background-position: -98px -200px;
    width: 29px;
    height: 17px;
}

.icon-sales {
    width: 16px;
    height: 16px;
    background-position: -111px -237px;
    vertical-align: middle;
}

.icon-remind {
    width: 14px;
    height: 16px;
    background-position: -113px -255px;
    vertical-align: middle;
}

.icon-remark {
    width: 19px;
    height: 16px;
    background-position: -108px -219px;
    vertical-align: middle;
}

.icon-rr-cart {
    width: 20px;
    height: 20px;
    background-position: -106px -315px;
}

.icon-right,
.icon-remove-cart,
.icon-rr-tip,
.register-result-list li:hover span.icon-bnt-cart,
.icon-error,
.icon-bnt-cart,
.icon-fast-register,
button.add-cart-bnt span.icon-bnt-cart {
    width: 14px;
    height: 14px;
}

.icon-error {
    background-position: -113px -377px;
}

.icon-bnt-cart {
    background-position: -113px -426px;
    vertical-align: middle;
}

.icon-register-cart {
    width: 22px;
    height: 20px;
    background-position: -147px -15px;
    vertical-align: middle;
}

.fixbar .fixbar-text-result button.addcar:hover .icon-register-cart {
    background-position: -147px -38px;
}

.icon-fast-register {
    background-position: -113px -440px;
}

a.fast-register-bnt:hover span.icon-fast-register {
    background-position: -113px -470px;
}

.add-cart-bnt:hover .icon-remove-cart,
.b-add-cart:hover .icon-bnt-cart,
a.add-cart-bnt:hover span.icon-bnt-cart {
    background-position: -113px -456px;
}

.icon-rr-tip {
    background-position: -113px -393px;
}

.wait-icon {
    width: 16px;
    height: 16px;
    background: url("../images/wait.gif") 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.icon-remove-cart {
    background-position: -113px -410px;
}

.register-result-cart:hover .rrc-title span.icon-rr-cart {
    background-position: -106px -336px;
}

.close {
    background-position: -112px -486px;
    width: 13px;
    height: 13px;
}

.icon-server-business {
    width: 77px;
    height: 60px;
    background-position: -86px -504px;
}

    .section9 .vm-list li:hover .icon-server-business,
    .icon-server-business:hover {
        background-position: -86px -565px;
    }

.icon-server-standard {
    width: 79px;
    height: 60px;
    background-position: -87px -626px;
}

    .section9 .vm-list li:hover .icon-server-standard,
    .icon-server-standard:hover {
        background-position: -87px -686px;
    }

.icon-server-intro {
    width: 64px;
    height: 60px;
    background-position: -30px -757px;
}

    .section9 .vm-list li:hover .icon-server-intro,
    .icon-server-intro:hover {
        background-position: -95px -757px;
    }

.icon-cart-accounts {
    width: 39px;
    height: 36px;
    background-position: -88px -276px;
}

.icon-cart-submit {
    width: 41px;
    height: 36px;
    background-position: -35px -700px;
}

.icon-right {
    background-position: -112px -362px;
}

.sortclick i {
    width: 7px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.sortclick i {
    background-position: -133px 0;
}

.sortclick-esa i {
    background-position: -141px 0;
}

.sortclick-esb i {
    background-position: -149px 0;
}

.icon-bid-tixing {
    width: 51px;
    height: 17px;
    background-position: -34px -737px;
}

.vm-list li:hover .yun-server-rm,
.vm-list li:hover .yun-server-bj,
.vm-list li:hover .yun-server-ty,
.yun-server-bj,
.yun-server-ty,
.yun-server-rm {
    background: url("../images/icon_yun_tab.png") no-repeat;
}

.yun-server-ty {
    background-position: 0px -120px;
}

.yun-server-bj {
    background-position: 0px -180px;
}

.yun-server-rm {
    background-position: 0px 0px;
}

.yun-server-bj,
.yun-server-ty,
.yun-server-rm {
    width: 83px;
    height: 60px;
    margin: 0 auto 18px auto;
}

.icon-brand,
.vm-list li:hover .icon-brand-jk,
.icon-brand-jk,
.vm-list li:hover .icon-brand-bm,
.icon-brand-bm,
.vm-list li:hover .icon-brand-pt,
.icon-brand-pt {
    background: url("../images/icon_brand_tab.png") no-repeat;
    width: 76px;
    height: 60px;
}

.icon-brand-pt {
    background-position: 0px -60px;
}

.vm-list li:hover .icon-brand-pt {
    background-position: 0px -120px;
}

.icon-brand-bm {
    background-position: 0px -1464px;
}

.vm-list li:hover .icon-brand-bm {
    background-position: 0px -1527px;
}

.icon-brand-jk {
    background-position: 0px -240px;
}

.vm-list li:hover .icon-brand-jk {
    background-position: 0px -180px;
}

.icon-brand-db {
    background-position: 0px -2007px;
}

.vm-list li:hover .icon-brand-db {
    background-position: 0px -2073px;
}

.vm-list li:hover .icon-brand-cx {
    background-position: 0px -363px;
}

.icon-brand-cx {
    height: 72px;
    margin-top: -7px;
    background-position: 0px -427px;
}

.icon-brand-ck {
    background-position: 0px -550px;
}

.vm-list li:hover .icon-brand-ck {
    background-position: 0px -490px;
}

.icon-brand-cx {
    background-position: 0px -1588px;
}

.vm-list li:hover .icon-brand-cx {
    background-position: 0px -1664px;
}

.icon-brand-q-ov {
    background-position: 0px -1742px;
}

.vm-list li:hover .icon-brand-q-ov {
    background-position: 0px -1808px;
}

.icon-brand-guan {
    background-position: 0px -977px;
}

.vm-list li:hover .icon-brand-guan {
    background-position: 0px -1037px;
}

.icon-brand-dv {
    background-position: 0px -1875px;
}

.vm-list li:hover .icon-brand-dv {
    background-position: 0px -1941px;
}

.icon-brand-ren {
    background-position: 0px -1218px;
}

.vm-list li:hover .icon-brand-ren {
    background-position: 0px -1278px;
}

.icon-brand-ev {
    background-position: 0px -2138px;
}

.vm-list li:hover .icon-brand-ev {
    background-position: 0px -2204px;
}

.icon-active-free {
    width: 29px;
    height: 19px;
    left: 70%;
    z-index: 2;
    top: -6px;
    display: block;
    background: url("../images/icon_mianfei.png") 0 0 no-repeat;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .icon-wsp,
    .icon-sb,
    .icon-yzj,
    .icon-ydjj,
    .icon-yyjy {
        width: 40px;
        height: 40px;
        background: url("../images/icon_home.png") 0 0 no-repeat;
    }

    .icon-wsp {
        background-position: -87px 0;
    }

    .icon-sb {
        background-position: -87px -160px;
    }

    .icon-yzj {
        background-position: -87px -80px;
    }

    .icon-ydjj {
        background-position: -87px -120px;
    }

    .icon-yyjy {
        background-position: -87px -40px;
    }
}

.load-main {
    padding: 10px 0 10px 10px;
    background-color: #434448;
    width: 100%;
    box-sizing: border-box;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-align: start;
    -webkit-box-align: start;
    box-align: start;
}

    .load-main .load-logo {
        background: url(../images/load-log.png) no-repeat;
        width: 36px;
        height: 36px;
        background-size: 36px;
    }

    .load-main .load-left {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-box-flex: 1;
        -o-box-flex: 1;
        box-flex: 1;
        padding-left: 10px;
        color: #fff;
    }

        .load-main .load-left h2 {
            font-size: 12px;
        }

        .load-main .load-left p {
            font-size: 12px;
        }

    .load-main .load-right {
        padding-top: 5px;
    }

        .load-main .load-right .load-close {
            float: right;
            width: 30px;
            height: 30px;
            display: block;
            margin: 5px 0 0 8px;
            background: url(../images/close.png) no-repeat;
            background-size: 20px 20px;
        }

        .load-main .load-right .load-btn {
            float: right;
            height: 30px;
            line-height: 30px;
            padding: 0px 5px;
            display: block;
            text-align: center;
            text-decoration: none;
            color: #fff;
            font-family: "微软雅黑";
            background-color: #f28c04;
            border-radius: 5px;
        }

/*nav*/

.header {
    position: relative;
    z-index: 99;
}

.navbar {
    margin-bottom: 0;
}

    .navbar .navbar-default {
        border-bottom-color: #fff;
    }

.navbar-default {
    background-color: #fff;
    border-bottom-color: #e4e4e4;
}

    .navbar-default .navbar-toggle {
        border-color: #fff;
    }

.navbar-toggle {
    margin: 21px 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #323232;
}

.navbar-toggle .icon-bar {
    width: 28px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }

.top-nav {
    background: #f5f5f5;
    height: 30px;
    font-size: 12px;
    border-bottom: 1px solid #e5e5e5;
}

.top-nav-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #f5f5f5;
}

    .top-nav-content li span.arrow {
        border-style: solid dashed dashed dashed;
        border-color: #b3b3b3 transparent transparent transparent;
        border-width: 5px 5px 0;
        overflow: hidden;
        font-size: 0;
        height: 0;
        width: 0;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        -webkit-transition: 0.25s ease-in;
        -moz-transition: 0.25s ease-in;
        -o-transition: 0.25s ease-in;
        transition: 0.25s ease-in;
    }

    .top-nav-content li:hover span.arrow {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .top-nav-content .nav-l > li {
        float: left;
        display: inline;
        position: relative;
        z-index: 1;
    }

        .top-nav-content .nav-l > li .nav-menu-title {
            padding: 0 7px 0 10px;
            line-height: 29px;
            border: 1px solid #f5f5f5;
            border-bottom: none;
            cursor: pointer;
        }

            .top-nav-content .nav-l > li .nav-menu-title a {
                color: #666;
            }

        .top-nav-content .nav-l > li .nav-menu-hd {
            position: absolute;
            top: 30px;
            z-index: 12;
            background: #fff;
            border: 1px solid #e4e4e4;
            padding: 0 7px 10px 10px;
            border-top: none;
            line-height: 28px;
            left: 0;
            right: 0;
            display: none;
        }

            .top-nav-content .nav-l > li .nav-menu-hd li:last-child a {
                letter-spacing: 0.5em;
            }

        .top-nav-content .nav-l > li .nav-menu-share {
            margin-left: 0px;
            margin-top: 6px;
        }

            .top-nav-content .nav-l > li .nav-menu-share span {
                display: inline-block;
                *display: inline;
                *zoom: 1;
                background: url("../images/icon_home.png") 0 0 no-repeat;
                width: 16px;
                height: 16px;
            }

                .top-nav-content .nav-l > li .nav-menu-share span.icon-weixin {
                    background-position: 0 -88px;
                }

                .top-nav-content .nav-l > li .nav-menu-share span.icon-sina {
                    background-position: -22px -88px;
                }

                .top-nav-content .nav-l > li .nav-menu-share span.icon-zone {
                    background-position: -44px -88px;
                }

                .top-nav-content .nav-l > li .nav-menu-share span.icon-keep {
                    background-position: -154px -67px;
                }

                .top-nav-content .nav-l > li .nav-menu-share span.icon-amapp {
                    background-position: -154px -85px;
                }

            .top-nav-content .nav-l > li .nav-menu-share a {
                margin: 0 3px;
                float: left;
                display: inline;
            }

                .top-nav-content .nav-l > li .nav-menu-share a.weixin-content {
                    position: relative;
                }

                    .top-nav-content .nav-l > li .nav-menu-share a.weixin-content .weixin-hd {
                        display: none;
                    }

                        .top-nav-content .nav-l > li .nav-menu-share a.weixin-content .weixin-hd .arrow-top {
                            position: absolute;
                            top: 12px;
                            z-index: 12;
                            left: 3px;
                        }

                            .top-nav-content .nav-l > li .nav-menu-share a.weixin-content .weixin-hd .arrow-top i {
                                border-style: dashed dashed solid dashed;
                                border-color: transparent transparent #fff transparent;
                                border-width: 6px;
                                overflow: hidden;
                                width: 0;
                                height: 0;
                                display: block;
                                position: absolute;
                            }

                        .top-nav-content .nav-l > li .nav-menu-share a.weixin-content .weixin-hd .weixin-text {
                            padding: 15px 15px 10px 15px;
                            border: 1px solid #e4e4e4;
                            text-align: center;
                            /*IE*/
                            text-align: -moz-center;
                            /*Firefox*/
                            text-align: -webkit-center;
                            /*Chrome*/
                            background: #fff;
                            position: absolute;
                            left: -60px;
                            top: 23px;
                        }

                            .top-nav-content .nav-l > li .nav-menu-share a.weixin-content .weixin-hd .weixin-text p {
                                color: #666;
                            }

                    .top-nav-content .nav-l > li .nav-menu-share a.weixin-content:hover .weixin-hd {
                        display: block;
                    }

        .top-nav-content .nav-l > li:hover .nav-menu-title {
            border: 1px solid #e4e4e4;
            background: #fff;
            color: #333333;
            border-bottom: none;
        }

            .top-nav-content .nav-l > li:hover .nav-menu-title a {
                color: #333333;
                text-decoration: none;
            }

        .top-nav-content .nav-l > li:hover .nav-menu-hd {
            display: block;
        }

    .top-nav-content .nav-r {
        float: right;
        display: inline;
        background: #f5f5f5;
        height: 29px;
    }

        .top-nav-content .nav-r > li {
            float: left;
            display: inline;
            position: relative;
        }

            .top-nav-content .nav-r > li span.nav-line {
                width: 1px;
                height: 13px;
                line-height: 13px;
                background: #ccc;
                display: inline-block;
                *display: inline;
                *zoom: 1;
                margin: 8.5px 3px;
            }

            .top-nav-content .nav-r > li .management-center,
            .top-nav-content .nav-r > li .message,
            .top-nav-content .nav-r > li .personal-info,
            .top-nav-content .nav-r > li .cart,
            .top-nav-content .nav-r > li .site-navigation,
            .top-nav-content .nav-r > li .notice,
            .top-nav-content .nav-r > li .login {
                color: #666;
                height: 31px;
                line-height: 29px;
                border-bottom: none;
                padding: 0 9px 0 10px;
                cursor: pointer;
                z-index: 12;
                position: relative;
            }

                .top-nav-content .nav-r > li .management-center a,
                .top-nav-content .nav-r > li .message a,
                .top-nav-content .nav-r > li .personal-info a,
                .top-nav-content .nav-r > li .cart a,
                .top-nav-content .nav-r > li .site-navigation a,
                .top-nav-content .nav-r > li .notice a,
                .top-nav-content .nav-r > li .login a {
                    color: #666;
                }

                    .top-nav-content .nav-r > li .management-center a.message-amount,
                    .top-nav-content .nav-r > li .message a.message-amount,
                    .top-nav-content .nav-r > li .personal-info a.message-amount,
                    .top-nav-content .nav-r > li .cart a.message-amount,
                    .top-nav-content .nav-r > li .site-navigation a.message-amount,
                    .top-nav-content .nav-r > li .notice a.message-amount,
                    .top-nav-content .nav-r > li .login a.message-amount {
                        color: #fff;
                    }

            .top-nav-content .nav-r > li .logout,
            .top-nav-content .nav-r > li .register {
                line-height: 30px;
                padding: 0 9px 0 10px;
            }

                .top-nav-content .nav-r > li .logout a,
                .top-nav-content .nav-r > li .register a {
                    color: #666;
                    text-decoration: none;
                }

                    .top-nav-content .nav-r > li .logout a:hover,
                    .top-nav-content .nav-r > li .register a:hover {
                        color: #ff7200;
                    }

            .top-nav-content .nav-r > li .hello {
                line-height: 30px;
                padding: 0 0 0 10px;
                color: #666;
            }

            .top-nav-content .nav-r > li .management-center-hd,
            .top-nav-content .nav-r > li .message-hd,
            .top-nav-content .nav-r > li .personal-info-hd,
            .top-nav-content .nav-r > li .cart-hd,
            .top-nav-content .nav-r > li .site-navigation-hd,
            .top-nav-content .nav-r > li .login-hd,
            .top-nav-content .nav-r > li .notice-hd {
                position: absolute;
                border: 1px solid #e4e4e4;
                background: #fff;
                z-index: 4;
                top: 29px;
                display: none;
            }

            .top-nav-content .nav-r > li .login-hd {
                padding: 15px 12px 13px 15px;
                width: 147px;
            }

                .top-nav-content .nav-r > li .login-hd > ul > li {
                    line-height: 28px;
                }

                    .top-nav-content .nav-r > li .login-hd > ul > li span {
                        margin-right: 10px;
                    }

            .top-nav-content .nav-r > li .notice-hd {
                right: 0;
            }

                .top-nav-content .nav-r > li .notice-hd h3 {
                    padding: 5px 19px;
                    line-height: 24px;
                    font-size: 12px;
                    border-bottom: 1px solid #e4e4e4;
                }

                    .top-nav-content .nav-r > li .notice-hd h3 .text-title-right {
                        float: right;
                        display: inline;
                    }

                .top-nav-content .nav-r > li .notice-hd > ul {
                    padding: 12px 19px 10px 19px;
                }

                    .top-nav-content .nav-r > li .notice-hd > ul > li {
                        width: 258px;
                    }

                        .top-nav-content .nav-r > li .notice-hd > ul > li span {
                            float: right;
                            display: inline;
                            color: #999;
                            line-height: 28px;
                        }

                        .top-nav-content .nav-r > li .notice-hd > ul > li a {
                            line-height: 28px;
                            width: 77%;
                            display: inline-block;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            position: relative;
                            padding-left: 12px;
                        }

                            .top-nav-content .nav-r > li .notice-hd > ul > li a:before {
                                content: "";
                                width: 6px;
                                height: 6px;
                                background: #b3b3b3;
                                border-radius: 10px;
                                position: absolute;
                                top: 12px;
                                left: 0;
                                margin-right: 10px;
                            }

                        .top-nav-content .nav-r > li .notice-hd > ul > li.active a:before {
                            background: #fe8432;
                        }

                .top-nav-content .nav-r > li .notice-hd .notice-more {
                    height: 28px;
                    background: #f9f9f9;
                    border-top: 1px solid #e4e4e4;
                    line-height: 28px;
                    padding-right: 16px;
                    text-align: right;
                }

                    .top-nav-content .nav-r > li .notice-hd .notice-more a:hover {
                        text-decoration: none;
                    }

            .top-nav-content .nav-r > li .site-navigation-hd {
                padding: 23px 3px 26px 3px;
                width: 1200px;
                right: -101px;
            }

                .top-nav-content .nav-r > li .site-navigation-hd li {
                    padding: 0 16px;
                    float: left;
                    display: inline;
                    border-right: 1px solid #e4e4e4;
                }

                    .top-nav-content .nav-r > li .site-navigation-hd li h4 {
                        color: #ff7200;
                        font-size: 14px;
                        padding: 0 4px 10px 12px;
                        font-weight: 700;
                    }

                    .top-nav-content .nav-r > li .site-navigation-hd li a {
                        padding: 0 12px;
                        display: block;
                        line-height: 26px;
                    }

                    .top-nav-content .nav-r > li .site-navigation-hd li .navigation-hd-list {
                        float: left;
                        display: inline;
                    }

                        .top-nav-content .nav-r > li .site-navigation-hd li .navigation-hd-list h5 {
                            font-size: 12px;
                            font-weight: 700;
                            padding: 0 4px 0 12px;
                            line-height: 26px;
                        }

                            .top-nav-content .nav-r > li .site-navigation-hd li .navigation-hd-list h5 a {
                                color: #666;
                                padding: 0;
                            }

                                .top-nav-content .nav-r > li .site-navigation-hd li .navigation-hd-list h5 a:hover {
                                    color: #ff7200;
                                }

                    .top-nav-content .nav-r > li .site-navigation-hd li:last-child {
                        border-right: none;
                    }

            .top-nav-content .nav-r > li .message-amount,
            .top-nav-content .nav-r > li .cart-amount {
                background: #fe9b1d;
                color: #fff;
                padding: 0 5px;
                min-width: 10px;
                height: 20px;
                line-height: 20px;
                text-align: center;
                /*IE*/
                text-align: -moz-center;
                /*Firefox*/
                text-align: -webkit-center;
                /*Chrome*/
                display: inline-block;
                margin: 5px 0 0 5px;
            }

            .top-nav-content .nav-r > li .cart-hd {
                right: 0;
                font-size: 14px;
            }

                .top-nav-content .nav-r > li .cart-hd > ul {
                    height: 223px;
                    overflow-y: auto;
                    overflow-x: hidden;
                    padding-left: 12px;
                }

                    .top-nav-content .nav-r > li .cart-hd > ul > li {
                        border-bottom: 1px dashed #e4e4e4;
                        width: 281px;
                        line-height: 24px;
                        padding: 13px 25px 13px 0;
                    }

                        .top-nav-content .nav-r > li .cart-hd > ul > li .cart-title span {
                            color: #ff0000;
                            font-size: 14px;
                            float: right;
                            display: inline;
                        }

                        .top-nav-content .nav-r > li .cart-hd > ul > li .cart-title a {
                            color: #0066cc;
                        }

                            .top-nav-content .nav-r > li .cart-hd > ul > li .cart-title a:hover {
                                color: #ff7200;
                            }

                        .top-nav-content .nav-r > li .cart-hd > ul > li .cart-text {
                            color: #666;
                        }

                            .top-nav-content .nav-r > li .cart-hd > ul > li .cart-text .text {
                                color: #999;
                            }

                        .top-nav-content .nav-r > li .cart-hd > ul > li:last-child {
                            border-bottom: none;
                        }

                .top-nav-content .nav-r > li .cart-hd .cart-more {
                    background: #f9f9f9;
                    border-top: 1px solid #e4e4e4;
                    padding: 15px 17px 15px 0;
                    text-align: right;
                }

                    .top-nav-content .nav-r > li .cart-hd .cart-more .account {
                        line-height: 14px;
                        height: 14px;
                    }

                        .top-nav-content .nav-r > li .cart-hd .cart-more .account span {
                            color: #ff0000;
                            margin: 0 5px;
                            font-weight: 700;
                        }

                    .top-nav-content .nav-r > li .cart-hd .cart-more .cart-button {
                        width: 130px;
                        height: 36px;
                        line-height: 36px;
                        text-align: center;
                        /*IE*/
                        text-align: -moz-center;
                        /*Firefox*/
                        text-align: -webkit-center;
                        /*Chrome*/
                        color: #fff;
                        background: #fd5c52;
                        border-radius: 5px;
                    }

                        .top-nav-content .nav-r > li .cart-hd .cart-more .cart-button:hover {
                            background: #e74c3c;
                        }

                    .top-nav-content .nav-r > li .cart-hd .cart-more .empty-cart {
                        line-height: 40px;
                        height: 40px;
                    }

                        .top-nav-content .nav-r > li .cart-hd .cart-more .empty-cart a:hover {
                            text-decoration: none;
                        }

            .top-nav-content .nav-r > li .personal-info-hd {
                left: 0;
                padding: 10px 8px 10px 14px;
                width: 200px;
            }

                .top-nav-content .nav-r > li .personal-info-hd ul {
                    float: left;
                    display: inline;
                }

                .top-nav-content .nav-r > li .personal-info-hd .personal-btn-text {
                    float: right;
                    display: inline;
                }

                    .top-nav-content .nav-r > li .personal-info-hd .personal-btn-text .personal-btn {
                        width: 44px;
                        height: 24px;
                        line-height: 24px;
                        display: block;
                    }

                    .top-nav-content .nav-r > li .personal-info-hd .personal-btn-text .recharge-button {
                        color: #fff;
                        background: #fe8431;
                    }

                        .top-nav-content .nav-r > li .personal-info-hd .personal-btn-text .recharge-button:hover {
                            background: #ff7200;
                        }

                    .top-nav-content .nav-r > li .personal-info-hd .personal-btn-text .logout-button {
                        color: #999;
                        background: #efefef;
                        margin-top: 12px;
                    }

                        .top-nav-content .nav-r > li .personal-info-hd .personal-btn-text .logout-button:hover {
                            background: #e7e6e6;
                        }

                .top-nav-content .nav-r > li .personal-info-hd li {
                    line-height: 26px;
                }

            .top-nav-content .nav-r > li .message-hd {
                padding: 4px 18px 10px 18px;
                width: 262px;
            }

                .top-nav-content .nav-r > li .message-hd h3 {
                    line-height: 36px;
                    border-bottom: 1px solid #e4e4e4;
                    font-size: 12px;
                }

                    .top-nav-content .nav-r > li .message-hd h3 a {
                        float: right;
                        display: inline;
                    }

                .top-nav-content .nav-r > li .message-hd li {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    line-height: 28px;
                }

                    .top-nav-content .nav-r > li .message-hd li span {
                        color: #999;
                        margin-right: 5px;
                    }

            .top-nav-content .nav-r > li .management-center-hd {
                padding: 10px 17px 0 16px;
                width: 517px;
                left: 0;
            }

                .top-nav-content .nav-r > li .management-center-hd li {
                    padding: 7px 0;
                    border-bottom: 1px solid #e4e4e4;
                    *zoom: 1;
                }

                    .top-nav-content .nav-r > li .management-center-hd li:before,
                    .top-nav-content .nav-r > li .management-center-hd li:after {
                        display: table;
                        content: "";
                    }

                    .top-nav-content .nav-r > li .management-center-hd li:after {
                        clear: both;
                    }

                    .top-nav-content .nav-r > li .management-center-hd li h3 {
                        float: left;
                        display: inline;
                        width: 70px;
                        color: #ff6600;
                        font-weight: 700;
                        font-size: 12px;
                        line-height: 26px;
                    }

                    .top-nav-content .nav-r > li .management-center-hd li .mc-text {
                        float: left;
                        display: inline;
                    }

                        .top-nav-content .nav-r > li .management-center-hd li .mc-text .mc-row {
                            line-height: 26px;
                        }

                            .top-nav-content .nav-r > li .management-center-hd li .mc-text .mc-row a {
                                margin-right: 14px;
                            }

                    .top-nav-content .nav-r > li .management-center-hd li:last-child {
                        border-bottom: none;
                    }

            .top-nav-content .nav-r > li:hover .notice a.message-amount {
                color: #fff;
            }

            .top-nav-content .nav-r > li:hover .management-center,
            .top-nav-content .nav-r > li:hover .message,
            .top-nav-content .nav-r > li:hover .personal-info,
            .top-nav-content .nav-r > li:hover .cart,
            .top-nav-content .nav-r > li:hover .site-navigation,
            .top-nav-content .nav-r > li:hover .notice,
            .top-nav-content .nav-r > li:hover .login {
                border: 1px solid #e4e4e4;
                color: #333333;
                background: #fff;
                padding: 0 8px 0 9px;
                border-bottom: none;
                height: 30px;
            }

                .top-nav-content .nav-r > li:hover .management-center a,
                .top-nav-content .nav-r > li:hover .message a,
                .top-nav-content .nav-r > li:hover .personal-info a,
                .top-nav-content .nav-r > li:hover .cart a,
                .top-nav-content .nav-r > li:hover .site-navigation a,
                .top-nav-content .nav-r > li:hover .notice a,
                .top-nav-content .nav-r > li:hover .login a {
                    color: #333333;
                    text-decoration: none;
                }

/*menu*/

.menu {
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

    .menu .navbar-default {
        border: none;
    }

    .menu .navbar-nav {
        font-size: 16px;
    }

.menu-content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

    .menu-content:before,
    .menu-content:after {
        display: table;
        content: "";
    }

    .menu-content:after {
        clear: both;
    }

    .menu-content .navbar-collapse {
        padding: 0;
    }

.menu .menu-logo-content {
    padding: 16px 0 17px 0;
    *zoom: 1;
    position: relative;
    background: #fff;
}

    .menu .menu-logo-content:before,
    .menu .menu-logo-content:after {
        display: table;
        content: "";
    }

    .menu .menu-logo-content:after {
        clear: both;
    }

    .menu .menu-logo-content .search-wrap {
        position: relative;
    }

        .menu .menu-logo-content .search-wrap .menu-search-tab {
            height: 30px;
            *zoom: 1;
        }

            .menu .menu-logo-content .search-wrap .menu-search-tab:before,
            .menu .menu-logo-content .search-wrap .menu-search-tab:after {
                display: table;
                content: "";
            }

            .menu .menu-logo-content .search-wrap .menu-search-tab:after {
                clear: both;
            }

            .menu .menu-logo-content .search-wrap .menu-search-tab ul li {
                float: left;
                display: inline;
                line-height: 30px;
                padding: 0 10px;
                color: #555;
                font-weight: 700;
            }

                .menu .menu-logo-content .search-wrap .menu-search-tab ul li:first-child {
                    padding-left: 0;
                }

                .menu .menu-logo-content .search-wrap .menu-search-tab ul li a {
                    color: #555;
                }

                .menu .menu-logo-content .search-wrap .menu-search-tab ul li.active a {
                    color: #fe8431;
                }

                .menu .menu-logo-content .search-wrap .menu-search-tab ul li a:hover {
                    text-decoration: none;
                }

        .menu .menu-logo-content .search-wrap .search-tab-header {
            position: relative;
        }

            .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields {
                margin-right: 100px;
                border: 2px solid #fe8431;
                border-right: none;
                overflow: hidden;
                height: 40px;
                position: relative;
            }

                .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields .search-icon {
                    line-height: 36px;
                    padding: 0 4px 0 13px;
                }

                    .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields .search-icon i {
                        width: 20px;
                        height: 20px;
                        background: url("../images/serch_icon.png") 0 0 no-repeat;
                        display: inline-block;
                        vertical-align: middle;
                    }

                .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields .search-combobox-input {
                    padding: 8px 0;
                    line-height: 20px;
                    width: 354px;
                }

                    .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields .search-combobox-input::placeholder {
                        color: #999;
                    }

            .menu .menu-logo-content .search-wrap .search-tab-header .search-tab-button {
                position: absolute;
                width: 100px;
                height: 40px;
                background: #fe8431;
                right: 0;
                top: 0;
                z-index: 1;
                overflow: hidden;
                text-align: center;
            }

                .menu .menu-logo-content .search-wrap .search-tab-header .search-tab-button .btn-search {
                    background: none;
                    line-height: 40px;
                    font-size: 16px;
                    color: #fff;
                    width: 100%;
                }

    .menu .menu-logo-content .tbh-search {
        margin: 0 393px 0 308px;
    }

    .menu .menu-logo-content .logo {
        margin: 14px 0 12px 0;
        float: left;
        display: inline;
    }

        .menu .menu-logo-content .logo img {
            width: 100%;
            vertical-align: middle;
            display: inline-block;
        }

    .menu .menu-logo-content .service-iphone {
        position: absolute;
        right: 0;
        top: 24px;
    }

        .menu .menu-logo-content .service-iphone img {
            width: 100%;
        }

.menu .menu-list-content {
    font-size: 16px;
    background: #fe8431;
    width: 100%;
    height: 46px;
    line-height: 46px;
}

    .menu .menu-list-content .menu-down {
        position: relative;
    }

    .menu .menu-list-content .menu-list {
        float: none;
        margin: 0;
    }

        .menu .menu-list-content .menu-list > li {
            float: left;
            display: inline;
            position: relative;
            width: 110px;
            text-align: center;
            margin-right: 0;
        }

            .menu .menu-list-content .menu-list > li:first-child {
                width: 90px;
            }

            .menu .menu-list-content .menu-list > li:last-child {
                width: 120px;
            }

            .menu .menu-list-content .menu-list > li.open > a {
                color: #ff7200;
                background: none;
            }

                .menu .menu-list-content .menu-list > li.open > a:focus {
                    color: #ff7200;
                    background: none;
                }

            .menu .menu-list-content .menu-list > li.chose {
                background: #fff;
                cursor: pointer;
                height: 46px;
                border-top: 1px solid #fe8431;
            }

                .menu .menu-list-content .menu-list > li.chose > a {
                    color: #ff7200;
                }

            .menu .menu-list-content .menu-list > li.active {
                background: #f5692c;
            }

                .menu .menu-list-content .menu-list > li.active > a {
                    color: #fff;
                    background: none;
                }

                    .menu .menu-list-content .menu-list > li.active > a:hover {
                        color: #ff7200;
                        background: none;
                    }

                .menu .menu-list-content .menu-list > li.active:hover {
                    background: #fff;
                    color: #ff7200;
                    height: 46px;
                    border-top: 1px solid #fe8431;
                }

                    .menu .menu-list-content .menu-list > li.active:hover > a {
                        color: #ff7200;
                    }

            .menu .menu-list-content .menu-list > li > a {
                color: #fff;
                display: inline-block;
                padding: 0;
                width: 100%;
                line-height: 46px;
            }

                .menu .menu-list-content .menu-list > li > a:hover {
                    color: #ff7200;
                    text-decoration: none;
                    background: none;
                }

                .menu .menu-list-content .menu-list > li > a:focus {
                    background: none;
                }

            .menu .menu-list-content .menu-list > li.couple {
                position: relative;
            }

                .menu .menu-list-content .menu-list > li.couple > a {
                    width: 30%;
                }

                    .menu .menu-list-content .menu-list > li.couple > a:after {
                        content: "";
                        position: absolute;
                        top: 14px;
                        right: 0;
                        width: 2px;
                        height: 18px;
                        background-color: #fff;
                        margin-right: -3px;
                    }

                    .menu .menu-list-content .menu-list > li.couple > a:last-child:after {
                        content: "";
                        width: 0px;
                    }

                    .menu .menu-list-content .menu-list > li.couple > a:hover {
                        text-decoration: underline;
                    }

                .menu .menu-list-content .menu-list > li.chose > a:after, .menu .menu-list-content .menu-list > li.couple:hover > a:after {
                    background-color: #ff7200;
                }

            .menu .menu-list-content .menu-list > li:hover {
                -webkit-transition: all .3s;
                transition: all .3s;
                background: #fff;
                cursor: pointer;
                color: #ff7200;
                height: 46px;
                border-top: 1px solid #fe8431;
            }

                .menu .menu-list-content .menu-list > li:hover > a {
                    color: #ff7200;
                    background: none;
                }

.menu .menu-hd {
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    z-index: 3;
    background: #fff;
    font-size: 14px;
}

    .menu .menu-hd .menu-down-cont {
        width: 100%;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 0px;
        -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    }

    .menu .menu-hd .menu-dropdown {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 27px 0;
        *zoom: 1;
        overflow-x: auto;
    }

        .menu .menu-hd .menu-dropdown:before,
        .menu .menu-hd .menu-dropdown:after {
            display: table;
            content: "";
        }

        .menu .menu-hd .menu-dropdown:after {
            clear: both;
        }

        .menu .menu-hd .menu-dropdown li {
            float: right;
            display: inline;
            border-left: 1px solid #e4e4e4;
        }

            .menu .menu-hd .menu-dropdown li:last-child {
                border-left: none;
            }

            .menu .menu-hd .menu-dropdown li a {
                display: block;
                line-height: 30px;
            }

            .menu .menu-hd .menu-dropdown li h3 {
                color: #333333;
                font-size: 14px;
                font-weight: 700;
                padding-bottom: 7px;
            }

                .menu .menu-hd .menu-dropdown li h3 a {
                    color: #333333;
                }

                    .menu .menu-hd .menu-dropdown li h3 a:hover {
                        color: #333333;
                        text-decoration: none;
                    }

            .menu .menu-hd .menu-dropdown li .dr-list {
                float: left;
                display: inline;
            }

        .menu .menu-hd .menu-dropdown .domain-register {
            float: right;
            display: inline;
            *zoom: 1;
        }

            .menu .menu-hd .menu-dropdown .domain-register:before,
            .menu .menu-hd .menu-dropdown .domain-register:after {
                display: table;
                content: "";
            }

            .menu .menu-hd .menu-dropdown .domain-register:after {
                clear: both;
            }

            .menu .menu-hd .menu-dropdown .domain-register li.reg-question {
                padding-left: 30px;
            }

            .menu .menu-hd .menu-dropdown .domain-register li.domain-service {
                padding: 0 6px 0 20px;
            }

                .menu .menu-hd .menu-dropdown .domain-register li.domain-service .dr-list {
                    padding-right: 24px;
                }

            .menu .menu-hd .menu-dropdown .domain-register li.top-domain {
                padding: 0 34px 0 24px;
            }

            .menu .menu-hd .menu-dropdown .domain-register li.china-domain {
                padding: 0 0 0 22px;
            }

                .menu .menu-hd .menu-dropdown .domain-register li.china-domain .dr-list {
                    padding-right: 20px;
                }

            .menu .menu-hd .menu-dropdown .domain-register li.intern-domain {
                padding: 0 0 0 27px;
            }

                .menu .menu-hd .menu-dropdown .domain-register li.intern-domain .dr-list {
                    padding-right: 27px;
                }

        .menu .menu-hd .menu-dropdown .menu-advert {
            width: 240px;
            float: right;
            display: inline;
            margin-left: 30px;
        }

            .menu .menu-hd .menu-dropdown .menu-advert img {
                width: 100%;
                height: 120px;
                max-width: 240px;
            }

        .menu .menu-hd .menu-dropdown .menu-domain-list {
            *zoom: 1;
        }

            .menu .menu-hd .menu-dropdown .menu-domain-list:before,
            .menu .menu-hd .menu-dropdown .menu-domain-list:after {
                display: table;
                content: "";
            }

            .menu .menu-hd .menu-dropdown .menu-domain-list:after {
                clear: both;
            }

            .menu .menu-hd .menu-dropdown .menu-domain-list li {
                padding-left: 30px;
            }

                .menu .menu-hd .menu-dropdown .menu-domain-list li.domain-bid-list {
                    padding-right: 30px;
                }

                .menu .menu-hd .menu-dropdown .menu-domain-list li.ykj-list .dr-list {
                    padding-right: 30px;
                }

.navbar-default .navbar-collapse {
    background: #fe8431;
}

.open > .dropdown-menu {
    display: none;
}

.icon-mianfei {
    width: 29px;
    height: 19px;
    background: url("../images/icon_mianfei.png") 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: -5px;
    right: 10px;
}

@media screen and (max-width: 768px) {
    .navbar-nav .open .dropdown-menu {
        display: block;
        padding: 5px 0;
        line-height: 30px;
    }

        .navbar-nav .open .dropdown-menu li a {
            color: #666;
        }

    .icon-mianfei {
        top: 4px;
        left: 75px;
    }
}

@media screen and (min-width: 768px) {
    .navbar-menu {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .menu .menu-list-content .menu-list > li {
        width: 110px;
    }

        .menu .menu-list-content .menu-list > li:last-child,
        .menu .menu-list-content .menu-list > li:first-child {
            width: 110px;
        }

    .menu .menu-logo-content .tbh-search {
        margin: 0 337px 0 252px;
    }

    .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields .search-combobox-input {
        width: 255px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-menu {
        border: 0;
    }

    .menu .menu-logo-content {
        padding-left: 10px;
    }

        .menu .menu-logo-content .logo {
            margin: 0;
        }

            .menu .menu-logo-content .logo img {
                width: auto;
            }

        .menu .menu-logo-content .tbh-search {
            margin: 0 63px 0 90px;
        }

        .menu .menu-logo-content .search-wrap .search-tab-header .search-tab-button {
            width: 80px;
        }

            .menu .menu-logo-content .search-wrap .search-tab-header .search-tab-button .btn-search {
                font-size: 14px;
            }

        .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields {
            margin-right: 60px;
        }

            .menu .menu-logo-content .search-wrap .search-tab-header .search-panel-fields .search-combobox-input {
                padding-left: 10px;
            }

    .menu-navbar-header {
        width: 40px;
        position: absolute;
        top: 16px;
        right: 0px;
    }

        .menu-navbar-header .navbar-toggle {
            margin: 2px 0 0;
            background: none;
        }

    .menu .menu-list-content {
        background: #fff;
        width: 100%;
        height: 0;
        line-height: 0;
    }

        .menu .menu-list-content .menu-list {
            background: #fff;
            margin: 0;
        }

            .menu .menu-list-content .menu-list > li {
                width: 100%;
                text-align: left;
                line-height: 20px;
                border-bottom: 1px solid #e4e4e4;
            }

                .menu .menu-list-content .menu-list > li:last-child,
                .menu .menu-list-content .menu-list > li:first-child {
                    width: 100%;
                }

                .menu .menu-list-content .menu-list > li:last-child {
                    border-bottom: 0;
                }

                .menu .menu-list-content .menu-list > li > a {
                    display: block;
                    width: 100%;
                    padding: 10px 15px;
                    font-size: 14px;
                    line-height: 20px;
                }

                    .menu .menu-list-content .menu-list > li > a span.navbar-arrow {
                        display: inline-block;
                        float: right;
                        display: inline;
                        margin-top: 8px;
                        border-top: 6px solid;
                        border-right: 6px solid transparent;
                        border-left: 6px solid transparent;
                        color: #999;
                    }

                .menu .menu-list-content .menu-list > li.active {
                    background: #fff;
                }

                    .menu .menu-list-content .menu-list > li.active:hover {
                        height: auto;
                        border-top: none;
                    }

                    .menu .menu-list-content .menu-list > li.active > a {
                        color: #fe8431;
                    }

                .menu .menu-list-content .menu-list > li > a {
                    color: #333;
                }

                .menu .menu-list-content .menu-list > li.chose {
                    height: auto;
                    border-top: none;
                }

                .menu .menu-list-content .menu-list > li:hover {
                    border-top: none;
                }

                .menu .menu-list-content .menu-list > li.couple > a {
                    display: inline-block;
                    text-align: center;
                }

                    .menu .menu-list-content .menu-list > li.couple > a:first-child:after {
                        background-color: #666;
                        top: 10px;
                    }
}

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}

    .flexslider .slides {
        zoom: 1;
    }

        .flexslider .slides > li {
            display: none;
            -webkit-backface-visibility: hidden;
        }

        .flexslider .slides img {
            width: 100%;
            display: block;
            height: auto;
            -moz-user-select: none;
        }

.banner4,
.banner3,
.banner2,
.banner1 {
    height: 410px;
    display: block;
}

.banner1 {
    background: url("../images/banner_01.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.banner2 {
    background: url("../images/banner_01.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.banner3 {
    background: url("../images/banner_01.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.banner4 {
    background: url("../images/banner_01.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 86px;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .flex-control-nav li a {
            width: 8px;
            height: 8px;
            display: block;
            background: rgba(255, 255, 255, 0);
            border: 1px solid #ffffff;
            cursor: pointer;
            text-indent: -9999px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
        }

            .flex-control-nav li a:hover {
                background: #fff;
            }

            .flex-control-nav li a.flex-active {
                background: #fff;
                cursor: default;
            }

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-indent: -9999px;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3),;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .flex-direction-nav .flex-prev {
        left: 0;
    }

    .flex-direction-nav .flex-next {
        right: 0;
        text-align: right;
    }

.homepage .section7 .flex-control-nav,
.homepage .home-scroll .flex-direction-nav,
.homepage .section3 .flex-control-nav {
    display: none;
}

.homepage .home-scroll .flex-control-nav li {
    margin: 0 4px;
}

    .homepage .home-scroll .flex-control-nav li a {
        width: 10px;
        height: 10px;
        outline: none;
    }

.homepage .section3 .flex-direction-nav a,
.homepage .section7 .customer-scroll:hover .flex-direction-nav .flex-next,
.homepage .section7 .customer-scroll:hover .flex-direction-nav .flex-prev,
.homepage .section7 .customer-scroll.active .flex-direction-nav .flex-next:hover,
.homepage .section7 .customer-scroll.active .flex-direction-nav .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.homepage .section3 .single-activity-box .flex-direction-nav a.flex-prev {
    left: -40px;
}

.homepage .section3 .single-activity-box .flex-direction-nav a.flex-next {
    right: -42px;
    text-indent: -99px;
}

.homepage .section3 .flex-direction-nav a {
    margin: -40px 0 0 0;
}

    .homepage .section3 .flex-direction-nav a.flex-prev {
        left: -26px;
    }

    .homepage .section3 .flex-direction-nav a.flex-next {
        right: -26px;
        text-indent: -99px;
    }

.circle-dot-mb {
    bottom: 100px;
}

.circle-dot li {
    margin: 0 2px;
}

.circle-dot .active {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}

@media screen and (max-width: 768px) {
    .banner4,
    .banner3,
    .banner2,
    .banner1 {
        width: 100%;
        height: 305px;
        display: block;
        overflow: hidden;
    }

    .flex-control-nav {
        bottom: 100px;
    }

    .circle-dot-mb {
        bottom: 110px;
    }
}

.domain-price-search-radio input[type="radio"].icon-radio,
.register-box-bottom input[type="radio"].icon-radio,
.search-radio input[type="radio"].icon-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

    .domain-price-search-radio input[type="radio"].icon-radio + label,
    .register-box-bottom input[type="radio"].icon-radio + label,
    .search-radio input[type="radio"].icon-radio + label {
        -webkit-appearance: none;
        background-color: #fff;
        border: 1px solid #c1c5ce;
        padding: 6px;
        border-radius: 14px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .domain-price-search-radio input[type="radio"].icon-radio:checked + label,
    .register-box-bottom input[type="radio"].icon-radio:checked + label,
    .search-radio input[type="radio"].icon-radio:checked + label {
        background-color: #fff;
        border: 1px solid #c1c5ce;
    }

        .domain-price-search-radio input[type="radio"].icon-radio:checked + label:after,
        .register-box-bottom input[type="radio"].icon-radio:checked + label:after,
        .search-radio input[type="radio"].icon-radio:checked + label:after {
            content: ' ';
            width: 6px;
            height: 6px;
            border-radius: 14px;
            position: absolute;
            top: 3px;
            background: #ff7200;
            left: 3px;
        }

.register-search-list h3 input[type="checkbox"].icon-checkbox,
.search-input-box > ul > li input[type="checkbox"].icon-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}

    .register-search-list h3 input[type="checkbox"].icon-checkbox + label,
    .search-input-box > ul > li input[type="checkbox"].icon-checkbox + label {
        border: 1px solid #c1c5ce;
        padding: 7px;
        background-color: #fff;
        display: inline-block;
        position: relative;
        margin: 0 6px 0 0;
    }

    .register-search-list h3 input[type="checkbox"].icon-checkbox:checked + label,
    .search-input-box > ul > li input[type="checkbox"].icon-checkbox:checked + label {
        background-color: #fff;
    }

        .register-search-list h3 input[type="checkbox"].icon-checkbox:checked + label:after,
        .search-input-box > ul > li input[type="checkbox"].icon-checkbox:checked + label:after {
            content: url("../images/active_checkbox.png");
            position: absolute;
            top: -1px;
            left: -1px;
        }

.register-box-bottom label {
    font-weight: normal;
}

.search-input-border {
    padding: 20px 0 20px 12px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-input-box {
    background: #fff;
    padding-top: 16px;
    *zoom: 1;
}

    .search-input-box:before,
    .search-input-box:after {
        display: table;
        content: "";
    }

    .search-input-box:after {
        clear: both;
    }

    .search-input-box .search-radio {
        float: left;
        display: inline;
        line-height: 16px;
        margin-left: -16px;
    }

        .search-input-box .search-radio label {
            margin-left: 16px;
            margin-right: 6px;
        }

    .search-input-box .search-more {
        float: left;
        display: inline;
        line-height: 16px;
        padding: 0 22px;
    }

    .search-input-box > ul {
        *zoom: 1;
    }

        .search-input-box > ul:before,
        .search-input-box > ul:after {
            display: table;
            content: "";
        }

        .search-input-box > ul:after {
            clear: both;
        }

        .search-input-box > ul > li {
            margin: 0 0 22px 0;
            width: 8.264%;
            float: left;
            display: inline;
            height: 16px;
            line-height: 16px;
            font-size: 14px;
        }

            .search-input-box > ul > li label {
                font-weight: normal;
                vertical-align: middle;
            }

            .search-input-box > ul > li a {
                position: relative;
            }

                .search-input-box > ul > li a .search-bo-hd {
                    position: absolute;
                    z-index: 2;
                    border: 1px solid #e4e4e4;
                    background: #fff;
                    padding: 10px;
                    width: 128px;
                    top: 28px;
                    left: -24px;
                    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
                }

                    .search-input-box > ul > li a .search-bo-hd h4 {
                        color: #333333;
                        padding-bottom: 8px;
                    }

                    .search-input-box > ul > li a .search-bo-hd p {
                        color: #999;
                        line-height: 20px;
                        font-size: 12px;
                    }

                        .search-input-box > ul > li a .search-bo-hd p span {
                            color: #ff7200;
                            font-size: 14px;
                            font-weight: 700;
                        }

            .search-input-box > ul > li .hot-tips-green,
            .search-input-box > ul > li .hot-tips-cheng,
            .search-input-box > ul > li .hot-tips-red {
                width: 16px;
                height: 16px;
                line-height: 16px;
                text-align: center;
                font-size: 12px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                color: #fff;
                display: inline-block;
                margin-left: 6px;
            }

            .search-input-box > ul > li .hot-tips-red {
                background: #f5344f;
            }

            .search-input-box > ul > li .hot-tips-cheng {
                background: #fe8533;
            }

            .search-input-box > ul > li .hot-tips-green {
                background: #7cc030;
            }

    .search-input-box .search-active img {
        display: inline-block;
    }

    .search-input-box li a {
        color: #666;
    }

        .search-input-box li a:hover {
            color: #666;
            text-decoration: none;
        }







@media screen and (max-width: 768px) {
    .small-screen-pd {
        padding: 0 15px 50px 15px;
    }

    .register-banner1,
    .register-banner2,
    .register-banner3 {
        height: auto;
    }

    .register-cont {
        padding: 0;
        background: #fff;
    }

        .register-cont .register-box {
            padding: 19px 15px 0 15px;
            border: none;
        }

            .register-cont .register-box .register-title {
                font-size: 16px;
                width: 100%;
            }

            .register-cont .register-box .register-textarea textarea {
                width: 100%;
            }

            .register-cont .register-box .register-title .num {
                font-size: 20px;
            }

            .register-cont .register-box .register-box-bottom {
                margin: 19px 0 0;
            }

                .register-cont .register-box .register-box-bottom button.hui-button {
                    margin: 10px 0 0;
                }

                .register-cont .register-box .register-box-bottom button.inquiry-button {
                    margin: 15px 0 0;
                }

    .domain-price-search .domain-price-search-radio {
        font-size: 12px;
        padding: 0;
    }

        .domain-price-search .domain-price-search-radio label {
            margin-right: 10px;
        }

    .search-input-box ul li {
        width: 90px;
    }

    .inquiry-button {
        width: 100%;
    }

    .inquiry-button-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .domain-price-tab > ul > li {
        width: 18.2%;
        font-size: 12px;
        margin-right: 5px;
    }

    .register-active {
        width: 100%;
        margin: 15px 0 10px 0;
        font-size: 12px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: box;
        -moz-box-pack: center;
        -webkit-box-pack: center;
        box-pack: center;
    }
}

.star-bar {
    position: relative;
}

    .star-bar .register-result-cart {
        position: absolute;
        width: 190px;
        right: 0;
        top: 0;
    }

        .star-bar .register-result-cart .rrc-title {
            width: 190px;
            border: 1px solid #e4e4e4;
            text-align: center;
            /*IE*/
            text-align: -moz-center;
            /*Firefox*/
            text-align: -webkit-center;
            /*Chrome*/
            background: #fff;
            height: 36px;
            line-height: 36px;
            cursor: pointer;
        }

            .star-bar .register-result-cart .rrc-title span.icon-rr-cart {
                vertical-align: middle;
                margin-right: 6px;
            }

        .star-bar .register-result-cart p {
            text-align: center;
            /*IE*/
            text-align: -moz-center;
            /*Firefox*/
            text-align: -webkit-center;
            /*Chrome*/
            padding: 34px 0;
        }

        .star-bar .register-result-cart .register-cart-hd {
            display: none;
            position: absolute;
            z-index: 2;
            top: 34px;
            border: 1px solid #e4e4e4;
            background: #fff;
            width: 260px;
            right: 0;
            text-align: left;
        }

            .star-bar .register-result-cart .register-cart-hd h3 {
                border-bottom: 1px solid #e4e4e4;
                line-height: 34px;
                padding: 0 10px;
                font-size: 14px;
                *zoom: 1;
            }

                .star-bar .register-result-cart .register-cart-hd h3:before,
                .star-bar .register-result-cart .register-cart-hd h3:after {
                    display: table;
                    content: "";
                }

                .star-bar .register-result-cart .register-cart-hd h3:after {
                    clear: both;
                }

            .star-bar .register-result-cart .register-cart-hd ul > li {
                padding: 0 10px;
                line-height: 34px;
                border-bottom: 1px dashed #e4e4e4;
                position: relative;
            }

                .star-bar .register-result-cart .register-cart-hd ul > li span.close {
                    display: none;
                    position: absolute;
                    right: 18px;
                    top: 9.5px;
                }

                .star-bar .register-result-cart .register-cart-hd ul > li span.name {
                    margin-right: 3px;
                }

                .star-bar .register-result-cart .register-cart-hd ul > li:hover {
                    background: #fffde6;
                }

                    .star-bar .register-result-cart .register-cart-hd ul > li:hover span.close {
                        display: block;
                        z-index: 4;
                    }

            .star-bar .register-result-cart .register-cart-hd .register-cart-hd-b {
                padding: 14px 10px;
            }

                .star-bar .register-result-cart .register-cart-hd .register-cart-hd-b button {
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                }

                    .star-bar .register-result-cart .register-cart-hd .register-cart-hd-b button span {
                        margin-left: 5px;
                    }

        .star-bar .register-result-cart:hover .register-cart-hd {
            display: block;
        }

        .star-bar .register-result-cart:hover .rrc-title {
            background: #ff6600;
            color: #fff;
        }

.u-flyer {
    width: 250px;
    display: block;
    position: fixed;
    z-index: 9999;
    background: #d5d5d5;
    padding: 0 0 20px 10px;
    font-size: 14px;
    border: 2px solid #fe8431;
}

.share-list-right {
    float: right;
}

.register-result-list {
    padding: 0 25px;
    border: 1px solid #e4e4e4;
    background: #fff;
    *zoom: 1;
}

    .register-result-list:before,
    .register-result-list:after {
        display: table;
        content: "";
    }

    .register-result-list:after {
        clear: both;
    }

.share-list li {
    padding-right: 5px;
    padding-left: 3px;
}

    .share-list li a {
        margin-left: 20px;
    }

        .share-list li a.add-cart-bnt,
        .share-list li a.fast-register-bnt,
        .share-list li a.buy-register-bnt {
            height: 30px;
            line-height: 28px;
            text-decoration: none;
            display: inline-block;
            margin-left: 3px;
        }

    .share-list li:hover {
        background: #f9f9f9;
        /* .add-cart-bnt{ background: #f79427; border-color:#f79427; color: @font_white;}
    .fast-register-bnt{ background: #f9463d; border-color:#f9463d; color: @font_white;}
    .buy-register-bnt{ background: @bg_chengt; border-color: @bg_chengt; color: @font_white; }*/
    }

.register-result-list-tj {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-top: 20px;
    *zoom: 1;
}

    .register-result-list-tj:before,
    .register-result-list-tj:after {
        display: table;
        content: "";
    }

    .register-result-list-tj:after {
        clear: both;
    }

    .register-result-list-tj .box-list-title h3 {
        padding-left: 0;
        margin: 0 25px;
    }

    .register-result-list-tj .register-result-list-row li {
        width: 50%;
        float: left;
        padding: 0;
        *zoom: 1;
        padding: 0 25px;
        box-sizing: border-box;
        border-bottom: none;
    }

        .register-result-list-tj .register-result-list-row li:before,
        .register-result-list-tj .register-result-list-row li:after {
            display: table;
            content: "";
        }

        .register-result-list-tj .register-result-list-row li:after {
            clear: both;
        }

        .register-result-list-tj .register-result-list-row li .share-list-row {
            padding: 10px 0;
            border-bottom: 1px dashed #e4e4e4;
            min-height: 50px;
            *zoom: 1;
            word-break: break-all;
        }

            .register-result-list-tj .register-result-list-row li .share-list-row:before,
            .register-result-list-tj .register-result-list-row li .share-list-row:after {
                display: table;
                content: "";
            }

            .register-result-list-tj .register-result-list-row li .share-list-row:after {
                clear: both;
            }

        .register-result-list-tj .register-result-list-row li:nth-last-child(2) .share-list-row,
        .register-result-list-tj .register-result-list-row li:last-child .share-list-row {
            border-bottom: none;
        }

    .register-result-list-tj .share-list li:hover {
        background: none;
    }

.register-result-more {
    padding: 10px 0;
    line-height: 30px;
    border-top: 1px dashed #e4e4e4;
}

.register-tips {
    display: inline;
    position: absolute;
}

    .register-tips .register-tips-arrow span {
        border-bottom: 6px solid #96cd58;
        border-left: 6px solid transparent;
        top: 18px;
        left: 6px;
    }

    .register-tips .text {
        padding: 0 6px;
        line-height: 20px;
        background: #96cd58;
        color: #fff;
        margin-left: 12px;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-right-radius: 2px;
    }

@media screen and (max-width: 768px) {
    .register-result-list {
        padding: 0 15px 24px 15px;
    }

        .register-result-list .register-result-list-bottom input {
            margin-right: 5px;
        }

        .register-result-list .register-result-list-bottom button {
            margin-left: 5px;
        }

            .register-result-list .register-result-list-bottom button.cheng-button {
                width: 100px;
            }

    .share-list-right {
        float: none;
        padding-left: 18px;
    }

    .register-result-list-tj .share-list-right {
        padding-left: 0;
    }

    .register-result-list-tj .share-list li a {
        margin-right: 0;
        margin-left: 10px;
    }

    .register-result-list-tj .box-list-title h3 {
        margin: 0 15px;
    }

    .register-result-list-tj .register-result-list-row li {
        width: 100%;
        float: none;
    }

        .register-result-list-tj .register-result-list-row li:nth-last-child(2) .share-list-row {
            border-bottom: 1px dashed #e4e4e4;
        }

    .share-list li a {
        margin-left: 0;
        margin-right: 10px;
    }

        .share-list li a.add-cart-bnt,
        .share-list li a.fast-register-bnt,
        .share-list li a.buy-register-bnt {
            height: 30px;
            line-height: 28px;
            text-decoration: none;
            display: inline-block;
            margin-left: 3px;
            border: none;
            background: none;
            padding: 0;
            color: #0066cc;
        }

            .share-list li a.add-cart-bnt:hover,
            .share-list li a.fast-register-bnt:hover,
            .share-list li a.buy-register-bnt:hover {
                color: #ff7200;
                text-decoration: underline;
            }
}

.cart-accounts {
    font-size: 26px;
    color: #333333;
    line-height: 36px;
    position: absolute;
    width: 178px;
    left: 0;
    top: 0;
}

    .cart-accounts span {
        vertical-align: middle;
        margin-right: 9px;
    }

.cart-accounts-cont {
    background: #fff;
    margin-bottom: 20px;
}

    .cart-accounts-cont .cart-accounts-title {
        border: 1px solid #e4e4e4;
        border-bottom: none;
    }

        .cart-accounts-cont .cart-accounts-title a {
            font-size: 14px;
        }

    .cart-accounts-cont .cart-accounts-row .cart-accounts-money {
        padding: 0 30px;
        border: 1px solid #e4e4e4;
        border-top: none;
    }

        .cart-accounts-cont .cart-accounts-row .cart-accounts-money .text {
            padding: 22px 0;
            border-bottom: 1px solid #e4e4e4;
        }

            .cart-accounts-cont .cart-accounts-row .cart-accounts-money .text p {
                line-height: 32px;
                text-align: right;
            }

                .cart-accounts-cont .cart-accounts-row .cart-accounts-money .text p span {
                    width: 180px;
                    display: inline-block;
                }

                .cart-accounts-cont .cart-accounts-row .cart-accounts-money .text p b,
                .cart-accounts-cont .cart-accounts-row .cart-accounts-money .text p a {
                    width: 85px;
                    display: inline-block;
                }

.bnt-batch-use {
    width: 70px;
    height: 24px;
    line-height: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #aaa;
    margin-left: 6px;
}

    .bnt-batch-use:hover {
        border: 1px solid #ff7200;
        text-decoration: none;
    }

@media screen and (max-width: 1199px) {
    .cart-accounts-cont .cart-accounts-row .cart-accounts-money {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .box-list-title h3 {
        border-bottom: none;
    }

    .cart-accounts-cont .cart-accounts-row .cart-accounts-money {
        padding: 0 15px;
        border: 1px solid #e4e4e4;
        border-top: none;
    }

        .cart-accounts-cont .cart-accounts-row .cart-accounts-money .title {
            padding: 14px 0;
        }

            .cart-accounts-cont .cart-accounts-row .cart-accounts-money .title span {
                float: none;
            }

        .cart-accounts-cont .cart-accounts-row .cart-accounts-money .text p a {
            width: 100%;
            display: block;
        }

        .cart-accounts-cont .cart-accounts-row .cart-accounts-money .text p span {
            width: auto;
        }

    .cart-accounts-cont .cart-accounts-row .cart-accounts-submit {
        border: none;
        background: #fff;
        padding: 25px 0 17px 0;
    }

        .cart-accounts-cont .cart-accounts-row .cart-accounts-submit p {
            font-size: 12px;
            text-align: right;
        }
}

.my-cart .register-more-price {
    border: 1px solid #e4e4e4;
    padding: 0 18px;
    margin-bottom: 10px;
    line-height: 36px;
}

.my-cart .cart-accounts-row h3 {
    border-top: 1px solid #e4e4e4;
}

    .my-cart .cart-accounts-row h3 select {
        margin-left: 8px;
    }

.my-cart .cart-accounts-row .cart-accounts-list input[type=checkbox],
.my-cart .cart-accounts-row .cart-accounts-list input[type=radio] {
    margin: 0;
}

.my-cart .cart-accounts-row .cart-accounts-list .cart-select-short {
    margin-left: 35px;
}

.cart-tips {
    position: absolute;
    top: -15px;
    z-index: 3;
}

    .cart-tips .text {
        padding: 0 6px;
        line-height: 20px;
        background: #f42f2f;
        color: #fff;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-right-radius: 2px;
        font-size: 12px;
        margin-left: 2px;
    }

.cart-tips-arrow span {
    border-top: 6px solid red;
    border-right: 6px solid transparent;
    top: 22px;
    left: 2px;
}

@media screen and (max-width: 1199px) {
    .my-cart-accounts .mca-text {
        width: 770px;
    }
}

@media screen and (max-width: 768px) {
    .my-cart-accounts .mca-text {
        width: 100%;
        padding: 9px 15px 8px 15px;
        border-right: 1px solid #e4e4e4;
    }

    .my-cart-accounts button {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
}

.cart-sumbit-list {
    border: 1px solid #e4e4e4;
    border-bottom: none;
}

    .cart-sumbit-list ul li {
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
        line-height: 30px;
    }

        .cart-sumbit-list ul li:nth-child(odd) {
            background: #f9f9f9;
        }

        .cart-sumbit-list ul li .domain {
            padding-left: 30px;
        }

            .cart-sumbit-list ul li .domain span[class^=icon-] {
                margin-right: 7px;
                vertical-align: middle;
            }

        .cart-sumbit-list ul li .text a {
            margin-left: 10px;
        }

@media screen and (max-width: 768px) {
    .cart-sumbit-list ul li .domain {
        padding-left: 15px;
    }

    .cart-sumbit-list ul li .text {
        padding-left: 38px;
    }
}

.single-domain-sort {
    width: 200px;
    float: left;
    border: 1px solid #e4e4e4;
    border-bottom: none;
}

    .single-domain-sort > ul > li > a {
        line-height: 50px;
        border-bottom: 1px solid #e4e4e4;
        color: #333333;
        display: block;
        padding-left: 16px;
    }

        .single-domain-sort > ul > li > a:hover {
            border-left: 3px solid #ff7300;
            color: #ff7300;
            text-decoration: none;
        }

    .single-domain-sort > ul > li:last-child {
        border-bottom: none;
    }

.single-domain-sort-hd {
    background: #f9f9f9;
    padding: 0 12px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}

    .single-domain-sort-hd .single-white-arrow-down {
        top: -1px;
        left: 32px;
    }

        .single-domain-sort-hd .single-white-arrow-down i {
            border: 13px solid transparent;
            border-top-color: #e4e4e4;
        }

        .single-domain-sort-hd .single-white-arrow-down span {
            border: 13px solid transparent;
            border-top-color: #fff;
            top: -1px;
        }

    .single-domain-sort-hd .sort-hd-row {
        border-bottom: 1px dashed #e4e4e4;
        *zoom: 1;
        padding-bottom: 10px;
    }

        .single-domain-sort-hd .sort-hd-row:before,
        .single-domain-sort-hd .sort-hd-row:after {
            display: table;
            content: "";
        }

        .single-domain-sort-hd .sort-hd-row:after {
            clear: both;
        }

        .single-domain-sort-hd .sort-hd-row:last-child {
            border-bottom: none;
        }

        .single-domain-sort-hd .sort-hd-row .sort-hd-row-hd {
            display: none;
        }

        .single-domain-sort-hd .sort-hd-row h3 {
            font-size: 14px;
            color: #999;
            line-height: 24px;
            padding-top: 15px;
        }

        .single-domain-sort-hd .sort-hd-row a {
            float: left;
            width: 33.3%;
            line-height: 34px;
        }

            .single-domain-sort-hd .sort-hd-row a span.arrow-down-hui {
                vertical-align: middle;
                -webkit-transition: 0.25s ease-in;
                -moz-transition: 0.25s ease-in;
                -o-transition: 0.25s ease-in;
                transition: 0.25s ease-in;
            }

            .single-domain-sort-hd .sort-hd-row a:hover span.arrow-down-hui {
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

.single-domain-box {
    width: 980px;
    float: right;
}

    .single-domain-box .single-title-line {
        margin: 17px 0 27px 0;
    }

    .single-domain-box .single-domain-inquiry {
        width: 100%;
        height: 400px;
        border: 1px solid #e4e4e4;
        padding: 48px 30px 38px 30px;
        background: url("../images/single_domain_bg.png") 50% 50% no-repeat;
        background-position: top left;
    }

        .single-domain-box .single-domain-inquiry .sdi-title {
            *zoom: 1;
        }

            .single-domain-box .single-domain-inquiry .sdi-title:before,
            .single-domain-box .single-domain-inquiry .sdi-title:after {
                display: table;
                content: "";
            }

            .single-domain-box .single-domain-inquiry .sdi-title:after {
                clear: both;
            }

            .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-l {
                float: left;
                display: inline;
            }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-l span {
                    display: inline-block;
                }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-l span.sdi-title-line {
                        margin-left: 9px;
                    }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-l span.text {
                        padding-left: 17px;
                    }

                        .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-l span.text h3 {
                            line-height: 40px;
                            font-size: 24px;
                        }

            .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-line {
                width: 1px;
                height: 50px;
                background: #dbdbdb;
            }

            .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r {
                padding-top: 10px;
                float: right;
                display: inline;
                *zoom: 1;
                position: relative;
            }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r:before,
                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r:after {
                    display: table;
                    content: "";
                }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r:after {
                    clear: both;
                }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r span {
                    display: inline-block;
                }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r span.price {
                        font-size: 60px;
                        font-weight: bold;
                        color: #ff6600;
                        vertical-align: middle;
                    }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r span.member {
                        vertical-align: middle;
                    }

                        .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r span.member b {
                            display: block;
                            margin-top: 5px;
                        }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r span.arrow-down-hui {
                        vertical-align: middle;
                        -webkit-transition: 0.25s ease-in;
                        -moz-transition: 0.25s ease-in;
                        -o-transition: 0.25s ease-in;
                        transition: 0.25s ease-in;
                    }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r .sdi-title-r-hide {
                    background: #fff;
                    width: 166px;
                    position: absolute;
                    display: none;
                    border: 1px solid #e4e4e4;
                    top: 65px;
                }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r .sdi-title-r-hide .single-arrow-top {
                        top: -28px;
                        left: 137px;
                    }

                        .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r .sdi-title-r-hide .single-arrow-top i {
                            border-bottom: 28px solid #e4e4e4;
                            border-left: 28px solid transparent;
                        }

                        .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r .sdi-title-r-hide .single-arrow-top span {
                            border-bottom: 27px solid #fff;
                            border-left: 27px solid transparent;
                            top: 2px;
                        }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r .sdi-title-r-hide > ul {
                        padding: 8px 10px 8px 15px;
                    }

                        .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r .sdi-title-r-hide > ul > li {
                            line-height: 30px;
                        }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r:hover .sdi-title-r-hide {
                    display: block;
                }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r:hover span.arrow-down-hui {
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

        .single-domain-box .single-domain-inquiry textarea {
            height: 136px;
            margin: 50px 0 20px 0;
        }

        .single-domain-box .single-domain-inquiry .sdi-title-b .register-active {
            font-size: 14px;
            width: auto;
            margin: 15px 0;
        }

    .single-domain-box .single-domain-activity {
        margin-top: 20px;
        padding: 39px 0 0 0;
        border: 1px solid #e4e4e4;
    }

        .single-domain-box .single-domain-activity .single-activity-box {
            padding: 0 52px 0 52px;
        }

            .single-domain-box .single-domain-activity .single-activity-box .activity-box {
                padding: 0;
            }

    .single-domain-box .single-domain-info {
        padding: 15px 27px 0 27px;
        *zoom: 1;
    }

        .single-domain-box .single-domain-info:before,
        .single-domain-box .single-domain-info:after {
            display: table;
            content: "";
        }

        .single-domain-box .single-domain-info:after {
            clear: both;
        }

        .single-domain-box .single-domain-info .box-list-title h3 {
            padding-left: 0;
        }

        .single-domain-box .single-domain-info ul {
            *zoom: 1;
            padding: 19px 0;
        }

            .single-domain-box .single-domain-info ul:before,
            .single-domain-box .single-domain-info ul:after {
                display: table;
                content: "";
            }

            .single-domain-box .single-domain-info ul:after {
                clear: both;
            }

            .single-domain-box .single-domain-info ul li {
                float: left;
                display: inline;
                width: 50%;
                padding-right: 50px;
            }

    .single-domain-box .single-domain-text {
        padding: 15px 20px;
        line-height: 30px;
        border: 1px dashed #e4e4e4;
    }

.single-logo {
    width: 150px;
}

    .single-logo img {
        width: 100%;
        max-width: 150px;
    }

.single-about-con {
    padding: 18px 0;
}

    .single-about-con .about-domain {
        display: table;
        padding: 13px 0;
    }

        .single-about-con .about-domain .about-domain-dot {
            width: 10px;
            height: 10px;
            background: #f8daba;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            margin-right: 10px;
            margin-top: 2px;
        }

        .single-about-con .about-domain .about-domain-img {
            padding-right: 14px;
            width: 64px;
        }

            .single-about-con .about-domain .about-domain-img img {
                display: inline-block;
                width: 100%;
                max-width: 50px;
            }

        .single-about-con .about-domain .text {
            display: table-cell;
            vertical-align: top;
        }

        .single-about-con .about-domain h3 {
            font-size: 16px;
            font-weight: bold;
        }

        .single-about-con .about-domain p {
            line-height: 30px;
        }

.single-right {
    float: right;
}

.about-list {
    *zoom: 1;
}

    .about-list:before,
    .about-list:after {
        display: table;
        content: "";
    }

    .about-list:after {
        clear: both;
    }

@media screen and (max-width: 1199px) {
    .single-domain-box {
        width: 770px;
    }

    .single-logo {
        width: 120px;
    }
}

@media screen and (max-width: 768px) {
    .sdi-title-r-hide {
        right: 0;
        top: 40px;
    }

    .single-logo {
        width: 100px;
    }

    .single-domain-box {
        width: 100%;
    }

        .single-domain-box .single-domain-inquiry {
            height: auto;
            padding: 20px 10px;
        }

            .single-domain-box .single-domain-inquiry .sdi-title {
                position: relative;
            }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-l span.text {
                    padding-left: 0;
                }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-l span.text h3 {
                        line-height: 30px;
                        margin: 15px 0;
                    }

                .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r {
                    position: absolute;
                    right: 10px;
                    padding-top: 0;
                }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r span.price {
                        font-size: 40px;
                    }

                    .single-domain-box .single-domain-inquiry .sdi-title .sdi-title-r span.member b {
                        margin-top: 0;
                    }

            .single-domain-box .single-domain-inquiry textarea {
                margin: 20px 0;
            }

        .single-domain-box .single-domain-info {
            padding: 15px 15px 0 15px;
        }

            .single-domain-box .single-domain-info ul li {
                width: 100%;
                padding-right: 0;
            }

            .single-domain-box .single-domain-info .box-list-title h3 {
                border-bottom: 1px solid #e4e4e4;
                padding: 0;
            }

                .single-domain-box .single-domain-info .box-list-title h3 span {
                    padding-left: 0;
                }

        .single-domain-box .single-domain-activity .single-activity-box {
            padding: 0 30px 0 30px;
        }

    .homepage .section3 .single-activity-box .flex-direction-nav a.flex-next {
        right: -27px;
    }

    .homepage .section3 .single-activity-box .flex-direction-nav a.flex-prev {
        left: -25px;
    }
}

.yuding-tab {
    padding-bottom: 51px;
    margin-bottom: 0;
    border-bottom: 2px solid #fe8431;
}

    .yuding-tab > ul > li a {
        line-height: 30px;
        padding: 10px 30px;
        min-height: 50px;
        height: auto;
        margin-right: 0;
        background: #f9f9f9;
        float: left;
        display: inline-block;
        border: 1px solid #e4e4e4;
        border-bottom: none;
        border-left: none;
        font-size: 16px;
    }

        .yuding-tab > ul > li a:hover {
            text-decoration: none;
        }

    .yuding-tab > ul > li:first-child a {
        border-left: 1px solid #e4e4e4;
    }

    .yuding-tab > ul > li.active a {
        background: #fe8431;
        color: #fff;
        border: 1px solid #fe8431;
        border-bottom: none;
        border-left: none;
    }

    .yuding-tab .sales-activity {
        line-height: 44px;
    }

.yuding-search-model {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 14px 0 0 0;
}

    .yuding-search-model .ysm-list {
        display: table;
    }

        .yuding-search-model .ysm-list .ysm-row {
            padding: 0 20px;
            display: table-cell;
            padding-bottom: 15px;
        }

            .yuding-search-model .ysm-list .ysm-row label {
                display: table-cell;
                padding-right: 4px;
                font-weight: normal;
            }

            .yuding-search-model .ysm-list .ysm-row .text {
                display: table-cell;
            }

                .yuding-search-model .ysm-list .ysm-row .text input[type="checkbox"] {
                    margin-left: 13px;
                    height: 14px;
                }

                .yuding-search-model .ysm-list .ysm-row .text span input {
                    vertical-align: middle;
                    display: inline-block;
                }

                .yuding-search-model .ysm-list .ysm-row .text span.cb-mgr input[type="checkbox"]:first-child {
                    margin-left: 0;
                }

                .yuding-search-model .ysm-list .ysm-row .text span.line {
                    margin: 0 7px;
                }

    .yuding-search-model .y-model-w1 label {
        width: 100px;
        text-align: right;
    }

    .yuding-search-model .y-model-w2 {
        width: 497px;
    }

    .yuding-search-model .y-model-w3 {
        width: 380px;
    }

.yuding-link a {
    margin-left: 24px;
}

    .yuding-link a:first-child {
        margin-left: 0;
    }

.fast-index {
    border-top: 1px solid #e4e4e4;
    line-height: 30px;
    padding: 10px 30px;
}

    .fast-index a {
        margin-right: 20px;
        display: inline-block;
    }

.ysm-bnt {
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    padding: 10px 0 32px 0;
}

    .ysm-bnt button {
        width: 120px;
        height: 36px;
        line-height: 36px;
        margin: 0 13px;
    }

.yuding-list {
    margin-top: 10px;
}

    .yuding-list h3.yuding-list-title {
        border: 1px solid #e4e4e4;
        padding: 10px 20px;
        border-bottom: none;
        line-height: 30px;
    }

        .yuding-list h3.yuding-list-title span.title {
            font-size: 16px;
            font-weight: bold;
        }

        .yuding-list h3.yuding-list-title span.text {
            font-size: 14px;
        }

            .yuding-list h3.yuding-list-title span.text span {
                padding-left: 34px;
            }

                .yuding-list h3.yuding-list-title span.text span i {
                    width: 12px;
                    height: 12px;
                    display: inline-block;
                    vertical-align: middle;
                    margin-left: 12px;
                }

.yd-check-w {
    width: 3.6%;
    padding-left: 7px;
}

.yd-domain-w {
    width: 17.4%;
}

.yd-type-w {
    width: 6.1%;
}

.yd-length-w {
    width: 4.1%;
}

.yd-search-w {
    width: 5.8%;
}

.yd-record-number-w {
    width: 12.5%;
}

.yd-include-w {
    width: 5.5%;
}

.yd-weight-w {
    width: 6.1%;
}

.yd-pr-w {
    width: 5.1%;
}

.yd-alexa-w {
    width: 7.8%;
}

.yd-register-w {
    width: 9%;
}

.yd-delete-w {
    width: 9%;
}

.yd-operate-w {
    width: 8%;
}

.yuding-tb-s span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yuding-tb {
    border: 1px solid #e4e4e4;
}

    .yuding-tb button.yuding-bnt {
        width: 60px;
        height: 28px;
        line-height: 28px;
    }

    .yuding-tb input[type="checkbox"] {
        height: 14px;
        vertical-align: middle;
    }

    .yuding-tb span {
        display: table-cell;
        text-align: center;
        /*IE*/
        text-align: -moz-center;
        /*Firefox*/
        text-align: -webkit-center;
        /*Chrome*/
        font-size: 14px;
        vertical-align: middle;
    }

        .yuding-tb span img {
            display: inline-block;
        }

        .yuding-tb span.yd-domain-w {
            text-align: left;
        }

    .yuding-tb h3.yuding-tb-title {
        width: 100%;
        display: table;
        padding: 10px 0;
        font-weight: bold;
        background: #f9f9f9;
        line-height: 30px;
        border-bottom: 1px solid #e4e4e4;
        height: 50px;
    }

        .yuding-tb h3.yuding-tb-title span {
            background: #f9f9f9;
        }

    .yuding-tb > ul > li {
        border-bottom: 1px dashed #e4e4e4;
        padding: 10px 0;
        line-height: 30px;
        height: 50px;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.ftoot-tb-more {
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    /*IE*/
    text-align: -moz-center;
    /*Firefox*/
    text-align: -webkit-center;
    /*Chrome*/
    border-bottom: 1px dashed #e4e4e4;
    cursor: pointer;
}

    .ftoot-tb-more:hover {
        background: #f9f9f9;
    }

        .ftoot-tb-more:hover a {
            color: #ff7200;
        }

.ftoot-tb-bnt {
    padding: 10px 0 10px 20px;
}

    .ftoot-tb-bnt input[type="checkbox"] {
        margin-right: 3px;
    }

    .ftoot-tb-bnt input[type="submit"] {
        margin-top: -2px;
        font-size: 14px;
        font-family: "微软雅黑";
    }

    .ftoot-tb-bnt .ftoot-tb-bnt-w {
        width: 80px;
        height: 28px;
        line-height: 28px;
        margin-left: 5px;
    }

.sortclick {
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .yuding-tab > ul > li a {
        padding: 10px 20px;
    }

    .fast-index {
        padding: 10px 30px;
    }

    .yuding-search-model .y-model-w3 {
        width: 340px;
    }

    .yuding-search-model .y-model-w2 {
        width: 330px;
    }

    .yuding-search-model .text-input-w {
        width: 200px;
    }

    .yuding-search-model .ysm-list .ysm-row {
        padding: 0 15px 15px 15px;
    }

        .yuding-search-model .ysm-list .ysm-row .text input[type="checkbox"]:first-child {
            margin-left: 0;
        }
}

@media screen and (max-width: 768px) {
    .yuding-tab {
        padding-bottom: 0;
    }

        .yuding-tab ul {
            display: flex;
            display: -webkit-flex;
            flex-direction: row;
        }

            .yuding-tab ul li {
                -moz-box-flex: 1.0;
                -webkit-box-flex: 1.0;
                box-flex: 1;
            }

                .yuding-tab ul li a {
                    width: 100%;
                    padding: 0 5px;
                    min-height: 30px;
                    font-size: 12px;
                    text-align: center;
                    /*IE*/
                    text-align: -moz-center;
                    /*Firefox*/
                    text-align: -webkit-center;
                    /*Chrome*/
                }

    .yuding-search-model .text-input-w,
    .yuding-search-model .ysm-list {
        width: 100%;
    }

    .yuding-search-model .y-model-w2 {
        width: 100%;
    }

    .yuding-search-model .ysm-list {
        display: block;
    }

        .yuding-search-model .ysm-list .ysm-row {
            display: block;
            padding: 0 10px 15px 10px;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-box-pack: center;
            -o-box-pack: center;
            box-pack: center;
            /* .box-align(center);*/
            display: -webkit-box;
            display: -moz-box;
            display: -ms-box;
            display: -o-box;
            display: box;
        }

            .yuding-search-model .ysm-list .ysm-row label {
                font-size: 12px;
                width: 80px;
                text-align: right;
            }

            .yuding-search-model .ysm-list .ysm-row .text {
                display: block;
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                -ms-box-flex: 1;
                -o-box-flex: 1;
                box-flex: 1;
            }

                .yuding-search-model .ysm-list .ysm-row .text input[type="checkbox"]:first-child {
                    margin-left: 0;
                }

                .yuding-search-model .ysm-list .ysm-row .text span.line {
                    margin: 0;
                }

                .yuding-search-model .ysm-list .ysm-row .text .w200,
                .yuding-search-model .ysm-list .ysm-row .text .yuding-input {
                    width: 100%;
                }

                .yuding-search-model .ysm-list .ysm-row .text .w200 {
                    display: block;
                }

    .ysm-bnt button {
        margin: 0;
    }

    .remind-tip a.link {
        margin: 0;
        display: block;
    }

    .yd-domain-w {
        width: 40%;
        text-indent: 10px;
    }

    .yd-delete-w {
        width: 30%;
    }

    .yd-operate-w {
        width: 30%;
    }

    .ftoot-tb-bnt {
        padding: 10px 0 10px 3px;
    }

    .list-pager li {
        margin-bottom: 10px;
    }

    .fast-index {
        padding: 10px;
    }

        .fast-index a {
            margin-right: 10px;
        }

    .yuding-list h3.yuding-list-title {
        padding: 10px;
    }

    .ftoot-tb-more {
        border-bottom: none;
    }
}

.top-about-con {
    padding: 0;
}

.register-box-bottom .icon-checkbox-pl {
    margin: 0 8px 0 60px;
}

.yuding-tab > ul > li.beian a {
    width: auto;
    max-width: 580px;
}

@media screen and (max-width: 768px) {
    .yuding-tab > ul > li.beian a {
        padding: 0 15px;
    }
}

.y-model-w3 {
    width: 340px;
}

.y-model-w4 {
    width: 457px;
}

.bd-domain-w {
    width: 18%;
}

.bd-price-w {
    width: 11%;
}

.bd-type-w {
    width: 15.5%;
}

.bd-people-w {
    width: 13.3%;
}

.bd-time-w {
    width: 12.4%;
}

.bd-operate-w {
    width: 8.75%;
}

.bd-domain-intro {
    width: 17.6%;
}

.yuding-tb span.bd-domain-intro,
.yuding-tb span.bd-domain-w {
    text-align: left;
}

.ftoot-tb-bnt input.bid-ftoot-check {
    margin-right: 10px;
}

.ftoot-tb-bnt span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
}

@media screen and (max-width: 1199px) {
    .y-model-w4 {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .bd-tab {
        padding-bottom: 31px;
    }

        .bd-tab ul li {
            width: 33%;
            padding: 0;
            min-height: 30px;
        }

    .yuding-search-model .ysm-list .ysm-row .text .bd-price-input {
        width: 90px;
    }

    .yuding-tb span.bd-domain-w {
        padding-left: 10px;
    }

    .bd-domain-w {
        width: 40%;
    }

    .bd-price-w {
        width: 30%;
    }

    .bd-operate-w {
        width: 30%;
    }

    .y-model-w3 {
        width: 100%;
    }
}

.domain-detail-con {
    *zoom: 1;
}

    .domain-detail-con:before,
    .domain-detail-con:after {
        display: table;
        content: "";
    }

    .domain-detail-con:after {
        clear: both;
    }

    .domain-detail-con .detail-right {
        padding-left: 20px;
        width: 340px;
        float: right;
    }

.detail-regular {
    border: 1px solid #e4e4e4;
}

    .detail-regular h3 {
        font-size: 16px;
        font-weight: bold;
        background: #f9f9f9;
        border-bottom: 1px solid #e4e4e4;
        padding: 0 18px;
        line-height: 50px;
    }

        .detail-regular h3.title {
            border-top: 1px solid #e4e4e4;
        }

    .detail-regular .text {
        padding: 20px 20px 28px 18px;
    }

        .detail-regular .text p {
            line-height: 26px;
        }

.detail-left {
    width: 71.6%;
    float: left;
}

.detail-box {
    border: 1px solid #e4e4e4;
}

    .detail-box h3 {
        background: #f9f9f9;
        border-bottom: 1px solid #e4e4e4;
        padding: 0 20px;
        display: table;
        width: 100%;
        *zoom: 1;
    }

        .detail-box h3:before,
        .detail-box h3:after {
            display: table;
            content: "";
        }

        .detail-box h3:after {
            clear: both;
        }

        .detail-box h3 .doamin {
            padding: 25px 0;
            line-height: 36px;
            font-size: 36px;
            color: #333333;
            float: left;
            word-break: break-all;
            display: table-cell;
            width: 60%;
        }

        .detail-box h3 .detail-title-right {
            width: 303px;
            float: right;
            display: inline;
            text-align: right;
            font-size: 12px;
            display: table-cell;
            padding: 22px 0 20px 0;
            vertical-align: middle;
        }

            .detail-box h3 .detail-title-right p {
                text-align: right;
                line-height: 20px;
            }

            .detail-box h3 .detail-title-right .share {
                float: right;
                display: inline;
            }

                .detail-box h3 .detail-title-right .share b {
                    display: inline-block;
                    margin: 4px 0 0 0;
                    float: left;
                    display: inline;
                }

                .detail-box h3 .detail-title-right .share span.icon-bid-tixing {
                    float: left;
                    display: inline;
                    margin: 6px 6px 0 0;
                }

    .detail-box .dt-act {
        display: table;
        width: 100%;
        border-bottom: 1px solid #e4e4e4;
    }

        .detail-box .dt-act .dt-act-list {
            display: table-cell;
            padding: 12px 0 10px 0;
            border-right: 1px solid #e4e4e4;
            width: 25%;
            text-align: center;
            /*IE*/
            text-align: -moz-center;
            /*Firefox*/
            text-align: -webkit-center;
            /*Chrome*/
        }

            .detail-box .dt-act .dt-act-list:last-child {
                border-right: none;
            }

            .detail-box .dt-act .dt-act-list span {
                display: block;
            }

                .detail-box .dt-act .dt-act-list span.title {
                    line-height: 26px;
                }

                .detail-box .dt-act .dt-act-list span.text {
                    line-height: 30px;
                    font-weight: 700;
                    font-size: 18px;
                    font-family: "微软雅黑";
                }

                    .detail-box .dt-act .dt-act-list span.text b {
                        margin: 0 6px;
                        font-weight: 700;
                    }

    .detail-box .detail-list {
        padding: 0 18px;
    }

        .detail-box .detail-list ul li {
            line-height: 30px;
            padding: 10px 0;
            border-bottom: 1px solid #e4e4e4;
        }

            .detail-box .detail-list ul li span {
                display: block;
            }

                .detail-box .detail-list ul li span.title {
                    width: 164px;
                    float: left;
                    display: inline;
                    text-align: right;
                    padding-right: 28px;
                }

                .detail-box .detail-list ul li span.text {
                    margin-left: 164px;
                }

                    .detail-box .detail-list ul li span.text input {
                        margin-right: 10px;
                    }

                    .detail-box .detail-list ul li span.text p {
                        line-height: 20px;
                    }

        .detail-box .detail-list .detail-list-b {
            text-align: center;
            /*IE*/
            text-align: -moz-center;
            /*Firefox*/
            text-align: -webkit-center;
            /*Chrome*/
            padding: 30px 0 42px 0;
        }

            .detail-box .detail-list .detail-list-b p {
                line-height: 36px;
            }

            .detail-box .detail-list .detail-list-b button {
                width: 120px;
                height: 36px;
                line-height: 36px;
                margin: 0 7px;
            }

.detail-tb {
    margin-top: 20px;
}

    .detail-tb p {
        padding: 10px 0;
        line-height: 30px;
        text-align: center;
        /*IE*/
        text-align: -moz-center;
        /*Firefox*/
        text-align: -webkit-center;
        /*Chrome*/
    }

    .detail-tb h3.yuding-list-title {
        border: none;
        border-bottom: 1px solid #e4e4e4;
        background: #f9f9f9;
        font-size: 14px;
        padding: 10px 0;
        line-height: 30px;
        width: 100%;
        display: table;
        font-weight: 700;
    }

    .detail-tb span.detail-people-w {
        text-align: left;
        padding-left: 20px;
    }

    .detail-tb ul li:last-child {
        border-bottom: none;
    }

.detail-people-w {
    width: 30%;
}

.detail-price-w {
    width: 45%;
}

.detail-time-w {
    width: 25%;
    word-wrap: break-word;
    word-break: normal;
}

.detail-list-tips {
    height: 36px;
    line-height: 36px;
    padding: 0 14px;
    text-align: left;
    margin-bottom: 28px;
}

    .detail-list-tips span[class^=icon-] {
        vertical-align: middle;
        margin-right: 8px;
    }

.detail-list-tips-error {
    border: 1px solid #f4a5a9;
    background: #feeeee;
}

.detail-list-tips-right {
    border: 1px solid #9dd284;
    background: #fbfdf3;
}

@media screen and (max-width: 1199px) {
    .detail-left {
        width: 65.6%;
    }

    .detail-box h3 .doamin {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .detail-left {
        width: 100%;
    }

    .detail-box h3 {
        padding: 0 10px;
        display: block;
    }

        .detail-box h3 .doamin {
            width: 100%;
            padding: 10px 0;
        }

        .detail-box h3 .detail-title-right {
            padding: 0 0 10px 0;
        }

    .detail-box .detail-list {
        padding: 0 10px;
    }

        .detail-box .detail-list ul li span.title {
            width: 70px;
            padding-right: 0;
        }

        .detail-box .detail-list ul li span.text {
            margin-left: 70px;
        }

            .detail-box .detail-list ul li span.text p {
                font-size: 12px;
            }

        .detail-box .detail-list .detail-list-b button {
            margin: 0;
            width: auto;
            padding: 0 14px;
        }

    .detail-box .dt-act .dt-act-list span.text {
        line-height: 20px;
        font-size: 14px;
    }

    .domain-detail-con .detail-right {
        padding-left: 0;
        width: auto;
    }

    .detail-tb span {
        overflow: auto;
    }

        .detail-tb span.detail-price-w,
        .detail-tb span.detail-time-w {
            width: 35%;
        }

    .detail-tb ul li {
        height: auto;
        line-height: 20px;
    }
}

.mr-pl10 {
    padding-left: 0;
}

.logo-menu-search {
    padding: 12px 0 25px 15%;
    *zoom: 1;
    float: left;
}

    .logo-menu-search:before,
    .logo-menu-search:after {
        display: table;
        content: "";
    }

    .logo-menu-search:after {
        clear: both;
    }

.login-menu {
    height: auto;
    *zoom: 1;
}

    .login-menu:before,
    .login-menu:after {
        display: table;
        content: "";
    }

    .login-menu:after {
        clear: both;
    }

    .login-menu .logo {
        padding-top: 10px;
    }

    .login-menu .logo-text {
        float: left;
        padding: 35px 0 0 10px;
        font-size: 12px;
        line-height: 14px;
    }

        .login-menu .logo-text a {
            display: block;
        }

.nav-check {
    line-height: 30px;
    *zoom: 1;
    height: 30px;
}

    .nav-check:before,
    .nav-check:after {
        display: table;
        content: "";
    }

    .nav-check:after {
        clear: both;
    }

    .nav-check li.on {
        color: #fe8432;
    }

    .nav-check li {
        float: left;
        width: auto;
        padding: 0 20px 0 0;
        font-weight: bold;
        cursor: pointer;
    }

.mainnav_m {
    margin: 0px 0 10px 80px;
    height: 35px;
    display: inline;
}

#mainnav_m_search {
    width: 316px;
    background: url(../images/searcha.png) no-repeat 2px 2px;
    padding: 6px 0 6px 30px;
    border: 2px solid #F28625;
    line-height: 18px;
    float: left;
    color: #C8C8C8;
    cursor: auto;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#mainnav_m_go {
    background: #F28625;
    width: 78px;
    line-height: 34px;
    text-align: center;
    float: left;
    color: #fff;
}

#mainnav_r {
    float: right;
    background: url(../images/phonenumb.png) no-repeat -4px 19px;
    width: 250px;
    height: 100px;
}

.pi_b,
.pi_c,
.pi_d {
    height: 16px;
    width: 124px;
    background: url(../images/innera.png) no-repeat;
    display: inline-block;
    margin-top: 2px;
}

.pi_b {
    background-position: 0 0;
}

.pi_c {
    background-position: 0 -39px;
}

.pi_d {
    background-position: 0 -78px;
}

.icon-register-email,
.member-register-tab li.active .icon-register-iphone,
.icon-register-iphone {
    width: 13px;
    height: 18px;
}

.member-register-tab li.active .icon-register-email,
.icon-register-email,
.icon-register-email,
.member-register-tab li.active .icon-register-iphone,
.icon-register-iphone {
    vertical-align: middle;
    margin-right: 10px;
}

.icon-bind-email,
.icon-register-qq,
.icon-register-sina,
.icon-register-alipay,
.icon-register-baidu,
.icon-register-360,
.member-register-tab li.active .icon-register-email,
.icon-register-email,
.member-register-tab li.active .icon-register-iphone,
.icon-register-iphone {
    background: url("../images/icon_register.png") no-repeat;
}

.icon-register-iphone {
    background-position: -2px -209px;
}

.member-register-tab li.active .icon-register-email,
.icon-register-email {
    width: 22px;
    height: 18px;
}

.icon-register-email {
    background-position: -5px -118px;
}

.member-register-tab {
    *zoom: 1;
    position: relative;
    z-index: 2;
}

    .member-register-tab:before,
    .member-register-tab:after {
        display: table;
        content: "";
    }

    .member-register-tab:after {
        clear: both;
    }

    .member-register-tab ul {
        float: left;
        margin-bottom: 0;
    }

        .member-register-tab ul li {
            display: inline-block;
            padding: 0 40px 0 17px;
            background: #f7f7f7;
            border: 1px solid #ddd;
            line-height: 30px;
        }

            .member-register-tab ul li.active {
                background: #fff;
                border-bottom-color: #fff;
            }

                .member-register-tab ul li.active .icon-register-iphone {
                    background-position: -2px -179px;
                }

                .member-register-tab ul li.active .icon-register-email {
                    background-position: -7px -158px;
                }

.member-register-box {
    border: 1px solid #ddd;
    margin-top: -1px;
    position: relative;
    padding: 25px 40px;
    width: 100%;
    *zoom: 1;
}

    .member-register-box:before,
    .member-register-box:after {
        display: table;
        content: "";
    }

    .member-register-box:after {
        clear: both;
    }

    .member-register-box .star-bar-steps .wrap > div {
        width: 340px;
        height: 32px;
        line-height: 32px;
    }

        .member-register-box .star-bar-steps .wrap > div.todo {
            width: 358px;
        }

    .member-register-box .register-email-box .star-bar-steps .wrap > div {
        width: 200px;
    }

        .member-register-box .register-email-box .star-bar-steps .wrap > div.todo {
            width: 250px;
        }

    .member-register-box .star-bar-steps .finished {
        background: #ffe6bc;
        color: #f60;
    }

        .member-register-box .star-bar-steps .finished .triangle-right {
            border-color: transparent transparent transparent #ffe6bc;
        }

    .member-register-box .star-bar-steps .triangle-right {
        border-width: 16px;
        right: -28px;
    }

    .member-register-box .star-bar-steps .triangle-right-bg {
        border-width: 20px;
        right: -36px;
    }

    .member-register-box .box-footer {
        padding-top: 15px;
    }

        .member-register-box .box-footer p {
            line-height: 40px;
        }

            .member-register-box .box-footer p label {
                font-weight: normal;
            }

            .member-register-box .box-footer p input[type="checkbox"] {
                margin-right: 5px;
            }

.member-register-wrap {
    position: relative;
}

.member-register-box-left {
    margin-right: 285px;
    padding-right: 10.2%;
}

.member-register-box-right {
    width: 285px;
    border-left: 1px solid #ddd;
    padding-left: 37px;
    position: absolute;
    top: 0;
    right: 0;
}

    .member-register-box-right .line-or {
        position: absolute;
        width: 24px;
        height: 24px;
        background: #fff;
        top: 50%;
        margin-top: -12px;
        left: -12px;
        z-index: 2;
        text-align: center;
        font-weight: 700;
    }

    .member-register-box-right .other-way {
        border: 1px solid #ddd;
        text-align: center;
        padding: 14px 26px;
    }

        .member-register-box-right .other-way h3 {
            font-size: 16px;
            color: #333;
            margin-bottom: 20px;
        }

        .member-register-box-right .other-way img {
            display: inline-block;
        }

        .member-register-box-right .other-way p {
            color: #999;
            font-size: 12px;
        }

        .member-register-box-right .other-way a {
            margin: 0 6px;
        }

.other-way-line {
    padding: 0 5px;
    margin: 20px 0;
    line-height: 1px;
    border-left: 35px solid #ddd;
    border-right: 35px solid #ddd;
    text-align: center;
}

.icon-register-qq {
    width: 15px;
    height: 16px;
    background-position: -1px -231px;
}

.icon-register-sina {
    width: 16px;
    height: 16px;
    background-position: -1px -257px;
}

.icon-register-alipay {
    width: 15px;
    height: 16px;
    background-position: -2px -283px;
}

.icon-register-baidu {
    width: 16px;
    height: 16px;
    background-position: -1px -334px;
}

.icon-register-360 {
    width: 16px;
    height: 16px;
    background-position: -1px -309px;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    height: 38px;
}

    .form-control:focus {
        border-color: #7abd54;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.member-register-list {
    display: table;
    width: 100%;
}

    .member-register-list .password-title {
        display: table-cell;
        width: 80px;
        vertical-align: top;
    }

    .member-register-list .member-list-bnt-box {
        display: table-cell;
        width: 134px;
        height: 38px;
        padding-right: 24px;
        vertical-align: top;
    }

    .member-register-list .register-code {
        display: table-cell;
        width: 72px;
    }

    .member-register-list input.require-iphonemode {
        display: inline-block;
        width: 100%;
        height: 38px;
        background: #ededed;
        text-align: center;
        /*IE*/
        text-align: -moz-center;
        /*Firefox*/
        text-align: -webkit-center;
        /*Chrome*/
    }

.member-register-submit {
    background-color: #FD5C52;
    font-size: 18px;
    color: white;
    text-align: center;
    border: none;
    padding: 8px 12px;
    border-radius: 0;
    height: 40px;
}

    .member-register-submit:hover {
        background-color: #e74c3c;
        color: #fff;
    }

.register-tips-border {
    border: 1px solid #ffbdbe;
    background-color: #ffebeb;
}

.register-tips-box-color {
    color: #F00;
}

.has-error .form-control {
    border-color: #e22;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-error .form-control:focus {
        border-color: #e22;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-error .help-block {
    color: #e22;
    display: inline-block;
}

.has-error .control-label {
    color: #666;
}

@media (max-width: 1199px) {
    .wrapper_main {
        width: 860px;
    }

    .logo-menu-search {
        padding-left: 10%;
    }
}

.showMessage {
    border: 1px solid #ddd;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    color: #666;
    background: #f9f9f9;
}

.showMessage-red {
    border: 1px solid #ffbdbe;
    background-color: #ffebeb;
    color: #F00;
}

.showMessage-green {
    color: #093;
}

/*bind-email*/

.bind-email-box {
    text-align: center;
    padding: 10px 0 40px 0;
}

    .bind-email-box h3 {
        line-height: 40px;
        font-size: 22px;
        color: #333;
    }

        .bind-email-box h3 span {
            margin-right: 12px;
        }

    .bind-email-box p {
        line-height: 30px;
    }

        .bind-email-box p.text-img {
            padding: 30px 0 0 0;
        }

            .bind-email-box p.text-img img {
                display: inline-block;
            }

.bind-email-form-box {
    padding-left: 27%;
    padding-top: 26px;
}

.bind-email-form-footer {
    text-align: left;
}

    .bind-email-form-footer button.bind-email-submit-btn {
        width: 106px;
        height: 36px;
        line-height: 36px;
        border-radius: 3px;
    }

.icon-bind-email {
    width: 30px;
    height: 30px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
}

.email-result-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.email-result-bnt {
    padding: 0 20px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin: 0 15px 20px 15px;
}

.register-hui-button {
    background: #eee;
}

    .register-hui-button:hover {
        background: #ddd;
    }

.email-register-success-text {
    padding: 0 10% 30px 10%;
}

.progress-bar-danger {
    background: #ff3300;
}

@media screen and (max-width: 1199px) {
    .member-register-box-left {
        padding-right: 2.2%;
    }

    .member-register-box .star-bar-steps .wrap > div {
        width: 301px;
    }

        .member-register-box .star-bar-steps .wrap > div.todo {
            width: 301px;
        }

    .member-register-box .register-email-box .star-bar-steps .wrap > div.todo {
        width: 200px;
    }

    .label-text {
        font-size: 12px;
    }
}

/*导航*/

.login-menu {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e4e4e4;
}

.login-menu-logo {
    padding: 15px 0 10px 0;
}

    .login-menu-logo a {
        display: inline-block;
    }

    .login-menu-logo span {
        vertical-align: top;
        font-size: 24px;
        color: #666;
        line-height: 40px;
        border-left: 1px solid #d2d2d2;
        padding-left: 20px;
        display: inline-block;
        margin: 7px 0 0 20px;
    }

.login-menu-r {
    float: right;
    line-height: 80px;
}

/*注册体系*/

.register-system-box {
    border: 1px solid #ddd;
    margin-top: 20px;
}

    .register-system-box .rsb-title {
        display: inline-block;
    }

    .register-system-box .text {
        padding-left: 25px;
        color: #666;
        background: #f7f7f7;
        line-height: 78px;
        display: inline-block;
    }

    .register-system-box .register-right-arrow {
        width: 28px;
        height: 78px;
        background: url("../images/register_right_arrow.png");
        display: inline-block;
        vertical-align: top;
    }

    .register-system-box .rsb-logo {
        display: inline-block;
    }

        .register-system-box .rsb-logo img {
            display: inline-block;
            margin: 0 20px;
        }

.register-pager .footer {
    border-top: none;
}

.register-pager .small-screen-pd {
    padding-bottom: 0;
}

.ui-package {
    padding-bottom: 66px;
    position: relative;
}

    .ui-package b {
        font-size: 22px;
        color: #ee5900;
    }

    .ui-package .btn {
        display: block;
        width: 104px;
        padding: 0;
        text-align: center;
        line-height: 30px;
        background: #fe8431;
        color: #fff;
        margin: 10px auto 0;
    }

    .ui-package h2 {
        line-height: 34px;
        padding: 58px 0 0;
        text-align: center;
        font-size: 22px;
        color: #323232;
    }

    .ui-package p {
        font-size: 16px;
        color: #8a8a8a;
        text-align: center;
        line-height: 32px;
    }

    .ui-package table {
        border-collapse: collapse;
        border: 1px solid #e0e1e5;
        background: #fff;
        width: 100%;
        color: #323232;
    }

        .ui-package table img {
            display: inline-block;
        }

    .ui-package .table-tit {
        position: absolute;
        left: 0;
        top: 170px;
        border-bottom: 1px dashed #e0e1e5;
    }

        .ui-package .table-tit tr:nth-child(2n-1) {
            background: #f8f8f8;
        }

    .ui-package .fixed {
        width: 1200px;
        position: fixed;
        left: 50%;
        top: 0;
        margin-left: -600px;
    }

    .ui-package td,
    .ui-package th {
        border-left: 1px dashed #e0e1e5;
        text-align: center;
        padding: 16px 12px;
    }

    .ui-package .table-cont {
        border-top: 0 none;
        margin-top: 264px;
    }

        .ui-package .table-cont tr:nth-child(2n) {
            background: #f8f8f8;
        }

.dns-model p {
    line-height: 30px;
}

.dns-model-price {
    border-top: 1px solid #ddd;
    line-height: 40px;
    margin-top: 15px;
}

    .dns-model-price span {
        font-size: 16px;
        font-weight: bold;
        color: red;
    }

.iCheckbox {
    min-height: 20px;
    padding-top: 7px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.bang-ding-domain {
    padding-bottom: 50px;
}

    .bang-ding-domain .dns-model-tips {
        padding: 15px 0;
    }

@media screen and (max-width: 1280px) {
    .ui-package .fixed {
        width: 990px;
        position: fixed;
        top: 0;
        margin-left: -495px;
    }
}

@media screen and (max-width: 768px) {
    .ui-package .fixed {
        width: auto;
        position: fixed;
        left: 0;
        top: 0;
        margin: 0 15px;
    }

    .ui-package table {
        font-size: 12px;
    }

    .ui-package .btn {
        width: auto;
        font-size: 12px;
        word-break: break-all;
    }

    .ui-package b {
        word-break: break-all;
        font-size: 14px;
    }

    .ui-package td,
    .ui-package th {
        padding: 16px 0;
    }
}

.long-yuding {
    padding: 12px 30px 29px 30px;
}

    .long-yuding input[type="checkbox"] {
        margin-right: 8px;
    }

    .long-yuding textarea {
        height: 240px;
        border: 1px solid #e4e4e4;
        box-shadow: none;
        margin: 14px 0 22px 0;
    }

    .long-yuding .ly-text {
        font-size: 16px;
        color: #333;
        line-height: 26px;
    }

    .long-yuding button {
        margin-top: 20px;
        width: 120px;
        height: 40px;
        font-size: 16px;
    }

.yd-service-regular h3 {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 27px;
}

.yd-service-regular .ydsr-cont {
    border: 1px solid #e4e4e4;
    margin-top: 19px;
    padding: 29px 15px 13px 29px;
}

    .yd-service-regular .ydsr-cont .text {
        max-height: 406px;
        overflow-y: auto;
    }

        .yd-service-regular .ydsr-cont .text p {
            line-height: 26px;
            padding-right: 16px;
        }

.piliang-yuding-row {
    margin-top: 15px;
}

    .piliang-yuding-row h3 {
        border-top: 1px solid #e4e4e4;
    }

    .piliang-yuding-row .piliang-yuding-list ul li {
        border-bottom: 1px dashed #e4e4e4;
    }

    .piliang-yuding-row .pyl-footer {
        border: 1px solid #e4e4e4;
        border-top: none;
    }

        .piliang-yuding-row .pyl-footer .total {
            line-height: 50px;
            border-bottom: 1px dashed #e4e4e4;
            padding: 0 20px;
            color: #333;
        }

        .piliang-yuding-row .pyl-footer .text {
            padding: 0 20px 20px 20px;
        }

            .piliang-yuding-row .pyl-footer .text p {
                line-height: 50px;
            }

            .piliang-yuding-row .pyl-footer .text button {
                margin-right: 20px;
                width: 120px;
                height: 40px;
                font-size: 16px;
            }

.pyt-mt30 {
    margin-top: 30px;
}

.piliang-yuding-table {
    border: 1px solid #e4e4e4;
    width: 100%;
}

    .piliang-yuding-table thead tr th {
        line-height: 28px;
        padding: 11px 0;
        background: #f9f9f9;
        border-bottom: 1px solid #e4e4e4;
    }

        .piliang-yuding-table thead tr th:first-child {
            padding-left: 20px;
        }

    .piliang-yuding-table tbody tr td {
        line-height: 28px;
        padding: 11px 0;
        border-bottom: 1px dashed #e4e4e4;
    }

        .piliang-yuding-table tbody tr td:first-child {
            padding-left: 20px;
        }

    .piliang-yuding-table tbody tr:last-child {
        border-bottom: none;
    }

@media screen and (max-width: 768px) {
    .piliang-yuding-row .piliang-yuding-list ul li span[class^=w-]:last-child {
        border-bottom: none;
    }

    .piliang-yuding-row .pyl-footer {
        margin-top: 15px;
        border: none;
    }

        .piliang-yuding-row .pyl-footer .total {
            border: 1px solid #e4e4e4;
        }

        .piliang-yuding-row .pyl-footer .text {
            padding: 0 0 20px 0;
        }

        .piliang-yuding-row .pyl-footer .inquiry-button {
            width: 40%;
        }
}

/*
首页修改*/
.home-list {
    position: relative
}

    .home-list li {
        width: 392px;
        margin-left: 12px;
        float: left;
        top: 0;
        background: #fff;
        position: relative;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    }

        .home-list li .title {
            text-align: center;
            background-color: #efeff0;
            border: 1px solid #e4e4e4;
            border-bottom: 0;
            padding: 14px 0;
            height: 80px;
            box-sizing: border-box;
        }

            .home-list li .title h3 {
                color: #333;
                font-size: 20px;
                margin-bottom: 9px;
            }

            .home-list li .title .txt {
                color: #999
            }

        .home-list li .text {
            border: 1px solid #e4e4e4;
            border-top: 0;
        }

            .home-list li .text .text-list {
                border-top: 1px solid #e4e4e4;
                padding: 0 15px 19px 22px;
                position: relative;
            }

.cuxiao-tip {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/tip_icon.png")no-repeat;
    z-index: 2;
    top: -1px;
    right: -1px;
}

.home-list li .text .text-list h3 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.home-list li .text .text-list p {
    line-height: 24px;
    height: 48px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}

.home-list li .text .text-list .price {
    line-height: 36px;
}

.home-list li .text .text-list button {
    width: 110px;
    height: 36px;
    float: right;
    line-height: 36px;
    display: none
}

.bm-reg {
    background: url("../images/bm_reg.png") no-repeat;
    width: 33px;
    height: 30px;
    background-size: cover;
}

.pt-reg {
    background: url("../images/pt_reg.png") no-repeat;
    width: 30px;
    height: 30px;
}

.guoji-brand {
    background: url("../images/guoji_brand.png") no-repeat;
    width: 30px;
    height: 30px;
}

.brand-xz {
    background: url("../images/brand_xz.png") no-repeat;
    width: 30px;
    height: 30px;
}

.brand-fs {
    background: url("../images/brand_fs.png") no-repeat;
    width: 30px;
    height: 34px;
}

.brand-zr {
    background: url("../images/brand_zr.png") no-repeat;
    width: 30px;
    height: 30px;
}

.ruanjian-zz {
    background: url("../images/ruanjian_zz.png") no-repeat;
    width: 40px;
    height: 29px;
}

.meishu-zz {
    background: url("../images/meishu_zz.png") no-repeat;
    width: 40px;
    height: 29px;
}

.font-zz {
    background: url("../images/font_zz.png") no-repeat;
    width: 30px;
    height: 30px;
}

.ymx-title {
    background: url("../images/ymx_title.png") no-repeat;
    width: 87px;
    height: 20px;
}

.ymx-more-title {
    background: url("../images/ymx_title_duo.png") no-repeat;
    width: 115px;
    height: 17px;
}

.yxy-qiye {
    background: url("../images/qyx_title_tp.png") no-repeat;
    width: 118px;
    height: 20px;
}

.yxy-qiye, .ymx-more-title, .ymx-title, .font-zz, .meishu-zz, .ruanjian-zz, .brand-zr, .brand-fs, .brand-xz, .guoji-brand, .pt-reg, .bm-reg {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.home-box-hover:hover .home-list li .title-hover1 {
    background: url("../images/title_hover1.png") no-repeat;
    position: relative;
    top: 0;
    left: 0;
}

.home-box-hover:hover .home-list li .title-hover2 {
    background: url("../images/title_hover2.png") no-repeat;
    position: relative;
    top: 0;
    left: 0;
}

.home-box-hover:hover .home-list li .title-hover3 {
    background: url("../images/title_hover3.png") no-repeat;
    position: relative;
    top: 0;
    left: 0;
}

.home-box-hover:hover .home-list li .title {
    border: 0;
    color: #fff;
}

    .home-box-hover:hover .home-list li .title .txt span, .home-box-hover:hover .home-list li .title h3, .home-box-hover:hover .home-list li .title .txt {
        color: #fff;
    }

.home-box-hover:hover .home-list li .text .text-list:hover button {
    display: inline-block
}

.home-box-hover:hover .home-list li .text .text-list:hover h3 {
    color: #ff7200
}

.home-box-hover:hover .home-list li .text .text-list:hover p {
    height: 58px;
    padding-top: 10px;
    transform: translateY(-10px) translateZ(0);
    -webkit-backface-visibility: hidden;
}

.home-box-hover:hover .home-list li .text .text-list:hover .bm-reg {
    background: url("../images/bm_reg_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .pt-reg {
    background: url("../images/pt_reg_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .guoji-brand {
    background: url("../images/guoji_brand_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .brand-xz {
    background: url("../images/brand_xz_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .brand-fs {
    background: url("../images/brand_fs_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .brand-zr {
    background: url("../images/brand_zr_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .ruanjian-zz {
    background: url("../images/ruanjian_zz_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .meishu-zz {
    background: url("../images/meishu_zz_hover.png") no-repeat;
}

.home-box-hover:hover .home-list li .text .text-list:hover .font-zz {
    background: url("../images/font_zz_hover.png") no-repeat;
}

.font-bold {
    font-weight: bold
}

.font-18 {
    font-size: 18px;
}

.domain-con-box {
    margin-left: -12px;
    height: 589px;
}

.section-trade .section-tj-domain-con {
    margin-left: -12px;
    padding-bottom: 30px;
}

.section-trade .section-tj-domain {
    width: 392px;
    float: left;
    display: inline;
    margin-left: 12px;
}

    .section-trade .section-tj-domain h3 {
        text-align: center;
        color: #333;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold
    }

    .auto-trade-box .section-tj-domain-button, .section-trade .section-tj-domain .section-tj-domain-button {
        margin-top: 20px;
    }

#section1 .yuding-bnt {
    width: 50px;
}

@media screen and (max-width: 768px) {
    .home-list li .text .text-list button {
        display: block
    }
}

.domain-con-box .discount-list {
    display: inline;
    margin-top: 13px;
}

.discount-list .discount-list-item {
    padding-right: 10px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
}

.discount-list .icon-coupon {
    color: #ff0000;
    border-color: #FC5E5E;
}

.discount-list .tip-bg-red {
    background: #fc5e5e;
}

.discount-list .tip {
    width: 22px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.leou-title-tip {
    text-align: center;
    margin-top: -35px;
    margin-bottom: 30px;
    color: #999;
    font-size: 12px;
}

@media screen and (max-width: 1199px) {
    .home-list li, .section-trade .section-tj-domain {
        width: 322px;
    }

    .w1199 .home-list li .text .text-list p {
        height: 72px;
    }

    .w1199 .domain-con-box {
        height: 661px;
    }

    .w1199 .home-box-hover:hover .home-list li .text .text-list:hover p {
        height: 82px;
    }

    .home-list li .text .text-list button {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 980px) {
    .home-list li {
        width: 100%;
        margin: 0;
    }

    .discount-list {
        display: inline
    }

    .auto-trade-box {
        padding: 0 12px 15px 12px
    }

    .w1199 .home-list li .text .text-list p, .home-list li .text .text-list p {
        height: auto;
    }

    .leou-title-tip {
        text-align: center;
        margin-top: -20px;
        margin-bottom: 20px;
        color: #999;
        font-size: 12px;
    }
}

.section-trade .section-tj-domain table tbody tr td {
    background: #fff
}

.section-trade .section-tj-domain .yuding-bnt {
    width: 50px;
    height: 28px;
    line-height: 26px;
    display: inline-block;
}






/*右侧在线客服*/
.service-bar {
    position: fixed;
    width: 50px;
    right: 10px;
    top: 50%;
    margin-top: -120px;
    z-index: 805;
}

.service-list li {
    text-align: center;
    margin-bottom: 1px;
    height: 55px;
    position: relative;
    cursor: pointer;
}

.service-list .service-detail img {
    display: inline-block;
    width: 90px;
    margin-bottom: 5px;
}

.service-list .service-detail .rt-text {
    font-size: 12px;
    color: #999;
}

.service-list .rt-text-left {
    text-align: left;
}

    .service-list .rt-text-left .ft-text {
        font-size: 16px;
    }

.service-list li .icon-img {
    height: 36px;
    padding: 8px 0 2px;
    margin: 0 auto;
}

.service-list li .icon-text {
    font-size: 10px;
    color: #fff;
    line-height: 18px;
}

.service-list li.service-kefu {
    background: #F99831;
}

    .service-list li.service-kefu:hover {
        background-color: #fe8431;
    }

.service-list .service-kefu .service-detail {
    width: 110px;
    padding: 10px 0;
    text-align: center;
}

.service-list li .service-name {
    font-size: 15px;
    color: #fff;
    background: #F99831;
    line-height: 60px;
    text-align: center;
}

.service-list li .service-detail {
    position: absolute;
    border: 1px solid #eeeeee;
    background: #fff;
    top: 0;
    right: 120px;
}

.service-list li .service-name,
.service-list li .service-detail {
    visibility: hidden;
}

.service-list li:hover .service-name {
    visibility: visible;
}

.service-list li:hover .service-detail {
    visibility: visible;
    right: 60px;
    transition: all 0.5s;
}

.service-list .service-app {
    background: #F99831;
}

.service-list li.service-app:hover {
    background-color: #fe8431;
}

.service-list .service-app .service-detail {
    width: 110px;
    padding: 10px 0;
    text-align: center;
}

.service-list .service-wechat {
    background: #F99831;
}

.service-list li.service-wechat:hover {
    background-color: #fe8431;
}

.service-list .service-wechat .service-detail {
    width: 110px;
    padding: 10px 0;
    text-align: center;
}

.service-list li.service-app:hover {
    background-color: #fe8431;
}

.service-list .service-qq {
    background: #F99831;
}

.service-list li.service-qq:hover {
    background-color: #fe8431;
}

.service-list .service-qq .service-detail {
    width: 125px;
    padding: 10px;
}

.service-list .service-qq p {
    margin-bottom: 2px;
}

.service-list .service-qq a:hover {
    color: #ff6600;
}

.service-list .service-qq .gray-border {
    border-top: 1px solid #eeeeee;
    margin-top: 8px;
    padding-top: 8px;
}

.service-list .service-phone {
    background: #F99831;
}

.service-list li.service-phone:hover {
    background-color: #fe8431;
}

.service-list .service-phone .service-detail {
    width: 180px;
    height: 60px;
    padding: 9px;
}

.service-list .service-phone .service-line {
    background: #F99831;
    width: 60px;
    height: 60px;
    float: left;
    font-size: 14px;
    color: #fff;
    padding: 8px;
    line-height: 1.2;
    text-align: center;
}

.service-list .service-phone .service-detail p {
    font-size: 20px;
    color: #FF6600;
    line-height: 20px;
}

.service-list .back-top {
    background: #F99831;
}

.service-list li.back-top:hover {
    background-color: #fe8431;
}

.service-list .back-top .service-name {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 13px;
    padding: 8px;
    line-height: 1.2;
}

.service-list .triangle-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    position: absolute;
    top: 20px;
    right: -6px;
    z-index: 2;
}

.live-kf {
    position: relative;
}

    .live-kf img {
        z-index: 10;
    }

@keyframes weixinkefu {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.live-kf span {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 12px;
    top: 8px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: weixinkefu 5s linear infinite;
    z-index: 1;
}

/*.live-kf span:nth-child(2){
   -webkit-animation-delay: 1.5s; 
}
*/


/* section22 主站首页底部模块*/
.section22 {
    background: #F9F9F9;
    /*height: 120px;*/
    padding-bottom: 30px;
}

    .section22 .promise-list li {
        float: left;
        width: 330px;
        margin-left: 25px;
        margin-top: 30px;
        cursor: pointer;
    }

        .section22 .promise-list li:hover .promise-thumb .thumb-container {
            margin-top: -60px;
        }

    .section22 .promise-list .promise-thumb {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 5px;
        overflow: hidden;
    }

        .section22 .promise-list .promise-thumb .thumb-container {
            margin-top: 0;
            transition: margin-top 0.5s;
        }

            .section22 .promise-list .promise-thumb .thumb-container img {
                height: 60px;
                width: 60px;
            }

    .section22 .promise-list .promise-title {
        font-size: 18px;
        padding-top: 10px;
        color: #333;
    }



/*右侧在线客服 2020-06-12*/

.service-list .service-detail .rt-ttd {
    position: relative;
    padding-left: 130px;
}

.service-list li.service-kefu .dott p:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    top: 7px;
    left: 120px;
    background: #fe8432;
}



/*2020-06-24*/
@media screen and (max-width: 768px) {

    .kf-more, .kf-close {
        width: 60px;
        height: 60px;
        background-color: rgba(0, 0, 0, .5);
        box-sizing: border-box;
        border-radius: 50px;
        text-align: center;
        position: fixed;
        bottom: 0;
        line-height: 60px;
        right: 10px;
        z-index: 999;
    }

        .kf-more i {
            width: 6px;
            height: 6px;
            border-radius: 6px;
            background-color: #fff;
            margin-left: 4px;
            display: inline-block;
        }

            .kf-more i:first-child {
                margin-left: 0
            }

    .kf-close {
        color: #fff;
        font-weight: bold;
        display: none;
    }

    .service-bar {
        display: none;
    }
}

/*预订筛选开始 2020-12-09*/
.yuding-search-model .cb-mgr input {
    margin-bottom: 3px;
    margin-left: 3px;
}

.yuding-search-model .ysm-list .ysm-row2 {
    padding: 0 20px;
    display: table-cell;
    padding-bottom: 15px;
}

    .yuding-search-model .ysm-list .ysm-row2 label {
        display: table-cell;
        padding-right: 4px;
        font-weight: normal;
    }

@media screen and (max-width: 768px) {
    .yuding-search-model .ysm-list .ysm-row2 label {
        font-size: 12px;
        width: 80px;
        text-align: right;
    }

    .yuding-search-model .ysm-list .ysm-row2 {
        display: block;
        padding: 0 10px 15px 10px;
        -webkit-box-pack: left;
        -moz-box-pack: left;
        -ms-box-pack: left;
        -o-box-pack: left;
        box-pack: left;
        /* .box-align(center);*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        display: box;
    }

    .classify_alert .selected {
        width: 320px !important;
    }

    .classify_alert .classify_select {
        display: none;
        padding: 10px;
        border: 1px solid #dcdcdc;
        background: #fff;
        position: absolute;
        top: 35px;
        left: -80px !important;
    }

        .classify_alert .classify_select .select_option {
            width: 400px !important;
        }
}

.actives {
    background: #fbf1e9 !important;
    color: #ff7200;
    border: 1px solid #ff7200 !important;
    position: relative;
}

.classify_alert {
    display: table-cell;
    color: #666;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: All .3s ease-in-out;
    transition: All .3s ease-in-out;
    position: relative;
}

    .classify_alert .carat {
        display: block;
        background: #fff;
        position: absolute;
        right: 7px;
        top: 13px;
        transform-origin: 5px 2px;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        height: 0;
        width: 0;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        border-color: #919191 transparent transparent transparent;
        border-style: solid;
        border-width: 5px;
    }

    .classify_alert.open .carat {
        transform: rotate(180deg);
    }

    .classify_alert .selected {
        padding: 9px 10px;
        text-overflow: ellipsis;
        display: block;
        font-size: 14px;
        line-height: 1;
        width: 200px;
        color: #666;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        background: #fff
    }

    .classify_alert .classify_select {
        display: none;
        padding: 10px;
        border: 1px solid #dcdcdc;
        background: #fff;
        position: absolute;
        top: 35px;
        left: 0;
        z-index: 96;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

        .classify_alert .classify_select.right_select {
            right: 0;
            left: auto
        }

        .classify_alert .classify_select.domain-group {
            width: 420px
        }

            .classify_alert .classify_select.domain-group .select_option {
                width: 330px
            }

        .classify_alert .classify_select .select_label {
            width: 50px;
            font-size: 14px;
            color: #666;
            line-height: 30px
        }

        .classify_alert .classify_select .select_option {
            width: 555px;
        }

            .classify_alert .classify_select .select_option input[type=checkbox] {
                display: none
            }

            .classify_alert .classify_select .select_option .classify_radios:after {
                visibility: hidden;
                display: block;
                font-size: 0;
                content: " ";
                clear: both;
                height: 0
            }

            .classify_alert .classify_select .select_option .classify_radios li {
                float: left;
                padding: 6px 8px;
                margin: 0px 0 -1px -1px;
                border: 1px solid #e9ecef;
                background: #fff;
                cursor: pointer;
                width: 80px;
                text-align: center;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none
            }

        .classify_alert .classify_select .classify_btn {
            margin-top: 10px;
        }

            .classify_alert .classify_select .classify_btn .ui-btn {
                width: 80px !important;
                margin-top: 0 !important;
                margin-bottom: 5px !important;
                padding: 0 10px !important;
                border-radius: 3px !important;
                height: 32px !important;
                line-height: 32px !important;
                margin-right: 10px;
            }


.yuding-tb > ul > li:hover {
    transition: all .2s ease-in-out;
    background: #fffde6 !important;
}

.yuding-tb > ul > li:nth-child(even) {
    background: #f9f9f9;
}

/*预订筛选结束 2020-12-09*/

/*am banner start 2020-12-29*/
.am-mbanner {
    background-color: #fffbf7;
    outline: 1px solid #fdc5a1;
    position: relative;
    list-style-type: none;
    min-height: 56px;
    line-height: 35px;
    padding: 10px 30px;
    margin-bottom: 20px
}

    .am-mbanner .btn {
        margin-left: 20px;
        border-radius: 5px;
        display: inline;
        color: #fff;
    }
/*am banner end 2020-12-29*/


/*无模版注册 开始 2020-1-5*/
.am-tem {
    margin-bottom: 15px;
}

    .am-tem .box-list-title h3 {
        height: 50px;
        line-height: 50px;
        border: 1px solid #e4e4e4;
        padding: 0 20px;
        font-weight: 700;
        font-size: 16px;
    }

    .am-tem .box-list-title span {
        font-size: 14px;
        font-weight: 400;
        color: #ff0000;
    }

    .am-tem .box-list-content {
        border: 1px solid #e4e4e4;
        border-top: none;
        padding: 20px 10px 10px 20px;
        overflow: hidden;
    }

        .am-tem .box-list-content .form-group {
            overflow: hidden;
        }

            .am-tem .box-list-content .form-group .btn {
                margin-top: 5px;
            }

            .am-tem .box-list-content .form-group .cheng-button:hover {
                color: #fff;
            }

            .am-tem .box-list-content .form-group .pin {
                margin-top: -1px !important;
                margin-right: 5px;
            }

            .am-tem .box-list-content .form-group input {
                margin-top: 3px;
            }

        .am-tem .box-list-content ul li {
            display: inline;
        }

@media(min-width: 768px) {
    .form-group .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

@media screen and (max-width: 768px) {
    .am-tem .box-list-title h3 {
        height: auto;
        line-height: 36px;
        padding: 10px 20px 0 20px;
    }

    .am-tem .box-list-title span {
        display: block;
        padding-left: 0;
    }
}

.am-tem .box-list-content .iCheckbox label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

@media screen and (max-width: 768px) {
    .am-tem .box-list-content .form-group .text-select {
        width: 100%;
    }
}

.ml30 {
    margin-left: 30px;
}
/*无模版注册 结束 2020-1-5*/


/*查询筛选 开始 2021-2-4*/
.am-box {
    margin-bottom: 20px;
    background-color: #fff;
}

    .am-box .am-ym-title {
        border: 1px solid #e4e4e4;
        padding: 10px 20px;
        line-height: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .am-box .am-ym-title .am-title {
            font-size: 16px;
        }

        .am-box .am-ym-title .am-pucker {
        }

    .am-box .am-space {
        border: 1px solid #e4e4e4;
        border-top: none;
    }

        .am-box .am-space .am-zidian {
            padding: 20px;
        }

            .am-box .am-space .am-zidian .am-mode {
                line-height: 30px;
                display: flex;
            }

                .am-box .am-space .am-zidian .am-mode .am-add {
                    color: #ff7200;
                    font-weight: bold;
                    font-size: 18px;
                    padding: 0 8px;
                }

                .am-box .am-space .am-zidian .am-mode .blue {
                    padding: 0 10px;
                }


                .am-box .am-space .am-zidian .am-mode a:hover {
                    text-decoration: none;
                }

                .am-box .am-space .am-zidian .am-mode .am-t {
                    width: 45px;
                }

                .am-box .am-space .am-zidian .am-mode input {
                    margin-right: 5px;
                    margin-left: 5px;
                    margin-top: -3px;
                }

            .am-box .am-space .am-zidian .am-btn {
                text-align: center;
                /*IE*/
                text-align: -moz-center;
                /*Firefox*/
                text-align: -webkit-center;
                /*Chrome*/
                padding-top: 20px;
            }

                .am-box .am-space .am-zidian .am-btn button {
                    width: 120px;
                    height: 36px;
                    line-height: 36px;
                    margin: 0 13px;
                }

        .am-box .am-space .am-zuhe {
            border-top: 1px solid #e4e4e4;
            padding: 20px;
            overflow: hidden;
        }

            .am-box .am-space .am-zuhe h4 {
                font-size: 14px;
                margin-bottom: 15px;
                font-weight: 500;
            }

            .am-box .am-space .am-zuhe ul li {
                background-color: #FCFCFC;
                float: left;
                padding: 10px;
                border: 1px solid #e4e4e4;
                margin-left: -1px;
                margin-top: -1px;
                min-width: 115px;
                text-align: center;
            }

                .am-box .am-space .am-zuhe ul li:nth-child(1) {
                    width: 210px;
                }

                .am-box .am-space .am-zuhe ul li:nth-child(2) {
                    width: 252px;
                }

                .am-box .am-space .am-zuhe ul li:nth-child(6) {
                    width: 180px;
                }


.mini-cart {
}

/*查询筛选 结束 2021-2-4*/

/*注册成功页 产品推荐 开始 2021-05-13 */
.amtj-title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.amtj-list {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


    .amtj-list li {
        width: 49%;
        border: 1px solid #e4e4e4;
        margin-bottom: 12px;
        padding: 20px;
    }

    .amtj-list .am-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .amtj-list .am-content .am-rom {
            width: 100%;
            padding-left: 20px;
        }

        .amtj-list .am-content .am-title {
            border-bottom: 1px solid #e4e4e4;
            padding-bottom: 10px;
            margin-bottom: 15px;
            display: flex;
            justify-content: space-between;
        }

            .amtj-list .am-content .am-title h3 {
                font-size: 18px;
                font-weight: bold;
                color: #333;
            }

        .amtj-list .am-content .am-rom button {
            width: 110px;
            height: 36px;
            line-height: 36px;
            margin-left: 10px;
        }

@media screen and (max-width: 768px) {
    .amtj-list li {
        width: 100%;
    }
}
/*注册成功页 产品推荐 结束 2021-05-13 */

/*首页 优惠活动背景 开始 2021-05-13 */
.section3 {
    background: none;
}

    .section3 .new-title-line {
        margin: 48px 0 40px 0;
    }

        .section3 .new-title-line b {
            background: #e4e4e4;
            margin-top: 4px;
            display: inline-block;
            width: 517px;
            height: 1px;
            _overflow: hidden;
            vertical-align: middle;
        }

        .section3 .new-title-line span {
            display: inline-block;
            width: 166px;
            vertical-align: middle;
            text-align: center;
            color: #fff;
            font-size: 26px;
        }

@media screen and (max-width: 768px) {
    .section3:before {
        display: none;
    }

    .section3 {
        background: #f9f9f9;
    }
}
/*首页 优惠活动背景 结束 2021-05-13 */

/*弹窗-余额不足 2022-10-18*/
.layer-am-dialog-body .middle-tip input {
    margin-right: 3px;
    margin-bottom: 2px;
}

.layer-am-dialog-body .middle-tip p {
    padding: 10px;
    display: flex;
}

.layer-am-dialog-body .middle-tip img {
    display: inline-block;
}



/*域名转入 2022-11-29*/

.zr-bg {
    background: #231a56 url(../images/zr_bg.jpg) no-repeat top center;
    background-size: cover;
}

.zr-title {
    color: #fff;
    text-align: center;
    padding: 20px;
}

    .zr-title h1 {
        font-size: 40px;
        line-height: 60px;
        padding: 25px 40px;
    }

    .zr-title .zr-tips {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 32px;
    }

        .zr-title .zr-tips .zr {
            display: inline-block;
            margin: 0 10px 3px;
            width: 26px;
            height: 26px;
            vertical-align: middle;
        }

        .zr-title .zr-tips .zr-01 {
            background: url(../images/icon_zr_01.png) no-repeat;
        }

        .zr-title .zr-tips .zr-02 {
            background: url(../images/icon_zr_02.png) no-repeat;
        }

        .zr-title .zr-tips .zr-03 {
            background: url(../images/icon_zr_03.png) no-repeat;
        }

        .zr-title .zr-tips .zr-04 {
            background: url(../images/icon_zr_04.png) no-repeat;
        }

.zr-bg .register-box .register-textarea textarea {
    width: 100%;
}

.zr-inquiry-button-btn {
    margin: 20px auto;
    text-align: center;
}

.zr-bg ul li {
    float: left;
    display: inline;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    color: #666;
    text-align: center;
    width: 160px;
    margin-right: 10px;
    cursor: pointer;
    background: #f9f9f9;
    font-size: 18px;
}

.zr-bg ul {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 44px;
}

    .zr-bg ul li.active {
        background: #fe8431;
        color: #fff;
        border: 1px solid #fe8431;
        border-bottom: none;
    }

.zr-single .sg-01 {
    padding: 30px 0 20px;
    width: 100%;
    display: flex;
}

.zr-single .sg-02 {
    width: 45%;
}

.zr-single .sg-01 .sg-02 input {
    border: 1px solid #DFDFDF;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    cursor: text;
    color: #333;
}

.zr-single .sg-01 .sg-02 .sg-03 {
    width: 70%;
}

.zr-single .sg-01 input:hover {
    border: 1px solid #fe8431;
}

.single-about-con .about-domain {
    display: table;
    padding: 13px;
}

    .single-about-con .about-domain p {
        padding-top: 10px;
        line-height: 24px;
    }

.zr-tips-01 {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    padding: 0 30px;
}

.white-title-bg .single-about-con .about-domain h3 {
    color: #333;
}

.zr-bg-01 {
    background: #f9f9f9;
}

    .zr-bg-01 .single-about-con {
        padding-bottom: 30px;
    }

.zr-flow {
    width: 100%;
    height: 280px;
    margin-right: 25px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 30px 22px 20px 22px;
    background-color: #fff;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

    .zr-flow:hover {
        box-shadow: 0 0 8px 0 #E9E9E9;
        box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
        margin-top: -5px;
    }

    .zr-flow .fl {
        display: block;
        height: 70px;
        width: 100%;
    }

    .zr-flow .fl-01 {
        background: url("../images/zr_icon_01.png") no-repeat center;
        background-size: 70px;
    }

    .zr-flow .fl-02 {
        background: url("../images/zr_icon_02.png") no-repeat center;
        background-size: 70px;
    }

    .zr-flow .fl-03 {
        background: url("../images/zr_icon_03.png") no-repeat center;
        background-size: 70px;
    }

    .zr-flow .fl-04 {
        background: url("../images/zr_icon_04.png") no-repeat center;
        background-size: 70px;
    }

    .zr-flow .fl-05 {
        background: url("../images/zr_icon_05.png") no-repeat center;
        background-size: 70px;
    }


    .zr-flow .fl-title {
        margin-top: 16px;
        font-size: 16px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .zr-flow .fl-content {
        margin-top: 12px;
        font-size: 14px;
        color: #999;
        line-height: 24px;
        overflow: hidden;
        height: 100px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.zr-bg-01 .zr-col {
    width: 19%;
    float: left;
    margin-right: 15px;
}

.zr-bg-01 .about-list li:last-child {
    margin-right: 0;
}

.zr-bg-02 {
    background: #231a56;
}

    .zr-bg-02 .home-title-line span {
        background: #231a56;
        color: #fff;
    }

    .zr-bg-02 ul li {
        display: flex;
        align-items: center;
        padding: 20px;
        margin: 0 20px 20px 0;
        float: left;
        width: 590px;
        height: 80px;
        line-height: 26px;
        background: #fff;
        font-size: 14px;
        color: #666;
        box-sizing: border-box;
        transition: all .3s;
        cursor: pointer;
    }

        .zr-bg-02 ul li:nth-child(2n) {
            margin-right: 0;
            padding-left: 40px;
        }

        .zr-bg-02 ul li:hover {
            color: #333;
            margin-top: -5px;
        }

.zr-bg-01 .info-box {
    margin-left: -12px;
    overflow: hidden;
    margin-left: -12px;
    margin-bottom: 30px;
}


    .zr-bg-01 .info-box .info-box-list {
        width: 392px;
        float: left;
        display: inline;
        margin-left: 12px;
        background: #fff;
    }

        .zr-bg-01 .info-box .info-box-list ul {
            padding: 11px 27px 18px 20px;
        }

            .zr-bg-01 .info-box .info-box-list ul li {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                line-height: 36px;
            }


.zr-price .tab-dd table tbody tr td:nth-child(4) {
    color: #ff7300;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .zr-inquiry-button-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
        float: none;
    }

    .zr-inquiry-button-btn {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .zr-single .sg-01 {
        display: block;
    }

    .zr-single .sg-02 {
        width: 100%;
        padding-bottom: 10px;
    }

    .zr-single .sg-01 .sg-02 .sg-03 {
        width: 80%;
    }

    .zr-bg-01 .zr-col {
        width: 90%;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .zr-flow {
        height: 220px;
    }

    .zr-bg-02 ul li {
        width: 90%;
        margin-left: 30px;
        margin-right: 30px;
    }

    .zr-bg-01 .info-box .info-box-list {
        width: 100%;
        margin-bottom: 20px;
    }
}





/*会员等级升级 2023-04-06*/

.upgrade-tips {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    padding: 0 30px;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

.upgrade-list thead tr th {
    padding: 10px;
    font-size: 17px;
    line-height: 28px;
    color: #333;
    border-bottom: 1px solid #e4e4e4;
}

.upgrade-list tbody tr:hover {
    background: #f9f9f9;
}

.upgrade-list .up-tips {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
}

.upgrade-list .up-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.upgrade-caption {
    margin: 20px 0;
    line-height: 24px;
    padding: 0 10px;
}

    .upgrade-caption h4 {
        font-size: 15px;
        line-height: 28px;
        font-weight: bold;
    }

    .upgrade-caption p {
        font-size: 13px;
    }

.upbtns {
    border-radius: 3px;
    width: auto;
    margin: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    color: #fe8431;
    border: solid 1px #fe8431;
    font-weight: normal;
    background: #ffffff;
    margin-top: 20px;
}

    .upbtns:hover {
        background: #fe8431;
        color: #fff;
        border-color: #fe8431;
        text-decoration: none;
    }

.upbtns-2 {
    border-radius: 3px;
    width: auto;
    margin: 10px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    padding: 10px 5px;
    display: block;
    text-decoration: none;
    color: #fff;
    border: solid 1px #fe8431;
    font-weight: normal;
    background: #fe8431;
    margin-top: 20px;
}

    .upbtns-2:hover {
        background: #f5692c;
        color: #fff;
        border-color: #f5692c;
        text-decoration: none;
    }

.upgrade-list thead tr th:nth-child(5) {
    position: relative;
}

.tj-icon {
    width: 32px;
    height: 42px;
    position: absolute;
    right: 5px;
    top: -1px;
}



/*出售页Landing Page 2023-05-12*/
.salepage-banner {
    position: relative;
    background-image: url(../images/fangan_mall_banner.png);
    background-position-x: center;
    background-size: cover;
    width: 100%;
    height: 400px;
}

    .salepage-banner .sp-header {
        margin: 0 auto;
        width: fit-content;
        height: 100%;
        padding-top: 90px;
    }

        .salepage-banner .sp-header h1 {
            color: #2d2c4c;
            font-size: 48px;
            line-height: 72px;
            text-align: center;
            padding-left: 10px;
            padding-right: 10px;
        }

            .salepage-banner .sp-header h1 span {
                color: #fff;
            }

        .salepage-banner .sp-header .sp-sub {
            color: #fff;
            font-size: 22px;
            line-height: 38px;
            text-align: center;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
            font-weight: lighter;
        }

        .salepage-banner .sp-header .sp-mode {
            text-align: center;
            margin: 20px auto;
        }

.sp-btn-01 {
    width: 210px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #ff8716;
    border-radius: 100px;
    box-shadow: 0 12px 24px rgba(255,135,22,.15);
    cursor: pointer;
}

.sp-tips-01 {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    padding: 0 30px;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 30px;
}

.sp-btn-01:hover {
    background: #f5692c;
}

.sp-btn-01 a {
    color:#fff;
}

.sp-btn-01:hover a {
    color: #fff;
    text-decoration: none;
}

.sp-about-con {
    padding-bottom: 40px;
    margin-top: -10px;
}

.sp-domain {
    display: block;
    padding: 10px;
    text-align: center;
    background:#fff;
    margin: 30px 5px 0;
    transition: all .3s;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.sp-domain:hover {
    box-shadow: 0 0 8px 0 #E9E9E9;
    box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
    margin-top: -5px;
}



.sp-domain-img {
    width: 100%;
}

    .sp-domain-img img {
        display: inline-block;
        width: 80px;
        height: 80px;
        margin: 20px;
    }

.sp-domain-content {
    width: 100%;
}

    .sp-domain-content h3 {
        font-size: 18px;
        color: #333;
        line-height: 38px;
    }

    .sp-domain-content p {
        font-size: 14px;
        color: #999;
        line-height: 26px;
        padding: 0 10px;
    }

.sp-bg-01 {
    background: #f9f9f9;
}

.sp-mt-01 {
    margin-top: 0px;
}

.sp-domain-img2 {
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}

    .sp-domain-img2 img {
        display: inline-block;
        width: 100%;
        height: 220px;
        border-radius: 5px;
    }

.sp-domain-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
}

.sp-domain-text2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.sp-about-tips {
    text-align: center;
    margin-bottom: 40px;
}

    .sp-about-tips p {
        font-size: 16px;
        color: #666;
        margin-bottom: -20px;
        margin-top: -30px;
    }

    .sp-about-tips a {
        font-size: 16px;
    }

.sp-issue ul li {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #f1f0f0;
    border-radius: 5px;
    padding: 20px;
    margin: 0 20px 20px 0;
    float: left;
    width: 590px;
    height: 80px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}

    .sp-issue ul li:nth-child(2n) {
        margin-right: 0;
    }

    .sp-issue ul li:hover {
        background-color: #fffbeb;
        border: 1px solid #eeeed0;
        margin-top: -5px;
    }

.sp-layout-01 {
    position: static;
    white-space: normal;
    display: inline-block;
}

    .sp-layout-01 .sp_item_01 {
        position: relative;
        display: inline-block;
        background-color: #f9f9f9;
        border: 1px solid #f1f0f0;
        border-radius: 5px;
        width: 585px;
        height: 150px;
        margin: 0 20px 20px 0;
        padding: 30px;
        text-decoration: none;
        cursor: pointer;
    }

        .sp-layout-01 .sp_item_01:hover {
            background-color: #fffbeb;
            border: 1px solid #eeeed0;
        }

        .sp-layout-01 .sp_item_01:nth-child(2n) {
            margin-right: 0;
        }

        .sp-layout-01 .sp_item_01 .sp-num-01 {
            width: 28px;
            height: 28px;
            background: linear-gradient(-45deg,#ffae6a,#ff653f);
            border-radius: 4px;
            font-size: 16px;
            color: rgba(255,255,255,1);
            line-height: 28px;
            float: left;
            text-align: center
        }

        .sp-layout-01 .sp_item_01 .sp-con-01 {
            margin-left: 50px;
            white-space: nowrap;
        }

        .sp-layout-01 .sp_item_01 .sp-qw-01 {
            font-size: 18px;
            line-height: 28px;
            color: #333;
            width: 400px;
            float: left;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
        }

        .sp-layout-01 .sp_item_01 .sp-qw-02 {
            width: 460px;
            font-size: 14px;
            color: #999;
            line-height: 25px;
            padding-top: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-align: start;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            text-align: left;
            white-space: normal;
        }

@media screen and (max-width: 768px) {

    .sp-tips-01 {
        padding: 0 20px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .sp-layout-01 .sp_item_01 {
        margin-left: 20px
    }
}
.company-box {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
}
.whatisit {
    width: 1200px;
    margin: 0 auto;
}

.whatisit-div {
    float: left;
    width: 50%;
    height: 200px;
    text-align: left;
    padding: 20px 0 0 50px;
    margin: 30px 0 20px 0;
    font-size: 24px;
    line-height: 28px;
    color: #333;
}

    .whatisit-div p {
        font-size: 14px;
        color: #666;
        width: 500px;
        margin-top: 10px;
        line-height: 1.8;
        position: relative;
        padding-left: 25px;
    }

        .whatisit-div p:first-of-type {
            margin-top: 30px;
        }

        .whatisit-div p:before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 10px;
            position: absolute;
            top: 8px;
            left: 5px;
            background: #fe8432;
        }

.whatisit-div-img {
    padding: 5px 0 0 10px;
}


.flex-row {
    display: flex;
    flex-wrap: wrap
}

    .flex-row[data-cols="2"] > div {
        width: 50%
    }
.brand-monitor-func .func-desc {
    margin: 0 -10px;
    margin-top: 20px;
}

    .brand-monitor-func .func-desc .flex-item {
        padding: 10px;
    }

    .brand-monitor-func .func-desc .desc-item {
        background: #fff;
        height: 100%;
    }

    .brand-monitor-func .func-desc .info {
        padding: 20px 10px;
        vertical-align: top;
    }

    .brand-monitor-func .func-desc .icons {
        padding: 20px 10px;
    }

.brand-monitor-poser {
    padding: 70px 0;
}

.brand-monitor-worth {
    padding: 100px 0;
}

    .brand-monitor-worth .title {
        color: #002249;
        font-size: 30px;
        font-weight: bold;
    }

        .brand-monitor-worth .title p {
            margin-bottom: 10px;
            line-height: 30px;
            font-size: 30px;
        }

        .brand-monitor-worth .title .sub {
            color: #f87652;
        }

    .brand-monitor-worth .table-row > div {
        vertical-align: top;
        padding-right: 10px;
    }

    .brand-monitor-worth .worth-timely {
        padding: 50px;
        position: relative;
        background-color: #0d2363;
        margin-bottom: 20px;
    }

        .brand-monitor-worth .worth-timely .title {
            color: #fff;
            padding: 40px 0;
            position: absolute;
            top: 35%;
            right: 40px;
        }

        .brand-monitor-worth .worth-timely .pic {
            padding: 100px 0;
        }

            .brand-monitor-worth .worth-timely .pic img {
                display: inline-block;
            }

        .brand-monitor-worth .worth-timely .markicon {
            -webkit-animation: shine 2s linear infinite;
            animation: shine 2s linear infinite;
        }