html, body {
    min-width: 1200px;
    background: #fff !important;
}

@media screen and (max-width: 1200px) {
    html, body {
        width: 1200px;
    }
}

.new-hot-icon {
    position: relative;
}

.new-hot-icon:after {
    content: "";
    background: url('../img/new-hot.png') no-repeat;
    width: 29px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: -29px;
    top: -15px;
}

.download_icon {
    width: 13px;
    height: 10px;
    background: url(../img/download_icon.png) no-repeat center;
    display: inline-block;
}

.huan-icon {
    width: 22px;
    height: 22px;
    background: url(../img/huan-icon.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
}

.huan-icon2 {
    width: 14px;
    height: 14px;
    background: url(../img/huan-icon2.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.new-icon {
    width: 24px;
    height: 14px;
    background: url(../img/new-icon.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -10px;
    right: -22px;
}

.hot-icon {
    width: 25px;
    height: 12px;
    background: url(../img/hot-icon.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -10px;
    right: -22px;
}

.tra-box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.tra-box .tra1 {
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #F1F1F1 transparent;
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -6px;
}

.tra-box .tra2 {
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -4px;
}

.new-btn {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;padding: 5px 15px;
    background: #fbfbfb;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #333;
}

.new-btn.btn_blue {
    color: #fff;
    background: #2789ed;
    border: 1px solid #2789ed;
}

/* header */
.new_header .header {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.com_input {
    padding: 5px 6px;
    height: 20px;
    border: 1px solid #ccc;
    font-size: 14px !important;
}

.com_input.com_input_red {
    border: 1px solid #ff6700;
    padding: 7px;
}

.domain_code {
    width: 78px;
    padding: 14px 0 5px;
    margin-left: -730px;
    background: #fff;
    border: 1px solid #89c4ff;
    position: absolute;
    left: 50%;
    top: 357px;
    text-align: center;
}

.domain_code p {
    font-size: 12px;
    text-align: center;
}

.code_close {
    display: block;
    height: 10px;
    width: 12px;
    color: #3892ee;
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.new_header {
    color: #333;
    font: 14px/1.6;
    padding: 0;
    margin: 0;
    min-width: 1200px;
}

.new_header a, .new_header input {
    outline: 0;
    color: #333;
}

.new_header a, .new_header a:hover {
    text-decoration: none;
}

.new_header a {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    color: #0c73b7;
}

.new_header img, .new_header input {
    vertical-align: middle;
}

.new_header h1 {
    font-size: 14px;
    font-weight: 400;
}

.new_header label {
    margin: 0 0 0 5px;
    cursor: pointer;
}

.new_header input {
    font: 12px/1.6;
}

.new_header input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.new_header input::-webkit-input-placeholder {
    color: #999;
}

.new_header a:hover {
    color: #ff6a00;
}

.new_header .nav {
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    border-bottom: 1px solid #f0f0f0;
}

/* 头部登录状态 */
.new_header .login_box {
    width: 650px;
}

.new_header .login_box label {
    margin: 0;
}

.new_header .login_box .ename_user, .new_header .login_box a, .new_header .login_box input, .new_header .login_box label, .new_header .drop dl {
    float: left;
}

.new_header .login_box .ename_user a {
    float: none;
    color: #0f93d8;
}

.new_header .login_box .ename_user a:hover {
    color: #ff6a00;
}

.new_header .login_box .member, .new_header .login_box .password {
    width: 94px;
    border-color: #ccc;
    margin: 4px 8px 0 2px;
    padding: 0px 5px;
    font-size: 12px !important;
    line-height: 20px;
}

.new_header .login_box .icon_bg {
    padding-left: 20px;
    background-image: url(../images/icon_bg.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    color: #333;
}

.new_header .login_box .icon_bg em {
    color: #ff6a00;
}

.new_header .login_box .c_blue {
    color: #666;
    margin-left: 10px;
}

.new_header .login_box .c_blue:hover {
    color: #ff6a00;
}

.new_header .com_input, .new_header .login_btn, .new_header .drop, .new_header .nav {
    font-size: 12px;
}

.new_header .com_input {
    border: 1px solid #ccc;
    line-height: 15px;
    padding: 5.5px 5px;
    color: #777;
}

.new_header .com_input:focus {
    color: #333;
}

.new_header .login_btn, .new_header .login_down {
    background: #2789ed;
    height: 20px;
    cursor: pointer;
}

.new_header .login_btn {
    border: none;
    width: 55px;
    padding: 0 15px 0 5px;
    cursor: pointer;
    color: #fff;
}

.new_header .login_down {
    display: block;
    float: left;
    margin: 5px 8px 0 2px;
    position: relative;
    cursor: pointer;
    z-index: 99;
}

.new_header .login_down .icon {
    width: 15px;
    height: 21px;
    background: url(../img/icon.png?v=20190215) 1px -64px no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.new_header .login_down .icon:hover .down_ul {
    display: block;
}

.new_header .login_tip {
    position: absolute;
    top: 36px;
    border: 1px solid #ffba8c;
    background: #fff1de;
    color: #ff552b;
    z-index: 75;
    padding: 2px 10px;
    left: -30px;
    white-space: nowrap;
}

.new_header .down_ul {
    display: none;
    margin: 20px 0 0;
    width: 110px;
    padding-top: 5px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    position: absolute;
    left: -40px;
    z-index: 99;
}

.new_header .down_ul li {
    width: 110px;
    height: 28px;
    line-height: 28px;
}

.new_header .down_ul li a {
    padding-left: 28px;
    background-image: url(../images/logoico.png);
    background-repeat: no-repeat;
    color: #333;
}

.new_header .down_ul li a:hover {
    color: #ff6a00;
}

.new_header .down_ul li .sina {
    background-position: 8px 7px;
}

.new_header .down_ul li .qq {
    background-position: 8px -20px;
}

.new_header .down_ul li .taob {
    background-position: 8px -47px;
}

.new_header .messaging {
    background-position: 0 0;
}

.new_header .messaging_none {
    background-position: 0 -60px;
    color: #777;
}

.new_header .messaging_none:hover {
    color: #ff6a00;
}

.new_header .nav_cart {
    background-position: 0 -30px;
}

.new_header .nav_cart_none {
    background-position: 0 -90px;
    color: #777;
}

.new_header .nav_cart_none:hover {
    color: #ff6a00;
}

.new_header .insideb, .new_header .outsideb {
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    border: 8px solid #000;
    border-style: dashed dashed solid solid;
    overflow: hidden;
    position: absolute;
    left: 50px;
}

.new_header .outsideb {
    top: -16px;
    border-color: transparent transparent #ffba8c;
}

.new_header .insideb {
    top: -15px;
    border-color: transparent transparent #fff1de;
}

.new_header .topnav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 77;
}

.new_header .captcha {
    width: 245px;
}

.new_header .captcha img, .new_header .captcha input {
    margin-top: 5px;
}

.new_header .captcha input {
    width: 40px;
    margin-top: 5px;
    padding: 2px 5px;
}

.new_header .captcha img {
    margin-top: 5px;
}

.new_header .captcha a, .new_header .captcha img {
    float: left;
    display: inline;
    margin-left: 5px;
    color: #0f93d8;
}

/* 头部平台导航 */
.new_header .link_box {
    color: #cdcdcd;
}

.new_header .link_box a {
    padding: 0 9px;
    color: #333;
}

.new_header .link_box.right a {
    vertical-align: middle;
    padding: 0 4px;
}

.new_header .link_box .language {
    padding: 0 2px;
}

.new_header .link_box .current, .new_header .link_box a:hover {
    color: #ff6a00;
}

/* logo */
.new_header .logo {
    width: 370px;
}

.new_header .logo a {
    display: block;
}

.new_header .logo img {
    max-width: 100%;
}

/* 头部搜索 */
.new_header .ser_box {
    width: 520px;
    font: 14px/1.6;
    float: left;
    margin-left: 200px;
    margin-top: 20px;
}

.new_header .ser_box .senior_search {
    display: block;
    width: 30px;
    height: 36px;
    padding: 1px 0 0 10px;
    line-height: 18px;
    color: #2789ed;
}

.new_header .ser_box .senior_search:hover {
    color: #ff4800;
}

.new_header .ser_box .hot_search {
    height: 19px;
    padding: 5px 0 0 10px;
    font-size: 12px;
    overflow: hidden;
}

.new_header .ser_box .hot_search a {
    display: block;
    float: left;
    color: #666;
    margin: 0 10px;
}

.new_header .ser_box .hot_search a.action, .new_header .ser_box .hot_search a:hover {
    color: #ff4800;
}

.new_header .ser_form a, .new_header .ser_form input {
    border: none;
    border: 0;
    float: left;
    display: inline;
    margin-left: 6px;
}

.new_header .ser_form {
    height: 36px;
    padding: 0;
    border: 2px solid #2789ed;
    background: #2789ed;
}

.new_header .ser_form .ser_text {
    width: 390px;
    height: 20px;
    padding: 8px;
    margin: 0;
    line-height: 20px;
}

.new_header .ser_form .select {
    width: 70px;
    height: 20px;
    padding: 8px 16px 8px 0;
    font-size: 14px;
    background: #f3f3f3;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.new_header .ser_form .select .icon {
    width: 13px;
    height: 9px;
    background: url(../img/icon.png?v=20190215) no-repeat;
    position: absolute;
    right: 10px;
    top: 15px;
}

.new_header .ser_form .select .select_option {
    display: none;
    border: 1px solid #f3f3f3;
    background: #fff;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 2;
}

.new_header .ser_form .select .select_option li {
    width: 74px;
    padding: 5px 0 5px 10px;
    text-align: left;
    cursor: pointer;
}

.new_header .ser_form .select .select_option li:hover {
    background: #f8f8f8;
    color: #ff4800;
}

.new_header .ser_form .ser_btn {
    height: 28px;
    line-height: 28px;
    width: 99px;
    margin: 0;
    padding: 3px 0 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #2789ed;
}

.head_ewm {
    float: right;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

/* 头部导航 */
.new_header .nav_menu {
    width: 100%;
    height: 50px;
    background: #2789ed;
}

.new_header .menu_list {
    width: 1200px;
    margin: 0 auto;
}

.new_header .menu_list li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    width: auto;
}

.new_header .menu_list li .menu_but {
    display: block;
    padding: 0 23px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.new_header .menu_list li .menu_but:hover, .new_header .menu_list .menu_current .menu_but {
    background-color: #187de3 !important;
}

.new_header .menu_list li.auctions .menu_but {
    display: block;
    padding-left: 32px;
    padding-right: 10px;
    background: url(../img/auctions.png) no-repeat 5px 14px;
    color: #ffff41;
}

.new_header .menu_list li.auctions .menu_but:hover {
    font-weight: 600;
}

.new_header .menu_list li.manage_center {
    float: right;
    padding-left: 5px;
    position: relative;
}

.new_header .new {
    position: absolute;
    color: #ffff41;
    font-size: 12px;
}

.new_header .menu_list li.manage_center .menu_but {
    cursor: pointer;
    padding: 0 10px 0 35px;
    background: url(../img/icon.png?v=20190215) -165px 13px no-repeat;
}

.new_header .menu_list li.manage_center .drop {
    display: none;
    width: 520px;
    border: 2px solid #2789ed;
    border-top: none;
    background: #fff;
    z-index: 399;
    padding: 0 6px 15px 14px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50px;
}

.new_header .menu_list li.manage_center .drop dl {
    float: left;
    display: inline;
    margin: 0 8px;
    width: 114px;
    overflow: hidden;
}

.new_header .menu_list li.manage_center .drop dt {
    height: 18px;
    line-height: 18px;
    padding: 20px 0 5px;
    color: #fe7710;
    font-weight: 700;
}

.new_header .menu_list li.manage_center .drop dd a {
    display: block;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px dashed #ededed;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    position: relative;
}

.new_header .menu_list li.manage_center .drop dd a .trademark-new-icon {
    top: 0px;
    left: 88px;
}

.new_header .menu_list li.manage_center .drop dd a:hover {
    color: #ff4800;
}

.new_header .menu_list li.manage_center .drop dd a strong {
    color: #555;
}

.new_header .menu_list li.manage_center:hover .drop {
    display: block;
}

.new_header .menu_list li.manage_center .trademark-new-icon {
    top: 6px;
    left: 100px;
}

.new_header .menu_list li:hover .down_list {
    display: block;
}

.new_header .menu_list .down_list {
    display: none;
    border: 1px solid #03A1F0;
    border-top: none;
    overflow: hidden;
    background: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50px;
    width: auto;
}

.new_header .menu_list .down_list li {
    height: 29px;
    width: 100%;
    margin: 0 0 0 2px;
    padding: 5px 0;
    line-height: 29px;
    border-bottom: 1px solid #ededed;
}

.new_header .menu_list .down_list .last_li {
    border-bottom: none;
}

.new_header .menu_list .down_list li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.new_header .menu_list .down_list li a:hover {
    color: #ff4800;
}

.new_header .drop {
    position: absolute;
    display: none;
    right: 0;
    width: 498px;
    border: 2px solid #55b9ee;
    border-top: none;
    background: #fff;
    z-index: 399;
    padding: 0 6px 15px 14px;
}

.new_header .drop dl {
    display: inline;
    margin: 15px 8px 10px 14px;
    width: 102px;
    overflow: hidden;
}

.new_header .drop dt {
    color: #fe7710;
    font-weight: 700;
}

.new_header .drop dd a {
    display: block;
    height: 24px;
    line-height: 24px;
    border-bottom: 1px dashed #ededed;
    color: #333;
}

.new_header .drop dd a:hover {
    color: #fe7710;
}

.new_header .drop dd a strong {
    color: #555;
}

.new {
    position: relative;
}

.new .icon {
    width: 25px;
    height: 12px;
    background: url(../img/icon.png?v=20190215) no-repeat -77px -111px;
    position: absolute;
    right: 3px;
    top: 4px;
}

.trademark-hot-icon, .trademark-new-icon, .trademark-num-icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 27px;
    height: 14px;
    position: absolute;
}

.trademark-hot-icon {
    top: 5px;
    right: 0;
    background: url(../img/icon.png?v=20190215) no-repeat 0 -109px;
}

.trademark-new-icon {
    top: 12px;
    left: 83px;
    background: url(../img/icon.png?v=20190215) no-repeat -76px -109px;
}

.trademark-num-icon {
    top: -8px;
    right: -18px;
    font-style: normal;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    background: red;
}

.new-fun-icon,.new-fun-icon-stay {
    position: relative;
}

.new-fun-icon:before,.new-fun-icon-stay .stay {
    content: "";
    background: url(../images/new_fun_icon.png);
    width: 39px;
    height: 20px;
    position: absolute;
    top: -8px;
    right: -40px;
}

/* header */
/* foot */
.newfoot {
    font: 14px/1.6;
    color: #333;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eaeaea;
    background: #fbfbfb;
    font-size: 12px;
}

.newfoot a, .newfoot a:hover {
    text-decoration: none;
}

.newfoot a {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    color: #0c73b7;
}

.newfoot a, .newfoot dd, .newfoot dl, .newfoot dt, .newfoot p {
    padding: 0;
    margin: 0;
}

.newfoot .footer_list dd a {
    display: block;
    height: 28px;
    line-height: 28px;
    color: #666;
    padding: 0;
    margin: 0;
}

.newfoot img {
    border: 0;
    vertical-align: middle;
}

.newfoot .left {
    float: left;
}

.newfoot .right {
    float: right;
}

.newfoot a:hover {
    color: #ff6a00;
}

.newfoot .footer {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.newfoot .footer {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.newfoot .footer_list dl {
    float: left;
    width: 160px;
    margin-left: 20px;
}

.newfoot .footer_list dt {
    font-size: 16px;
    color: #a6a7a9;
}

.newfoot .footer_list dd {
    font-size: 14px;
    color: #666;
    padding-top: 8px;
}

.newfoot .footer_list dd a:hover {
    color: #fe7710;
}

.newfoot .footer_list .weixin {
    padding-right: 52px;
}

.newfoot .footer_list .service_phone {
    font-size: 40px;
    color: #ff4800;
    line-height: 40px;
}

.newfoot .footer_list .service_time {
    margin: 14px 0 44px;
    font-size: 14px;
    color: #6c6d72;
    text-align: center;
}

.newfoot .copyright, .newfoot .copyright a {
    color: #777;
}

.newfoot .copyright {
    float: none;
    margin: 20px 0 0;
    padding: 14px 0 12px;
    line-height: 24px;
    border-top: 1px solid #e9e9e9;
    color: #6c6d72;
    text-align: center;
    width: 100%;
}

.newfoot .certificate_box {
    margin: auto;
    text-align: center;
    white-space: nowrap;
    text-overflow: 0;
    font-size: 0;
}

.newfoot #imgmap area {
    outline: none;
}

.newUI .com_aside_dl dt.menudown {
    position: relative;
    background: #F7FBFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAMAAADpsEdvAAAAM1BMVEUnie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie1FFEItAAAAEXRSTlMAAgYMFS09UVNVVmJlZ2p0fVKIsy8AAAA4SURBVAjXJYvHAQAgCAMD9oK4/7RqvFcqRsQnDqQdKMNOQHa9Uj2/pJlArLMVqyjXE/XJ3f8t/g8v/gEZ6Lx+ZQAAAABJRU5ErkJggg==) no-repeat 155px center;
}

/* foot */
/* 下拉列表 */
.dropdown {
    display: block;
    float: left;
    width: 93px !important;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown div {
    height: 0;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
}

.dropdown ul {
    height: 100%;
    width: 100%;
    list-style: none;
    overflow-y: auto;
}

.dropdown li {
    padding: 8px 12px;
}

.dropdown li.focus {
    background: #f8f8f8;
    color: #ff4800 !important;
}

.dropdown li.optgroup, .dropdown li.active {
    font-weight: 600;
}

.dropdown li.optgroup {
    color: #a0a0a0;
}

.dropdown li.optgroup_option {
    padding-left: 20px;
}

.dropdown .selected, .dropdown li, .classify_alert .selected {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding: 8px 7px 10px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown .old {
    display: none;
}

.dropdown .carat, .classify_alert .carat {
    display: block;
    width: 15px;
    height: 100%;
    background: #fff url(../img/icon.png?v=20190215) no-repeat -116px -24px;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.dropdown.open {
    z-index: 2;
}

.dropdown.open div {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}

.dropdown.open .carat {
    background-position: -116px -61px;
}

.dropdown.disabled .selected {
    color: #999;
}

/* 下拉列表 */
/* 分类弹出框 */
.classify_alert {
    display: block;
    float: left;
    width: 93px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.classify_alert .classify_select {
    display: none;
    width: 660px;
    padding: 17px 15px;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: absolute;
    top: 32px;
    left: -1px;
    z-index: 96;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}

.classify_alert .classify_select .select_label {
    width: 50px;
    font-size: 14px;
    color: #666;
}

.classify_alert .classify_select .select_option {
    width: 560px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.classify_alert .classify_select .select_option input[type=checkbox], .classify_alert .classify_select .select_option .checkbox_but {
    display: none;
}

.classify_alert .classify_select .select_option .stage1 li, .classify_alert .classify_select .select_option .stage2 li, .classify_alert .classify_select .select_option .checkbox li {
    float: left;
    padding: 3px 12px 2px;
    margin: 0 10px 11px 0;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.classify_alert .classify_select .select_option .stage1 li.action {
    background: #f9f9f9;
    color: #ff4800;
}

.classify_alert .classify_select .select_option .stage1 li.action[switch] {
    padding: 3px 12px 15px;
    margin: 0 10px -1px 0;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

.classify_alert .classify_select .select_option .stage2 {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
}

.classify_alert .classify_select .select_option .stage2 li, .classify_alert .classify_select .select_option .checkbox li {
    padding: 3px 14px 2px;
}

.classify_alert .classify_select .select_option .stage2 li.action, .classify_alert .classify_select .select_option .checkbox li.action {
    background: #ff4800;
    border: 1px solid #ff4800;
    color: #fff;
    position: relative;
}

.classify_alert .classify_select .select_option .stage2 li .icon, .classify_alert .classify_select .select_option .checkbox li .icon {
    display: none;
}

.classify_alert .classify_select .select_option .stage2 li.action .icon, .classify_alert .classify_select .select_option .checkbox li.action .icon {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/icon.png?v=20190215) no-repeat -144px 0;
    position: absolute;
    right: 1px;
    top: 1px;
}

.classify_alert .classify_select .reset, .classify_alert .classify_select .submit {
    padding: 6px 36px;
    border: none;
    font-size: 14px;
    background: #eee;
    color: #888;
}

.classify_alert .classify_select .submit {
    margin-right: 17px;
    background: #ff4800;
    color: #fff;
}

.classify_alert .classify_select .classify_btn {
    position: absolute;
    right: 10px;
    top: 0;
}

.classify_alert .classify_select .check_all, .classify_alert .classify_select .classify_reset {
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    outline: none;
    padding: 2px 6px;
    background: #fff;
    border-radius: 5px;
}

.classify_alert .classify_select .check_all {
    color: #ff4800;
    border: 1px solid #ff4800;
}

.classify_alert .classify_select .classify_reset {
    color: #2789ed;
    border: 1px solid #2789ed;
    top: 50px;
}

.text-center {
    text-align: center;
}

/* 分类弹出框 */
/* 公共图标，按钮之类的 */
.correct, .error, .loading {
    padding: 11px 14px 14px 14px;
    font-size: 16px;
}

.correct_icon, .error_icon, .ask_icon, .red_error_icon, .green_correct_icon, .exclamatory_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; background: url(../img/icon.png?v=20190215) no-repeat;
}

.loading {
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    color: #666;
}

.loading_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 18px;
    height: 18px;
    margin: 0 5px -5px;
    background: url(../img/lazyloading2.gif) no-repeat;
}

.correct {
    background: #f7fff8;
    border: 1px solid #ceead2;
    color: #0bb523;
}

.correct_icon {
    width: 22px;
    height: 22px;
    margin: 0 5px -5px;
    background-position: -170px -216px;
}

.error {
    background: #fff4f5;
    border: 1px solid #fcbba1;
    color: #ff3145;
}

.error_icon {
    width: 22px;
    height: 22px;
    margin: 0 5px -5px;
    background-position: -135px -216px;
}

.love_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 54px;
    height: 22px;
    background: url(../img/love_icon.png) no-repeat;
}

.bor_das_t {
    border-top: 1px dashed #e7e7e7;
}

.checkbox_but {
    display: inline-block;
    *display: inline;
    *zoom: 1; margin-bottom: -3px;
    width: 16px;
    height: 16px;
    background: url(../img/icon.png?v=20190215) no-repeat -115px -107px;
}

.checkbox_but.checked {
    background-position: -144px -107px;
}

.checkbox_but.disabled {
    background-position: -115px -262px;
}

.checkbox_but.checked.disabled {
    background-position: -144px -262px;
}

.icon_pack {
    width: 25px;
    height: 20px;
    background: url(../img/new_icon.png) no-repeat -86px -95px;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    display: inline-block !important;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -6px;
}

.icon_jian {
    width: 20px;
    height: 20px;
    background: url(../img/jian.png) no-repeat center center;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    display: inline-block !important;
    color: #fff;
    vertical-align: middle;
    margin-top: -6px;
}

.icon_bao {
    width: 20px;
    height: 20px;
    background: url(../img/bao.png) no-repeat center center;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    display: inline-block !important;
    color: #fff;
    vertical-align: middle;
    margin-top: -6px;
}

.icon_youxuan {
    padding-left: 4px;
    height: 17px;
    background: #fe5353;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    display: inline-block !important;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle !important;
    position: relative;
}

.icon_youxuan:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 20px;
    vertical-align: middle;
    background: #fff url(../img/icon_youxuan.png) no-repeat top right;
    position: absolute;
    right: -10px;
    top: -1px;
}

.medal_icon {
    margin: -4px 0 -2px 4px;
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 18px;
    height: 21px;
    background: url(../img/new_icon.png);
}

.medal_icon.silver_icon {
    width: 18px;
    height: 21px;
    background: url(../img/icon-silver1567497054919.png);
}

.medal_icon.copper_icon {
    width: 18px;
    height: 21px;
    background: url(../img/icon-copper1567497054919.png);
}

.medal_icon.gold_icon {
    width: 18px;
    height: 21px;
    background: url(../img/icon-gold1567497054919.png);
}

.transit_icon {
    margin-left: 4px;
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 16px;
    height: 16px;
    background: url(../img/new_icon.png)
}

.transit_icon.money_icon {
    width: 16px;
    height: 16px;
    background-position: -54px -63px;
}

.transit_icon.sale_icon {
    width: 16px;
    height: 16px;
    background-position: -70px -79px;
}

.gotop {
    position: fixed;
    right: 50%;
    width: 50px;
    height: 42px;
    padding: 8px 0 0;
    color: #fff;
    line-height: 18px;
    background-color: #b2b2b2;
    margin-right: -680px;
    bottom: 90px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none;
}

.gotop span {
    display: none;
}

.gotop i {
    background: url(../img/gotop.png) no-repeat 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 26px;
    height: 15px;
    margin-top: 10px;
}

.gotop:hover {
    background-color: #000;
    cursor: pointer;
}

.gotop:hover span {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.gotop:hover i {
    display: none;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1; line-height: 26px;
    padding: 2px 6px;
    border: 1px solid #eaeae8;
    background: #fbfbfb;
    font-size: 16px;
    color: #444;
    cursor: pointer;
    text-align: center;
}

.btn:hover {
    background: #f4f4f4;
}

.btn.big {
    padding: 5px 6px;
}

.btn.btn_orange {
    border: 1px solid #ff6700;
    background: #ff6700;
    color: #fff;
}

.btn.btn_orange:hover {
    border-color: #f25807;
    background: #f25807;
}

.btn.btn_blue {
    border-color: #3889ec;
    background: #3889ec;
    color: #fff;
}

.btn.btn_blue:hover {
    border-color: #157de7;
    background: #157de7;
}

.btn.btn_gray {
    border-color: #ccc;
    background: #ccc;
    color: #fff;
}

.btn.btn_gray:hover {
    border-color: #ccc;
    background: #ccc;
}

.reglock {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 16px;
    height: 16px;
    margin-left: 5px;
    vertical-align: middle;
    background: url(../img/lock.png) no-repeat center bottom;
}

.title.tit_bor_bul {
    font-size: 18px;
    color: #1377dc;
    margin: 0 20px;
    border-bottom: 1px solid #ebebeb;
}

.title.tit_bor_bul span {
    display: inline-block;
    *display: inline;
    *zoom: 1; padding: 13px 0 5px;
    margin-bottom: -1px;
    border-bottom: 2px solid #6babed;
}

.title.tit_bor_bul span.top {
    padding-top: 0;
}

.title.tit_bor_bul .c_red {
    color: #ff3145;
    font-size: 12px;
}

.input {
    padding: 10px;
    height: 18px;
    width: 180px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

.com_submit_box {
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
}

.com_submit {
    padding: 6px 36px;
    border: none;
    font-size: 14px;
    background: #ff6700;
    color: #fff !important;
    cursor: pointer;
}

.com_submit:hover {
    background: #f25807;
}

input[disabled], input:disabled {
    border: 1px solid #dcdcdc;
    background-color: #ebebe4;
}

.fail_box {
    background-color: #fff4f5;
    border: 1px solid #fcbba1;
    padding: 10px 20px;
    color: #666;
}

.fail {
    background: url(../img/fail.png) no-repeat left center;
    line-height: 26px;
    font-size: 14px;
    color: #ff3145;
    padding-left: 22px;
}

.fail_k {
    background: url(../img/error_m.png) no-repeat left center;
    line-height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1; font-size: 16px;
    color: #ff3145;
    padding-left: 28px;
}

.warm {
    background: url(../img/blue_i.png) no-repeat left 1px;
    padding-left: 25px;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1; margin-left: 10px;
    line-height: 28px;
}

.warm_r {
    background: url(../img/red_sigh.png) no-repeat left 3px;
    padding-left: 25px;
    font-size: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1; margin-left: 10px;
    color: #ff6700;
    line-height: 28px;
}

.appdown {
    position: fixed;
    padding: 10px 10px;
    width: 16px;
    height: 135px;
    background: #f9f9f9 url(../img/app_bg.png) no-repeat center 5px;
    border: 1px solid #d9d9d9;
    left: 50%;
    margin-left: -645px;
    top: 245px;
    padding-top: 55px;
    font-size: 12px;
    color: #888;
    line-height: 15px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
}

.appdown .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    left: 10px;
    top: 165px;
    padding-top: 10px;
}

.appdown .close:before {
    top: 10px;
    left: 0;
}

/* .appdown .close { display: inline-block; width: 15px; height: 15px; background: url(../img/icon.png?v=20190215) no-repeat -142px -162px; border-top: 1px solid #d9d9d9; position: absolute; left: 10px; top: 165px; padding-top: 10px; }
.appdown .close:hover { background-position: -106px -162px; } */
.appdown .codebox {
    width: 140px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    position: absolute;
    left: 44px;
    top: 0px;
    z-index: 99;
    display: none;
    margin-top: -1px;
}

.appdown:hover .codebox {
    display: block;
}

.appdown .codebox .code {
    padding: 15px 12px 15px 20px;
    background: url(../img/app_point.png) no-repeat left center;
    margin-left: -8px;
}

.appdown .codebox .code img {
    vertical-align: middle;
}

.ask_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/new_min_icons.png) no-repeat 0 -2px;
    vertical-align: middle;
}

/*验证*/
.verify_box {
    position: relative;
    padding: 15px 20px;
}

.verify_box_bor {
    border-top: 1px solid #e9e9e9;
}

.cenline {
    display: inline-block;
    width: 1px;
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 488px;
    background-color: #e9e9e9;
}

.user_validate {
    width: 638px;
}

.user_validate td {
    padding: 0 0 15px 18px;
    font-size: 16px;
    color: #444;
}

.user_validate .input {
    width: 200px;
}

.user_validate .phone_btn.btn {
    padding: 6px 0;
}

.user_validate .up_td .btn {
    text-align: center;
    padding: 4px 0;
    width: 80px;
}

.user_validate .getcode {
    padding: 6px 0;
    width: 109px;
}

/*表格1*/
.table_1 th, .table_1 td {
    padding: 8px 16px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: 400;
}

.table_1 th {
    text-align: right;
    background: #fafafa;
    color: #888;
}

.table_1 td {
    padding-left: 26px;
    color: #444;
    text-align: left;
}

.table_2 th, .table_2 td {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.success_page, .error_page, .prompt_page {
    min-height: 210px;
    padding-bottom: 70px;
    margin: 60px 0;
    width: 100%;
    text-align: center;
}

.success_page .success_text, .error_page .error_text, .prompt_page .prompt_text {
    display: inline-block;
    *display: inline;
    *zoom: 1; height: 60px;
    padding-left: 65px;
    line-height: 60px;
    font-size: 30px;
}

.success_page {
    border: 1px solid #ceead2;
    background: #fafffb url(../img/success_back.png) no-repeat;
}

.success_page .success_text {
    color: #0bb523;
    background: url(../img/success_icon.png) no-repeat;
}

.success_page .success_txt {
    font-size: 16px;
    color: #444;
    margin-top: 20px;
}

.success_page .success_txt .success_info {
    font-size: 16px;
    color: #666;
}

.error_page {
    border: 1px solid #fcbba1;
    background: #fff4f5 url(../img/error_back.png) no-repeat;
}

.error_page .error_text {
    color: #ff3145;
    background: url(../img/error_icon.png) no-repeat;
}

.error_page .error_txt {
    font-size: 16px;
    color: #444;
    margin-top: 20px;
}

.prompt_page {
    border: 1px solid #fbd4c0;
    background: #fffbfa url(../img/prompt_back.png) no-repeat;
    height: auto;
    padding-bottom: 50px;
}

.prompt_page .prompt_text {
    color: #ff4800;
    background: url(../img/prompt_icon.png) no-repeat;
}

.prompt_page .prompt_txt {
    width: 650px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #696464;
    text-align: left;
}

.prompt_page .prompt_txt td {
    padding: 5px 20px;
}

.prompt_page .prompt_txt b {
    display: inline-block;
    word-break: break-all;
    white-space: normal;
    max-width: 500px;
}

.success_table {
    margin: 0 auto;
}

.success_table td {
    padding: 2px 10px;
}

.success_table .hidecontrol {
    max-width: 310px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.success_span {
    display: inline-block;
    max-width: 310px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 公共图标，按钮之类的 */
/* 首页 */
.indexPage * {
    box-sizing: border-box;
}

.indexPage [type="radio"] {
    padding: 0;
}

.indexPage .ename_container {
    background: #F5F5F5;
    padding-bottom: 30px;
}

.indexPage .ename_container.no_paimai {
    padding-top: 20px;
}

.indexPage .ename_container.no_paimai .section_3 {
    margin-top: 0;
}

.indexPage .new_section {
    width: 1200px;
    margin: auto;
}

.indexPage .common_title_one {
    border-bottom: 1px solid #EBEBEB;
}

.indexPage .common_title_one .newmore {
    color: #1377dc;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
    float: right;
}

.indexPage .common_title_one .newmore:hover {
    color: #fa3b00;
}

.indexPage .common_title_one .newmore .fire {
    vertical-align: text-bottom;
    width: 20px;
    margin-right: 5px;
}

.indexPage .common_title_one .active {
    color: #ff4800;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
}

.indexPage .common_title_one .advertis {
    background: #adadad;
    border-radius: 3px;
    font-size: 10px;
    margin-right: 5px;
    color: #fff;
    padding: 2px;
}

.indexPage .itemcontainer {
    overflow: hidden;
}

.indexPage .manyitem {
    overflow: hidden;
}

.indexPage .manyitem .newitem:hover {
    background-color: #fff;
}

.indexPage .manyitem .newitem *, .auction_price .likeli .name, .indexPage .shopul li a, .indexPage .shop .shopname .include p, .indexPage .shop .shopname .include a, .shoptable .ename {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexPage .manyitem .newitem {
    cursor: pointer;
    background: #fff;
    padding: 22px 11px 15px 20px;
    width: 33.3%;
    float: left;
    border-right: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
}

.indexPage .manyitem .info {
    margin-top: 2px;
}

.indexPage .manyitem .info .panel {
    font-weight: 400;
    line-height: 26px;
    width: 50%;
    float: left;
}

.indexPage .manyitem .info .panel.infoleft {
    border-right: 1px dashed #D9D7D5;
}

.indexPage .manyitem .newitem .newtitle {
    color: #1377dc;
    font-family: Arial;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.indexPage .manyitem .newitem .newtitle:hover {
    color: #ff4800;
}

.indexPage .manyitem .newitem .subtitle {
    color: #669bd0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
}

.indexPage .manyitem .info .panel .price {
    color: #ff4800;
    font-size: 18px;
    font-family: Helvetica;
}

.indexPage .manyitem .info .panel .price .unit {
    color: #ff4800;
    font-size: 14px;
}

.indexPage .manyitem .info .panel .price_tip {
    color: #999;
    font-size: 12px;
}

.indexPage .manyitem .info .panel.inforight {
    padding-left: 11%;
}

.indexPage .manyitem .info .panel .time {
    color: #444;
    font-size: 15px;
}

.indexPage .manyitem .info .panel .time_tip {
    color: #999;
    font-size: 12px;
}

.indexPage .manyitem .hotitem {
    background: #fff url(img/best_renqi.png) top right no-repeat;
}

.indexPage .manyitem .newtitle img {
    width: 17px;
    vertical-align: top;
}

.indexPage .section_2 .row_1 span {
    color: #ff3145;
    font-size: 24px;
    font-weight: 400;
    line-height: 70px;
    vertical-align: middle;
}

.indexPage .section_2 .row_1 a span:hover {
    color: #2789ed;
}

.indexPage .section_2 .row_1 .newmore {
    display: block;
    float: right;
    color: #2789ed;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
}

.indexPage .section_2 .row_1 .newmore:hover {
    color: #fa3b00;
}

.indexPage .section_2 .row_1 img {
    margin-right: 10px;
    vertical-align: middle;
}

.indexPage .section_2 .manyitem {
    border-left: 1px solid #FDE4C6;
    border-top: 1px solid #FDE4C6;
    overflow: hidden;
}

.indexPage .section_2 .manyitem .newitem:hover {
    background-color: #fff7ee;
}

.indexPage .section_2 .manyitem .newitem * {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexPage .section_2 .manyitem .newitem {
    cursor: pointer;
    background: #FFFDFA;
    padding: 22px 20px 15px 30px;
    width: 25%;
    float: left;
    border-right: 1px solid #FDE4C6;
    border-bottom: 1px solid #FDE4C6;
}

.indexPage .section_2 .manyitem .info {
    margin-top: 2px;
}

.indexPage .section_2 .manyitem .info .panel {
    font-weight: 400;
    line-height: 26px;
    width: 50%;
    float: left;
}

.indexPage .section_2 .manyitem .info .panel.infoleft {
    border-right: 1px dashed #D9D7D5;
}

.indexPage .section_2 .manyitem .newitem .newtitle {
    color: #1377dc;
    font-family: Arial;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}

.indexPage .section_2 .manyitem .newitem .newtitle:hover {
    color: #ff4800;
}

.indexPage .section_2 .manyitem .newitem .subtitle {
    color: #669bd0;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
}

.indexPage .section_2 .manyitem .info .panel .price {
    color: #ff4800;
    font-size: 18px;
}

.indexPage .section_2 .manyitem .info .panel .price .unit {
    color: #ff4800;
    font-size: 14px;
}

.indexPage .section_2 .manyitem .info .panel .price_tip {
    color: #999;
    font-size: 12px;
}

.indexPage .section_2 .manyitem .info .panel.inforight {
    padding-left: 11%;
}

.indexPage .section_2 .manyitem .info .panel .time {
    color: #444;
    font-size: 15px;
}

.indexPage .section_2 .manyitem .info .panel .time_tip {
    color: #999;
    font-size: 12px;
}

.indexPage .section_2 .manyitem .hotitem {
    background: #FFFDFA url(../img/best_renqi.png) top right no-repeat;
}

.indexPage .section_7 .manyitem .newitem {
    width: 25%;
    height: 148px;
    overflow: hidden;
}

.indexPage .section_3 {
    overflow: hidden;
    position: relative;
    background: #fff;
    display: table;
    table-layout: fixed;
}

.indexPage .section_3 .section_3_left, .indexPage .section_6 .section_6_left {
    display: table-cell;
    vertical-align: top;
    width: 900px;
    padding: 0 30px 15px;
    overflow: hidden;
}

.indexPage .section_3 .manyitem.scrolls {
    margin-bottom: 0;
}

.indexPage .section_3 .manyitem .flex-direction-nav .flex-next {
    right: 20px;
}

.indexPage .section_3 .manyitem .newitem {
    height: 148px;
}

.indexPage .section_3 .section_left_title {
    font-size: 20px;
    line-height: 60px;
    color: #444;
    font-weight: 400;
    overflow: hidden;
}

.indexPage .section_3 .section_left_title span {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 44px;
    position: relative;
}

.indexPage .section_3 .section_left_title span.active {
    color: #ff4800;
    font-weight: 700;
    border-bottom: 2px solid #ff4800;
}

.indexPage .section_3 .trademark-hot-icon {
    top: 15px;
    right: -35px;
}

.indexPage .section_3 .section_3_right, .indexPage .section_6 .section_6_right {
    display: table-cell;
    vertical-align: top;
    padding: 0 25px;
    border-left: 1px solid #F1F1F1;
    width: 300px;
}

.indexPage .section_3 .section_3_right {
    padding: 0 10px;
}

.indexPage .section_3 .section_3_right_title {
    border-bottom: 1px solid #F1F1F1;
}

.indexPage .section_3 .section_3_right_title span.active {
    color: #ff4800;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
}

.indexPage .section_3 .section_3_right_title .new {
    padding-right: 30px;
}

.indexPage .section_3 .section_3_right_title .new .icon {
    top: 0;
}

.indexPage .section_3 .section_3_right table {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #EBEBEB;
}

.indexPage .section_3 .section_3_right table * {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexPage .section_3 .section_3_right table thead {
    border-bottom: 1px solid #EBEBEB
}

.indexPage .section_3 .section_3_right table th, .indexPage .section_3 .section_3_right table td {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    padding: 0 10px;
    text-align: left;
}

.indexPage .section_3 .section_3_right table th, .indexPage .section_3 .section_3_right table tbody tr:nth-child(2n) {
    background: #FAFAFA;
}

.indexPage .section_3 .section_3_right table a {
    color: #444;
}

.indexPage .section_3 .section_3_right table a:hover {
    color: #2789ed;
}

.indexPage .section_3 .section_3_right .do_action {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.indexPage .section_3 .section_3_right .do_action a {
    display: block;
    width: 47%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
}

.indexPage .section_3 .section_3_right .do_action a.buyin {
    float: left;
    background: #ff4800;
}

.indexPage .section_3 .section_3_right .do_action a.buyin:hover {
    background: #fa3b00;
}

.indexPage .section_3 .section_3_right .do_action a.soldout {
    float: right;
    background: #3889EC;
}

.indexPage .section_3 .section_3_right .do_action a.soldout:hover {
    background: #157de7;
}

.indexPage .section_3 .section_3_right .buybtn {
    color: #ff4800;
    font-size: 12px;
    border: 1px solid #ff4800;
    padding: 2px 4px;
    border-radius: 2px;
    margin: 0 2px;
}

.indexPage .section_3 .section_3_right .buybtn:hover {
    background-color: #ff4800;
    color: #fff;
}

.indexPage .section_3 .section_3_right .sellbtn {
    color: #1377dc;
    font-size: 12px;
    border: 1px solid #1377dc;
    padding: 2px 4px;
    border-radius: 2px;
    margin: 0 2px;
}

.indexPage .section_3 .section_3_right .sellbtn:hover {
    background-color: #1377dc;
    color: #fff;
}

.indexPage .section_4 {
    padding: 5px 30px 20px;
    margin-top: 20px;
    border: 1px solid #FACE9C;
    background: #FFF9F3;
}

.indexPage .section_4 .kuaijie_title .big {
    color: #ff4800;
    font-size: 32px;
    font-weight: 400;
    line-height: 70px;
}

.indexPage .section_4 .kuaijie_title .small {
    color: #f1713e;
    font-size: 14px;
    font-weight: 400;
}

.indexPage .section_4 .kuaijie_title {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
}

.indexPage .section_4 .kuaijie_form {
    display: inline-block;
    *display: inline;
    *zoom: 1; position: relative;
    margin-left: 59px;
    vertical-align: middle;
}

.indexPage .section_4 .kuaijie_form .option {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    padding-top: 15px;
    margin-right: 10px;
}

.indexPage .section_4 .kuaijie_form .option label {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.indexPage .section_4 .kuaijie_form input {
    height: 42px;
    margin-top: 10px;
    width: 170px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    padding: 8px 10px;
    border: 1px solid #FACE9C;
}

.indexPage .section_4 .kuaijie_form button[type="submit"] {
    margin-top: 46px;
    margin-left: 5px;
    border: none;
    background-color: #ff4800;
    border-radius: 3px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 28px;
    outline: 0;
    cursor: pointer;
}

.indexPage .section_4 .kuaijie_form button[type="submit"]:hover {
    background: #fa3b00;
}

.indexPage .section_4 .search_icon {
    vertical-align: sub;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 22px;
    height: 21px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAMAAAB1/u6nAAABTVBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////TGt3WAAAAbnRSTlMAAgMFBgcICQoMDQ4RFRocHiAjJCUnKjQ2Nzg5Oj5AQkRGSUpQVFVWXmBhZWdocnR1dnp8f4GCg4SFiYqNjpGVmZueoKanq6yusLe4vMDCw8fIytHS1Nnb3N3e5efq6+zv8PLz9PX29/j5+/z9/jWoCaQAAADtSURBVHgBZYj1V8JwHAA/GDpjdogBdit2dygGKswQdQoKKMb9/z/6vtsY2+N+uXsnFu0riTRvsflG8VB/+ItNbrPSvR2PcL82HB7dfoa47lw9SW66zMrqxR/imr1PyfZIgbE/1q0IwpQU2eKzQXmHh4Bn12WIKN+xIV6iRJXSTPr2EgmlPOO+vcqtUpJl3z7mXGkfw3urUswp98OIZy/w3WzFNWabe8N5du1qMXkdsjMwkYGQ2HSZcDUTbO2NGACpbuc3XVLg5Abe+8QhdPQCPO11Sm0MsgPiUqNrlrUL+BqUEirOwJBSyg8+Zv8B0Ek5VGgKY9YAAAAASUVORK5CYII=);
}

.indexPage .section_4 .dropdown {
    width: 160px;
    height: 42px;
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #FACE9C;
}

.indexPage .section_4 .dropdown .selected, .indexPage .section_4 .dropdown li {
    line-height: 24px;
    padding: 8px 10px 10px;
}

.indexPage .section_4 .classify_alert, .indexPage .section_4 .classify_alert * {
    box-sizing: content-box !important;
}

.indexPage .section_4 .classify_alert {
    margin-top: 10px;
    width: 150px;
    padding: 4px 7px;
    border: 1px solid #FACE9C;
    border-radius: 4px;
}

.indexPage .section_4 .classify_alert .classify_select {
    width: 550px;
    padding-right: 0;
    margin-top: 10px;
}

.indexPage .section_4 .classify_alert .classify_select .select_option {
    width: 480px;
}

.indexPage .section_4 .classify_alert .classify_select .select_label {
    width: 60px;
}

.indexPage .section_4 .classify_alert .classify_select .submit, .classify_alert .classify_select .reset {
    cursor: pointer;
}

.indexPage .classify_alert .classify_select .select_option.red_theme li.action {
    background: #FB4700;
    border: 1px solid #FB4700;
    color: #fff;
}

.indexPage .section_5 {
    position: relative;
    margin-top: 20px;
    padding: 0 30px 10px;
    background: #fff;
}

.indexPage .section_5 .manyitem {
    padding-top: 20px;
}

.indexPage .section_5 .newitem {
    width: 218px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f5faff;
    border: 0;
}

.indexPage .section_5 .manyitem .info .panel {
    width: 100%;
}

.indexPage .section_5 .newitem:nth-child(5n) {
    margin-right: 0;
}

.indexPage .shop .box {
    float: left;
    border: 1px solid #F1F1F1;
    width: 270px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 250px;
    overflow: hidden;
}

.indexPage .shop .box ul {
    height: 150px;
    overflow: hidden;
}

.indexPage .shop .box:nth-child(3n) {
    margin-right: 0;
}

.indexPage .shop .shopname {
    padding: 10px 15px;
    background-color: #fafafa;
    font-size: 16px;
    color: #444;
}

.indexPage .shop .shopname img {
    width: 48px;
    height: 48px;
    border: 1px solid #F1F1F1;
    vertical-align: middle;
    overflow: hidden;
}

.indexPage .shop .shopname .include {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    line-height: 22px;
}

.indexPage .shop .shopname .include a {
    color: #444;
}

.indexPage .shop .shopname .include a:hover {
    color: #2789ed;
}

.indexPage .shop .shopname .include p, .indexPage .shop .shopname .include a {
    width: 168px;
    display: block;
}

.indexPage .shop .shopname .include p {
    height: 22px;
    overflow: hidden;
}

.indexPage .shop .shop_blank {
    margin: 45px auto 0;
    display: block;
}

.indexPage .shopul li {
    line-height: 30px;
    padding: 0 15px;
}

.indexPage .shopul li a {
    display: inline-block;
    width: 119px;
}

.indexPage .shopul li .money {
    float: right;
    font-size: 12px;
    color: #444;
}

.indexPage .shop .level {
    line-height: 30px;
    margin: 0 15px;
    border-top: 1px dashed #f1f1f1;
}

.indexPage .shop .level img {
    margin: 0 2px;
}

.indexPage .shop .level .out {
    float: right;
}

.indexPage .section_6 {
    margin-top: 20px;
    background: #fff;
    padding: 0 0 10px;
}

.indexPage .section_6 .common_title_one {
    border-bottom: 0;
}

.indexPage .section_6 .section_6_right {
    padding: 0 20px;
}

.indexPage .section_6 .section_6_right_title {
    border-bottom: 1px solid #F1F1F1;
}

.indexPage .section_6 .section_6_right_title .newmore {
    line-height: 70px;
}

.indexPage .section_6 .section_6_right_title span.active {
    color: #ff4800;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
}

.indexPage .section_6 .jingji_banner {
    display: block;
    margin-top: 10px;
    margin-bottom: 12px;
}

.indexPage .section_6 .jingji_banner img {
    width: 100%;
}

.indexPage .section_6 form label {
    color: #444;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.indexPage .section_6 form input {
    border: 1px solid #E6E6E6;
    outline: 0;
    padding: 2px 10px;
    font-size: 16px;
}

.indexPage .section_6 form input[type="radio"] {
    padding: 0;
    outline: 0;
    border: none;
}

.indexPage .section_6 form .leave_message {
    margin-top: 8px;
}

.indexPage .section_6 form .leave_message label {
    line-height: 35px;
    vertical-align: top;
}

.indexPage .section_6 form textarea {
    width: 190px;
    height: 75px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #E6E6E6;
}

.indexPage .section_6 .micro_tip {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.indexPage .section_6 .micro_tip .tip_1 {
    color: #999;
}

.indexPage .section_6 .micro_tip .tip_2 {
    color: #b4b4b4;
}

.indexPage .section_6 .submit_weituo {
    cursor: pointer;
    display: table;
    margin: auto;
    margin-top: 10px;
    width: 95%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    background-color: #ff4800;
    border-radius: 3px;
    border: none;
    outline: 0;
}

.indexPage .section_6 .submit_weituo:hover {
    background: #fa3b00;
}

.indexPage .section_7 {
    display: table;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    padding: 0 30px 10px;
    background: #fff;
}

.indexPage .section_7 .common_title_one {
    border-bottom: 0;
}

.indexPage .section_7 .section_left_title {
    font-size: 20px;
    line-height: 60px;
    color: #444;
    font-weight: 400;
    overflow: hidden;
}

.indexPage .section_7 .section_left_title span {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 44px;
}

.indexPage .section_7 .section_left_title span.active {
    color: #ff4800;
    font-weight: 700;
    border-bottom: 2px solid #ff4800;
}

.indexPage .section_8 {
    margin-top: 20px;
    padding-bottom: 10px;
    background: #fff;
    overflow: hidden;
}

.indexPage .section_8 .section_8_title {
    padding: 5px 30px;
}

.indexPage .section_8 .scrolls {
    max-height: 350px;
    overflow: hidden;
}

.indexPage .section_8 .horizontal {
    position: relative;
    margin: 25px 0 0 60px;
    overflow: hidden;
}

.indexPage .section_8 .card {
    width: 250px;
    height: 138px;
    float: left;
    margin: 0 10px 22px;
    position: relative;
}

.indexPage .section_8 .card * {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.indexPage .section_8 .card_one {
    background: url("../img/zhenpin-orange.png");
}

.indexPage .section_8 .card_two {
    background: url("../img/zhenpin-silver.png");
}

.indexPage .section_8 .card_three {
    background: url("../img/zhenpin-gold.png");
}

.indexPage .section_8 .card .domainname {
    max-width: 165px;
    position: absolute;
    top: 4px;
    left: 15px;
    color: white;
    font-family: Arial;
    font-size: 28px;
    font-weight: 400;
}

.indexPage .section_8 .card .domaindesc {
    position: absolute;
    top: 68px;
    left: 33px;
    font-size: 14px;
    font-weight: 400;
    color: #1377dc;
    line-height: 20px;
}

.indexPage .section_8 .card .domaintag {
    position: absolute;
    top: 98px;
    left: 33px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px;
}

.indexPage .section_8 .flex-prev, .indexPage .section_8 .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.indexPage .flex-direction-nav .flex-next {
    background-position: -10px -90px;
}

.indexPage .section_8 .flex-direction-nav a {
    width: 48px;
}

.indexPage .section_8 .flex-control-paging {
    display: none;
}

/* 首页 */
/* 淘域名 */
.new_containers {
    width: 1200px;
    margin: 0 auto;
}

.new_containers .crumb {
    padding-left: 0;
    color: #777;
    font-size: 14px;
    background: none;
}

.new_containers .crumb a {
    margin: 0;
}

.new_containers .crumb .faq, .new_containers .crumb .faq a {
    display: none;
    color: #1377dc;
}

.new_containers .crumb .faq:hover, .new_containers .crumb .faq:hover a {
    color: #ff4800;
}

.new_containers .crumb .faq .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 22px;
    height: 20px;
    padding-right: 5px;
    margin-bottom: -7px;
    background: url(../img/icon.png?v=20190215) no-repeat -35px -102px;
}

.new_containers .classify_search {
    border: 1px solid #e9e9e9;
    position: relative;
}

.new_containers .classify_search .classify_nav {
    border-bottom: 2px solid #2789ed;
}

.new_containers .classify_search .classify_nav .left li {
    float: left;
    margin: 11px 0;
    padding: 0 26px 0 20px;
    border-left: 1px solid #e1e1e1;
    font-size: 16px;
}

.new_containers .classify_search .classify_nav .left li a {
    color: #666;
}

.new_containers .classify_search .classify_nav .left li:hover a {
    color: #ff4800;
}

.new_containers .classify_search .classify_nav .left li.action a {
    color: #fff;
}

.new_containers .classify_search .classify_nav .left li.action:hover a {
    color: #fff;
}

.new_containers .classify_search .classify_nav .left li.action {
    background: #2789ed;
    margin: -1px 0 -2px -1px;
    padding: 11px 28px;
    border: 0;
    font-size: 18px;
}

.new_containers .classify_search .classify_nav .left li.hot, .new_containers .classify_search .classify_nav .left li.new {
    position: relative;
}

.new_containers .classify_search .classify_nav .left li.hot .icon, .new_containers .classify_search .classify_nav .left li.new .icon {
    width: 25px;
    height: 12px;
    background: url(../img/icon.png?v=20190215) no-repeat 1px -111px;
    position: absolute;
    right: 3px;
    top: -2px;
}

.new_containers .classify_search .classify_nav .left li.new .icon {
    background-position: -77px -111px;
}

.new_containers .classify_search .classify_nav .custom {
    height: 25px;
    padding: 11px 26px 11px 16px;
    border-left: 1px solid #eaeaea;
    background: #f8f8f8;
    font-size: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.new_containers .classify_search .classify_nav .custom .num {
    color: #ff4800;
}

.new_containers .classify_search .classify_nav .custom_select {
    display: none;
    width: 200px;
    background: #fff;
    border: 1px solid #ededed;
    position: absolute;
    right: -1px;
    top: 46px;
    z-index: 10;
}

.new_containers .classify_search .classify_nav .custom_select li {
    padding: 10px 30px 10px 11px;
    border-top: 1px solid #ededed;
    color: #1377dc;
    position: relative;
    cursor: pointer;
}

.new_containers .classify_search .classify_nav .custom_select li:hover {
    color: #ff4800;
}

.new_containers .classify_search .classify_nav .custom_select .icon {
    width: 20px;
    height: 20px;
    background: url(../img/icon.png?v=20190215) no-repeat -76px 4px;
    position: absolute;
    right: 10px;
    top: 12px;
}

.new_containers .classify_search table {
    width: 100%;
}

.new_containers .search_quick table {
    width: 97%;
    position: relative;
    margin: 0 auto;
}

.new_containers .search_quick table input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0 8px;
    width: 110px;
}

.new_containers .classify_search .search_quick {
    padding: 2px 0;
}

.new_containers .classify_search .search_quick td {
    padding: 10px 5px;
    color: #444;
}

.new_containers .classify_search .search_quick .orange {
    color: #ff4800;
    font-size: 16px;
    margin-left: 24px;
}

.new_containers .classify_search .search_quick .quick_search {
    padding: 6px 22px;
    border: none;
    font-size: 14px;
    background: #ff6700;
    color: #fff;
    cursor: pointer;
}

.new_containers .classify_search .search_quick .quick_search:hover {
    background: #f25807;
}

.new_containers .classify_search .shrink_search {
    color: #2789ed;
}

.new_containers .classify_search .search_hide {
    padding-left: 15px;
}

.new_containers .classify_search .search_hide table {
    margin: 7px 0;
}

.new_containers .classify_search .search_hide td {
    padding: 5px 3px;
    color: #444;
}

.new_containers .classify_search td.new .icon {
    right: 6px;
    top: 2px
}

.new_containers .classify_search .batch {
    position: relative;
    line-height: 30px;
}

.new_containers .classify_search .batch textarea {
    resize: none;
    position: static;
    float: left;
    padding: 5px 6px;
    height: 20px;
    width: 128px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.new_containers .classify_search .batch textarea + label {
    margin-left: 4px;
}

.new_containers .classify_search .batch textarea.dmTyping {
    position: absolute;
    height: 180px;
    top: 5px;
    z-index: 9;
}

.new_containers .classify_search .batch textarea.dmTyping + label {
    margin-left: 146px;
}

.new_containers .classify_search .batch label {
    display: inline-block;
    vertical-align: middle;
}

.new_containers .classify_search .search_quick .batch {
    width: 179px;
}

.new_containers .classify_search .search_quick textarea.dmTyping {
    top: 10px;
}

.new_containers .classify_search label.registrar {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 40px;
    line-height: 34px;
}

.new_containers .classify_search .search_hide input[type="text"] {
    padding: 5px 6px;
    height: 20px;
    width: 128px;
    border: 1px solid #ccc;
}

.new_containers .classify_search .search_hide .division {
    height: 4px;
    line-height: 4px;
}

.new_containers .classify_search .search_hide .ask_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 15px;
    height: 15px;
    margin-bottom: -2px;
    background: url(../img/icon.png?v=20190215) no-repeat -114px 0;
}

.new_containers .classify_search .search_hide .reset, .new_containers .classify_search .search_hide .submit {
    padding: 5px 36px;
    border: none;
    font-size: 14px;
    background: #eee;
    color: #888;
    cursor: pointer;
}

.new_containers .classify_search .search_hide .submit {
    margin-right: 17px;
    background: #ff6700;
    color: #fff;
}

.new_containers .classify_search .search_hide .conserve {
    padding: 6px 12px;
    border: none;
    font-size: 14px;
    background: #ff6700;
    color: #fff;
    cursor: pointer;
}

.new_containers .classify_search .search_hide .reset:hover {
    background: #e6e6e6;
    color: #666;
}

.new_containers .classify_search .search_hide .submit:hover, .new_containers .classify_search .search_hide .conserve:hover {
    background: #f25807;
}

.new_containers .classify_search .search_shrink {
    border-top: 1px solid #eaeaea;
    text-align: center;
}

.new_containers .classify_search .search_shrink .quick_search {
    padding: 6px 22px;
    border: none;
    font-size: 14px;
    background: #ff6700;
    color: #fff;
    cursor: pointer;
}

.new_containers .classify_search .search_shrink .shrink_button {
    display: inline-block;
    padding: 6px 49px 5px 30px;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.new_containers .classify_search .search_shrink .shrink_button:hover {
    color: #ff4800;
}

.new_containers .classify_search .search_shrink .shrink_button .icon {
    width: 14px;
    height: 10px;
    background: url(../img/icon.png?v=20190215) no-repeat -79px -70px;
    position: absolute;
    right: 20px;
    top: 11px;
}

.new_containers .classify_search .easy_shrink .shrink_button {
    padding-right: 30px !important;
}

.new_containers .classify_search .easy_shrink .quick_search {
    margin-right: 10px;
}

.new_containers .classify_search .search_history {
    padding: 14px 0 7px 27px;
}

.new_containers .classify_search .search_history .empty {
    display: block;
    float: right;
    padding: 0 14px 0 26px;
    position: relative;
}

.new_containers .classify_search .search_history .empty .icon {
    width: 15px;
    height: 16px;
    background: url(../img/icon.png?v=20190215) no-repeat -178px -107px;
    position: absolute;
    left: 4px;
    top: 4px;
}

.new_containers .classify_search .search_history ul.left {
    width: 1030px;
    max-height: 55px;
    overflow: hidden;
}

.new_containers .classify_search .search_history li {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    height: 22px;
    margin: 0 0 5px 10px;
    padding: 0 20px 0 12px;
    border: 1px solid #fda684;
    color: #ff4800;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
}

.new_containers .classify_search .search_history li a {
    color: #ff4800;
}

.new_containers .classify_search .search_history li:hover {
    background: #ff4800;
    border: 1px solid #ff4800;
    color: #fff;
}

.new_containers .classify_search .search_history li:hover a {
    color: #fff;
}

.new_containers .classify_search .search_history li:hover .icon {
    color: #fff;
    background-position: -144px 0;
}

.new_containers .classify_search .search_history .icon {
    width: 10px;
    height: 10px;
    background: url(../img/icon.png?v=20190215) no-repeat -80px 0;
    position: absolute;
    right: 3px;
    top: 6px;
}

.see-more-items {
    text-align: center;
}

.see-more-items .mored {
    color: #209ef0;
    font-size: 16px;
    padding: 6px;
    display: inline-block;
}

.see-more-items .mored .icon {
    background: url(../img/icon_down_blue.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    background-size: 100%;
    margin-left: 2px;
}

.see-more-items .mored:hover {
    cursor: pointer;
}

.yestishi {
    background: url(../images/tick.png) no-repeat 0 10px;
    padding-left: 20px !important;
    color: green;
}

.falsetishi {
    background: url(../images/cross.png) no-repeat 0 10px;
    padding-left: 20px !important;
    color: red;
}

.loadtishi {
    background: url(../images/lazyloading2.gif) no-repeat 0 10px;
    padding-left: 20px !important;
}

.num_text {
    width: 58px !important;
}

.new_main {
    width: 990px;
}

.icon_green, .icon_orange, .icon_blue,.icon_violet,.icon-bluelight {
    display: inline-block;
    *display: inline;
    *zoom: 1; height: 18px;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
}

.icon_green:hover, .icon_orange:hover, .icon_blue:hover,.icon_violet:hover {
    color: #fff;
}

.icon_green {
    background: #5bb75b;
    border: 1px solid #51a351;
}

.icon_orange {
    background: #ff9865;
    border: 1px solid #ff6906;
}

.icon_blue {
    background: #30b8f1;
    border: 1px solid #0395d2;
}

.icon-bluelight {
    background: #64bce9;
    border: 1px solid #6eb2e2;
}

.icon_violet {
    background: #7a86d0;
    border: 1px solid #616ebc;
}

.taoym [type="radio"] {
    padding: 0;
}

.taoym .ename_container {
    width: 1200px;
    margin: auto;
}

.taoym h3, .taoym td {
    font-size: 14px;
    color: #696464;
}

.taoym a, .taoym a:hover {
    text-decoration: none;
}

.taoym .com_table {
    border-collapse: collapse;
}

.taoym .com_table tbody tr:nth-child(2n) {
    background: #FAFAFA;
}

.taoym .com_table tbody tr:hover {
    background: #f5faff;
}

.taoym .com_table tbody tr.tab_btnbox {
    background: #fff;
}

.taoym .com_table tbody tr.tab_btnbox:hover {
    background: #fff;
}

.taoym .com_table tbody tr.error {
    background: #fff4f5 !important;
}

.taoym .com_table {
    font: 14px/1.6;
    color: #333;
    border-spacing: 0;
}

.taoym img {
    border: 0;
}

.taoym input {
    font: 12px/1.6;
    color: #333;
    outline: 0;
}

.taoym img, .taoym input {
    vertical-align: middle;
}

.taoym h3 {
    font-weight: 400;
}

.taoym .page_hd, .taoym .page_hd h3 {
    font-weight: 700;
    font-size: 18px;
}

.taoym .red_auctions {
    background: url(../img/redauctions.png) no-repeat 3px 5px;
}

.taoym td {
    line-height: 140%;
}

.taoym input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.taoym input::-webkit-input-placeholder {
    color: #999;
}

.taoym a {
    color: #1377dc;
}

.taoym a:hover {
    color: #ff6a00;
}

.taoym .type_icon {
    color: #fff;
    cursor: pointer;
}

.taoym .type_icon:hover {
    color: #fff;
}

.taoym .clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.taoym .page a, .taoym .page strong {
    padding: 2px 9px;
    border: 1px solid #E0E0E0;
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: middle;
}

.taoym .page a:hover, .taoym .page strong {
    border: 1px solid #2789EC;
}

.taoym .clearfix {
    zoom: 1; }

.taoym .page_box {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.taoym .page a {
    margin: 0 3px;
    color: #666;
}

.taoym .page strong {
    margin: 0 3px;
}

.taoym .page a:hover, .taoym .page strong {
    background: #2789EC;
    color: #fff;
}

.taoym .page_box .com_btn {
    margin-left: 5px;
}

.taoym .page_hd {
    height: 30px;
    line-height: 30px;
    color: #666;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 15px;
}

.taoym .page_hd span span {
    color: #ff4800;
    font-family: Arial;
    font-size: 18px;
}

.taoym .page_box .dropdown {
    height: 28px;
}

.taoym .page_box .operbtn {
    height: 30px;
    font-size: 14px;
    padding: 0 8px;
    margin-left: 2px;
    margin-right: 0;
    display: inline-block;
    outline: none;
    border: none;
    border: 0;
    line-height: 30px;
    color: #fff;
    background-color: #2789ed;
    cursor: pointer;
}

.taoym .page_box .operbtn:hover {
    background-color: #157de7;
}

.taoym .page_box .operbtn.btn_orange {
    background-color: #ff6700;
}

.taoym .page_box .operbtn.btn_orange:hover {
    background-color: #f25807;
}

.taoym .page_box .operbtn.btn_gray {
    background-color: #fbfbfb;
    border: 1px solid #dcdcdc;
    color: #444;
}

.taoym .page_box .operbtn.btn_gray:hover {
    background-color: #f4f4f4;
}

.taoym .com_table {
    table-layout: fixed;
    border: 1px solid #f1f1f1;
    text-align: left;
}

.taoym .com_table.noouline {
    border: none;
    border: 0;
}

.taoym .com_table td,.taoym .com_table th {
    padding: 8px 10px;
    line-height: 33px;
    border-bottom: 1px solid #f1f1f1;
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
}

.taoym .com_table td * {
    vertical-align: middle;
}

.taoym .com_table td span {
    vertical-align: baseline;
}

.taoym .com_table th.domain_th,.taoym .com_table td.domain_td {
    text-indent: 10px;
}

.taoym .com_table th.more_th {
    text-indent: 3px;
}

.taoym .com_table td {
    border-bottom: none;
}

.taoym .com_table td .com_domain_a {
    display: inline-block;
    *display: inline;
    *zoom: 1; color: #1377dc;
    font-size: 16px;
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    padding: 0 5px 0 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.taoym .com_table td .com_domain_a:hover {
    color: #fa3b00;
}

.taoym .com_table td.bg_pink {
    background: #fffbfa;
    border-bottom: 1px solid #faf3f1;
    padding-bottom: 0;
}

.taoym .com_table td.bg_pink .c_red {
    color: #ff6700;
}

.taoym .com_table td .com_domain_a.max75p {
    max-width: 70%;
}

.taoym .com_table th.center, .taoym .com_table td.center {
    text-align: center;
}

.taoym .com_table th {
    padding: 0 10px;
    background: #FAFAFA;
    color: #696464;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
}

.taoym .com_table .bg_pink td {
    background: #fff5f6;
}

.taoym .com_table td.lock {
    background-color: #fffbfa !important;
    border: 1px solid #fbd4c0;
    font-size: 16px;
}

.new_containers .gdLock-tip {
    background-color: #fffbfa !important;
    border: 1px solid #fbd4c0;
    padding: 18px 28px 0 28px;
    margin-top: 15px;
    color: #666;
    position: relative;
}

.new_containers .gdLock-tip .gd-standard {
    position: absolute;
    bottom: -210px;
    left: -20px;
    width: 400px;
    height: 220px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    box-shadow: 0 0 5px 2px rgba(148,148,148,.42);
    color: #666;
    z-index: 30;
    padding: 0 20px;
    display: none;
}

.new_containers .gdLock-tip .check-standard {
    display: inline-block;
    padding-bottom: 18px;
}

.new_containers .gdLock-tip .gd-standard:before {
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

.new_containers .gdLock-tip .gd-standard:after {
    content: '';
    border: 8px solid transparent;
    border-bottom: 8px solid #f8f8f8;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}

.new_containers .gdLock-tip .gd-standard .til {
    font-weight: 700;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.new_containers .gdLock-tip .gd-standard table th,.new_containers .gdLock-tip .gd-standard table td {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0;
}

.new_containers .gdLock-tip .gd-standard table th {
    font-weight: 700;
    text-align: left;
}

.new_containers .gdLock-tip .gd-standard .tip {
    color: #ff4800;
    padding: 10px 0;
}

.check-standard:hover + .gd-standard,.new_containers .gdLock-tip .gd-standard:hover {
    display: block;
}

.new_containers .gdLock-tip .dot:before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
    border-radius: 100%;
    background-color: #666;
}

.icon-red-tip {
    background: url(../img/red_sigh.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.com_table.com_px {
    border: none;
}

.com_table.com_px thead {
    border: 1px solid #e9e9e9;
}

.com_table.com_px tbody tr {
    background: none !important;
}

.com_table.com_px tbody tr td {
    padding: 0;
}

.com_table.com_px tbody .list_px {
    margin-top: 10px;
    border-top: 1px dashed #bababa;
    border-bottom: 1px dashed #bababa;
    height: 48px;
    line-height: 48px;
    background-color: #fcfcfc;
    padding-left: 10px;
}

.com_table.com_px tbody .first_bor {
    border-left: 1px dashed #bababa;
}

.com_table.com_px tbody .last_bor {
    border-right: 1px dashed #bababa;
}

.taoym .credit_tab {
    border: none;
}

.taoym .com_btn, .taoym .tao_add {
    text-align: center;
}

.taoym .com_btn {
    border: none;
    border: 0;
    background-image: url(../images/com_btn_bg.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 12px;
}

.taoym .min_gray_s {
    height: 28px;
    line-height: 28px;
    color: #333;
    width: 58px;
    background-position: 0 0;
}

.taoym .min_gray_s:hover {
    background-position: 0 -28px;
}

.taoym .tao_box .btn {
    margin-top: 0;
}

.taoym .tao_add {
    background: none;
    padding: 5px 0;
    display: block;
    color: #1377dc;
    font-size: 16px;
    font-weight: 400;
}

.taoym .tao_add:hover {
    color: #1377dc;
    text-decoration: underline;
}

.taoym .tao_left {
    width: 730px;
}

.taoym .tao_right {
    width: 440px;
}

.taoym .more_result {
    border-top: 1px solid #F1F1F1;
    background: none !important;
}

.taoym .arrow {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

.taoym .arrow_left {
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #666;
}

.taoym .arrow_right {
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #666;
}

.taoym .page a:hover .arrow_left {
    border-right: 5px solid #fff;
}

.taoym .page a:hover .arrow_right {
    border-left: 5px solid #fff;
}

.taoym .bidding-tab td .focus {
    color: #ff4f3f;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    background-color: white;
    border: 1px solid #ff4f3f;
    border-radius: 3px;
    padding: 3px 9px;
    cursor: pointer;
    vertical-align: bottom;
}

.taoym .bidding-tab td .focus:hover {
    color: #fff;
    background: #ff6700;
}

.taoym .bidding-tab td .focus.focused {
    background: #ff6700;
    color: #fff;
}

.taoym .bidding-tab td .focus.focused:hover {
    background: #f25807;
    color: #fff;
}

.taoym .bidding-tab .brief {
    padding-right: 40px;
    position: relative;
}

.taoym .bidding-tab .modify {
    color: #1377dc;
    background: none;
    border: none;
    cursor: pointer;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
}

.taoym .bidding-tab .examine,.taoym .bidding-tab .examine-fail {
    font-size: 12px;
    white-space: nowrap;
    color: #fff;
    background: #2789ed;
    padding: 1px 3px;
    border-radius: 4px;
}

.taoym .bidding-tab .examine-fail {
    background: #ff3145;
}

.taoym .keep_price {
    color: #999;
    font-size: 12px;
    line-height: 10px;
}

.taoym .total_count {
    margin-right: 10px;
}

.taoym .short_intro {
    height: 35px;
    overflow: hidden;
}

.taoym .info_long, .shoptable .info_long {
    line-height: 35px;
    position: relative;
}

.taoym .info_long span, .shoptable .info_long span {
    line-height: 20px;
}

.taoym .info_long .info_morebtn, .shoptable .info_long .info_morebtn {
    display: block;
    text-align: center;
    color: #1377dc;
}

.taoym .info_long .info_morebtn:hover, .shoptable .info_long .info_morebtn:hover {
    color: #ff4800;
    cursor: pointer;
}

.taoym .info_less, .shoptable .info_less {
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.taoym .info_less:hover, .shoptable .info_less:hover {
    color: #ff4800;
    cursor: pointer;
}

.taoym .info_less .info_morebtn, .shoptable .info_less .info_morebtn {
    display: none;
}

.taoym .short_intro .readmore {
    display: none;
    vertical-align: top;
}

.taoym input#tao-buynow-bulk-purchase {
    background: #2789ed;
    color: #fff;
    padding: 5.5px 20px;
    line-height: 20px;
    font-size: 14px;
    width: auto;
    height: auto;
}

.taoym .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1; margin-top: 13px;
    padding: 8px 20px;
    background: #ff6700;
    font-size: 14px;
    color: #fff;
}

.taoym .btn:hover {
    background: #f25807;
    color: #fff;
}

.btn_blue_l {
    display: inline-block;
    *display: inline;
    *zoom: 1;border-color: #3889ec;
    background: #fff;
    color: #3889ec;
    padding: 8px 20px;
    padding: 0 10px;
    font-size: 14px;
}

.btn_blue_l:hover {
    border-color: #157de7;
    background: #157de7;
    color: #fff;
}

.taoym .new_section {
    border: 1px solid #EBEBEB;
}

.taoym .ename_container {
    background-color: #fff;
}

.taoym .section_3 .common_title_one {
    border-bottom: 0;
}

/*淘域名关键字搜索样式*/
.txt-popup {
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 64px;
    z-index: 99;
}

.txt-popup li {
    width: 150px;
    line-height: 17px;
    padding: 6px 27px 6px 4px;
    word-wrap: break-word;
    position: relative;
}

.txt-popup li:hover {
    background-color: #55b9ee;
}

.txt-popup a {
    width: 17px;
    height: 17px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 7px;
}

/* 淘域名 */
/* 易拍易卖 */
.about_nav {
    border: 1px solid #ededed;
    border-bottom: 2px solid #ff413d;
}

.about_nav li {
    float: left;
    width: 133px;
    text-align: center;
    margin-left: -1px;
    border-left: 1px solid #ededed;
    font-size: 16px;
}

.about_nav li a {
    display: block;
    padding: 11px 0;
    color: #666;
}

.about_nav li:hover a {
    color: #ff413d;
}

.about_nav li.avtive a {
    background: #ff413d;
    color: #fff;
}

.list_tit h3 {
    display: block;
    height: 35px;
    padding: 17px 37px 5px;
    color: #666;
    font-size: 20px;
    font-weight: 700;
    background: url(../img/list_tit_icon.png) no-repeat 0 22px;
}

.list_tit input.btn {
    font-size: 14px;
    color: #fff;
    padding: 5px 20px;
    margin-top: 13px;
    background: #ff6700;
    border: 0;
}

.list_tit input.btn:hover {
    color: #fff;
    background: #f25807;
}

.not_available {
    padding: 60px 0;
    text-align: center;
}

.not_record {
    text-align: center;
    font-size: 16px;
    color: #c1c5ca;
}

.zt_nav {
    border-bottom: 2px solid #ff7c12;
}

.zt_nav li:hover a {
    color: #ff7c12;
}

.zt_nav li.avtive a {
    background: #ff7c12;
    color: #fff;
}

.zt {
    padding-bottom: 40px;
}

.zt .list_tit h3 {
    background-position: 0 -60px;
}

.zt .c_red {
    color: #ff4800;
}

.auction {
}

.auction li {
    float: left;
    width: 238.75px;
    height: 112px;
    padding: 10px 30px;
    margin: 0 -1px -1px 0;
    border: 1px solid #ffe4c6;
    background-color: #fffdfa;
}

.auction li:hover {
    background: #fff7ee;
}

.auction .domain {
    position: relative;
    display: inline-block;
}

.auction .domain .text {
    color: #ff3145;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 220px;
}

.auction .domain .icon_bao {
    position: absolute;
    right: -25px;
    top: 10px;
}

.auction .introduction {
    height: 22px;
    padding-bottom: 5px;
    color: #669bd0;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auction .price {
    color: #ff4800;
    font-size: 16px;
    width: 130px;
    padding-right: 13px;
    height: 26px;
    line-height: 26px;
}

.auction .time {
    color: #444;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}

.auction .gray {
    color: #999;
    font-size: 12px;
}

.auction .pack_price {
    color: #ff4800;
    font-size: 12px;
}

.auction .borright {
    padding-left: 20px;
    border-left: 1px dashed #d9d7d5;
}

.enquiry li {
    height: 90px;
}

.enquiry .enquiry_info {
    font-size: 12px;
    color: #999;
    line-height: 30px;
    height: 30px;
}

.auction_blue li {
    border: 1px solid #f1f1f1;
    background-color: #fff;
}

.auction_blue li:hover {
    background-color: #f5faff;
}

.auction_blue .domain {
    color: #1377dc;
    font-size: 22px;
}

.auction_blue .domain:hover {
    color: #ff3145;
}

.auction_shop li {
    border: 1px solid #f1f1f1;
    background-color: #fff;
}

.auction_shop li:hover {
    background-color: #f5faff;
}

.auction_shop .domain .domain-name {
    color: #1377dc;
    font-size: 22px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 220px;
}

.auction_shop .domain .domain-name:hover {
    color: #ff3145;
}

.auction_shop .domain .icon_pack {
    margin-right: -20px;
    margin-left: 0;
}

/* 易拍易卖 */
/*域名详情*/
.container {
    width: 1200px;
}

a.reds {
    color: #f9565e;
}

a.reds img {
    margin: 0 2px;
}

.caption {
    border-bottom: 1px solid #f1f1f1;
}

.caption span {
    display: inline-block;
    *display: inline;
    *zoom: 1; padding: 8px 3px;
    border-bottom: 1px solid #2789ed;
    margin-bottom: -1px;
    font-size: 18px;
    color: #1377dc;
}

.newmore {
    float: right;
    font-size: 14px;
    line-height: 48px;
}

.auction_rules {
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.auction_rules b {
    color: #555;
}

.auction_details {
    border: 1px solid #e9e9e9;
}

.auction_details .rb {
    border-right: 1px solid #e9e9e9;
}

.auction_details .lb {
    width: 349px;
    margin-left: -1px;
    border-left: 1px solid #e9e9e9;
}

.shop_info {
    background: #f9fbff;
    padding: 30px 20px 25px 20px;
    position: relative;
}

.shop_info:hover .shop_dts {
    display: block;
}

.shop_info .name {
    display: block;
    font-size: 15px;
    color: #1377dc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.shop_info .headimg, .shop_info .shopimg {
    width: 40px;
    height: 40px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.shop_info .shop_dts {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 320px;
    margin-left: -160px;
    color: #666;
    line-height: 25px;
    z-index: 100;
    display: none;
}

.shop_info .shopimg {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.seller_information {
    background: #f9fbff;
    padding: 31px 20px 21px 20px;
    position: relative;
}

.seller_information li {
    padding-bottom: 6px;
}

.seller_information .name {
    display: block;
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.seller_information .character {
    position: absolute;
    bottom: 30px;
    right: 20px;
    border: 1px solid #ededed;
}

.auction_price {
    padding: 0 20px;
}

.auction_price .title {
    border-bottom: 1px solid #EBEBEB;
    color: #ff4800;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}

.auction_price .title .newmore {
    font-size: 12px;
    float: right;
    margin-top: 10px;
}

.auction_price .likeli {
    margin: 0 10px;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #EBEBEB;
}

.auction_price .likeli .intro {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.auction_price .likeli .name {
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    width: 190px;
}

.auction_price .likeli .money {
    font-size: 14px;
    color: #ff4800;
    float: right;
    line-height: 20px;
}

.auction_price table {
    margin-top: 17px;
}

.auction_price th {
    padding: 10px 28px;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 18px;
    text-align: left;
}

.auction_price td {
    padding: 14px 28px 12px 28px;
    font-size: 14px;
    color: #666;
}

.auction_price tr:nth-child(2n) td, .auction_price .backf9 td {
    background: #f9f9f9;
}

.domain_information {
    width: 800px;
    padding: 24px;
}

.domain_information a {
    color: #1d5af2
}

; .domain_information a:hover {
    color: #ff4800 !important;
}

.domain_information .domain_head .title {
    font-size: 28px;
    color: #1377dc;
    width: 370px;
    word-break: break-all;
}

.domain_information .domain_head .title .medal_icon {
    vertical-align: middle;
}

.domain_information .domain_head .but_ul li {
    float: left;
    margin: 0 2px;
}

.domain_information .domain_head .but_ul a {
    display: block;
    padding: 0 10px;
    border: 1px solid #67acf2;
    border-radius: 10px;
    font-size: 12px;
    color: #1377dc;
}

.domain_information .domain_head .but_ul a:hover {
    background: #2789ed;
    border-color: #2789ed;
    color: #fff;
}

.domain_information .domain_head .but_ul a.b_red {
    border: 1px solid #ff4800;
    color: #ff4800;
}

.domain_information .domain_head .but_ul a.b_red:hover {
    background: #ff4800;
    color: #fff;
}

.domain_information .domain_head .but_ul a.already {
    border: 1px solid #e6e6e6;
    color: #888;
    background-color: #e6e6e6;
}

.domain_information .domain_head .attention {
    width: 50px;
    height: 16px;
    border: 0;
    background: url(../img/bid_icon.jpg) no-repeat 0 -21px;
    cursor: pointer;
    margin-top: 6px;
}

.domain_information .domain_head .not_attention {
    width: 62px;
    height: 16px;
    border: 0;
    background: url(../img/bid_icon.jpg) no-repeat 0 -42px;
    cursor: pointer;
    margin-top: 6px;
}

.domain_information .domain_head .praise {
    float: left;
    margin: 6px 6px 6px 0;
    padding-left: 20px;
    height: 18px;
    width: 22px;
    background: url(../img/icon.png?v=20190215) no-repeat -36px -140px;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.domain_information .domain_head .praise:hover {
    color: #fff;
}

.domain_information .domain_head .praise_help {
    float: left;
    margin: 6px 0;
    padding-left: 73px;
    height: 18px;
    background: url(../img/icon.png?v=20190215) no-repeat -86px -140px;
}

.domain_information .domain_head a.distribution, .domain_information .domain_head a.distribution:hover {
    border: 0;
    border-radius: 0;
    height: 16px;
    width: 56px;
    padding: 0;
    margin-top: 2px;
    background: url(../img/icon.png?v=20190215) no-repeat -36px -173px;
}

.domain_information .domain_head .distribution_help {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    height: 14px;
    width: 14px;
    padding: 0;
    margin-top: 2px;
    background: url(../img/icon.png?v=20190215) no-repeat -115px 0;
    position: absolute;
    top: -10px;
    right: -14px;
}

.auction_situation {
    overflow: hidden;
    margin: 20px 0;
    padding: 15px 0;
    background: #f9fbff;
}

.auction_situation li {
    float: left;
    border-left: 1px dashed #e0e1e5;
    margin-left: -1px;
    width: 140px;
    padding: 0 30px;
}

.auction_situation p {
    color: #444;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.auction_situation .txt {
    color: #999;
    font-size: 14px;
    height: 30px;
}

.auction_situation .orange {
    color: #ff4800;
}

.domain_information .expire th, .domain_information .expire td {
    color: #696464;
    text-align: left;
}

.domain_information .expire th {
    padding: 9px 35px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    background: #fbfbfb;
}

.domain_information .expire td {
    padding: 12px 35px;
    color: #696464;
    font-size: 14px;
}

.domain_information .expire tr:nth-child(2n) td, .domain_information .expire .backfd td {
    background: #fbfbfb;
}

.domain_information .expire td.click_more {
    background: #fff !important;
    border: 1px solid #ffddd0;
    text-align: center;
    color: #ff4800;
    font-size: 16px;
    cursor: pointer;
}

.domain_information .expire td.click_more:hover {
    background: #fffbfa !important;
}

.domain_information .offer th, .domain_information .offer td {
    font-size: 16px;
}

.domain_information .offer th, .domain_information .offer .th {
    padding: 6px 10px;
    color: #999;
    text-align: right;
    font-weight: 400;
}

.domain_information .offer td {
    padding: 6px 15px 6px 20px;
    color: #444;
    text-align: left;
    line-height: 30px;
}

.domain_information .offer .th {
    display: inline-block;
    *display: inline;
    *zoom: 1; font-size: 16px;
    width: 80px;
    padding: 6px 20px 6px 0;
}

.domain_information .offer .operate {
    padding: 20px 0 0;
    border-top: 1px dashed #e7e7e7;
}

.domain_information .offer .protocol {
    font-size: 16px;
    color: #999;
    margin-top: 5px;
}

.domain_information .offer .money {
    font-size: 16px;
}

.domain_information .offer .money input {
    width: 180px;
    height: 29px;
    padding: 6px 13px;
    font-size: 18px;
    color: #444;
    border: 1px solid #ece9e6;
    font-weight: 600;
}

.domain_information .offer .inputtxt {
    width: 194px;
    height: 26px;
    padding: 6px 13px;
    margin: 4px 0;
    font-size: 16px;
    color: #444;
    border: 1px solid #ece9e6;
}

.domain_information .bid_record table {
    margin-top: 26px;
}

.domain_information .bid_record th {
    background: #fff;
}

.domain_information .bid_record .my_price td {
    color: #1377dc;
}

.domain_information .bid_record td.lead {
    color: #ff4800;
}

.domain_information .bid_record td.click_more {
    background: #fff !important;
    border: 1px solid #cbe5ff;
    color: #1377dc;
}

.domain_information .bid_record td.click_more:hover {
    background: #f8fbff !important;
}

.domain_information .verification {
    padding: 7px 4px;
    font-size: 14px;
}

.domain_information .end_transaction {
    padding: 14px;
    margin: 10px 10px 20px 20px;
    color: #ff4800;
    border: 1px solid #ffece2;
    text-align: center;
    font-size: 18px;
}

.domain_information .end_transaction .txt {
    display: inline-block;
    *display: inline;
    *zoom: 1; height: 27px;
    line-height: 27px;
    padding-left: 30px;
    position: relative;
}

.domain_information .end_transaction .icon {
    width: 27px;
    height: 27px;
    background: url(../img/icon.png?v=20190215) no-repeat 0 -136px;
    position: absolute;
    left: 0;
    top: 0;
}

.domain_information .show_table {
    display: none;
}

.remind {
    padding: 6px 10px 6px 56px;
    font-size: 14px;
    color: #ff4800;
    background-color: #fffdfc;
    border: 1px solid #ffece2;
    border-radius: 5px;
    position: relative;
}

.remind .icon {
    width: 20px;
    height: 20px;
    background: url(../img/icon.png?v=20190215) no-repeat -173px -67px;
    position: absolute;
    left: 30px;
    top: 12px;
}

.gz_tip {
    background: #fff9f4 none repeat scroll 0 0;
    border: 1px solid #ffbc89;
    color: #ff6e00;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    position: absolute;
    top: -19px;
    left: 0;
    white-space: nowrap;
}

.gz_tip .outsideb {
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    border-color: #ffbc89 transparent transparent;
    border-image: none;
    border-style: dashed solid;
    border-width: 8px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 20px;
}

.gz_tip .insideb {
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    border-color: #fff9f4 transparent transparent;
    border-image: none;
    border-style: dashed solid;
    border-width: 8px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 19px;
}

.loan_popup {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 100px;
    z-index: 99;
}

.loan_popup .close {
    top: 10px;
}

.loan_popup .loan_title {
    height: 26px;
    padding: 6px 0 6px 10px;
    background: #f7faff;
    font-weight: 600;
    font-size: 16px;
    color: #1377dc;
    border-top: 2px solid #2789ed;
    border-bottom: 1px solid #d9e9f8;
    position: relative;
}

.protocol {
    width: 645px;
    height: 60%;
    margin-left: -322px;
    background: none;
}

.protocol .loan_body {
    max-height: 90%;
    padding: 20px 30px;
    background: #fff;
    overflow-y: auto;
}

.protocol .loan_body p {
    font-size: 14px;
    text-indent: 2em;
    color: #666;
    line-height: 26px;
}

.report_div {
    width: 554px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

.report_div .title {
    border-top: 3px solid #2789ed;
    border-bottom: 1px solid #d9e9f8;
    background: #f7fbff;
    padding: 6px 10px;
    font-size: 16px;
    color: #1377dc;
    font-weight: 600;
}

.report_div .report_content {
    padding: 20px 40px 25px;
}

.report_div .report_content li {
    float: left;
    padding-bottom: 4px;
    width: 50%;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.report_div .report_content .textarea_tit {
    padding: 4px 2px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.report_div .report_content .textarea {
    padding: 6px 12px;
    width: 447px;
    height: 94px;
    font-size: 16px;
    color: #ccc;
    border: 1px solid #dcdcdc;
}

.report_div .report_content .textarea:focus {
    color: #777;
}

.report_div .report_content .operation {
    padding-top: 13px;
    text-align: center;
}

.report_div .report_content .operation .btn {
    font-size: 14px;
    padding: 5px 25px;
}

.domain_information .offer .money input {
    width: 180px;
    font-size: 18px;
    font-weight: 600;
    color: #444;
    padding: 6px 13px;
    height: 29px;
    border: 1px solid #ece9e6;
}

.domain_information .auction_rules {
    padding-left: 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.domain_information .auction_rules b {
    color: #555;
}

/*域名详情*/
/*选择域名弹窗*/
.setdomain {
    width: 554px;
    height: 560px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 96;
    margin: -280px 0 0 -280px;
    background-color: #fff;
}

.setdomain .search_quick {
    margin: 10px 20px;
}

.new_containers .search_quick table {
    width: 100%;
}

.setdomain .table {
    padding: 0 20px 20px;
}

.setdomain .table .com_table {
    table-layout: auto;
}

.setdomain .table .tbody {
    max-height: 325px;
    overflow-y: auto;
}

.setdomain .table tr.bggrey {
}

.setdomain .table td {
    font-size: 16px;
}

.setdomain .more {
    text-align: center;
}

.setdomain .icon_down {
    margin-left: 5px;
    width: 15px;
}

.bggrey {
    background-color: #f6f6f6
}

.v_sub {
    vertical-align: sub
}

.setdomain .classify_alert .classify_select {
    overflow-y: auto;
    max-height: 400px;
}

.setdomain .com_table td {
    padding: 0px 10px;
    line-height: 28px;
}

.setdomain .com_table th {
    padding: 0px 10px;
    line-height: 34px;
}

/*选择域名弹窗*/
.chosename {
    border-radius: 20px;
    width: 120px;
}

.chosename~.wen em {
    display: none;
}

.chosename~.wen:hover em {
    display: inline-block;
}

/*店铺首页*/
.stroe_top_box {
    border: 1px solid #fbd4c0;
    background-color: #fffbfa;
    padding: 20px 25px;
}

.stroe_top_box .stroe_sign {
    width: 240px;
    margin: 10px 0;
    padding: 0px 10px 10px 30px;
    border-left: 1px solid #fbd4c0;
}

.stroe_top_box .stroe_sign .sign_title {
    color: #2789ed;
    font-size: 16px;
    background: url(../images/store_sign.png) no-repeat 0 1px;
    height: 30px;
    padding-left: 30px;
    line-height: 30px;
}

.stroe_top_box .stroe_sign .sign_main {
    font-size: 14px;
    overflow-y: auto;
    height: 80px;
    line-height: 25px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
}

.stroe_top_box .stroe_shop {
    width: 850px;
}

.stroe_top_box .stroe_shop .stroe_shop_img {
    width: 102px;
    position: relative;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup {
    position: absolute;
    width: 330px;
    height: 160px;
    background: #fff;
    border: 1px solid #e9e9eb;
    border-top: 3px solid #2789ed;
    z-index: 997;
    left: 10px;
    top: 140px;
    display: none;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .headr {
    background: #f7fbff;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #d9e9f8;
    font-size: 16px;
    color: #1377dc;
    padding: 0 10px;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_close {
    color: #666;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_btn {
    width: 80px;
    height: 30px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #444;
    font-size: 14px;
    margin: 5px;
    cursor: pointer;
    outline: none;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_btn:hover {
    background: #f6f6f6;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_btn.foc_btn {
    color: #fff;
    background: #2789ed;
    border: 1px solid #2789ed;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_btn.foc_btn:hover {
    background: #157de7;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_text {
    line-height: 70px;
    font-size: 16px;
    color: #444;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_text .focus_bez {
    padding-left: 20px;
}

.stroe_top_box .stroe_shop .stroe_shop_img .focus_popup .focus_text .focus_inp {
    margin-right: 20px;
    padding: 5px;
    height: 30px;
    width: 220px;
    margin-top: 15px;
}

.stroe_top_box .stroe_shop .shop_img {
    border: 1px solid #f4f2f1;
}

.stroe_top_box .stroe_shop .focusbtn {
    color: #ff6700;
    padding: 0px 10px;
    border: 1px solid #ff6700;
    background-color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    height: 20px;
    line-height: 18px;
}

.stroe_top_box .stroe_shop .focusbtn:hover {
    color: #fff;
    background-color: #ff6700;
}

.stroe_top_box {
    border: 1px solid #fbd4c0;
    background-color: #fffbfa;
    padding: 20px 25px;
}

.stroe_top_box .stroe_sign {
    width: 240px;
    margin: 10px 0;
    padding: 0px 10px 10px 30px;
    border-left: 1px solid #fbd4c0;
}

.stroe_top_box .stroe_sign .sign_title {
    color: #2789ed;
    font-size: 16px;
    background: url(../images/store_sign.png) no-repeat 0 1px;
    height: 30px;
    padding-left: 30px;
    line-height: 30px;
}

.stroe_top_box .stroe_sign .sign_main {
    font-size: 14px;
    overflow-y: auto;
    height: 80px;
    line-height: 25px;
    color: #666;
}

.stroe_top_box .stroe_shop {
    width: 850px;
}

.stroe_top_box .stroe_shop .stroe_shop_img {
    width: 102px;
}

.stroe_top_box .stroe_shop .shop_img {
    border: 1px solid #f4f2f1;
}

.stroe_top_box .stroe_shop .focusbtn {
    color: #ff6700;
    padding: 0px 10px;
    border: 1px solid #ff6700;
    background-color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    height: 20px;
    line-height: 18px;
    outline: none;
}

.stroe_top_box .stroe_shop .focusbtn:hover, .stroe_top_box .stroe_shop .unfocusbtn {
    color: #fff;
    background-color: #ff6700;
}

.stroe_top_box .stroe_shop_xinxi {
    padding-left: 30px;
}

.stroe_top_box .stroe_shop_xinxi .stroe_name {
    line-height: 30px;
    padding-bottom: 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #ff6700;
}

.stroe_top_box .stroe_shop_xinxi .stroe_name img {
    vertical-align: middle;
    margin-left: 15px;
}

.stroe_top_box .stroe_shop_xinxi .stroe_ul {
    margin-top: 10px;
    width: 715px;
}

.stroe_top_box .stroe_shop_xinxi .stroe_ul dd {
    float: left;
    width: 178px;
    line-height: 35px;
    color: #666;
    font-size: 14px;
}

.stroe_top_box .stroe_shop_xinxi .stroe_ul dd a {
    color: #ff6700;
    font-size: 14px;
}

.stroe_top_box .stroe_shop_xinxi .stroe_ul dd img {
    vertical-align: middle;
    margin-left: 3px;
    margin-top: -2px;
}

.store_nav {
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    border-bottom: 2px solid #2789ed;
    height: 45px;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    width: 1198px;
}

.store_nav .prev, .store_nav .next {
    background-image: url(../images/store_nuvbtn.png);
    background-repeat: no-repeat;
    height: 45px;
    width: 25px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1; position: absolute;
    z-index: 10;
    top: 0;
}

.store_nav .prev {
    background-position: 3px -27px;
    left: 0;
    border-right: 1px solid #f1f1f1;
}

.store_nav .prev.prev_disabled {
    background-position: 3px 8px;
}

.store_nav .next {
    right: 0;
    border-left: 1px solid #f1f1f1;
    background-position: -35px -27px;
}

.store_nav .next.next_disabled {
    background-position: -35px 8px;
}

.store_nav .store_com {
    margin: 0 25px;
    height: 45px;
    overflow: hidden;
    width: 1148px;
}

.store_nav .store_com .store_com_ul li {
    float: left;
    font-size: 16px;
    border-right: 1px solid #f1f1f1;
}

.store_nav .store_com .store_com_ul li a {
    padding: 0 20px;
    color: #666;
}

.store_nav .store_com .store_com_ul li:hover, .store_nav .store_com .store_com_ul li.cur {
    background-color: #2789ed;
    border-right: 1px solid #2789ed;
}

.store_nav .store_com .store_com_ul li:hover a, .store_nav .store_com .store_com_ul li.cur a {
    color: #fff;
}

.price_num {
    font-size: 16px
}

/*店铺首页*/
/*信用评价*/
.buyer_credit_box, .seller_credit_box {
    width: 568px;
    border: 1px solid #ebebeb;
    padding: 10px;
}

.buyer_credit_box .feedback_tit, .seller_credit_box .feedback_tit {
    color: #1377dc;
    font-size: 18px;
    height: 34px;
    background-image: url(../images/credit/bsa_icon.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.seller_credit_box .feedback_tit {
    background-position: 0 6px;
}

.buyer_credit_box .feedback_tit {
    background-position: 0 -32px;
}

.com_table .dropdown .selected, .com_table .dropdown li {
    color: #666;
    font-weight: 400;
}

.main_ul_nav {
    height: 45px;
    border: 1px solid #ebebeb;
    border-bottom: 2px solid #1377dc;
    line-height: 45px;
    overflow: hidden;
}

.main_ul_nav .mainnav_ul li {
    float: left;
    border-right: 1px solid #ebebeb;
    height: 45px;
    font-size: 16px;
}

.main_ul_nav .mainnav_ul li.cur, .main_ul_nav .mainnav_ul li:hover {
    background-color: #1377dc;
    color: #fff;
    border-right: 1px solid #1377dc;
}

.main_ul_nav .mainnav_ul li a {
    padding: 0 20px;
    color: #666;
}

.main_ul_nav .mainnav_ul li.cur a, .main_ul_nav .mainnav_ul li:hover a {
    color: #fff;
}

.cancel_popup {
    position: absolute;
    z-index: 98;
    background: #fff;
    border: 1px solid #ff6700;
    width: 115px;
    top: 30px;
    left: 20px;
    padding: 0 5px;
}

.cancel_popup p {
    margin-top: -8px;
    padding-top: 8px;
    background: url(../images/jiao_bg.png) no-repeat 15px 0;
    width: 300px;
    text-align: left;
    width: 100%;
}

/*信用评价*/
/*委托买入*/
.com_table.entrust th {
    padding: 0 18px;
}

.com_table.entrust td {
    padding: 7px 18px;
}

.com_table.entrust tr:hover td {
    background: #f5faff;
}

.com_table.entrust .maxnum, .entrust_block .maxnum {
    color: #f72a3f;
    font-size: 18px;
}

.com_table.entrust .minnum, .entrust_block .minnum {
    color: #2d9b19;
    font-size: 18px;
}

.com_table.entrust .latest, .entrust_block .latest {
    color: #1377dc;
    font-size: 18px;
}

.com_table.entrust .market_trend {
    display: inline-block;
    *display: inline;
    *zoom: 1; margin-bottom: -2px;
    width: 16px;
    height: 13px;
    background: url(../img/icon.png?v=20190215) no-repeat -174px -46px;
}

.entrust_more {
    height: 22px;
    padding: 9px;
    color: #2789ed;
    background: #f7faff;
    border: 1px solid #c9dff7;
    text-align: center;
    cursor: pointer;
}

.entrust_more:hover {
    background: #f2f6ff;
}

.entrust_more .load_more {
    display: block;
    width: 11px;
    height: 10px;
    background: url(../img/icon.png?v=20190215) no-repeat -148px -48px;
    position: absolute;
    top: 5px;
    right: -19px;
}

.com_note {
    border: 1px solid #F8D4C0;
    padding: 16px 28px;
    font-size: 12px;
    background-color: #fffbfa;
}

.com_note .com_note_tit {
    padding-left: 30px;
    height: 29px;
    background: url(../img/icon.png?v=20190215) no-repeat -165px -133px;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #ff4800;
}

.com_note .com_note_list {
    margin: 10px 0 0 10px;
}

.com_note li {
    padding-left: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAMAAACeL25MAAAAA1BMVEX/SAAhQsw6AAAACklEQVR4AWPAAgAAFAABYb2svwAAAABJRU5ErkJggg==) no-repeat 0 15px;
    color: #666;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
}

.hotsale_title {
    padding: 12px 0;
    background: url(../images/starflag.png) no-repeat 1px 15px;
    padding-left: 25px;
    color: #ff4800;
    font-size: 18px;
}

.hotsale_title label {
    font-size: 12px;
    color: #1377dc;
    line-height: 32px;
}

.hotsale_title label span {
    border: 1px solid #70aaef;
    background-color: #e6f2ff;
    padding: 0 4px;
}

.hotsale_title label a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.ename_hotsale {
    font-size: 12px;
}

.ename_hotsale .hotsale_topul {
    border-top: 1px solid #ffd9ae;
    border-left: 1px solid #ffd9ae;
    display: inline-block;
}

.ename_hotsale li {
    float: left;
    width: 299.6px;
    height: 89px;
    border-right: 1px solid #ffd9ae;
    border-bottom: 1px solid #ffd9ae;
    box-sizing: border-box;
    background-color: #fffbfa;
}

.ename_hotsale .brnone, .rank_price ul .brnone, .advert_main ul .brnone {
    border-right: none
}

.ename_hotsale .btnone {
    border-top: none;
}

.ename_hotsale .hotsale_a {
    display: block;
    padding: 16px 10px;
}

.ename_hotsale .hotsale_addr {
    font-size: 18px;
    color: #ff4800;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 188px;
}

.ename_hotsale .hotsale_price {
    display: inline-block;
    border-left: 1px dashed #ffd9ae;
    padding: 3px 0 3px 8px;
    font-size: 16px;
    color: #ff4800;
    width: 80px;
}

.ename_hotsale .hotsale_price p {
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
}

.ename_hotsale .hotsale_info_once {
    color: #669bd0;
    font-size: 14px;
    width: 188px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ename_hotsale .loadup {
    display: inline-block;
    background-image: url(../img/loadup.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 44px;
    padding-left: 30px;
    margin-top: 24px;
    font-size: 16px;
    color: #b9b9b9;
}

.ename_hotsale .loadad {
    display: inline-block;
    background-image: url(../img/loadad.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    line-height: 44px;
    padding-left: 30px;
    margin-top: 24px;
    font-size: 16px;
    color: #ffa84e;
}

.borbot {
    border-bottom: 1px solid #ebebeb;
}

.entrust_block {
    margin-left: 1px;
}

.entrust_block li {
    float: left;
    width: 398.6px;
    margin: 7px 0;
    border: 1px solid #e0e0e0;
    margin-left: -1px;
}

.entrust_block .title {
    padding: 12px 13px;
    font-size: 16px;
    color: #1377dc;
    background: #fbfbfb;
    font-weight: 600;
    line-height: 25px;
}

.entrust_block .price_div {
    width: 100%;
    overflow: hidden;
}

.entrust_block .price_block {
    width: 132px;
    border-left: 1px dashed #e0e0e0;
    margin-left: -1px;
    text-align: center;
}

.entrust_block .price_block .tit {
    padding: 4px 0 10px;
    font-size: 14px;
    color: #666;
}

.new_containers .classify_search .entrust_details {
    padding: 19px 31px;
}

.new_containers .classify_search .entrust_info {
    width: 790px;
}

.new_containers .classify_search .entrust_info .title {
    color: #696464;
}

.new_containers .classify_search .entrust_info .title .classify_alert {
    border: 0;
    width: auto;
}

.new_containers .classify_search .entrust_info .title .classify_alert .selected {
    padding-right: 20px;
    color: #ff4800;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #ededed;
}

.new_containers .classify_search .entrust_info .title .classify_alert .classify_button .carat {
    height: 30px;
    background-position: 0 -81px;
    top: 1px;
    margin-right: 1px;
}

.new_containers .classify_search .entrust_info .title .classify_alert .classify_button.open .carat {
    background-position: -145px -188px;
}

.new_containers .classify_search .entrust_info .title .classify_alert .classify_select {
    width: 760px;
    top: 34px;
}

.new_containers .classify_search .entrust_info .price {
    font-size: 18px;
    color: #696464;
}

.new_containers .classify_search .entrust_price {
    width: 100%;
    border-top: 1px dashed #e7e7e7;
}

.new_containers .classify_search .entrust_xian {
    display: inline-block;
    padding: 2px 0;
    margin: 0 5px;
    color: #444;
}

.new_containers .classify_search .entrust_xian.cur {
    color: #3889ec;
}

.new_containers .classify_search .xian_tab {
    position: absolute;
    left: 0;
    top: 7px;
}

.new_containers .classify_search .entrust_btn {
    text-align: center;
}

.new_containers .classify_search .entrust_btn .btn {
    padding: 3px 42px;
    border-radius: 3px;
}

.new_containers .classify_search .entrust_dettab {
    border: 1px solid #eee;
}

.new_containers .classify_search .entrust_dettab th, .new_containers .classify_search .entrust_dettab td {
    padding: 5px 0;
}

.new_containers .classify_search .entrust_dettab th {
    color: #666;
    background: #fafafa;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

.new_containers .classify_search .entrust_dettab td {
    color: #444;
}

.new_containers .classify_search .entrust_dettab tbody {
    border-top: 1px solid #eee;
}

.new_containers .classify_search .entrust_dettab .red {
    color: #ff3145;
}

.new_containers .classify_search .entrust_dettab .green {
    color: #0b9a00;
}

.new_containers .classify_search .classify_nav.entrust_nav .left li {
    margin: 0;
    padding: 10px 20px;
    border: 0;
    border-right: 1px solid #e1e1e1;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
}

.new_containers .classify_search .classify_nav.entrust_nav .left li.action {
    background: #2789ed;
    padding: 10px 20px;
}

.new_containers .classify_search .classify_nav.entrust_nav .custom {
    padding: 10px 20px;
}

.new_containers .classify_search .classify_nav.entrust_nav .add_entrust {
    padding: 15px 16px;
    background: #f8f8f8;
    border-left: 1px solid #e1e1e1;
    cursor: pointer;
}

.new_containers .classify_search .classify_nav.entrust_nav .add_entrust_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/icon.png?v=20190215) no-repeat -1px -176px;
}

.entrust_business .entrust_table .entrust_title {
    padding: 11px 0 13px;
    font-size: 16px;
    font-weight: 600;
    color: #696464;
    text-align: center;
}

.entrust_business .entrust_table table {
    border: 1px solid #e9e9e9;
    text-align: center;
}

.entrust_business .entrust_table td, .entrust_business .entrust_table th {
    padding: 11px 0 9px;
}

.entrust_business .entrust_table th {
    border-bottom: 1px solid #eee;
    background: #fafafa;
    color: #696464;
    font-size: 16px;
}

.entrust_business .entrust_table td {
    color: #696464;
}

.entrust_business .entrust_table .price_green {
    color: #2d9b19;
}

.entrust_business .entrust_table .price_red {
    color: #f72a3f;
}

.entrust_business .entrust_table tr:nth-child(2n) td, .entrust_business .entrust_table .backfafa td {
    background: #fafafa;
}

.entrust_business .entrust_submit {
    border: 1px solid #e9e9e9;
}

.entrust_business .entrust_submit table {
    margin: 25px auto 10px;
    font-size: 16px;
    color: #696464;
}

.entrust_business .entrust_submit td {
    padding: 7px 10px;
    vertical-align: middle;
}

.entrust_business .entrust_submit .recommend {
    font-size: 12px;
    color: #2789ed;
    position: absolute;
    bottom: 1px;
    right: 22px;
}

.business_confirm {
    width: 468px;
}

.business_confirm table {
    font-size: 16px;
}

.business_confirm th, .business_confirm td {
    padding: 12px 0;
}

.business_confirm th {
    color: #999;
    font-weight: 400;
    text-align: right;
}

.business_confirm td {
    color: #696464;
    text-align: left;
}

.loan_info {
    padding-right: 20px;
}

.loan_info li {
    padding: 4px;
    color: #444;
    font-size: 16px;
}

.temporary_quota {
    margin-left: 20px;
    margin-top: 10px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    position: relative;
}

.temporary_quota .arrow_icon {
    display: block;
    width: 21px;
    height: 12px;
    background: url(../img/icon.png?v=20190215) no-repeat -171px -198px;
    position: absolute;
    top: -12px;
    left: 10px;
}

.temporary_quota td {
    height: 22px !important;
    line-height: 22px !important;
    padding: 5px !important;
    border-top: 1px dashed #eaeaea;
    font-size: 14px !important;
}

.temporary_quota tr:nth-child(1) td, .temporary_quota .first_td td {
    border: 0;
}

.temporary_quota .checked .domain {
    color: #ff4800;
}

.temporary_quota .disabled td, .disabled {
    color: #9a9a9a;
}

.temporary_quota .quota_table {
    padding: 0 20px;
    overflow-y: auto;
}

.loan_buy_icon, .loan_sell_icon, .loan_buy_icon:hover, .loan_sell_icon:hover {
    display: inline-block;
    padding: 1px 5px;
    background: #ff6700;
    border-radius: 3px;
    font-size: 12px;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
}

.loan_sell_icon {
    background: #2789ed;
}

.loan_buy_icon:hover {
    background-color: #f25807;
}

.loan_sell_icon:hover {
    background-color: #157de7;
}

.exclamatory {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 18px;
    height: 18px;
    margin-bottom: -2px;
    background: url(../img/min_fire.png) no-repeat center center;
}

.batch_evaluation {
    padding: 25px 20px 0;
}

.evaluate {
    margin: 20px 0;
}

.evaluate td {
    padding: 6px 15px;
}

.click_remind {
    display: block;
    padding: 5px 0 4px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #fbd4c3;
    background: #fffbfa;
    vertical-align: middle;
}

.click_remind .bg_sell {
    display: inline-block;
    *display: inline;
    *zoom: 1; padding: 0 4px;
    font-size: 12px;
    color: #fff;
    background: #2b8df0;
}

.check_autobuy {
    border: 1px solid #e9e9e9;
    border-top: none;
    position: relative;
}

.click_remind .sellbtn, .click_remind .buybtn {
    padding: 1px 3px !important;
}

.click_remind .loan_buy_icon, .click_remind .loan_sell_icon {
    margin-top: -2px;
}

/*委托买入*/
/*委托买入*/
.com_aside {
    width: 190px;
}

.com_aside .com_aside_tit {
    background: #3889EC;
    font-weight: 700;
    padding: 9px 0 9px 22px;
    line-height: 30px;
}

.com_aside .com_aside_tit {
    font-weight: 700;
    line-height: 34px;
    color: white;
    font-size: 16px;
}

.com_aside .com_aside_dl {
    display: block;
    width: 188px;
    border: 1px solid #bdd9ec;
    border-top: none;
    overflow: hidden;
    border-bottom: none;
}

.com_aside .com_aside_dl a {
    text-decoration: none;
}

.com_aside .com_aside_dl dt.menudown {
    position: relative;
    background: #F7FBFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAMAAADpsEdvAAAAM1BMVEUnie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie1FFEItAAAAEXRSTlMAAgYMFS09UVNVVmJlZ2p0fVKIsy8AAAA4SURBVAjXJYvHAQAgCAMD9oK4/7RqvFcqRsQnDqQdKMNOQHa9Uj2/pJlArLMVqyjXE/XJ3f8t/g8v/gEZ6Lx+ZQAAAABJRU5ErkJggg==) no-repeat 155px center;
}

.com_aside .com_aside_dl dt.active {
    background: #E5F2FF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAANlBMVEUnie3///8nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0nie0tglGDAAAAEnRSTlMAAAMKFSROaY6PkJOprrG3yNgX2cKNAAAATklEQVR4AWNgxAJoJsiADFAEWfhZMASZBXgFmNEEmfi4GDj4mFAFOfmYgBLcKILsYK3MAuxIgmyCLBDLBNkQgjysUPew8jDgdic6oKcgAPF2AljhxYSJAAAAAElFTkSuQmCC) no-repeat 150px center;
}

.com_aside .com_aside_dl dt a {
    display: block;
    width: 166px;
    padding-left: 22px;
    height: 50px;
    line-height: 50px;
    color: #2b84be;
    border-bottom: 1px solid #bdd9ec;
    background: none;
    font-weight: 700;
}

.com_aside .com_aside_dl dt a {
    font-weight: bold;
    line-height: 49px;
    color: #1377dc;
    font-size: 15px;
}

.com_aside .com_aside_dl dd {
    display: none;
    overflow: hidden;
    padding: 5px 0 10px;
    border-bottom: 1px solid #bdd9ec;
    background: #fff;
}

.com_aside .com_aside_dl dd ul {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.com_aside .com_aside_dl dd ul li {
    display: block;
    height: 30px;
}

.com_aside .com_aside_dl dd ul li a {
    display: block;
    text-decoration: none;
    margin-top: 9px;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    color: #1377dc;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAG1BMVEWyus2yus2yus2yus2yus2yus2yus2yus2yus3Fo9yfAAAACHRSTlMeH7q7v/P0+dUkac0AAAAfSURBVAjXY2BgYmViYGDm4OBgYWAFkuxQNgMzGzMjAAbsAHkoNR3mAAAAAElFTkSuQmCC) no-repeat 14px 12px;
    font-size: 15px;
}

.com_aside .com_aside_dl dd ul li a:hover, .com_aside .com_aside_dl dd ul li a.active, .com_aside .com_aside_dl dd ul .cur a {
    background: #5EA3F4;
    color: #fff;
}

.com_aside .com_aside_dl dd ul li a {
    display: block;
    text-decoration: none;
    margin-top: 9px;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    color: #1377dc;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAG1BMVEWyus2yus2yus2yus2yus2yus2yus2yus2yus3Fo9yfAAAACHRSTlMeH7q7v/P0+dUkac0AAAAfSURBVAjXY2BgYmViYGDm4OBgYWAFkuxQNgMzGzMjAAbsAHkoNR3mAAAAAElFTkSuQmCC) no-repeat 14px 12px;
    font-size: 15px;
}

.com_aside .com_aside_dl dd ul li a:hover, .com_aside .com_aside_dl dd ul li a.active, .com_aside .com_aside_dl dd ul .cur a {
    background: #5EA3F4;
    color: #fff;
}

/*等待上架的域名*/
.new_main_nav {
    border-bottom: 2px solid #2789ed;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.new_main_nav .new_main_ul {
    height: 49px;
    margin-top: -1px;
    margin-left: -1px;
}

.new_main_nav .new_main_ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.new_main_nav .new_main_ul li a {
    color: #666;
    padding: 0 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1; border-right: 1px solid #e9e9e9;
    height: 49px;
}

.new_main_nav .new_main_ul li a:hover {
    color: #ff6700;
}

.new_main_nav .new_main_ul li.active {
    background-color: #2789ed;
}

.new_main_nav .new_main_ul li.active a {
    color: #fff;
}

.new_nav_note {
    background-color: #f9f9f9;
    line-height: 50px;
    color: #696464;
    font-size: 16px;
    padding-left: 20px;
}

.new_nav_note.pink {
    background-color: #fffbfa;
    border-bottom: 1px solid #faf3f1;
}

.new_nav_note .note_del {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1; cursor: pointer;
}

.new_nav_note .note_del.active, .new_nav_note .note_del:hover {
    color: #fff;
    background-color: #2789ed;
}

.get_tab_box {
    padding: 0 20px;
    color: #696464;
}

.get_table {
    font-size: 16px;
    color: #696464;
}

.get_table .tright {
    text-align: right;
    padding-right: 40px;
}

.get_table td {
    padding: 8px 0;
}

.get_table .input {
    padding: 6px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 26px;
    width: 220px;
}

.get_table .affiche {
    width: 400px;
    line-height: 26px;
    padding: 5px;
    height: 120px;
    border: 1px solid #ccc;
    overflow-y: auto;
}

.get_table .valign_top {
    vertical-align: top
}

.get_table .shop_logo {
    border: 1px solid #dcdcdc;
}

.verify_tab {
    margin: 0 auto;
}

.verify_tab th {
    font-size: 16px;
    padding: 6px 10px;
    color: #999;
    text-align: right;
    font-weight: 400;
}

/*等待上架的域名*/
/*发布交易*/
.trad_text textarea {
    width: 310px;
    padding: 10px;
    height: 330px;
    border: 1px solid #e9e9e9;
    color: #333;
    overflow-y: auto;
    font-size: 14px;
}

.trad_r_main {
    width: 635px;
}

.trad_r_main .tit_bor_bul {
    margin: 0;
}

.trad_dl dt {
    width: 130px;
    float: left;
    padding: 5px 0;
}

.trad_dl dd {
    float: left;
    color: #696464;
    font-size: 12px;
    padding: 5px 0;
}

.trad_dl dd.oneline {
    line-height: 38px;
}

.trad_dl dd.type1 {
    width: 375px;
}

.trad_dl dd.type2 {
    width: 505px;
}

.trad_dl .mark-tips {
    background-color: #ffd66b;
    width: 46px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 18px;
    line-height: 18px;
    color: #ed7703;
    cursor: pointer;
}

.trad_dl .over-tips {
    position: absolute;
    bottom: -40px;
    left: 0;
}

.trad_dl .over-tips-span {
    width: 190px;
    padding: 4px 8px 4px 30px;
    border: 1px solid #fdd3c3;
    color: #ff3145;
    font-size: 14px;
    background: #fff;
}

.trad_dl .over-tips-span:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/tips.png) no-repeat center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.trad_dl .over-tips-span:before {
    content: "";
    display: block;
    width: 21px;
    height: 11px;
    background: url(../img/tips_top.png) no-repeat center;
    position: absolute;
    left: 45px;
    top: -10px;
}

.trad_dl .btn {
    padding: 3px 0;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    line-height: 28px;
    color: #3889ec;
    border: 1px solid #3889ec;
}

.trad_dl .btn:hover {
    color: #fff;
    background-color: #157de7;
}

.trad_dl .btn.btn_ebuy {
    color: #fff;
    background-color: #fd504c;
    border: 1px solid #fd504c;
}

.trad_dl .btn.btn_ebuy:hover {
    background-color: #f24541;
    border: 1px solid #f24541;
}

.trad_dl .btn.btn_zt {
    background-color: #ff7c12;
    border: 1px solid #ff7c12;
    color: #fff;
}

.trad_dl .btn.btn_zt:hover {
    background-color: #f67207;
    border: 1px solid #f67207;
}

.trad_dl .btn.btn_ks {
    background-color: #f8aa03;
    border: 1px solid #f8aa03;
    color: #fff;
}

.trad_dl .btn.btn_ks:hover {
    background-color: #f49b01;
    border: 1px solid #f49b01;
}

.trad_dl .btn.btn_blue {
    color: #fff;
}

.trad_error_box {
    background-color: #fffbfa;
    border: 1px solid #fbd4c0;
    padding: 30px 0 30px 100px;
}

.trad_error_box .trad_error_tl {
    background: url(../img/error_tl.png) no-repeat left center;
    padding-left: 45px;
    font-size: 30px;
    color: #ff6700;
    font-weight: 300;
}

.trad_error_box p {
    font-size: 16px;
    line-height: 34px;
    color: #696464;
}

.trad_error_box .btn {
    padding: 4px 30px;
}

.trad_prompt_box {
    background-color: #fffbfa;
    border: 1px solid #fbd4c0;
    padding: 15px 8px;
}

.trad_prompt_box.short {
    padding: 10px 8px;
}

.into_model {
    margin: 10px auto 0;
    width: 400px;
}

.into_model_new {
    margin-top: 10px;
}

.into_model .into_model_tips {
    width: 345px;
    height: 60px;
    border: 1px solid #fac6ba;
    padding: 15px;
    color: #ff3145;
    background-color: #fcece8;
    margin-bottom: 10px;
}

.into_model .into_model_title {
    color: #ff6700;
    font-size: 16px;
}

.into_model .into_model_ul>li {
    line-height: 40px;
    color: #444;
    font-size: 16px;
}

.into_model_ul .icon-red-tip {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background: url('../img/red_sigh_16px.png') no-repeat;
}

.all_trad_box {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 15px 0 15px 70px;
}

.suc_trad_box {
    background-color: #f7fff8;
    border: 1px solid #ceead2;
    padding: 15px 0 15px 70px;
}

.suc_trad_box .til, .all_trad_box .suc_til {
    background: url(../img/success.png) no-repeat left center;
    font-size: 24px;
    color: #0bb523;
    line-height: 50px;
    padding-left: 55px;
}

.err_trad_box {
    background-color: #fff4f5;
    border: 1px solid #fcbba1;
    padding: 15px 0 15px 70px;
}

.err_trad_box .til, .all_trad_box .err_til {
    background: url(../img/error.png) no-repeat 0 7px;
    font-size: 24px;
    color: #ff3145;
    line-height: 50px;
    padding-left: 55px;
}

.err_trad_box .err_trad_ul, .all_trad_box .err_trad_ul {
    list-style-type: square;
    color: #ff3145;
    border-bottom: 1px dashed #ceead2;
    padding-left: 20px;
    margin-left: 50px;
    padding-bottom: 10px;
}

.err_trad_box .err_trad_ul li, .all_trad_box .err_trad_ul li {
    line-height: 35px;
}

.err_trad_box .err_trad_ul li span, .all_trad_box .err_trad_ul li span {
    color: #666;
}

.suc_trad_box p, .err_trad_box p, .all_trad_box p {
    line-height: 30px;
    padding-left: 55px;
    color: #666;
}

.suc_trad_box p strong, .err_trad_box p strong, .all_trad_box p strong {
    color: #696464;
}

.suc_trad_box p .link, .err_trad_box p .link, .all_trad_box p .link {
    margin-right: 15px;
}

.suc_trad_box .suc_trad_ul, .all_trad_box .suc_trad_ul {
    border-bottom: 1px dashed #ceead2;
    width: 920px;
    margin-left: 50px;
    padding-bottom: 10px;
}

.suc_trad_box .suc_trad_ul li, .all_trad_box .suc_trad_ul li {
    float: left;
    width: 269px;
    padding-left: 17px;
    margin-right: 20px;
    background: url(../img/icon.png?v=20190215) no-repeat -176px -251px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yellow_box {
    background-color: #fffbfa;
    border: 1px solid #fbd4c0;
    padding: 10px 20px;
    color: #666;
}

.yellow_box .yellow_box_ul li {
    padding: 3px 0 8px;
}

.eval_tab {
    margin: 10px 0;
    font-size: 16px;
    color: #696464;
}

.eval_tab td {
    padding: 8px 10px;
}

.eval_tab .com_input {
    padding: 10px;
    line-height: 18px;
    height: 18px;
}

.eval_tab .dropdown .selected, .dropdown li, .eval_tab .classify_alert .selected {
    padding: 11px 7px 13px;
}

.eval_tab td .bar {
    line-height: 40px;
    margin: 0 5px;
}

.eval_tab td .green {
    color: #0bb523;
}

/*190401 新增*/
.taoym .purple-tip {
    background: url('../images/purple-tip.png') no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.taoym .purple-tip + .tip-text {
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: -35px;
    top: 30px;
    font-size: 12px;
    width: 225px;
    background-color: #fff;
    line-height: 20px;
    color: #444;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    font-weight: 400;
}

.taoym .purple-tip + .tip-text:before {
    content: '';
    position: absolute;
    right: 37px;
    top: -8px;
    border: 4px solid transparent;
    border-bottom: 4px solid #fff;
    z-index: 10;
}

.taoym .purple-tip + .tip-text:after {
    content: '';
    position: absolute;
    right: 35px;
    top: -12px;
    border: 6px solid transparent;
    border-bottom: 6px solid #d9d9d9;
    z-index: 5;
}

.taoym .purple-tip:hover + .tip-text {
    display: inline-block;
}

.classify_search .reserve-tip {
    width: 350px;
    display: none;
    margin-top: 10px;
    padding: 10px;
    color: #ff4b4b;
    background-color: #fdece9;
    border: 1px solid #fac6bb;
}

/*发布交易*/
/*询价详情*/
.inquiry_details .inquiry_div {
    margin: 20px;
}

.inquiry_details .inquiry_remind {
    padding: 12px 19px;
    font-size: 16px;
    color: #ff4800;
    background: #fffbfa;
    border-bottom: 1px solid #faf3f1;
}

.inquiry_details .remind_icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; height: 18px;
    width: 18px;
    margin-bottom: -3px;
    background: url(../img/icon.png?v=20190215) no-repeat -173px -173px;
}

.inquiry_details .handle_nav {
    background: #f9f9f9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
}

.inquiry_details .handle_nav li {
    float: left;
    height: 26px;
    padding: 12px 28px 9px;
    color: #666;
    border-right: 1px solid #e9e9e9;
    cursor: pointer;
}

.inquiry_details .handle_nav li.action {
    background: #fff;
    color: #2789ed;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.inquiry_details .handle {
    border: 1px solid #e9e9e9;
}

.inquiry_details .handle table {
    width: 500px;
    margin: 0 auto;
}

.inquiry_details .handle td {
    padding: 7px 15px 8px 20px;
    font-size: 16px;
    color: #696464;
}

.inquiry_details .handle_table table {
    width: 700px;
    margin: 0 auto;
}

.inquiry_details .handle_table td {
    padding: 7px 15px 8px 20px;
    font-size: 16px;
    color: #696464;
}

.inquiry_details .btn {
    font-size: 14px;
    width: 100px;
    padding: 5px 10px;
}

.lockbox {
    margin-left: 20px;
    margin-right: 15px;
    border: 1px solid #ceead2;
    background: #f7fff8 url(../img/success.png) no-repeat 20px center;
    padding: 10px 20px;
    font-size: 14px;
    padding-left: 70px;
    color: #666;
}

/*询价详情*/
/*买给她*/
.sell_him {
    width: 640px;
    margin: 20px auto;
}

.sell_him .textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    color: #999;
    resize: none;
}

.nota_conform {
    margin: 20px 0;
    padding: 20px 20px 10px 125px;
    border: 1px solid #fcbba1;
    background: #fff4f5;
}

.nota_conform .conform_tit {
    font-size: 24px;
    color: #ff3145;
    margin-bottom: 7px;
    position: relative;
}

.nota_conform .conform_tit .error_icon {
    display: block;
    width: 41px;
    height: 41px;
    background: url(../img/icon.png?v=20190215) no-repeat 0 -203px;
    position: absolute;
    left: -56px;
    top: 0;
}

.nota_conform .conform_ul li {
    padding: 3px 0;
    color: #696464;
}

/*买给她*/
#agreement {
    cursor: pointer;
}

/*经纪中介*/
.brokerage_banner {
    background: #00bff3 url(../img/brokerage.jpg) no-repeat center top;
    min-width: 1200px;
    height: 375px;
}

.brokerage {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 15px 40px;
}

.brokerage .brage_til {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    padding-top: 10px;
}

.brokerage .brage_til .brage_bg {
    font-size: 30px;
    width: 130px;
    line-height: 30px;
    height: 30px;
    color: #55b9ed;
}

.brokerage .brage_til .brage_main {
    line-height: 15px;
    color: #55b9ed;
    width: 985px;
}

.brokerage .brage_til .brage_main .title {
    color: #55b9ed;
    font-size: 14px;
}

.brokerage .brage_til .brage_main .info {
    color: #000;
    font-size: 12px;
}

.brokerage .babox_img .title {
    color: #666;
    padding: 20px 0;
}

.brokerage.medtion .brage_til .brage_bg {
    color: #8dc63f;
}

.brokerage.medtion .brage_til .brage_main .title {
    color: #51b600;
}

.brokerage.medtion .brage_til .brage_main .info {
    color: #333;
}

.brokerage.medtion .babox_img .title {
    color: #666;
    padding: 20px 0;
    margin-left: 200px;
    width: 270px;
}

.brokerage_section .title {
    border-left: 2px solid #1377dc;
    font-size: 20px;
    padding-left: 15px;
    color: #1377dc !important;
    height: 22px;
    line-height: 22px !important;
    margin-bottom: 30px;
}

/*确认页面*/
.domain_list {
    margin: 5px 19px 15px;
}

.domain_list li {
    float: left;
    width: 260px;
    margin-left: 30px;
    padding: 5px 0;
    list-style: square;
    font-size: 14px;
    color: #0bb523;
}

.domain_list span {
    display: block;
    color: #666;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.domain_list_table {
    margin: 15px 20px;
}

.islock {
    width: 920px;
    line-height: 20px !important;
    padding: 5px 0;
}

.b_blue {
    background-color: #f7fbff !important;
}

.new_main .cenline {
    left: 430px !important;
}

.new_main .business_confirm {
    width: 400px !important;
}

.new_main .user_validate {
    width: 530px !important;
}

.tab_detail td, .tab_detail th {
    background-color: #f7fbff !important;
    font-size: 14px !important;
}

.tab_detail th {
    border-bottom: 1px dashed #bdd9ec !important;
}

.tab_detail td {
    line-height: 26px !important;
}

.batch_area {
    width: 968px;
    height: 250px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    color: #999;
    font-size: 16px;
}

.loading {
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    color: #666;
    padding: 12px 14px;
    font-size: 16px;
}

.loading_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 5px -5px;
    background: url(../img/lazyloading2.gif) no-repeat;
}

/*浏览器版本太低*/
.browser {
    width: 1000px;
    margin: 0 auto;
    padding-top: 200px;
    color: #444;
}

.browser .browserTitle {
    font-size: 36px;
}

.browser .browserSubtitle {
    margin-top: 30px;
    font-size: 24px;
}

.browser .recommend {
    margin-top: 80px;
}

.browser .recommend .inlineblock {
    display: inline-block;
    margin: 0 70px;
    font-size: 18px;
    color: #444;
}

/*浏览器版本太低*/
.indexPage .section_net {
    background-color: #fff;
    margin-top: 20px;
}

.indexPage .section_net>.left {
    padding: 0 30px;
    width: 860px;
    border-right: 1px solid #f1f1f1;
}

.indexPage .section_net>.right {
    padding: 0 20px;
    position: relative;
}

.indexPage .section_net .section_net_title {
    margin-top: 10px;
}

.new_con_ser {
    width: 785px;
    height: 200px;
    background-image: url(../img/map_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    z-index: 99;
}

.new_con_ser .new_con_ser_box {
    margin-top: 30px;
    width: 780px;
    height: 55px;
    border: 2px solid #ff4800;
    border-radius: 5px;
    background-color: #fff;
}

.new_con_ser .new_con_ser_box .new_con_ser_text {
    border: none;
    border: 0;
    vertical-align: middle;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    margin-top: 10px;
    width: 610px;
    color: #444;
    outline: none;
}

.new_con_ser .new_con_ser_box .new_con_ser_btn {
    width: 150px;
    padding-left: 30px;
    background-color: #ff4800;
    letter-spacing: 3px;
    cursor: pointer;
    height: 52px;
    line-height: 55px;
    border: none;
    border: 0;
    vertical-align: middle;
    outline: none;
    font-size: 22px;
    color: #fff;
    background-image: url(../img/icon_more.png);
    background-repeat: no-repeat;
    background-position: 20px -135px;
}

.new_con_ser .new_domain_suffix {
    margin-top: 30px;
    line-height: 40px;
    height: 58px;
    position: relative;
    width: 775px;
    color: #4a4a4a;
    font-size: 16px;
}

.new_con_ser .new_domain_suffix .checkbox {
    display: none;
}

.new_con_ser .new_domain_suffix .custom {
    display: inline-block;
    *display: inline;
    *zoom: 1; width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
}

.new_con_ser .new_domain_suffix .custom.checked {
    background-image: url(../img/icon_more.png);
    background-repeat: no-repeat;
    background-position: -15px -216px;
}

.new_con_ser .new_domain_suffix input[type="checkbox"] + label {
    display: inline-block;
    *display: inline;
    *zoom: 1; margin-left: 5px;
    text-align: left;
    -webkit-box-sizing: border-box;
    position: relative;
}

.new_con_ser .new_domain_suffix input[type="checkbox"] + label .suffdomain:hover .sufhover, .domain_textarea .suffix .suffdomain:hover .sufhover {
    display: block;
}

.new_con_ser .new_domain_suffix .sufhover, .domain_textarea .suffix .sufhover {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    line-height: 20px;
    padding: 3px 5px;
    width: 82px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 8;
    left: -15px;
}

.new_con_ser .new_domain_suffix .sufhover {
    top: 42px;
    left: -5px;
}

.domain_textarea .suffix .batch label .sufhover, .domain_textarea .suffix.overseas_suffix .sufhover {
    top: 33px;
}

.domain_textarea .suffix label {
    position: relative;
}

.new_con_ser .new_domain_suffix .sufhover:before, .domain_textarea .suffix .sufhover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e9e9e9;
    left: 50%;
    top: -10px;
    margin-left: -10px;
}

.new_con_ser .new_domain_suffix .sufhover:after, .domain_textarea .suffix .sufhover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    top: -8px;
    margin-left: -10px;
}

.new_con_ser .new_domain_suffix .sufhover .sufname, .domain_textarea .suffix .sufhover .sufname {
    text-align: center;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 700;
}

.new_con_ser .new_domain_suffix .sufhover .sufinfo, .domain_textarea .suffix .sufhover .sufinfo {
    color: #9c9c9c;
    font-size: 12px;
    margin-top: 0px;
    text-align: center;
}

.new_con_ser .new_domain_suffix input[type="checkbox"] + label .icon {
    display: inline-block;
    *display: inline;
    *zoom: 1; font-size: 14px;
    color: #ff4800;
    background-image: url(../img/hui.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-right: 23px;
}

.new_con_ser .new_domain_suffix .new_suf_more {
    font-size: 14px;
    display: inline-block;
    color: #ff4800;
    padding-left: 5px;
}

.new_con_ser .new_domain_suffix .new_all_price {
    background: url(../img/icon-money.png) no-repeat left;
    position: absolute;
    right: 0px;
    top: 23px;
    padding-left: 21px;
    color: #ff4800;
    font-size: 14px;
}

.new_con_ser .new_news_box {
    display: none;
    padding-top: 12px;
    margin-top: 15px;
    background-image: url(../images/new_action.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    padding-bottom: 10px;
}

.new_con_ser.active .new_news_box {
    display: block;
}

.new_con_ser.active .new_domain_suffix {
    margin-top: 6px;
}

.new_con_ser .new_news_box .new_news_action {
    color: #ff4800;
    font-weight: 700;
}

.batch-export {
    padding: 20px 20px;
    border: 1px solid #dbdada;
}

.batch-export td {
    padding: 0 0 15px 15px;
    font-size: 14px;
    color: #666;
}

.batch-export .user_validate {
    width: auto;
}

.batch-export .control {
    border-top: 1px solid #e9e9e9;
    padding: 20px 0 10px;
    margin-top: 10px;
}

/*购物车*/
.shopcar {
    padding: 10px 0 30px;
}

.shopcar .section_left {
    display: table-cell;
    vertical-align: top;
    width: 900px;
    padding: 0 30px 0 0;
}

.shopcar .section_right {
    display: table-cell;
    vertical-align: top;
    width: 300px;
}

.shopcar .title {
    font-size: 18px;
    line-height: 60px;
}

.shoptable {
    width: 100%;
    border: 1px solid #e9e9e9;
    text-align: left;
}

.shopcar .section_right .shoptable tbody tr {
    cursor: pointer;
}

.w105 {
    width: 105px;
}

.w260 {
    width: 260px;
}

.w70 {
    width: 70px;
}

.shopcar .section_right {
    border-left: 0;
}

.section_right .shoptable td, .section_right .shoptable th {
    padding: 0 10px;
}

.shoptable td .loading {
    display: inherit;
    background: transparent;
    border: 0;
    padding: 0;
}

.shoptable td, .shoptable th {
    text-align: left;
    color: #696464;
    line-height: 50px;
    padding: 0 20px;
    word-break: break-all;
    word-wrap: break-word;
}

.shoptable thead tr, .shoptable tbody tr:nth-child(2n) {
    background-color: #fafafa;
}

.shoptable thead tr {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
}

.shopcar .buybtn a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    border-radius: 3px;
    padding: 0 20px;
}

.shopcar .buybtn {
    text-align: center;
    margin: 19px 0;
}

.shopcar .buybtn .gocar {
    background-color: #ff6700;
    border: 1px solid #ff6700;
}

.shopcar .buybtn .search {
    background-color: #fff;
    border: 1px solid #1377dc;
    color: #1377dc;
    margin-left: 20px;
}

.shopcar .section_7 {
    border: 1px solid #e9e9e9;
}

.shopcar .section_7 .newitem:nth-child(4n) {
    border-right: 0;
}

.caricon1, .caricon2, .caricon3, .caricon4, .caricon5, .caricon6 {
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -1px;
}

.caricon1 {
    background: url(../img/caricon_03.png) no-repeat center;
}

.caricon2 {
    background: url(../img/caricon_05.png) no-repeat center;
}

.caricon3 {
    background: url(../img/caricon_08.png) no-repeat center;
}

.caricon4 {
    background: url(../img/caricon_14.png) no-repeat center;
}

.caricon5 {
    background: url(../img/caricon_17.png) no-repeat center;
}

.caricon6 {
    background: url(../img/caricon_19.png) no-repeat center;
}

/*购物车*/
/*店铺*/
.bell {
    padding: 13px 10px 13px 40px;
    color: #ff4800;
    position: relative;
}

.bell:after {
    content: "";
    width: 19px;
    height: 20px;
    background: url(../img/bell.png) no-repeat;
    position: absolute;
    left: 15px;
    top: 13px;
}

.sell_show {
    padding: 0 30px 30px;
}

.sell_show .title {
    font-size: 18px;
    color: #1377dc;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 10px;
}

.sell_show .title .act {
    border-bottom: 2px solid #1377dc;
    line-height: 50px;
    display: inline-block;
}

.sell_box {
    border: 1px solid #e9e9e9;
    width: 297px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
    position: relative;
}

.sell_box .name {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.sell_box .number {
    position: absolute;
    top: 52px;
    right: 10px;
    font-size: 76px;
    color: #f3f3f3;
    font-family: Arial;
    font-style: italic;
}

.sell_show .sell_box:nth-child(3n) {
    margin-right: 0;
}

.sell_box .top {
    padding: 15px 20px;
    line-height: 36px;
    color: #999;
}

.sell_box .top span {
    font-size: 16px;
    color: #666;
}

.sell_box .bottom {
    background-color: #f9f9f9;
    line-height: 30px;
    padding: 20px 20px 30px;
}

.sell_box .bottom .offer {
    border: 1px solid #ff4800;
    color: #ff4800;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    width: 50px;
    text-align: center;
}

.sell_box .bottom input {
    border: 1px solid #d2d2d2;
    padding: 5px;
    width: 108px;
    vertical-align: middle;
    line-height: 20px;
}

.sell_box .bottom .btn_gray {
    vertical-align: middle;
    cursor: default;
}

.sell_box .bottom .tip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.sell_set {
    padding: 0 50px;
    font-size: 16px;
    color: #666;
    height: 865px;
}

.sell_set .title {
    border-bottom: 1px solid #e9e9e9;
    line-height: 90px;
}

.sell_set .title span {
    padding: 0 30px;
}

.sell_set input[type="radio"] {
    margin-right: 10px;
}

.sell_set .radio {
    line-height: 50px;
    margin-left: 30px;
}

.sell_set .radio img {
    vertical-align: middle;
    margin-left: 5px;
}

.sell_set .domabox, .sell_set .turn {
    vertical-align: middle;
    display: inline-block;
}

.sell_set .domabox {
    width: 260px;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    margin-top: 20px;
}

.sell_set .domabox .tit {
    line-height: 48px;
    background-color: #f9f9f9;
    padding-left: 15px;
}

.sell_set .domabox ul {
    padding: 10px 0;
    overflow-y: auto;
    height: 320px;
}

.sell_set .domabox li {
    padding: 0 15px;
    line-height: 35px;
}

.sell_set .domabox li label {
    display: inline-block;
}

.sell_set .domabox li .checkbox_but {
    display: none;
}

.sell_set .domabox li:hover, .sell_set .domabox .active {
    color: #2789ed;
    background-color: #f9f9f9;
}

.sell_set .turn a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #2789ed;
    border-radius: 5px;
    margin: 20px 30px 0;
    text-align: center;
    line-height: 45px;
}

.sell_set .turn a:hover {
    background-color: #eef6ff;
}

.sell_set .turn a .lf {
    background: url(../img/sel_set_10.png) no-repeat center;
    width: 20px;
    height: 18px;
    display: inline-block;
}

.sell_set .turn a .rig {
    background: url(../img/sel_set_07.png) no-repeat center;
    width: 20px;
    height: 18px;
    display: inline-block;
}

.remind_form {
    background-color: #fff;
    padding: 10px 30px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

.remind_form .text {
    width: 110px;
    text-align: right;
    display: inline-block;
}

.remind_form .yan {
    border-top: 1px solid #e9e9e9;
    padding: 10px 0 0;
    margin-top: 10px;
}

.remind_form .yan input {
    padding: 5px;
    width: 150px;
    line-height: 20px;
    border: 1px solid #e9e9e9;
}

.remind_form .yan .err {
    font-size: 12px;
    color: #f72a3f;
    text-align: center;
}

.remind_form .yan .err:before {
    content: url(../img/warm.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 3px;
}

.remind_form .btns {
    text-align: center;
    margin: 10px 0 20px;
}

.remind_form .btn {
    width: 80px;
    font-size: 14px;
}

.btn.bnt_blue {
    background-color: #2789ed;
    border: 1px solid #2789ed;
    color: #fff;
}

.remind_form .check {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.remind_div {
    width: 430px;
    margin: 0 auto;
    position: relative;
}

/*店铺*/
/* 首页广告位 */
.billboard:after {
    content: '';
    background: #000;
    opacity: 0.5;
    /*非IE滤镜*/
    filter: alpha(opacity=50);
    /*IE滤镜*/
    z-index: 997;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    zoom: 1; }

.billboard-close {
    width: 52px;
    height: 52px;
    margin: -280px 0 0 490px;
    cursor: pointer;
    background: url(../images/billboard-close.png) no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 998;
}

.billboard-back {
    width: 978px;
    height: 525px;
    margin: -262px 0 0 -489px;
    background: url(../images/billboard.png) no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 998;
}

.billboard-btn {
    display: block;
    width: 286px;
    height: 72px;
    margin: 50px 0 0 -170px;
    background: url(../images/billboard-btn.png) no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 999;
}

/* 首页广告位 */
/*PUSH成功*/
.prompt_coupon {
    margin: 90px auto 100px;
    padding: 50px;
}

.prompt_coupon.prompt_suc, .prompt_coupon.prompt_push {
    border: 1px solid #ceead2;
    background: #fafffb url(../img/coupons/get_bg.png) no-repeat left top;
}

.prompt_coupon.prompt_fail {
    border: 1px solid #fcbba1;
    background: #fff4f5 url(../img/coupons/fail_bg.png) no-repeat left top;
}

.prompt_coupon.prompt_push {
    margin: 20px auto;
}

.prompt_coupon.prompt_push .push_list {
    border-top: 1px dashed #ceead2;
}

.prompt_coupon.prompt_fail .push_list {
    border-top: 1px dashed #fcbba1;
}

.push_list .err_trad_box .push_list_ul li {
    width: 100%;
}

.prompt_push .suc_trad_box, .prompt_fail .err_trad_box {
    border-width: 0px;
    background: none
}

.prompt_suc .title {
    font-size: 30px;
    color: #0bb523;
    margin-left: 250px;
}

.prompt_push .title {
    font-size: 30px;
    color: #0bb523;
    text-align: center;
}

.prompt_push .title span, .prompt_suc .title span {
    background: url(../img/coupons/get_til.png) no-repeat left center;
    padding-left: 70px;
    line-height: 65px;
    display: inline-block;
}

.prompt_push .intro {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
}

.prompt_suc .info_ul {
    margin-left: 320px;
}

.prompt_suc .info_ul li {
    font-size: 16px;
    color: #444;
    line-height: 40px;
}

.prompt_fail .title {
    font-size: 30px;
    color: #ff3145;
    text-align: center;
}

.prompt_fail .title span {
    background: url(../img/coupons/fail_til.png) no-repeat left center;
    padding-left: 70px;
    line-height: 65px;
    display: inline-block;
}

.prompt_fail .infobox {
    line-height: 90px;
    color: #444;
    font-size: 16px;
    text-align: center;
}

.prompt_coupon .btn {
    padding: 6px 20px;
}

.push_list {
    padding: 20px 0 0;
    width: 870px;
    margin: 0 auto;
}

.push_list .push_list_til {
    font-size: 16px;
    color: #666;
}

.push_list .push_list_ul li {
    float: left;
    width: 236px;
    padding-left: 17px;
    background: url(../img/icon.png?v=20190215) no-repeat -175px -337px;
    margin-right: 20px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.push_template {
    width: 420px;
    padding: 20px 10px 10px 20px;
}

.push_template .title {
    font-size: 16px;
    color: #1377dc;
    line-height: 40px;
}

.push_template .template {
    font-size: 14px;
    color: #999;
}

.push_template .agreenbox {
    font-size: 15px;
    color: #444;
    line-height: 30px;
}

.push_protect {
    width: 530px;
    border-left: 1px solid #e9e9e9;
    margin-top: 20px;
}

.push_protect .title {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.prompt_coupon .suc_trad_box, .prompt_coupon .err_trad_box {
    padding: 20px;
}

/*PUSH成功*/
/* 竞价 */
.new-follow,.new-share {
    float: right;
    height: 44px;
    line-height: 44px;
    padding-left: 26px;
    font-size: 12px;
    position: relative;
    margin: 0 5px;
}

.new-follow {
    cursor: pointer;
}

.new-follow:before, .new-share:before, .new-whois:before, .new-baidu:before {
    content: "";
    background: url(../img/icon.png?v=20190215) no-repeat;
    position: absolute;
    left: 4px;
}

.new-follow:before {
    width: 20px;
    height: 18px;
    top: 13px;
    background-position: -66px -220px;
}

.new-follow.shut:before {
    background-position: -66px -261px;
}

.new-share:before {
    width: 18px;
    height: 21px;
    top: 11px;
    background-position: -104px -218px;
}

.new-whois:before,.new-baidu:before {
    width: 20px;
    height: 20px;
    top: 0;
    background-position: -1px -260px;
}

.new-baidu:before {
    background-position: -35px -260px;
}

.new-share .bdsharebuttonbox {
    display: none;
    padding-left: 8px;
    position: absolute;
    bottom: -25px;
    right: -20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 70px;
    cursor: pointer;
}

.new-share:hover .bdsharebuttonbox {
    display: block;
}

.new-share .bdsharebuttonbox:after,.new-share .bdsharebuttonbox:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 7px 8px;
    border-style: solid;
    border-color: transparent transparent #d9d9d9;
    position: absolute;
    left: 35px;
    top: -8px;
    z-index: 5;
}

.new-share .bdsharebuttonbox:after {
    border-color: transparent transparent #fff;
    top: -6px;
    z-index: 6;
    visibility: visible;
}

.new-share .bdsharebuttonbox a {
    margin: 6px 3px;
}

.jingjia .but_ul li {
    float: left;
    margin: 0 2px;
}

.jingjia .but_ul a {
    display: block;
    padding: 0 10px;
    border: 1px solid #67acf2;
    border-radius: 10px;
    font-size: 12px;
    color: #1377dc;
}

.jingjia .but_ul a.b_red {
    border: 1px solid #ff4800;
    color: #ff4800;
}

.jingjia .but_ul a.b_red:hover {
    background: #ff4800;
    color: #fff;
}

.jingjia .title {
    font-size: 28px;
    color: #1377dc;
    width: 370px;
    word-break: break-all;
}

.jingjia .title .registrar {
    position: relative;
    display: inline-block;
    height: 33px;
    width: 1px;
    vertical-align: middle;
}

.jingjia .title .registrar i {
    padding: 3px 5px;
    background: #ff9865;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 3px;
    white-space: nowrap;
    font-style: normal;
}

.jingjia .new-follow,.jingjia .new-share {
    height: 30px;
    line-height: 21px;
}

.jingjia .new-follow:before {
    top: 2px;
}

.jingjia .new-share {
    cursor: pointer;
}

.jingjia .new-share:before {
    top: 0px;
}

.jingjia .new-share .bdsharebuttonbox {
    bottom: -30px;
}

.jingjia .new-share .bdsharebuttonbox a {
    display: inline;
    font-size: 12px;
    padding: 0 0 0 17px;
    margin: 6px 6px 6px 0;
    border-radius: 0;
    border: 0;
    color: #444;
}

.jingjia .but_ul a.new-whois, .jingjia .but_ul a.new-baidu {
    display: block;
    padding: 2px 0 0 26px;
    margin: 0 6px;
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #444;
    position: relative;
}

.jingjia .but_ul a.new-whois:after, .jingjia .but_ul a.new-baidu:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
}

.jingjia .red-tip {
    font-size: 14px;
    color: #f24652;
    margin-top: 5px;
    max-width: 408px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    position: absolute;
    left: -50px;
    right: -50px;
    text-align: center;
    top: 20px;
}

.registrar-tips {
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px 5px 54px;
    background: #fffdfc;
    color: #ff4800;
    border: 1px solid #ffece2;
    position: relative;
}

.registrar-tips:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 25px;
    top: 10px;
    background: url(../img/icon.png) no-repeat -172px -66px;
}

/*一口价入口*/
.icon-gdLock {
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url('../img/icon-gdLock.png') no-repeat;
}

.fast-link-box {
    position: relative;
    display: inline-block;
}

.fast-link {
    font-weight: 400;
    display: inline-block;
}

.fast-link a {
    font-size: 14px;
}

.fast-link:before {
    content: '';
    border: 7px solid transparent;
    border-left: 7px solid #ffc282;
    border-left-color: transparent;
    border-top: 7px solid #ffc282;
    position: absolute;
    left: 19px;
    top: -7px;
}

.fast-link:after {
    content: '';
    border: 6px solid transparent;
    border-left: 6px solid #fff6e7;
    border-left-color: transparent;
    border-top: 6px solid #fff6e7;
    position: absolute;
    left: 20px;
    top: -7px;
}

.fast-link .link-tip {
    box-sizing: border-box;
    display: inline-block;
    width: 160px;
    height: 20px;
    line-height: 18px;
    position: absolute;
    left: -192px;
    top: 0;
    font-size: 12px;
    color: #ff680d;
    border: 1px solid #ffc282;
    background-color: #fff6e7;
}

.fast-link.top .link-tip {
    top: -26px;
    left: 0;
}

.fast-link .icon-fast {
    display: inline-block;
    background: url('../images/link-fast.png');
    width: 13px;
    height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 4px;
    position: relative;
    top: -1px;
    margin-right: 4px;
}

/*一口价入口*/
/* 审核中页面 */
.examine-page {
    padding: 110px 50px 200px;
    text-align: center;
}

.examine-page h5 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
    padding-top: 10px;
}

.examine-page .information {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.examine-page .contact {
    padding-top: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

/* 各种弹窗 */
.mask {
    height: 150%;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 95;
}

.close {
    width: 15px;
    height: 15px;
    background: url(../img/icon.png?v=20190215) no-repeat -142px -172px;
    position: absolute;
    right: 15px;
    top: 13px;
    z-index: 98;
    cursor: pointer;
}

.close:hover {
    background-position: -106px -172px;
}

/* 弹窗基础 */
.eject {
    margin-top: -250px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 96;
}

.eject .eject_div {
    width: 500px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.eject .popup_title {
    background: #f7fbff none repeat scroll 0 0;
    border-bottom: 1px solid #d9e9f8;
    border-top: 3px solid #2789ed;
    color: #1377dc;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 10px 7px;
    position: relative;
}

.eject .scroll {
    height: 454px;
    overflow-y: auto;
    overflow-x: hidden;
}

.eject .postop {
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 97;
}

.eject .eject_operation {
    padding-top: 10px;
    text-align: center;
}

.eject .eject_table {
    background: #fff;
    width: 500px;
    table-layout: fixed;
}

.eject .eject_table th, .eject .eject_table td {
    color: #696464;
    text-align: left;
}

.eject .eject_table th {
    padding: 9px 25px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    background: #fbfbfb;
}

.eject .eject_table td {
    padding: 12px 25px;
    color: #696464;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eject .eject_table tr:nth-child(2n) td, .eject .eject_table .backfd td {
    background: #fbfbfb;
}

/* 确认弹窗 */
.eject .eject-confirm {
    padding: 30px;
}

.eject .eject-confirm h5 {
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-align: center;
}

.eject .eject-confirm p {
    padding-bottom: 10px;
    color: #888;
    text-align: center;
}

.eject .eject-confirm .eject-longText {
    margin-bottom: 10px;
    overflow-y: auto;
    max-height: 190px;
}

/* 修改弹窗 */
.eject .edit-brief {
    padding: 20px;
}

.eject .edit-brief table {
    width: 100%;
}

.eject .edit-brief td {
    padding: 10px 0;
}

/* 成功弹窗 */
.eject .success-eject,.eject .success-tips {
    background: #fff;
    border: 1px solid #d0d0d0;
    box-shadow: 1px 1px 15px #f0f0f0;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

.eject .success-eject h5,.eject .success-tips h5 {
    padding-right: 5px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    text-align: center;
}

.eject .success-eject h5:before,.eject .success-tips h5:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    vertical-align: middle;
    background: url('../img/success-eject.png') no-repeat 1px 1px;
}

.eject .success-eject {
    width: 330px;
    padding: 25px;
}

.eject .success-eject h5 {
    padding-right: 5px;
}

.eject .success-eject p {
    padding-top: 12px;
    color: #888;
    text-align: center;
}

/* 成功提示 */
.eject .success-tips {
    width: 145px;
    padding: 15px 10px 18px 5px;
}

/*717域名活动*/
.activity-link {
    display: inline-block;
    position: fixed;
    bottom: 100px;
    left: 0px;
    z-index: 90;
    cursor: pointer;
}

.activity-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1020px;
    height: 498px;
    margin-left: -510px;
    margin-top: -249px;
    z-index: 100;
}

.activity-modal .activity-modal-btn {
    display: inline-block;
    width: 250px;
    height: 60px;
    background: url('../img/717-modal-btn.png') no-repeat 100%;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    bottom: 35px;
}

.activity-modal .activity-modal-btn:hover {
    background: url('../img/717-modal-btn-hover.png') no-repeat 100%;
}

.activity-modal .activity-modal-close {
    position: absolute;
    right: -24px;
    top: -35px;
    cursor: pointer;
}

.dropdown li.disabled {
    color: #999!important;
    cursor: default;
}

.dropdown li.disabled.focus {
    color: #999!important;
    background-color: #fff;
}

/* .mark:after{content: "";position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: #000000;filter: alpha(opacity=40);opacity: 0.4;z-index: 96;}
.ui-btn {display: inline-block;font-size: 14px;color: #666;border: 1px solid #eee;border-radius: 4px;padding: 3px 7px;background: #fbfbfb;cursor: pointer;text-align: center;}
.ui-btn.btn_blue2 {color: #fff;background: #1d5af2;border: 1px solid #1d5af2;}
.ui-btn.btn_gray5 {color: #2a344f;background: #eff0f4;border: 1px solid #eff0f4;}

.eject{width: 100%;margin-top: -200px;position: fixed;top: 50%;left: 0;z-index: 97;}
.eject.success-shop .content, .eject.fail-shop .content{width: 448px;padding: 40px 0;border-radius: 4px;margin: 0 auto;background: #fff;border: 1px solid #d0d0d0;}
.eject.success-shop .shop-title, .eject.fail-shop .shop-title{font-size: 30px;text-align: center;padding-bottom: 20px;}
.eject.success-shop .shop-title span, .eject.fail-shop .shop-title span{display: inline-block;position: relative;padding-left:60px;height: 38px;line-height: 38px;}
.eject.success-shop .shop-title span:after, .eject.fail-shop .shop-title span:after{content: "";display: inline-block;width: 47px;height: 47px;vertical-align: middle;position: absolute;left: 0;top: -3px;}
.eject.success-shop .shop-subtitle, .eject.fail-shop .shop-subtitle{color: #878fa0;text-align: center;padding-bottom: 20px;font-size: 16px;}
.eject.success-shop .shop-operation, .eject.fail-shop .shop-operation{padding-top: 10px;text-align: center;}
.eject.success-shop .ui-btn, .eject.fail-shop .ui-btn{margin: 0 10px;width: 110px;height: 24px;line-height: 24px;}
.eject.success-shop .shop-title{color: #4aca9a;}
.eject.success-shop .shop-title span:after{background:url('../img/reg-success.png') no-repeat;}
.eject.fail-shop .shop-title{color: #f24652;}
.eject.fail-shop .shop-title span:after{{background:url('../img/reg-error.png') no-repeat;} */
/*717 end*/
@media screen and (max-height: 500px) {
    .eject {
        margin-top: -150px;
    }

    .eject .scroll {
        height: 200px;
    }
}

.eject .close {
    top: 10px;
}

.remind-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon.png) no-repeat -173px -67px;
    vertical-align: middle;
}