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

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

a {
    color: #08f;
}

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

textarea {
    border: 1px solid #e5e5e5;
}

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

input[type="radio"] {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

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

input[type="email"],
input[type="password"],
input[type='text'],
input[type='number'] {
    vertical-align:middle;
    border:1px solid #e5e5e5;
}
select.error,
textarea.error,
input.error {
    border-color: #fe6500;
}
.clearfix:after{
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    content:" ";
}
.clearfix{_zoom:1;}
.fl{float:left;}
.fr{float:right;}
.f12{ font-size:12px;}
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.f18{ font-size:18px;}
.f20{ font-size:20px;}

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

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

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

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

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

.btn:hover {
    opacity:1;
}

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

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

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

.btn_small {
    line-height: 22px;
    padding: 0 10px;
    vertical-align: middle;
}

input[type='button']:disabled,
input[type='button'].disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
button:disabled,
button.disabled,
.btn:disabled,
.btn.disabled {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
    color: #666;
    cursor: default;
}

:disabled,
.disabled {
    color: #999;
    cursor: not-allowed;
}

.line {
    width: 1px;
    height: 16px;
    background: #e3e4e8;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.table_style .line {
    height:12px;
}

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

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

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

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m20 {
    margin: 20px;
}

.text_orange {
    color:#fe6500;
}

.text_red {
    color:#f32d36;
}

.text_green {
    color:#099802;
}

.text_blue {
    color: #0070cc;
}

.text_black {
    color: #222;
}

.text_gray {
    color:#666;
}

.text_light_gray {
    color: #999;
}

.overflow_show {
    overflow: initial!important;
}
.seo_info {
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
.seo_info .iconfont {
    background: #fff;
    padding: 0 2px;
}
.seo_info b {
    font-weight: 400;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.seo_info.blue {
    border-color: #028ec2;
    background: #028ec2;
}
.seo_info.blue .iconfont {
    color: #028ec2;
}
.seo_info.orange {
    border-color: #fe7300;
    background: #fe7300;
}
.seo_info.orange .iconfont {
    color: #fe7300;
}
.seo_info.green {
    border-color: #099802;
    background: #099802;
}
.seo_info.green .iconfont {
    color: #099802;
}
.panel {
    border: 1px solid #e8e8e8;
}
.panel .panel_header {
    height: 50px;
    border-bottom: 1px solid #ebebeb;
    padding-right: 20px;
}
.panel .panel_header .title {
    color: #333;
    font-size: 18px;
    line-height: 50px;
    padding-left: 20px;
    border-left: 3px solid #08f;
    margin-left: -1px;
}
.panel .panel_body {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}
.panel_header .btn {
    vertical-align: inherit;
}
.panel_header dl {
    float: right;
    margin-top: 13px;
    line-height: 24px;
}
.panel_header dd {
    float: left;
    margin-left: 10px;
}
.panel_header dd a {
    float: left;
    height: 24px;
    padding: 0 10px;
    color: #fe7300;
}
.panel_header dd span {
    font-size: 12px;
    color: #999;
}
.panel_header dd.active a {
    background: #fe7300;
    color: #fff;
}
.notice_list {
    margin-bottom: 20px;
    font-size: 14px;
}
.notice_list a {
    display: block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    color: #393939;
    border-bottom: 1px dashed #e8e8e8;
}
.notice_list a .fr {
    color: #999;
}
.notice_list a:hover {
    color: #08f;
}
.notice-detail {
    padding: 30px;
    width: 1140px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 16px;
}

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

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

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

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

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

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

.notice-detail h6 {
    color: #222;
    line-height: 80px;
}
/*.pagination{*/
/*    padding:0 20px;*/
/*    color: #333;*/
/*}*/

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

/* 分页样式 */
.pagination {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.pagination span {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination span.disabled {
    color: #94a3b8;
    background: rgba(148, 163, 184, 0.1);
    cursor: not-allowed;
}

.pagination span.current {
    background: linear-gradient(135deg, #3b82f6, #3b82f6);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.pagination span:not(.disabled):not(.current):hover {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

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

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

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

.navBreadcrumb ul li {
    float:left;
}

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

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

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

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

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

.tips_box .text {
    font-size: 12px;
    padding: 4px 6px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    position: absolute;
    top: -32px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 3px;
    white-space: nowrap;
    display: none;
    line-height:initial;
}

.tips_box .text:after {
    content: '';
    border: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .7);
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -7px;
}

.tips_box:hover .text {
    display: block;
}

/*标签可编辑*/
[contenteditable="true"] {
    border: 1px solid #dadada;
    padding: 4px 5px;
    border-radius: 3px;
    background: #fff;
}

[contenteditable="true"]:focus {
    outline: none;
    border-color: #15b3f0;
}

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

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

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

.main-right * {
    box-sizing: content-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*index*/
.index-banner-wrap {
    width: 100%;
    height: 660px;
    background: url(/ynhd/assets/img/banner.jpg) repeat-x 50% 0;
    color: #fff;
}

.index-banner-wrap .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

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

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

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

.index-banner-wrap .search-wrap {
    width: 100%;
    padding: 35px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1a2166;
}

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

.search-box input {
    float: left;
}

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

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

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

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

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

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

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

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

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

.index-title fieldset {
    border-top: 2px solid #e5e5e5;
    text-align: center;
}

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

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

.index-advantage {
    width: 100%;
    height: 570px;
    background: #f4f6ff url(/ynhd/assets/img/banner02.png) no-repeat 90px 0;
}

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

.index-advantage ul li {
    position: relative;
    width: 270px;
    height: 360px;
    float: left;
    margin-right: 40px;
    padding: 60px 20px 0;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.index-advantage ul li:hover .icon {
    background-position-y: -434px;
}

.index-advantage li .icon {
    width: 103px;
    height: 119px;
    margin: 0 auto 50px;
    background: url(/ynhd/assets/img/indexicon.png);
}

.index-advantage li .kh {
    background-position: -52px -602px;
}

.index-advantage li .xt {
    background-position: -252px -602px;
}

.index-advantage li .zy {
    background-position: -451px -602px;
}

.index-advantage li .hz {
    background-position: -651px -602px;
}

.index-advantage li h6 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.index-advantage li > span {
    display: block;
    width: 38px;
    height: 3px;
    background: #2d3ac6;
    margin: 10px auto;
}

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

.index-advantage ul li:hover::after {
    position: absolute;
    left: -1px;
    top: -1px;
    content: '';
    width: 270px;
    height: 7px;
    background: #2d3ac6;
}

.index-advantage ul li:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 5px 10px 0 #b1b7ec;
    -moz-box-shadow: 0px 5px 10px 0 #b1b7ec;
    box-shadow: 0px 5px 10px 0 #b1b7ec;
    background: #f6f9ff;
}

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

.index-product {
    background: #fff;
    padding-bottom: 44px;
}

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

.index-product li {
    float: left;
    width: 277px;
    padding: 30px 20px;
    box-sizing: border-box;
    margin-right: 30px;
    text-align: center;
}

.index-product li .icon {
    width: 118px;
    height: 116px;
    margin: 0 auto;
    background: url(/ynhd/assets/img/indexicon.png);
    background-position-y: -39px;
}

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

.index-product li span {
    width: 92px;
    height: 32px;
    color: #2d3ac6;
    border: 1px solid #2d3ac6;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
}

.index-product li .zc {
    background-position-x: -52px;
}

.index-product li .zr {
    background-position-x: -241px;
}

.index-product li .gl {
    background-position-x: -425px;
}

.index-product li .jx {
    background-position-x: -616px;
}


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

.index-product li a {
    color: #222;
}

.index-product li:hover {
    -webkit-box-shadow: 0px 5px 10px 0 #b1b7ec;
    -moz-box-shadow: 0px 5px 10px 0 #b1b7ec;
    box-shadow: 0px 5px 10px 0 #b1b7ec;
}

.index-product li:hover span {
    background: #2d3ac6;
    color: #fff;
}

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

.index-service {
    width: 100%;
    background: #f4f6ff;
    text-align: center;
}

.index-service ul {
    width: 1200px;
    margin: 0 auto;
}

.index-service ul li {
    float: left;
    width: 300px;
    padding: 65px 0 70px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.index-service ul li h6 {
    font-weight: 700;
    font-size: 16px;
    margin-top: 30px;
}

.index-service .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index-service .icon span {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index-service li:hover .icon {
    background: #2d3ac6;
    border-color: #2d3ac6;
}

.index-service li:hover {
    color: #2d3ac6;
}

.index-service .gz span {
    background: url(/ynhd/assets/img/icon01.png) no-repeat center;
}

.index-service li:hover .gz span {
    background: url(/ynhd/assets/img/icon01_active.png) no-repeat center;
}

.index-service .fw span {
    background: url(/ynhd/assets/img/icon02.png) no-repeat center;
}

.index-service li:hover .fw span {
    background: url(/ynhd/assets/img/icon02_active.png) no-repeat center;
}

.index-service .sh span {
    background: url(/ynhd/assets/img/icon03.png) no-repeat center;
}

.index-service li:hover .sh span {
    background: url(/ynhd/assets/img/icon03_active.png) no-repeat center;
}

.index-service .fa span {
    background: url(/ynhd/assets/img/icon04.png) no-repeat center;
}

.index-service li:hover .fa span {
    background: url(/ynhd/assets/img/icon04_active.png) no-repeat center;
}

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

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

.login-box dl {
    float: left;
    width: 370px;
    margin-left: 50px;
}

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

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

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

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

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

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

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

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

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

/* 侧导航容器 */
.side-nav {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 50%, #f1f5f9 100%);
    border-radius: 20px;
    box-shadow:
            0 20px 40px rgba(0, 0, 0, 0.08),
            0 0 0 1px rgba(0, 0, 0, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.side-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
            radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(16, 185, 129, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

/* 导航主体 */
.side-nav nav {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

/* 顶部控制台链接 */
.side-nav nav > a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 25px;
    margin: 0 15px 20px 15px;
    color: #1e293b;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(135deg, #3b82f6, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.side-nav nav > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
    transition: left 0.5s ease;
}

.side-nav nav > a:hover {
    background: rgba(59, 130, 246, 0.08);
    -webkit-text-fill-color: #3b82f6;
    transform: translateX(5px);
}

.side-nav nav > a:hover::before {
    left: 100%;
}

.side-nav nav > a.active {
    background: rgba(59, 130, 246, 0.1);
    -webkit-text-fill-color: #3b82f6;
    border-left: 4px solid #3b82f6;
}

/* 图标样式 */
.side-nav .iconfont {
    font-size: 18px;
    transition: all 0.3s ease;
}

.side-nav nav > a .iconfont {
    color: #3b82f6;
}

/* 主菜单列表 */
.side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-nav ul li {
    margin: 0 15px 8px 15px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(248, 250, 252, 0.6);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-nav ul li:hover {
    background: rgba(59, 130, 246, 0.08);
    transform: translateX(3px);
}

/* 主菜单项 */
.side-nav ul li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #334155;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.side-nav ul li > a:hover {
    color: #1e293b;
}

.side-nav ul li > a .iconfont:last-child {
    color: #64748b;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.side-nav ul li:hover > a .iconfont:last-child {
    transform: rotate(90deg);
    color: #10b981;
}

/* 子菜单列表 */
.side-nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(241, 245, 249, 0.8);
    border-top: 1px solid rgba(226, 232, 240, 0.6);
    overflow: hidden;
    transition: all 0.3s ease;
}

.side-nav ol li {
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.side-nav ol li:hover {
    transform: none;
}

.side-nav ol li a {
    display: block;
    padding: 12px 20px 12px 52px;
    color: #64748b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border-left: 3px solid transparent;
}

.side-nav ol li a::before {
    content: '•';
    position: absolute;
    left: 35px;
    color: #3b82f6;
    font-size: 16px;
    transition: all 0.3s ease;
}

.side-nav ol li a:hover {
    color: #1e293b;
    background: rgba(16, 185, 129, 0.08);
    border-left-color: #10b981;
    transform: translateX(5px);
}

.side-nav ol li a:hover::before {
    color: #10b981;
    transform: scale(1.2);
}

/* 展开/收起动画 */
.side-nav ol {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.side-nav ol.expanded {
    max-height: 500px;
    opacity: 1;
}

.side-nav ol[style*="display: none"] {
    display: none !important;
}

/* 添加一些动画效果 */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.side-nav {
    animation: slideIn 0.6s ease-out;
}

.side-nav ul li {
    animation: slideIn 0.6s ease-out;
    animation-fill-mode: both;
}

.side-nav ul li:nth-child(1) { animation-delay: 0.1s; }
.side-nav ul li:nth-child(2) { animation-delay: 0.2s; }
.side-nav ul li:nth-child(3) { animation-delay: 0.3s; }
.side-nav ul li:nth-child(4) { animation-delay: 0.4s; }

.tab-nav {
    height: 38px;
    line-height: 38px;
}

.tab-nav dt {
    float: right;
}

.tab-nav dd {
    float: left;
    margin-right: 30px;
}

.tab-nav dd a {
    display: inline-block;
    padding: 0 16px;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    line-height: 36px;
    height: 36px;
}

.tab-nav dd.active a {
    background: #08f;
    color: white;
    font-weight: 600;
    border-color: #08f;
}

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

/*.warm_prompt {*/
/*    margin-top: 20px;;*/
/*    background: #fafafa;*/
/*}*/
/*.warm_prompt .title {*/
/*    line-height: 40px;*/
/*    padding-left: 20px;*/
/*    font-weight: 700;*/
/*    color: #222;*/
/*}*/
/*.warm_prompt ul {*/
/*    line-height: 24px;*/
/*    padding: 0 20px 10px;*/
/*    color: #666;*/
/*}*/
/* 温馨提示样式 */
.warm_prompt {
    background: rgba(248, 250, 252, 0.6);
    border-radius: 16px;
    padding: 20px;
    border: 1px solid rgba(226, 232, 240, 0.6);
    border-left: 4px solid #3b82f6;
}

.warm_prompt .title {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.warm_prompt .title::before {
    content: '💡';
    font-size: 18px;
}

.warm_prompt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.warm_prompt ul li {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.warm_prompt ul li::before {
    content: '•';
    color: #3b82f6;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.warm_prompt ul li:last-child {
    margin-bottom: 0;
}

.remind_box {
    border: 1px solid #ffdcc5;
    background: #fffbf8;
    line-height: 24px;
    padding: 5px 15px;
    margin-top: 20px;
}

/*.domain_search_cond {*/
/*    padding: 20px 10px;*/
/*    margin: 10px 0;*/
/*    background: #fafafa;*/
/*}*/

/*.domain_search_cond .btn,*/
/*.domain_search_cond select,*/
/*.domain_search_cond input,*/
/*.domain_search_cond textarea {*/
/*    border-radius: 3px;*/
/*}*/
/* 搜索表单样式 */
.domain_search_cond {
    background: rgba(248, 250, 252, 0.6);
    padding: 25px;
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.6);
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0 25px;
}

.domain_search_cond::before {
    content: '🔍';
    font-size: 16px;
    margin-right: 5px;
}

.domain_search_cond textarea,
.domain_search_cond select,
.domain_search_cond input[type="text"] {
    padding: 10px 15px;
    height: 20px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
}

.domain_search_cond textarea:focus,
.domain_search_cond select:focus,
.domain_search_cond input[type="text"]:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    background: white;
}

.domain_search_cond textarea:hover,
.domain_search_cond select:hover,
.domain_search_cond input[type="text"]:hover {
    border-color: rgba(59, 130, 246, 0.5);
}

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

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

/*.table_style a {*/
/*    color: #08f;*/
/*}*/

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

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

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

.table_style tbody tr {
    height:48px;
}

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

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

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

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

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

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

/*.table_style .not-data {*/
/*    padding-top: 260px;*/
/*    height: 240px;*/
/*    line-height: 26px;*/
/*    background: url(/ynhd/assets/img/icon05.png) no-repeat center 100px;*/
/*    color: #999;*/
/*}*/
.table_style {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
}

.table_style thead {
    background: #f8fafc;
}

.table_style thead th {
    padding: 20px 16px;
    color: #374151;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.table_style tbody tr {
    border-bottom: 1px solid #f3f4f6;
    transition: background-color 0.2s ease;
}

.table_style tbody tr:hover {
    background: #f9fafb;
}

.table_style tbody tr:last-child {
    border-bottom: none;
}

.table_style tbody td {
    padding: 12px 16px;
    color: #374151;
    font-size: 14px;
    vertical-align: middle;
}

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

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

.form_group .form_label {
    width: 280px;
    display: inline-block;
    text-align: right;
    line-height: 32px;
    vertical-align: middle;
    font-weight: 700;
    margin-right: 20px;
}

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

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

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

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

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

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

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

.upload_img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 20;
    opacity: 0.01;
}

.upload_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.audit_template dt {
    padding: 40px 0 30px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.audit_template dt .iconfont {
    font-size: 24px;
    font-weight: 700;
    vertical-align: text-bottom;
}
.audit_template dd {
    padding: 0 20px;
    background: #f6f7f9;
}
.audit_template dd:last-child {
    padding-bottom: 20px;
}
.audit_template dd p {
    position: relative;
    font-size: 16px;
    padding: 20px 10px ;
    color: #333;
}
.audit_template dd p:after {
    position: absolute;
    left: 0;
    top: 23px;
    width: 2px;
    height: 10px;
    background: #08f;
    content: "";
}
.audit_template dd div {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
}

.recharge_ul {
    padding: 40px 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*域名解析*/

.parse_records_tips {
    background: #fafafa;
}

.parse_records_tips h3 {
    font-size: 14px;
    line-height: 22px;
}
.parse_records_tips {
    font-size: 12px;
    line-height: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.parse_records_tips strong {
    font-weight: 700;
}
.parse_records_tips li {
    display: none;
}

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

.check-result table {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*控制台*/
.console-index .domain li a span {
    font-size: 20px;
    font-weight: 700;
    color: #08f;
}

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

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

.console-index .domain li a:hover {
    -webkit-box-shadow: 0 2px 10px rgba(64,66,67,0.16);
    -moz-box-shadow: 0 2px 10px rgba(64,66,67,0.16);
    box-shadow: 0 2px 10px rgba(64,66,67,0.16);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-style li > a {
    color: #666;
    background: #f6f7f9;
    padding: 20px;
    line-height: 28px;
    display: block;
}
.list-style li > a:hover {
    background: #f7fcff;
}
.list-style li em {
    display: inline-block;
    width: 100px;
    font-weight: 700;
    margin: 0 20px 0 10px;
    vertical-align: middle;
}
.list-style li a .iconfont {
    vertical-align: middle;
    color: #c3c4d5;
}
.list-style li:not(:last-child) {
    margin-bottom: 20px;
}

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

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

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

.common_result {
    text-align: center;
    padding: 100px 0 0;
}
.common_result dl {
    display: inline-block;
    text-align: left;
}
.common_result dl dt {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
}
.common_result dl dt i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.common_result dl dd {
    padding-left: 45px;
    line-height: 24px;
}
.pic_upload_list {
    display: inline-block;
    vertical-align: middle;
}
.pic_upload_list > img {
    width: 70px;
    height: 50px;
    box-sizing: border-box;
    vertical-align: bottom;
    margin-right: 5px;
}
.pic_upload_list .upload {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 50px;
    background: #f9f9f9;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.pic_upload_list .upload span {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #08f;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
}
.pic_upload_list .upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.pic_upload_list .upload > i{
    color: #e8e8e8;
    font-size: 50px;
}
.feedback_dialog .inner div span {
    display: inline-block;
    width: 70px;
    height: 50px;
    border: 1px solid #e8e8e8;
    margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bookingSearch_cond {
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
    font-size: 14px;
}
.bookingSearch_cond i.all {
    padding: 7px 10px;
    border-radius: 3px;
    margin-right: 20px;
    cursor: pointer;
}
.bookingSearch_cond i.all.active {
    background: #fe7300;
    color: #fff;
}
.bookingSearch_cond > dl > dd {
    padding: 7px 0;
    line-height:32px;
}
.bookingSearch_cond > dl > dd a {
    color: #666;
    padding: 7px 10px;
    border-radius: 3px;
}
.bookingSearch_cond > dl > dd a.active {
    color: #fff;
    background: #fe7300;
}
.bookingSearch_cond > dl > dd:not(:last-child) {
    border-bottom: 1px dashed #ebebeb;
    padding-right: 40px;
}
.bookingSearch_cond > dl > dd:last-child {
    padding: 12px 0;
    text-align: center;
}
.bookingSearch_cond > dl > dt {
    background: #fafafa;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.bookingSearch_cond > dl > dt a {
    padding: 7px 10px;
    border-radius: 3px;
    color: #666;
}
.bookingSearch_cond > dl > dt a.active:hover {
    color: #fff;
}
.bookingSearch_cond > dl > dt a.active {
    background: #fe7300;
    color: #fff;
}
.bookingSearch_cond > dl > dt a:hover {
    color: #fe7300;
}
.bookingSearch_cond .fixed_width {
    display: inline-block;
    width: 500px;
}
.bookingSearch_cond em {
    display: inline-block;
    width: 120px;
    text-align: right;
    color: #666;
}
.bookingSearch_cond label {
    margin-right: 25px;
    white-space: nowrap;
}
.bookingSearch_cond input[type="text"] {
    width: 150px;
}
.bookingSearch_cond select {
    width: 100px;
}
.exclude_container {
    position: relative;
    display: inline-block;
}
.exclude_container ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}
.exclude_container ul li {
    line-height: 25px;
    padding-left: 5px;
    cursor: pointer;
}
.exclude_container ul li:hover {
    background: #fe7300;
    color: #fff;
}
.mainResult {
    line-height: 40px;
    color: #999;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}
.center_container {
    width: 1200px;
    margin: 0 auto;
}
.ykj_detail {
    border: 1px solid #e8e8e8;
    background: #fff;
    color: #666;
    font-size: 14px;
}
.ykj_detail .domain_box {
    padding: 20px;
}
.ykj_detail .domain_box .domain {
    float: left;
}
.ykj_detail .domain_box .domain span {
    font-size:26px;
    color: #08f;
    font-weight: 700;
}
.ykj_detail .domain_box ul {
    float: right;
    line-height: 22px;
}
.ykj_detail .domain_box li {
    float: left;
    margin-left: 10px;
}
.ykj_detail .domain_box li span {
    color: #999;
}
.ykj_detail .text {
    color: #666;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: -10px;
}
.ykj_detail table {
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.ykj_detail table tr {
    height: 50px;
}

.ykj_detail table tr:last-child {
    height: 70px;
}

.ykj_detail table tr td:first-child {
    width: 190px;
    padding-right: 20px;
    font-weight: 700;
    text-align: right;
}
.ykj_detail .form_group {
    border-top: 1px solid #e8e8e8;
}
.ykj_detail table tr:nth-child(even) {
    background: #f9f9f9;
}
.left_right_structure {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
}
.left_right_structure > .left {
    width: 840px;
    float: left;
}
.left_right_structure > .right {
    width: 340px;
    float: right;
}
