<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/
.banner_domain1 {background: url(../images/new/banner-1.jpg) no-repeat center top;height:400px;}
.banner_domain2 {background: url(../images/new/banner-2.jpg) no-repeat center top;height:400px;}
.banner_domain3 {background: url(../images/new/banner-3.jpg) no-repeat center top;height:400px;}
/*icon*/
.icon_domain {display: inline-block;padding: 0;border: 0;vertical-align: middle;background-image: url(../images/new/domain_icon.png);background-repeat: no-repeat;}
.pic1 {background: url(../images/new/pic1.png) no-repeat center top;height:400px;}
.pic2 {background: url(../images/new/banner-3.jpg) no-repeat center top;height:400px;}
.pic3 {background: url(../images/new/pic2.png) no-repeat center top;height:330px;}
.pic4 {background: url(../images/new/pic4.png) no-repeat center top;height:260px;}
.pic5 {background: url(../images/new/pic5.jpg) no-repeat center top;height:200px;}
.t1 {background-position: -5px -296px;width: 181px;height: 29px;}
.t2 {background-position: -194px -295px;width: 182px;height: 29px;}
.t3 {background-position: -6px -333px;width: 178px;height: 29px;}
.t4 {background-position: -194px -333px;width: 178px;height: 29px;}
.side {background-position: -6px -368px;width: 133px;height: 44px;vertical-align: top;}
.i_onebid {background-position: -1px -1px;}
.i_auction {background-position: -63px -1px;}
.i_allot {background-position: -125px -1px;}
.i_sale {background-position: -188px -1px;}
.i_reg {background-position: -254px -1px;}
.domain_super_list .i1 {background-position: -2px -69px;}
.domain_super_list .i2 {background-position: -85px -69px;}
.domain_super_list .i3 {background-position: -169px -69px;}
.domain_super_list .i4 {background-position: -253px -69px;}
.domain_super_list .i5 {background-position: -2px -157px;}
.domain_super_list .i6 {background-position: -85px -157px;}

/**/
.box .blue {color: #4b59bf;}
.box p {color: #555;line-height: 26px;}
.img_title {text-align: center;position: relative;padding:30px 0 20px;}
.img_title:before {content: "";position: absolute;left: 0;top: 48px;display: inline-block;height:2px;width:38%;background-color: #dedede;}
.img_title:after {content: "";position: absolute;right: 0;top: 48px;display: inline-block;height:2px;width:38%;;background-color: #dedede;}
.search_form textarea {width: 720px;height: 120px;padding:5px;overflow:auto;resize: none;}
.search_form .btn_submit {width: 160px;height: 60px;line-height: 60px;background-color: #e2383a;border-radius: 10px;font-size: 20px;color:#fff;border:none;outline: 0;cursor: pointer;}
.search_form .btn_submit:hover {background-color: #f5474a;}
.value_add_list{padding: 30px 10%;}
.value_add_list li {float: left;text-align: center;width: 20%;}
.value_add_list li p {line-height: 30px;}
.value_add_list i {width: 60px;height: 60px;}
.domain_super_list {margin: 40px 0;}
.domain_super_list li {float: left;width: 16.66%;text-align: center;}
.domain_super_list i {width: 80px;height: 80px;}
.domain_super_list li p {line-height: 36px;}

select[disabled] {
    background: #f2f2f2;
    cursor: not-allowed;
}

.tabs-wrap {
    margin-top: 30px;
    background: #fff;
    border: 1px solid #dcdfe6;
}

.tabs-wrap .tabs-content {
    padding: 20px;
    min-height: 240px;
}

.tabs-content h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.tabs-content .pl55 {
    padding-left: 55px;
}

.tabs-content .mb20 {
    margin-bottom: 20px;
}

.tabs-content .mb10 {
    margin-bottom: 10px;
}

.tabs-content .tabs-question, .tabs-content .tabs-service {
    position: relative;
    padding-left: 360px;
}

.tabs-content .tabs-question:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 320px;
    height: 240px;
    background: url('../images/price_01.jpg');
}

.tabs-content .tabs-service:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 320px;
    height: 240px;
    background: url('../images/price_02.jpg');
}

.tabs-question .question-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.tabs-wrap .tabs {
    background: #f2f2f2;
    border-bottom: 1px solid #dfe4ed;
}

.tabs-wrap .tab {
    height: 40px;
    margin: 0 -1px -1px;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border: 1px solid transparent;
    color: #878d99;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.tabs-wrap .tab.active {
    color: #e2383a;
    background-color: #fff;
    border-right-color: #d8dce5;
    border-left-color: #d8dce5;
}

.table-page-number {
    font-size: 12px;
    line-height: 30px;
    padding: 4px 24px 4px 4px;
    text-align: right;
    color: #666;
    border-bottom: 1px solid #fff;
    background: #e3eaf3;
    position: relative;
}

.table-page-number i {
    font-style: normal;
}

.pagenum-input {
    line-height: 18px;
    width: 28px;
    height: 18px;
    margin: 0 3px;
    color: #4c637b;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #f2f6fa;
    text-align: center;
}

.exclude-list {
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 2;
    width: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.exclude-list .exclude-item {
    width: 100%;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
    box-sizing: border-box;
}

.exclude-list .exclude-item:hover {
    background: #eee;
}</pre></body></html>