@charset "utf-8";
@font-face {
    font-family:'iconfont'; /* Project id 1627715 */
    src: url('/pub/font/jmfont/iconfont.woff2?t=20220408') format('woff2'),
    url('/pub/font/jmfont/iconfont.woff?t=20220408') format('woff'),
    url('/pub/font/jmfont/iconfont.ttf?t=20220408') format('truetype');
}
@font-face{font-family:'nc_iconfont';src:url('//at.alicdn.com/t/font_1465353706_4784257.eot');src:url('//at.alicdn.com/t/font_1465353706_4784257.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_1465353706_4784257.woff') format('woff'),url('//at.alicdn.com/t/font_1465353706_4784257.ttf') format('truetype'),url('//at.alicdn.com/t/font_1465353706_4784257.svg#iconfont') format('svg')}@font-face{font-family:'ncpc_iconfont';src:url('//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.eot');src:url('//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.woff') format('woff'),url('//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.ttf') format('truetype'),url('//at.alicdn.com/t/font_384029_rhzpmteb25oecdi.svg#ncpc_iconfont') format('svg')}
.rz-box{font-family:'nc_iconfont';}
.iconfont {
    font-family:'iconfont' !important;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, th, td, button, input, select, textarea {
    font: 14px Verdana, 'Microsoft YaHei',Arial;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    resize: none;
}

html, body {
    *position: static;
    height: 100%;
    width: 100%;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul, ol, li, dl {
    list-style-type: none;
}

label {
    cursor: pointer;
}

fieldset, img {
    border: 0;
}

button, h1, h2, h3, h4, h5, h6, input, select, textarea {
    font-size: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #222;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

i {
    display: inline-block;
    font-style: normal;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}
.nocopy{
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
i, s, b, em {
    font-weight: normal;
    font-style: normal;
}

textarea.resize {
    resize: both !important;
}

input {
    border-radius: 0;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button {
    overflow: visible;
    vertical-align: middle;
    outline: none;
    border: 0;
}

button, input[type='button'], input[type='submit'] {
    cursor: pointer;
}

textarea,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='text'] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type=tel],
input[type=text] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
}

/* 去掉number输入框右边点击上下的小三角 */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
/*placeholder 文字颜色设置*/
input::-moz-placeholder,textarea::-moz-placeholder {
    color: #828897;opacity: 1;
    font-weight: normal;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #828897;opacity: 1;
    font-weight: normal;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #828897;opacity: 1;
    font-weight: normal;
}

.login_form input::-moz-placeholder {
    color: #828897;opacity: 1;
    font-weight: normal;
    font-size: 14px;
}

.login_form input:-ms-input-placeholder {
    color: #828897;opacity: 1;
    font-weight: normal;
    font-size: 14px;
}

.login_form input::-webkit-input-placeholder {
    color: #828897;opacity: 1;
    font-weight: normal;
    font-size: 14px;
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus, textarea:focus, select:focus {
    outline: none!important;
}

/* 消除input元素 type="number" 时默认的 加减按钮*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 消除input元素 type="number" 时默认的 加减按钮---moz版*/
input[type=number] {
    -moz-appearance:textfield;
}

/* 去掉select的默认样式 */
select {
    -webkit-appearance: none;
}
html, body {
    min-width: 1230px;background-color: #f5f5f5;
}
#page {
    width: 1200px;
    margin: 0 auto;
}
.oveh {
    overflow: hidden!important;
}
.transtion03 {
    transition: all .3s !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none !important;
}

.hide {
    display: none !important;
}

.auto0 {
    margin: 0 auto;
}

.w100 {
    width: 100% !important;
}

.visibilityH {
    visibility: hidden;
}
.cl {
    clear: both;
}
.clearfix:after {
    display: block;
    clear: both;
    content:'';
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt60 {
    margin-top: 60px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}
/*
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: visible
}

::-webkit-scrollbar-thumb {
    border: solid transparent;
    border-width: 1px 0;
    background-clip: padding-box;
    background: #c6c8cc
}

::-webkit-scrollbar-thumb:hover {
    background-color: #9198a6
}


::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

::-webkit-scrollbar-button:hover {
    border-color: #5f6366
}

::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {
    display: none
}*/

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.mask_wrapper{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 21, 29, 0.3);
    opacity: 0;
    visibility: hidden;
}

.mask_wrapper_show{
    opacity: 1;
    visibility: visible;
}
/* index common top */
.header_wrapper{
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
}
#app_ymjj {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.header_top{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    /*overflow: hidden;*/
}

.header_top_hide{
    height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header_top .container{
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    padding: 0;
}

.header_top span.fl{
    font-size: 12px;
}

.header_top span a{
    margin: 0 6px;
    font-size: 12px;
}

.header_top span.fl a:first-child{
    margin-left: 0;
}

.header_top span.fl a:hover{
    color: #3294FF;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.header_top span.fr a{
    font-size: 12px;
    color: #BBBFC9;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    float: left;margin: 0 8px;
}

.header_top span.fr a:last-child{
    margin-right: 0;
}

.header_top span.fr a:hover{
    color: #fff;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.header_top span a.jf{
    margin: 0;
}

.header_top span a.czbhz{
    margin-right: 0px;
    margin-left: 6px;
    color: #009900;
}


.user_msg{
    color: #BBBFC9;
    font-size: 12px;
}

.user_msg span{
    padding: 0 2px;
}
/*
.user_msg .gray{
  margin-left: 10px;
} */

.user_msg .iconfont{
    font-size: 14px;
}

.user_msg .msg0 b {
    display: none;
}

.user_msg .msg0 .iconfont {
    color: #BBBFC9;
    font-size: 14px;
}

.user_msg .msg0 b {
    display: none;
}
.msg0 .iconfont {
    color: #BBBFC9;
    font-size: 14px;
}

.user_msg a.msg1:hover i{
    color: #fff;
}
.user_msg,.user_msg a,.header_top span.fr a,.user_msg .iconfont {
    color: #000!important;
}
.user_msg a font{
    color: #000;
}
.container span.mark {
    font-size: 12px;
    margin: 0 6px;
    border-right: 1px solid #636363;
    height: 12px;
    overflow: hidden;
    display: inline-block;
    width: 0;
    position: relative;
    top: 2px;
    padding: 0;
}
.user_msg a{
    color: #BBBFC9;
}

.user_msg a:hover{
    color: #fff;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.user_msg .msg1 {
    margin: 0;
    display: inline-block;
    float: left;
}
.user_msg .msg1 b{
    float: left;
    margin-left: 2px;
    color: #FF6B22;
}
.user_msg .msg1 span{
    padding: 0;
    color: #FF6B22;
}
.user_msg .msg1 i {
    display: inline-block;
    width: 14px;
    height: 35px;
    background: url(../img/new/yj.png) no-repeat center;
    background-size: contain;
    float: left;
    opacity: .9;
}
.header_bottom{
    clear: both;
    width: 100%;
    height: 56px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
}
.user_msg a font{
    color: #FF6B22!important;
}
.header_bottom_fixed{
    background: #181d2a;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.header_bottom .container{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.logo_box{
    float: left;
    padding-top: 14px;
    width: 151px;
}
.logo_box > a {
    float: left;
    width: 84px;
}
.logo_box h1{
    position: absolute;
    left: -9999px;
}

.logo_box img{
    height: 27px;
    width: 84px;
}

.nav_box{
    float: left;
    margin-left: 20px;
    clear: initial!important;
}
.nav_item{
    position: relative;
    float: left;
    padding: 0;
    height: 55px;
    line-height: 55px;
}

.nav_item > a{
    display: block;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.nav_item a.nav-on{
    color: #3294FF;
}

.nav_child a:hover{
    color: #3294FF!important;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.nav_item a:hover{
    color: #3294FF;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.nav_child a.hot:hover{
    color: #FF5722!important;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.nav_child{
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 11;
    background-color: #fff;
    padding: 15px 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 43, 0.4);
}

.nav_child_show{
    top: 55px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav_child::before{
    position: absolute;
    top: -4px;
    left: 42px;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid #0000;
    border-left-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(135deg);
    margin-left: 4px;
}
.cx .nav_child {
    left: -4px;
}
.cx .nav_child::before {
    left: 44px;
}
.qz .nav_child::before {
    left: 46px;
}
.qz .nav_child {
    left: -6px;
}

.ymjj .nav_child::before {
    left: 46px;
}
.ymjj .nav_child {
    left: -7px;
}
.zc .nav_child::before {
    left: 54px;
}
.zc .nav_child {
    left: -14px;
}

.ykj .nav_child::before {
    left: 48px;
}
.ykj .nav_child {
    left: -14px;
}

.yun .nav_child::before {
    left: 32px;
}
.nav_child li{
    position: relative;
    line-height: 30px;
    margin: 0 10px;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
}

.left_nav_child{
    display: inline-block;
    vertical-align: top;
}

.left_nav_child li.child{
    background: url(../img/new/child_arr_icon.png) no-repeat right center;
    background-size: 4px;
}
.left_nav_child li.child1 {
    background: none;
}

.left_nav_child li.cur a {
    color: #037CFF;
}
.cuxiao {
    position: absolute;
    top: 2px;
    left: 80px;
    width: 16px;
    height: 14px;
    background: url(../img/new/cx.png) no-repeat;
    background-size: contain;
}
.yun .cuxiao {
    left: 55px;
}
.yun .left_nav_child li a {
    position: relative;
	left: -5px;
}
.left_nav_child li a{
    display: inline-block;
    color: #000;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.left_nav_child li a::after,
.right_nav_child li a::after,
.tsfx_item dd a::after,
.manage_wrapper dl dd a::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #037CFF;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.left_nav_child li a.hot::after,
.right_nav_child li a.hot::after,
.tsfx_item dd a.hot::after,
.manage_wrapper dl dd a.hot::after{
    background-color:#FF6B22;
}

.left_nav_child li a:hover::after,
.right_nav_child li a:hover::after,
.tsfx_item dd  a:hover::after,
.manage_wrapper dl dd a:hover::after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.left_nav_child li a.hot,
.right_nav_child li a.hot{
    color: #FF5722;
}

.right_nav_child{
    display: inline-block;
    border-left: 1px solid #eee;
    vertical-align: top;
}

/*.right_nav_child ul{*/
/*    display: none;*/
/*}*/

.right_nav_child ul.cur{
    display: block;
}

.right_nav_child li a{
    display: inline-block;
    color: #4D5260;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.tsfx_child{
    width: 1200px;
    padding: 25px 0;
    left: -719px;
}
.nava {
    margin: 0!important;
}
.tsfxs_child{
    padding-left: 420px;
    box-sizing: border-box;
}
#dlz .tsfxs_child {
    padding-left: 567px;
}
#dlz .tsfx_child {
    left: -719px;
}
#dlz .tsfx_child::before {
    left: 758px;
}
.tsfx_child::before{
    left: 760px;
}

.qyfw_child{
    left: -637px;
    padding-left: 322px;
    box-sizing: border-box;
}

.qyfw_child::before{
    left: 677px;
}

.tsfx_item{
    vertical-align: top;
    display: inline-block;
    width: 90px;
    height: 190px;
    padding-left: 27px;
    border-right: 1px solid #eee;
    text-align: left;
}

.qyfw_item{
    width: 120px;
}

.tsfx_item:last-of-type{
    border-right: none;
}

.tsfx_item dt{
    margin-bottom: 10px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #181C29;
}

.tsfx_item dd{
    line-height: 28px;
    font-size: 12px;
}

.tsfx_item dd a{
    display: inline-block;
    color: #4D5260;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.tsfx_item dd a.hot{
    color: #FF6B22;
}

.tsfx_item dd img{
    margin-left: 4px;
    height: 13px;
}

.tsfx_item dd a:hover{
    color: #037CFF;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.tsfx_item dd a.hot:hover{
    color: #FF6B22!important;
}

.api_banners{
    position: absolute;
    left: 95px;
    top: 20px;
    width: 300px;
}
.api_banners img{
    width: 100%;
    height: 198px;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

.search_box_btn{
    float: right;
    width: 194px;
    height: 55px;
    padding-left: 25px;
    line-height: 55px;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    background: rgba(0,0,0,0.1);
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_box_btn:hover{
    background: rgba(0,0,0,0.2)
}
.search_box_btn i.iconfont{
    float: right;
    margin-right: 20px;
    font-size: 14px;
}

.manage_center_btn {
    float: right;
    width: 100px;
    height: 56px;
    background-color: #1988e1;
}

.manage_center_btn > a{
    display: block;
    width: 100%;
    line-height: 56px;
    color: #fff;
    text-align: center;
}

/*
.logined_manage{
    display: none;
}*/


.search_wrapper{
    position: absolute;
    top: 0;
    right: 100px;
    display: none;
    width: 390px;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 43, 0.4);
    animation-name:jm-search-active;
    animation-iteration-count: 1;
    animation-duration: .15s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
}
@keyframes jm-search-active {
    0% {
        opacity: 1;
        z-index: -1;
        width: 0
    }
    to {
        opacity: 1;
        z-index: 99;
        width: 390px
    }
}
.search_wrapper_show{
    width: 390px;
    height: 250px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.search_wrapper .container{
    width: 390px;
    overflow: hidden;
}
.search_tabs{
    width: 100%;
    height: 56px;
    line-height: 55px;
    background: -webkit-linear-gradient(left ,#4aa1ff,#0274ef);
    background: -moz-linear-gradient(left ,#4aa1ff,#0274ef);
    background: -o-linear-gradient(left ,#4aa1ff,#0274ef);
    background: linear-gradient(to left ,#4aa1ff,#0274ef);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0274ef, endColorstr=#4aa1ff);
    -ms-filter:'progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0274ef, endColorstr=#4aa1ff)';
}
.hk_site .search_tabs {
    background: -webkit-linear-gradient(left ,#fb6464,#c95151);
    background: -moz-linear-gradient(left ,#fb6464,#c95151);
    background: -o-linear-gradient(left ,#fb6464,#c95151);
    background: linear-gradient(to left ,#fb6464,#c95151);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#c95151, endColorstr=#fb6464);
    -ms-filter:'progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#c95151, endColorstr=#fb6464)';
}
.hk_site .search_form i.iconfont,.hk_site .search_button {
    color: #c95151;
}
.hk_site .search_form {
    border-bottom: 1px solid #c95151;
}
.search_tabs i.iconfont{
    float: right;
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.search_tabs i.iconfont:hover{
    color: #037cff;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.search_tabs .close {
    color: #fff;
    font-size: 24px;
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.search_tabs li{
    height: 56px;
    float: left;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.search_tabs li.cur{
    background: url(../img/new/nav_child_arr.png) no-repeat center bottom;
    background-size: 14px;
}

.search_content{
    padding: 10px 20px 20px;
}

.search_form{
    position: relative;
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #037CFF;
}

.search_form i.iconfont{
    position: absolute;
    left: 0;
    top: 14px;
    font-size: 14px;
    color: #037cff;
}

.search_input{
    float: left;
    width: 270px;
    height: 44px;
    border: none;
    background: none;
    padding-left: 30px;
    caret-color: #0f9fff;
}

.search_button{
    float: right;
    width: auto;
    height: 44px;
    border: none;
    background: none;
    color: #037CFF;
    font-size: 14px;
}

.search_history{
    margin-top: 20px;
}

.search_history .title{
    padding-top: 0;
    padding-bottom: 10px;
    height: 12px;
    line-height: 1;
    font-size: 12px;
    color: #828897;
}

.search_history .title .iconfont{
    margin-left: 10px;
    font-size: 12px;
    color: #828897;
    cursor: pointer;
}

.search_history .title .iconfont:hover{
    color: #037cff;
}

.search_history .box{
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.search_history .box p{
    padding-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.search_history .box ul{
    margin-left: -10px;
}

.search_history .box li{
    float: left;
    margin: 6px 0 3px 10px;
    border: 1px solid #dfdfe0;
    border-radius: 2px;
}

.search_history .box li:hover{
    border: 1px solid #037CFF;
}
.search_history .box li a{
    display: block;
    padding: 8px 10px;
    line-height: 1;
    font-size: 12px;
    color: #4D5260;
}

.search_history .box li a:hover{
    color: #037CFF;
}

.manage_wrapper{
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    width: 524px;
    padding-top: 25px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
    box-shadow: 0px 4px 20px 0px rgba(25, 30, 43, 0.4);
}

.manage_wrapper_show{
    top: 55px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}

.manage_wrapper::before{
    position: absolute;
    top: -8px;
    right: 42px;
    content: '';
    width: 14px;
    height: 8px;
    background: url(../img/new/nav_child_arr.png) no-repeat;
}

.manage_wrapper dl{
    position: relative;
    float: left;
    width: 100px;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.manage_wrapper dl::after{
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 90%;
    background-color: #eee;
}

.manage_wrapper dl:nth-child(4n)::after{
    width: 0;
}

.manage_wrapper dl:nth-child(5),
.manage_wrapper dl:nth-child(6),
.manage_wrapper dl:nth-child(7),
.manage_wrapper dl:nth-child(8){
    border-bottom: 0;
    margin-bottom: 10px;
}

.manage_wrapper dl dt{
    margin-bottom: 10px;
    font-weight: bold;
    color: #181C29;
}

.manage_wrapper dl dd {
    line-height: 26px;
}

.manage_wrapper dl dd img{
    height: 13px;
    margin-left: 4px;
}

.manage_wrapper dl dd a{
    display: inline-block;
    font-size: 12px;
    color: #4D5260;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.manage_wrapper dl dd a:hover{
    color: #037cff;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.manage_wrapper dl dd a.hot{
    color: #FF6B22;
}

.business-item {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    background: url('../img/sprite.png') no-repeat;
}

.business-list a {
    display: block;
    overflow: hidden;
}

.business-container {
    width: 976px;
    height: 291px;
    padding: 0;
}

.business-list li {
    float: left;
    padding: 26px 24px;
    border-left: 1px dotted #e8e8e8;
    border-bottom: 1px dotted #e8e8e8;
    margin-bottom: 0;
    box-sizing: border-box;
    width: 20%;
}
.today-tj a {
    max-width: 400px!important;
}
.business-list li a {
    display: block!important;
    padding-bottom: 0!important;
    border: 0!important;
}
.business-list li a:hover {
    border: none;
}
.business-msg span {
    display: block;
}

.leimi {
    background-position: -370px 0;
}

.yupu {
    background-position: -120px 0;
}

.namepre {
    background-position: -80px 0;
}

.digua {
    background-position: -285px 0;
}

.qihui {
    background-position: -40px 0;
}

.ycj {
    background-position: -160px 0;
}

.jucha {
    background-position: -200px 0;
}

.mibiao {
    background-position: -325px 0;
}

.gathernames {
    background-position: -240px 0;
}

.active .leimi {
    background-position: -370px -41px;
}

.active .yupu {
    background-position: -120px -41px;
}

.active .namepre {
    background-position: -80px -41px;
}

.active .digua {
    background-position: -285px -41px;
}

.active .qihui {
    background-position: -40px -40px;
}

.active .ycj {
    background-position: -160px -41px;
}

.active .jucha {
    background-position: -200px -41px;
}

.active .wanmi {
    background-position: 0 -41px;
}

.active .mibiao {
    background-position: -325px -41px;
}

.active .gathernames {
    background-position: -240px -41px;
}

.business-list li:hover a {
    color: #0A9EF6;
}

.business-list li:hover a {
    color: #919191
}



.cancel-btn {
    position: absolute;
    right: 15px;
    *right: 0;
    cursor: pointer;
    top: -82px;
    color: #fff
}



/* 客服弹窗 */
#kf {
    position: fixed;
    right: 0;
    left: 50%;
    margin-left: 620px;
    top: 192px;
    background: #fff;
    border-radius: 4px;
    width: 48px;
    height: 137px;
    box-shadow: 0 1px 4px rgba(3, 27, 78, .2);
    cursor: pointer;
    z-index: 999;
}

.kf-touch .iconfont {
    height: 52px;
    font-size: 24px;
    line-height: 52px;
}

.kf-touch {
    display: block;
    width: 23px;
    margin: 0 auto;
    color: #0A9EF6;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}

.c-wrap {
    display: none;
    width: 296px;
    position: absolute;
    left: -296px;
    top: -1px;
}

.kf-contact {
    width: 236px;
    padding: 0px 24px;
    box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
    background-color: #fff;
    border-radius: 4px;
    cursor: auto;
}

.kf-contact .iconfont {
    font-size: 20px;
    line-height: 39px;
    float: left;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.kf-contact img.ewm{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 28px;
    border: 1px solid #eee;
    right: -2px;
}
.qqhm {
    padding: 20px 0;
}

.dhhm {
    padding: 10px 0;
}

.kf-wd {
    padding: 20px 0;
}

.kf-contact strong {
    font-weight: 400;
    display: block;
    margin-top: 4px;
    line-height: 1;
    color: #9DA3AC;
    font-size: 12px;
}

.kf-contact span {
    display: block;
}

.kf-contact a {
    display: block;
    color: #091830;
    text-align: left;
    white-space: nowrap;
}
.kf-contact a:hover {
    color: #037CFF
}
.kf-contact a i {
    margin-right: 16px;
}
.kf-manager a {
    padding-left: 36px;
}

.isdaili {
    width: 256px;
    margin-top: 5px;
    padding: 13px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 12px 0px rgba(7, 17, 27, 0.1);
    background: rgb(255, 255, 255);
    text-align: left;
    display: block;
    border-radius: 4px;
}

.isdaili a {
    width: 100%;
    height: 36px;
    display: block;
    background-color: #0A9EF6;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 36px;
    text-align: center
}

.ttop {
    display: none;
    background: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    box-shadow: 0 1px 4px rgba(3, 27, 78, 0.2);
    position: fixed;
    right: 0px;
    left: 50%;
    margin-left: 620px;
    top: 344px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    color: #0A9EF6;
    z-index: 999;
    font-size: 16px;
}

.kf-manager, .kf-manager a {
    color: #037CFF;
}

.kf-manager {
    border-top: 1px solid #f2f3f4;
    display: none;
    position: relative;
}

.kf-manager span {
    margin-bottom: 10px;
}

.kf-manager .iconfont {
    line-height: 24px;
    font-size: 24px;
}

.kf-manager strong {
    display: block;
    margin-top: 8px;
    color: rgba(0, 0, 0, .5);
    font-family: inherit;
}

.kf-contact .hot-line-kf a {
    width: 236px;
    height: 36px;
    padding: 0;
    border: 1px solid #037CFF;
    line-height: 36px;
    text-align: center;
    color: #037CFF;
    transition: all .3s;
}

.kf-contact .hot-line-kf a:hover {
    background-color: #037CFF;
    color: #fff;
}

.kf-contact .hot-line-kf {
    padding-bottom: 24px;
    display: none;
}


.user-msg, .user-msg a {
    color: #bfbfbf;
    transition: all .3s;
}
.user-msg a:hover {
    color: #fff;
}
.user-msg a.czbhx {
    color: #FF5722;
}
.user-msg a.czbhz {
    color: #42af47;
}

.msg1 .iconfont {padding-right: 2px;}
.jm-cz a {
    margin: 0 !important;
    padding: 2px 5px;
    height: 20px;
    line-height: 1;
    border-radius: 1px;
}


.jm-cz.cz a:hover {
    background: #037cff;
    color: #fff!important;
}
.price {
    color: #bd0800;
}
.user-msg .price{color: #fff;}


.clip-b {
    overflow: hidden;
}

.foot-link ul.hAuto {
    height: auto;
}
.foot-link ul>a {
    display: inline-block;
    margin: 0 20px 10px 0;
}

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

/*footer*/
.footer {
    background: #181c29;
    font-size: 12px;
    color:rgba(255,255,255,.4);
}

.footer .auto0 {
    width: 1200px;
}

.footer strong {
    display: block;
    margin-bottom: 15px;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    font-weight: 400;
}

.footer a {
    color: rgba(255,255,255,.4);
    transition: all .3s;
    font-size: 14px;
}

.footer a:hover {
    color: #037CFF !important;
}

.foot-top {
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 20px;
}

.foot-nav {
    float: left;
    padding-left: 26px;
    padding-right: 40px;
    min-height: 170px;
}

.foot-nav:first-child{
    padding-left: 0;
}

.foot-nav li {
    color: #919191;
    font-size: 14px;
    line-height: 34px
}

.foot-kf {
    padding-right: 0;
    padding-left: 90px;
    border-left: 1px solid #282D3D;
}
.foot-kf span {
    color: rgba(255,255,255,.5);
}
.foot-kf .hot-line {
    margin-bottom: 0;
    font-size: 18px;
    font-family: Arial;
    color: #037CFF;
    display: initial;
}

.call {
    text-align: center;
    display: block;
    height: 36px;
    margin: 18px 0;
    margin-bottom: 18px;
    background: #037CFF;
    border-radius: 2px;
    background-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #fff!important;
}
.call i.iconfont {
    padding-right: 12px;
    font-size: 14px;
}
.footer .call:hover {
    color: #fff!important;
    background: #037CFF;
}

.foot-contact {
    position: relative;
    float: left;
}

.foot-contact ul li {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    transition: all .3s;
}

.foot-contact ul li:hover{
    color: #037CFF;
}

.foot-contact ol {
    position: absolute;
    bottom: 25px;
}

.foot-contact ol img {
    width: 126px;
    box-shadow: 0 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
}

.foot-contact ul li.wx {
    background-position: -33px -33px;
}

.foot-contact ul li.wx:hover {
    background-position: -33px 0;
}

.foot-contact ol li.wb{
    margin-left: -54px;
}
.foot-contact ol li.wx {
    margin-left:-8px;
}
.foot-contact ol li.dy{
    margin-left: 45px;
}
.foot-contact ol li:after {
    height: 0;
    width: 0;
    position: relative;
    left: 56px;
    border: 8px solid #0000;
    content: '';
    border-top-color:#fff;
    bottom: 13px;
    display: block;
}

.foot-contact ol li {
    width: 126px;
    position:absolute;
    top:-140px;
    height: 126px;
    display: none;
}


.foot-link {
    border-top: 1px solid rgba(58, 70, 89, 0.50);
    padding-top: 24px;
    padding-bottom: 15px;
}

.foot-link ul li {
    float: left;
    width: 100px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.foot-link ul {
    width: 1227px;
    overflow: hidden;
}

.foot-bottom {
    position: relative;
    padding: 20px 0;
    color: rgba(255,255,255,.4);
    border-top: 1px solid rgba(58, 70, 89, 0.50);
}
.foot-bottom a {
    font-size: 12px!important;

}
.foot-bottom p {
    margin-bottom: 8px;
}


.rz-box {
    position: absolute;
    right: 0;
    bottom: 27px;
    margin-top: 20px;
    overflow: hidden;
}

.rz-box span {
    display: block;
    float: left;
    margin-left: 24px;
    height: 40px;
}

.rz-box img {
    height: 30px;border-radius: 2px;
}

.pr0 {
    padding-right: 0 !important;
}

.foot-service {
    padding-right: 90px;
    padding-left: 40px;
}

.clip-b {
    overflow: hidden;
}

/* 动画层 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes jmSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@keyframes jmSlideUpIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@-webkit-keyframes jmSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@keyframes jmSlideUpOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 0;
    }
}

@-webkit-keyframes jmSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@keyframes jmSlideDownIn {
    0% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
}

@-webkit-keyframes jmSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

@keyframes jmSlideDownOut {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        opacity: 0;
    }
}

.animated2 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

/* 登录 */
.login_box {
    width: 410px;
    height: 516px;
    margin: 50px auto;
    background: #fff;
}
.jm-class1 .layui-layer-content {
    overflow: visible !important;
}
.jm-class1{
    background: transparent!important;
}

.login_r {
    width: 330px;
    float: right;
    padding-right: 40px;
}
.pop-login .login_r {
    padding-right: 70px;
}
.login_r i {
    float: right;
    width: 105px;
    height: 26px;
    margin-right: -4px;
    margin-top: 37px;
    background: url('../img/code_t.png') no-repeat;
    background-size: cover;
}
.hk_site .login_r i {
   background-image: url('../img/code_t_hk.png');
}
.login_tag {
    margin-bottom: 20px;
    clear: right;
    font-size: 16px;
    color: #404956;
    cursor: pointer;
}
.login_tag span {
    float: left;
    box-sizing: border-box;
    display: block;
    width: 50%;
    line-height: 42px;
    border: 1px solid #DDDDDD;
    text-align: center;
}
.login_tag span.on {
    color: #037CFF;
    border: 1px solid #037CFF;
    background: rgba(3, 124, 255, 0.05);
}
.login_form p {
    position: relative;
    margin-bottom: 15px;
}

.login_form p:hover .jm-input{
    border-right-width: 1px !important;
    border-color: #037cff;
}

.login_form .yz_tc_box:hover .jm-input{
    border-right-width: 1px !important;
    border-color: #037cff;
}


.login_form p.tips{
    line-height: 20px;
    text-align: center;
    color: #F54996;
}

.clear-input-btn{
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    height: 100%;
    line-height: 44px;
    width: 44px;
    font-size: 18px;
    color: #dedcdc;
    text-align: center;
    cursor: pointer;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.clear-input-btn:hover{
    color: #007BFC;
}

.clear-input-btn-show{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.login_form span {
    right: 0;
    position: absolute;
    padding: 0 12px;
    margin: 1px;
    color: #333;
    height: 34px;
    background: #fff;
    line-height: 34px;
    cursor: pointer;
    top: 2px;
    width: 83px;
    text-align: center;
}
.login_form span::before {
    position: absolute;
    left: 0px;
    top: 9px;
    content: '';
    width: 1px;
    height: 18px;
    background: #ccc;

}
.login_form .jm-input {
    width: 100%;
    height: 44px;
    /* line-height: 44px; */
    border: 1px solid #DDDDDD;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    color: #404956;
}
.login_form a {
    font-size: 14px;
    line-height: 20px;
}
.login_zc {
    float: left;
    color: #037CFF;
}
.login_mm {
    float: right;
    color: #aaa;
}
.login_form button {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 0;
}
.sf_login div.xy {
    position: relative;
    color: #828897;
    text-align: center;
    font-size: 12px;
}

.sf_login div.xy a{
    color: #037CFF;
}

.sf_login p {
    position: relative;
    color: #999;
    text-align: center;
}
.sf_login p:before,.sf_login p:after {
    content: '';
    position: absolute;
    width: 112px;
    height: 1px;
    left: 0;
    top: 10px;
    background-color: #D7D7D7;opacity: .5;
}
.sf_login p:after {
    right: 0;
    left: auto;
}
.sf_login img {
    width: 55px;
}
.sf_login li {
    float: left;
    margin-right: 60px;
    cursor: pointer;
    width: 44px;
    height: 44px;
}

.sf_login li.zfb{
    background: url(../img/new/ico_zfb.png) no-repeat;
    background-size: 44px;
}

.sf_login li.zfb:hover{
    background: url(../img/new/ico_zfb_hover.png) no-repeat;
    background-size: 44px;
}

.sf_login li.weixin{
    background: url(../img/new/ico_wx.png) no-repeat;
    background-size: 44px;
}

.sf_login li.weixin:hover{
    background: url(../img/new/ico_wx_hover.png) no-repeat;
    background-size: 44px;
}

.sf_login li.qq{
    background: url(../img/new/ico_qq.png) no-repeat;
    background-size: 44px;
}

.sf_login li.qq:hover{
    background: url(../img/new/ico_qq_hover.png) no-repeat;
    background-size: 44px;
}

.sf_login li:first-child {
    margin-left: 35px;
}
.sf_login li:last-child {
    margin-right: 0;
}
.sf_login ul {
    margin-top: 30px;
}
.login_form1 button {
    margin: 0;
}
.login_form1 #re_yzms {
    width: 96px;
    height: 42px;
    float: right;
    border: 1px solid #ddd;
    border-radius: 0;
    cursor: pointer;
}
.text_disabled {
    color: #999!important;
}
.login_r1 {
    background:transparent;
}
.login_count h6 ,.bind_phone h6{
    margin-top: 54px;
    margin-bottom: 18px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    clear: both;
}
.login_count ul {
    height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
}
.login_count li {
    margin-bottom: 15px;
    width: 290px;
    height: 20px;
    padding: 14px;
    background: rgba(71, 50, 155, 0);
    border: 1px solid #EEEEEE;
    cursor: pointer;
    transition: all 0.3s;
}
.login_count li.active,.login_count li:hover {
    border-color: transparent;
    background: url('../img/dl.png') no-repeat;
    background-size: 321px 49px;
}
.hk_site .login_count li.active,.hk_site .login_count li:hover {
    background-image: url('../img/dl_hk.png');
}
.login_count span {
    color: #037CFF;
}
.login_count .jm-button,.bind_phone .jm-button {
    margin-top: 37px;
    height: 45px;
}
.close-pop{
    position: absolute;
    top: 4px;
    right: 5px;
    color: #8f8d8d;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.close-pop:hover{
    color: #037CFF;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.bind_phone span {
    color: #333;
}
.login_r2 {
    position: relative;
    background: url(../img/code_1.png) no-repeat 316px 26px;
    background-size: 40px 40px;
}
.login_r2 i {
    width: 122px;
    height: 26px;
    margin-right: -4px;
    margin-top: 37px;
    margin-bottom: 20px;
    background: url(../img/code_m.png) no-repeat;
    background-size: cover;
}
.hk_site .login_r2 i {
    background-image: url(../img/code_m_hk.png);
}
.bindPhoneTips {
    color: #666;
}
.bindPhoneTips strong {
    font-weight: 400;
    color: #FF2525;
}
.bind_phone .jm-button {
    margin-top: 0px;
    margin-bottom: 18px;
}
.switch_pass_login {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    cursor: pointer;
    top: 23px;
}

input#re_yzm {
    width: 220px;
    float: left;
}
input.fnone{
    float: none!important;
}
.login_l {
    float: left;
    margin-left: 43px;
}
.login_l h6 {
    display: block;
    padding-top: 50px;
    color: #181C29;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
.login_l p {
    line-height: 28px;
    font-size: 12px;
    color: rgba(255,255,255,.3);
}
.login_l ul {
    margin-top: 20px;
}
.login_l ul li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #4D5260;
}

.login_l ul li strong{
    color: #0274ef;
    font-weight: normal;
}
body #yz_tc1 span,body #yz_tc2 span,body #yz_tc_dl span,body #yz_tc_hao span,body #yz_tc span {
    padding: 0;
    margin:0;
    top:0;
    line-height: 38px;
}

body .nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang='_startTEXT']{
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#828897),color-stop(.4,#828897),color-stop(.5,#fff),color-stop(.6,#828897),color-stop(1,#828897));
    -webkit-background-clip: text;
}
.nc-container span::before{
    content: none;
}
body .scale_text span {
    color: #666;

}
body .scale_text2 span {
    color: #fff;

}
body .scale_text {
    text-indent: 12px
}
body .nc-container {
    border-radius: 4px;
    overflow: hidden;
}

body .nc-container .nc_scale .nc_ok,body .nc-container .nc_scale .nc_bg {
    background: #037CFF!important
}
body .nc-container .nc_scale .nc_bg {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
body .nc-container .nc_scale .btn_slide {
    background-color: #F6F7F9;
    font-size: 18px;
    color: #737383!important;
    border-radius: 4px;
}
body .nc-container .nc_scale .btn_ok {
    color: #037CFF!important;
    line-height: 40px !important;
}
.pop-login .nc-container .nc_scale .btn_ok {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
body .nc-container .nc_scale .scale_text2 b{
    color: #fff;
}
body .nc-container {
    display: block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}
body #yz_tc1 span:before,body #yz_tc2 span:before,body #yz_tc_hao span:before,body #yz_tc span:before  {
    content: none
}
body .yz_tc_box , body .yz_tc_box1 {
    position: relative;
    margin-bottom: 15px
}
body .yz_tc_box b:before,body .yz_tc_box1 b:before {
    content: none
}
body .yz_tc_box b#set_code,body .yz_tc_box1 b#set_code1 {
    position: absolute;
    color: #037CFF;
    padding: 0 12px;
    top: 2px;
    right: 57px;
    height: 38px;
    margin: 0;
    line-height: 38px;
    font-size: 12px;
    cursor: pointer;
}
body .yz_tc_box b#set_yycode ,body .yz_tc_box1 b#set_yycode1 {
    position: absolute;
    color: #fa9910;
    padding: 0 12px;
    top: 2px;
    right: 1px;
    height: 38px;
    margin: 0;
    line-height: 38px;
    font-size: 12px;
    cursor: pointer;
}
body .yz_tc_box b#set_code.text_disabled,body .yz_tc_box1 b#set_code1.text_disabled {
    right: 1px;
}
body .nc-container .nc_scale span {
    width: 44px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
body #yz_tc1,#yz_tc2,#yz_tc_hao,body .nc_scale,#yz_tc,body #yz_tc_dl {
    height: 40px!important;
    background: #fff;
}

body .nc-container .nc_scale .scale_text{
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
    text-indent: -42px;
}
.login_wrap {
    width: 1018px;
    padding: 43px 0;
    margin: 0 auto;
    background: url('../img/login_bg3.png') no-repeat top left;
    background-size: 558px auto;
    overflow: hidden;
}
.login_wrap .login_r {
    padding: 0 40px;
    padding-bottom: 24px;
    margin: 0;
    border-radius: 4px;
    background-color: #fff;
}
.login_wrap .login_tag span {
    width: 160px;
    margin: 0;
    float: left;
    padding-bottom: 18px;
    text-align: center;
    font-size: 16px;
    border-bottom: 2px #eee solid;
    color: #151B20;
}
.login_wrap .login_tag span.on {
    color: #037CFF;
    border-bottom: 2px #037CFF solid;
}
.login_wrap .login_zc{
    color: #037CFF;
}
.login_wrap  .login_form span {
    top: 0;
}
.login_wrap  .login_form span::before {
    top: 14px;
}
.login_wrap  .login_form button {
    margin-bottom: 52px;
}
.login_wrap .login_form1 button  {
    margin-bottom: 12px;
}
@-webkit-keyframes slidetounlock {
    0% {
        background-position: -100px 0
    }
    100% {
        background-position: 300px 0
    }
}

/* 登陆弹窗 */
.manage_box {
    width: 100px;
    height: 56px;
    float: right;
    position: relative;
}
/* 重写layer */
.layui-layer.jm-class{margin-top: -50px;}
.layui-layer-move{width:auto!important;height:auto!important;}
.jm-class .layui-layer-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.jm-class .layui-layer-setwin {
    top: 18px;
}
.jm-class.layui-layer {
    /*border-radius: 4px;*/
}

.jm-class.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    top: 50%!important;
    margin-top: -15px;
    left: 25px!important;
}
.jm-class .layui-layer-content a{
    color:#06c;
}
.jm-class .layui-layer-padding {
    padding-left: 70px!important;
}

/* 表单组件 */
.jm-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    /*position: relative;*/
    display: inline-block;
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 10px;
}
.login_form .jm-input{padding: 0 15px;}
.jm-input:hover {
    border-right-width: 1px !important;
    border-color:#037cff;
}
.jm-input:focus,input.actives {
    border-color: #037cff !important;
    border-right-width: 1px !important;
    outline: none!important;
    /*-webkit-box-shadow: 0 0 4px 2px rgba(24, 144, 255, 0.2);*/
    /*box-shadow: 0 0 4px 2px rgba(24, 144, 255, 0.2);*/
}
.has_error {
    border-color: #F95151 !important;
}
textarea.jm-input {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transition: all 0.3s, height 0s;
    transition: all 0.3s, height 0s;
}
.jm-button {
    width: 100%;
    height: 36px;
    border-radius: 3px;
    color: #fff;
    line-height: 36px;
    background-color: #037CFF;
    border-color: #037CFF;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.jm-button.disabled,.jm-button.disabled:hover {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
    cursor: not-allowed;
    color: rgba(0,0,0,.25);
}

.jm-button:hover {
    background-color: #0567cf;
    border-color: #0567cf;
}

.jm-picker {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: 0;
}

.jm-picker .jm-input {
    height: 28px;
    border: 1px solid #ebedef;
    line-height: 28px;
    font-size: 12px;
    color: #FF5722;
}

.picker-large {
    width: 170px;
}

.jm-picker i,.pxyd i {
    position: absolute;
    top: 50%;
    right: 12px;
    z-index: 1;
    margin-top: -2px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color: #919191 transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
}
.pxyd i {
    right: -6px;
    top: 16px;
    transform-origin: 5px 2px;
}
.pxyd i.on {
    transform: rotate(180deg);
}
.pxyd {
    position: relative;
}
.jm-picker input {
    /*background-color: transparent !important;*/
    background-color: #f9f9f9 !important;
}
.err_tips .login {
    color: #037CFF;
    cursor: pointer;
}
.jm-picker .noread {
    cursor: pointer;
}

.jm-picker.picker-small {
    width: 80px;
    margin: 0 !important;
}

.jm-picker-label {
    display: none;
    position: absolute;
    top: 50%;
    left: 11px;
    width: 60%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    z-index: 9;
    color: #ff5722;
}
.jm-picker.picker-small .jm-picker-label {
    width: 40px;
}
.jm-picker.picker-large .jm-picker-label {
    width: 134px;
}
.jm-checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    top: -0.09em;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
}

.jm-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.jm-checkbox-checked::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    visibility: hidden;
    -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
    animation: antCheckboxEffect 0.36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    content: '';
}

.jm-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 2px;
    border-collapse: separate;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jm-checkbox-wrapper:hover .jm-checkbox-inner, .jm-checkbox:hover .jm-checkbox-inner, .jm-checkbox-input:focus + .jm-checkbox-inner {
    border-color: #1890ff;
}
@-webkit-keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes antCheckboxEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

.jm-checkbox-wrapper:hover .jm-checkbox-inner,
.jm-checkbox:hover .jm-checkbox-inner,
.jm-checkbox-input:focus + .jm-checkbox-inner {
    border-color: #1890ff;
}
.jm-checkbox:hover::after,
.jm-checkbox-wrapper:hover .jm-checkbox::after {
    visibility: visible;
}

.jm-checkbox-inner::after {
    position: absolute;
    top: 44%;
    left: 22%;
    display: table;
    width: 5px;
    height: 9px;
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
    transform: rotate(45deg) scale(0) translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
    content: ' ';
}

.jm-checkbox-checked .jm-checkbox-inner::after {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
    content: ' ';
    width: 4px;
    height: 8px;
}

.jm-checkbox-checked .jm-checkbox-inner {
    background-color: #1890ff;
    border-color: #1890ff;
}

.jm-checkbox-disabled {
    cursor: not-allowed;
}

.jm-checkbox-disabled.jm-checkbox-checked .jm-checkbox-inner::after {
    border-color: rgba(0, 0, 0, 0.25);
    -webkit-animation-name: none;
    animation-name: none;
}

.jm-checkbox-disabled .jm-checkbox-input {
    cursor: not-allowed;
}

.jm-checkbox-disabled .jm-checkbox-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important;
}

.jm-checkbox-disabled .jm-checkbox-inner::after {
    border-color: #f5f5f5;
    border-collapse: separate;
    -webkit-animation-name: none;
    animation-name: none;
}

.jm-checkbox-disabled + span {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.jm-checkbox-disabled:hover::after,
.jm-checkbox-wrapper:hover .jm-checkbox-disabled::after {
    visibility: hidden;
}

.jm-checkbox-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    display: inline-block;
    line-height: unset;
    cursor: pointer;
}

.jm-checkbox-wrapper.jm-checkbox-wrapper-disabled {
    cursor: not-allowed;
}

.jm-checkbox-wrapper + .jm-checkbox-wrapper {
    margin-left: 8px;
}

.jm-checkbox + span {
    padding-right: 6px;
    padding-left: 6px;
}

.jm-checkbox-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    display: inline-block;
}

.jm-checkbox-group-item {
    display: inline-block;
    margin-right: 8px;
}

.jm-checkbox-group-item:last-child {
    margin-right: 0;
}

.jm-checkbox-group-item + .jm-checkbox-group-item {
    margin-left: 0;
}

.jm-checkbox-indeterminate .jm-checkbox-inner {
    background-color: #fff;
    border-color: #d9d9d9;
}

.jm-checkbox-indeterminate .jm-checkbox-inner::after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #1890ff;
    border: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    content: ' ';
}

.jm-checkbox-indeterminate.jm-checkbox-disabled .jm-checkbox-inner::after {
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.25);
}

.jm-radio {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    vertical-align: sub;
    outline: none;
    cursor: pointer;
}

.jm-radio-wrapper:hover .jm-radio,
.jm-radio:hover .jm-radio-inner,
.jm-radio-input:focus + .jm-radio-inner {
    border-color: #1890ff;
}

.jm-radio-input:focus + .jm-radio-inner {
    -webkit-box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
}

.jm-radio-checked::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #1890ff;
    border-radius: 50%;
    visibility: hidden;
    -webkit-animation: antRadioEffect 0.36s ease-in-out;
    animation: antRadioEffect 0.36s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    content: '';
}

.jm-radio:hover::after,
.jm-radio-wrapper:hover .jm-radio::after {
    visibility: visible;
}

.jm-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-color: #d9d9d9;
    border-style: solid;
    border-width: 1px;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jm-radio-inner::after {
    position: absolute;
    top: 3px;
    left: 3px;
    display: table;
    width: 8px;
    height: 8px;
    background-color: #1890ff;
    border-top: 0;
    border-left: 0;
    border-radius: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    content: ' ';
}

.jm-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}

.jm-radio-checked .jm-radio-inner {
    border-color: #1890ff;
}

.jm-radio-checked .jm-radio-inner::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.jm-radio-disabled .jm-radio-inner {
    background-color: #f5f5f5;
    border-color: #d9d9d9 !important;
    cursor: not-allowed;
}

.jm-radio-disabled .jm-radio-inner::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.jm-radio-disabled .jm-radio-input {
    cursor: not-allowed;
}

.jm-radio-disabled + span {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

span.jm-radio + * {
    padding-right: 15px;
    padding-left: 6px;
    line-height: 18px;
}

.jm-radio-button-wrapper {
    position: relative;
    display: inline-block;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-left: 0;
    cursor: pointer;
    -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s;
    transition: color 0.3s, background 0.3s, border-color 0.3s;
}

.jm-radio-button-wrapper a {
    color: rgba(0, 0, 0, 0.65);
}

.jm-radio-button-wrapper > .jm-radio-button {
    display: block;
    width: 0;
    height: 0;
    margin-left: 0;
}

.jm-radio-group-large .jm-radio-button-wrapper {
    height: 40px;
    font-size: 16px;
    line-height: 38px;
}

.jm-radio-group-small .jm-radio-button-wrapper {
    height: 24px;
    padding: 0 7px;
    line-height: 22px;
}

.jm-radio-button-wrapper:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    content: '';
}

.jm-radio-button-wrapper:first-child {
    border-left: 1px solid #d9d9d9;
    border-radius: 4px 0 0 4px;
}

.jm-radio-button-wrapper:last-child {
    border-radius: 0 4px 4px 0;
}

.jm-radio-button-wrapper:first-child:last-child {
    border-radius: 4px;
}

.jm-radio-button-wrapper:hover {
    position: relative;
    color: #1890ff;
}

.jm-radio-button-wrapper:focus-within {
    outline: 3px solid rgba(24, 144, 255, 0.06);
}

.jm-radio-button-wrapper .jm-radio-inner,
.jm-radio-button-wrapper input[type='checkbox'],
.jm-radio-button-wrapper input[type='radio'] {
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled) {
    z-index: 1;
    color: #1890ff;
    background: #fff;
    border-color: #1890ff;
    -webkit-box-shadow: -1px 0 0 0 #1890ff;
    box-shadow: -1px 0 0 0 #1890ff;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled)::before {
    background-color: #1890ff !important;
    opacity: 0.1;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):first-child {
    border-color: #1890ff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):hover {
    color: #40a9ff;
    border-color: #40a9ff;
    -webkit-box-shadow: -1px 0 0 0 #40a9ff;
    box-shadow: -1px 0 0 0 #40a9ff;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):active {
    color: #096dd9;
    border-color: #096dd9;
    -webkit-box-shadow: -1px 0 0 0 #096dd9;
    box-shadow: -1px 0 0 0 #096dd9;
}

.jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):focus-within {
    outline: 3px solid rgba(24, 144, 255, 0.06);
}

.jm-radio-group-solid .jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled) {
    color: #fff;
    background: #1890ff;
    border-color: #1890ff;
}

.jm-radio-group-solid .jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):hover {
    color: #fff;
    background: #40a9ff;
    border-color: #40a9ff;
}

.jm-radio-group-solid .jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):active {
    color: #fff;
    background: #096dd9;
    border-color: #096dd9;
}

.jm-radio-group-solid .jm-radio-button-wrapper-checked:not(.jm-radio-button-wrapper-disabled):focus-within {
    outline: 3px solid rgba(24, 144, 255, 0.06);
}

.jm-radio-button-wrapper-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    cursor: not-allowed;
}

.jm-radio-button-wrapper-disabled:first-child,
.jm-radio-button-wrapper-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
}

.jm-radio-button-wrapper-disabled:first-child {
    border-left-color: #d9d9d9;
}

.jm-radio-button-wrapper-disabled.jm-radio-button-wrapper-checked {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@-webkit-keyframes antRadioEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes antRadioEffect {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

/* 下拉框 */
.ant-result {
    padding: 48px 32px;
}

.ant-result-success .ant-result-icon > .anticon {
    color: #52c41a;
}

.ant-result-error .ant-result-icon > .anticon {
    color: #f5222d;
}

.ant-result-info .ant-result-icon > .anticon {
    color: #1890ff;
}

.ant-result-warning .ant-result-icon > .anticon {
    color: #faad14;
}

.ant-result-image {
    width: 250px;
    height: 295px;
    margin: auto;
}

.ant-result-icon {
    margin-bottom: 24px;
    text-align: center;
}

.ant-result-icon > .anticon {
    font-size: 72px;
}

.ant-result-title {
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
}

.ant-result-subtitle {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.ant-result-extra {
    margin-top: 32px;
    text-align: center;
}

.ant-result-extra > * {
    margin-right: 8px;
}

.ant-result-extra > *:last-child {
    margin-right: 0;
}

.ant-result-content {
    margin-top: 24px;
    padding: 24px 40px;
    background-color: #fafafa;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.jm-select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    outline: 0;
}

.jm-select ul,
.jm-select ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jm-select > ul > li > a {
    padding: 0;
    background-color: #fff;
}

.jm-select-arrow {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 1;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.jm-select-arrow > * {
    line-height: 1;
}

.jm-select-arrow svg {
    display: inline-block;
}

.jm-select-arrow::before {
    display: none;
}

.jm-select-arrow .jm-select-arrow-icon {
    display: block;
}

.jm-select-arrow .jm-select-arrow-icon svg {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.jm-select-selection {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top-width: 1.02px;
    border-radius: 4px;
    outline: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jm-select-selection:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.jm-select-focused .jm-select-selection,
.jm-select-selection:focus,
.jm-select-selection:active {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.jm-select-selection__clear {
    position: absolute;
    top: 50%;
    right: 11px;
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    text-align: center;
    text-transform: none;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: color 0.3s ease, opacity 0.15s ease;
    transition: color 0.3s ease, opacity 0.15s ease;
    text-rendering: auto;
}

.jm-select-selection__clear::before {
    display: block;
}

.jm-select-selection__clear:hover {
    color: rgba(0, 0, 0, 0.45);
}

.jm-select-selection:hover .jm-select-selection__clear {
    opacity: 1;
}

.jm-select-selection-selected-value {
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jm-select-no-arrow .jm-select-selection-selected-value {
    padding-right: 0;
}

.jm-select-disabled {
    color: rgba(0, 0, 0, 0.25);
}

.jm-select-disabled .jm-select-selection {
    background: #f5f5f5;
    cursor: not-allowed;
}

.jm-select-disabled .jm-select-selection:hover,
.jm-select-disabled .jm-select-selection:focus,
.jm-select-disabled .jm-select-selection:active {
    border-color: #d9d9d9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jm-select-disabled .jm-select-selection__clear {
    display: none;
    visibility: hidden;
    pointer-events: none;
}

.jm-select-disabled .jm-select-selection--multiple .jm-select-selection__choice {
    padding-right: 10px;
    color: rgba(0, 0, 0, 0.33);
    background: #f5f5f5;
}

.jm-select-disabled .jm-select-selection--multiple .jm-select-selection__choice__remove {
    display: none;
}

.jm-select-selection--single {
    position: relative;
    height: 32px;
    cursor: pointer;
}

.jm-select-selection--single .jm-select-selection__rendered {
    margin-right: 24px;
}

.jm-select-no-arrow .jm-select-selection__rendered {
    margin-right: 11px;
}

.jm-select-selection__rendered {
    position: relative;
    display: block;
    margin-right: 11px;
    margin-left: 11px;
    line-height: 30px;
}

.jm-select-selection__rendered::after {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: '.';
    pointer-events: none;
}

.jm-select-lg {
    font-size: 16px;
}

.jm-select-lg .jm-select-selection--single {
    height: 40px;
}

.jm-select-lg .jm-select-selection__rendered {
    line-height: 38px;
}

.jm-select-lg .jm-select-selection--multiple {
    min-height: 40px;
}

.jm-select-lg .jm-select-selection--multiple .jm-select-selection__rendered li {
    height: 32px;
    line-height: 32px;
}

.jm-select-lg .jm-select-selection--multiple .jm-select-selection__clear,
.jm-select-lg .jm-select-selection--multiple .jm-select-arrow {
    top: 20px;
}

.jm-select-sm .jm-select-selection--single {
    height: 24px;
}

.jm-select-sm .jm-select-selection__rendered {
    margin-left: 7px;
    line-height: 22px;
}

.jm-select-sm .jm-select-selection--multiple {
    min-height: 24px;
}

.jm-select-sm .jm-select-selection--multiple .jm-select-selection__rendered li {
    height: 16px;
    line-height: 14px;
}

.jm-select-sm .jm-select-selection--multiple .jm-select-selection__clear,
.jm-select-sm .jm-select-selection--multiple .jm-select-arrow {
    top: 12px;
}

.jm-select-sm .jm-select-selection__clear,
.jm-select-sm .jm-select-arrow {
    right: 8px;
}

.jm-select-disabled .jm-select-selection__choice__remove {
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}

.jm-select-disabled .jm-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, 0.25);
}

.jm-select-search__field__wrap {
    position: relative;
    display: inline-block;
}

.jm-select-selection__placeholder,
.jm-select-search__field__placeholder {
    position: absolute;
    top: 50%;
    right: 9px;
    left: 0;
    max-width: 100%;
    height: 20px;
    margin-top: -10px;
    overflow: hidden;
    color: #bfbfbf;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
}

.jm-select-search__field__placeholder {
    left: 12px;
}

.jm-select-search__field__mirror {
    position: absolute;
    top: 0;
    left: 0;
    white-space: pre;
    opacity: 0;
    pointer-events: none;
}

.jm-select-search--inline {
    position: absolute;
    width: 100%;
    height: 100%;
}

.jm-select-search--inline .jm-select-search__field__wrap {
    width: 100%;
    height: 100%;
}

.jm-select-search--inline .jm-select-search__field {
    width: 100%;
    height: 100%;
    font-size: 100%;
    line-height: 1;
    background: transparent;
    border-width: 0;
    border-radius: 4px;
    outline: 0;
}

.jm-select-search--inline > i {
    float: right;
}

.jm-select-selection--multiple {
    min-height: 32px;
    padding-bottom: 3px;
    cursor: text;
    zoom: 1;
}

.jm-select-selection--multiple::before,
.jm-select-selection--multiple::after {
    display: table;
    content: '';
}

.jm-select-selection--multiple::after {
    clear: both;
}

.jm-select-selection--multiple .jm-select-search--inline {
    position: static;
    float: left;
    width: auto;
    max-width: 100%;
    padding: 0;
}

.jm-select-selection--multiple .jm-select-search--inline .jm-select-search__field {
    width: 0.75em;
    max-width: 100%;
}

.jm-select-selection--multiple .jm-select-selection__rendered {
    height: auto;
    margin-bottom: -3px;
    margin-left: 5px;
}

.jm-select-selection--multiple .jm-select-selection__placeholder {
    margin-left: 6px;
}

.jm-select-selection--multiple > ul > li,
.jm-select-selection--multiple .jm-select-selection__rendered > ul > li {
    height: 24px;
    margin-top: 3px;
    line-height: 22px;
}

.jm-select-selection--multiple .jm-select-selection__choice {
    position: relative;
    float: left;
    max-width: 99%;
    margin-right: 4px;
    padding: 0 20px 0 10px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    cursor: default;
    -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.jm-select-selection--multiple .jm-select-selection__choice__disabled {
    padding: 0 10px;
}

.jm-select-selection--multiple .jm-select-selection__choice__content {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.jm-select-selection--multiple .jm-select-selection__choice__remove {
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 4px;
    color: rgba(0, 0, 0, 0.45);
    font-weight: bold;
    line-height: inherit;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font-size: 12px;
    font-size: 10px \9;
    -webkit-transform: scale(0.83333333) rotate(0deg);
    -ms-transform: scale(0.83333333) rotate(0deg);
    transform: scale(0.83333333) rotate(0deg);
}

.jm-select-selection--multiple .jm-select-selection__choice__remove > * {
    line-height: 1;
}

.jm-select-selection--multiple .jm-select-selection__choice__remove svg {
    display: inline-block;
}

.jm-select-selection--multiple .jm-select-selection__choice__remove::before {
    display: none;
}

.jm-select-selection--multiple .jm-select-selection__choice__remove .jm-select-selection--multiple .jm-select-selection__choice__remove-icon {
    display: block;
}

:root .jm-select-selection--multiple .jm-select-selection__choice__remove {
    font-size: 12px;
}

.jm-select-selection--multiple .jm-select-selection__choice__remove:hover {
    color: rgba(0, 0, 0, 0.75);
}

.jm-select-selection--multiple .jm-select-selection__clear,
.jm-select-selection--multiple .jm-select-arrow {
    top: 16px;
}

.jm-select-allow-clear .jm-select-selection--multiple .jm-select-selection__rendered,
.jm-select-show-arrow .jm-select-selection--multiple .jm-select-selection__rendered {
    margin-right: 20px;
}

.jm-select-open .jm-select-arrow-icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jm-select-open .jm-select-selection {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.jm-select-combobox .jm-select-arrow {
    display: none;
}

.jm-select-combobox .jm-select-search--inline {
    float: none;
    width: 100%;
    height: 100%;
}

.jm-select-combobox .jm-select-search__field__wrap {
    width: 100%;
    height: 100%;
}

.jm-select-combobox .jm-select-search__field {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}

.jm-select-combobox.jm-select-allow-clear .jm-select-selection:hover .jm-select-selection__rendered,
.jm-select-combobox.jm-select-show-arrow .jm-select-selection:hover .jm-select-selection__rendered {
    margin-right: 20px;
}

.jm-select-dropdown {
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: 1050;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-variant: initial;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.jm-select-dropdown.slide-up-enter.slide-up-enter-active.jm-select-dropdown-placement-bottomLeft,
.jm-select-dropdown.slide-up-appear.slide-up-appear-active.jm-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: jmSlideUpIn;
    animation-name: jmSlideUpIn;
}

.jm-select-dropdown.slide-up-enter.slide-up-enter-active.jm-select-dropdown-placement-topLeft,
.jm-select-dropdown.slide-up-appear.slide-up-appear-active.jm-select-dropdown-placement-topLeft {
    -webkit-animation-name: jmSlideDownIn;
    animation-name: jmSlideDownIn;
}

.jm-select-dropdown.slide-up-leave.slide-up-leave-active.jm-select-dropdown-placement-bottomLeft {
    -webkit-animation-name: jmSlideUpOut;
    animation-name: jmSlideUpOut;
}

.jm-select-dropdown.slide-up-leave.slide-up-leave-active.jm-select-dropdown-placement-topLeft {
    -webkit-animation-name: jmSlideDownOut;
    animation-name: jmSlideDownOut;
}

.jm-select-dropdown-hidden {
    display: none;
}

.jm-select-dropdown-menu {
    max-height: 250px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-left: 0;
    overflow: auto;
    list-style: none;
    outline: none;
}

.jm-select-dropdown-menu-item-group-list {
    margin: 0;
    padding: 0;
}

.jm-select-dropdown-menu-item-group-list > .jm-select-dropdown-menu-item {
    padding-left: 20px;
}

.jm-select-dropdown-menu-item-group-title {
    height: 32px;
    padding: 0 12px;
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    line-height: 32px;
}

.jm-select-dropdown-menu-item-group-list .jm-select-dropdown-menu-item:first-child:not(:last-child),
.jm-select-dropdown-menu-item-group:not(:last-child) .jm-select-dropdown-menu-item-group-list .jm-select-dropdown-menu-item:last-child {
    border-radius: 0;
}

.jm-select-dropdown-menu-item {
    position: relative;
    display: block;
    padding: 3px 12px;
    overflow: hidden;
    color: #404040 !important;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.jm-child {
    text-indent: 20px;
}

.jm-child1 {
    text-indent: 10px;
}

.jm-select-dropdown-menu-item:hover:not(.jm-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff;
}

.jm-select-dropdown-menu-item-selected {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    background-color: #fff;
}

.jm-select-dropdown-menu-item-disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.jm-select-dropdown-menu-item-disabled:hover {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.jm-select-dropdown-menu-item-active:not(.jm-select-dropdown-menu-item-disabled) {
    background-color: #e6f7ff;
}

.jm-select-dropdown-menu-item-divider {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    line-height: 0;
    background-color: #e8e8e8;
}

.jm-select-dropdown.jm-select-dropdown--multiple .jm-select-dropdown-menu-item {
    padding-right: 32px;
}

.jm-select-dropdown.jm-select-dropdown--multiple .jm-select-dropdown-menu-item .jm-select-selected-icon {
    position: absolute;
    top: 50%;
    right: 12px;
    color: transparent;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.jm-select-dropdown.jm-select-dropdown--multiple .jm-select-dropdown-menu-item:hover .jm-select-selected-icon {
    color: rgba(0, 0, 0, 0.87);
}

.jm-select-dropdown.jm-select-dropdown--multiple .jm-select-dropdown-menu-item-disabled .jm-select-selected-icon {
    display: none;
}

.jm-select-dropdown.jm-select-dropdown--multiple .jm-select-dropdown-menu-item-selected .jm-select-selected-icon,
.jm-select-dropdown.jm-select-dropdown--multiple .jm-select-dropdown-menu-item-selected:hover .jm-select-selected-icon {
    display: inline-block;
    color: #1890ff;
}

.jm-select-dropdown--empty.jm-select-dropdown--multiple .jm-select-dropdown-menu-item {
    padding-right: 12px;
}

.jm-select-dropdown-container-open .jm-select-dropdown,
.jm-select-dropdown-open .jm-select-dropdown {
    display: block;
}

.bg_shade{
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 159px;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1000;
}
input.has-error {
    border-color: #ff4d4f!important;
}

input.has-error:focus, input.has-error:active {
    -webkit-box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2)!important;
    box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2)!important;
    border-color: #ff7875!important;
}
.tiptxt {
    display: none;
    font-size: 14px;
    color: #666;
    padding-bottom: 18px;
}

.bl0 {
    border-left: 0 !important;
}

.bt0 {
    border-bottom: 0 !important;
}

.br1 {
    border-right: 1px solid #e4e4e4;
}
#dlz .watch {
    display: none;
}
@media screen and (max-width: 1200px) {
    .header_wrapper{
        position: absolute;
        min-width: 1230px;
    }
    .search-result_banner {
        position: static!important;
    }
    .fixed {
        top: 0!important;
    }
    .ykj_ym_left_bg {
        width: 100%!important;
    }
}
.dropdown-banner {
    padding-left: 0 !important;
}

.common-nav-box {
    position: relative;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}


.notice {
    border-radius: 3px;
    background: #fcf8e3;
    border: #ecdcbb solid 1px;
    font-size: 12px;
    padding: 8px 14px;
    margin: 12px auto 0;
    color: #8a6d3b;
    position: relative;
    line-height: 28px;
    box-shadow: 0 2px 4px rgb(236, 220, 187,0.5);
}
.notice strong{color: #f00;}

.notice a {
    color: #06c
}
.notice a.close {
    font-size: 20px;
    color: #868583;
    position: absolute;
    top: 0;
    right: 0;
    width: 21px;
    text-align: center;
    background: rgba(0,0,0,0.03);
    height: 23px;
    line-height: 21px;
    border-radius: 0 0 0 3px;
    padding-left: 2px;
}

.notice a.close:hover {
    color: #928684;
    background: rgba(0,0,0,0.05);
}


#yanzheng1 { margin: 15px auto;}

#yanzheng1 img.yzm {display: inline-block;width: 100px;height: 38px;border: 1px solid #ddd;border-radius: 3px;cursor: pointer;}

#yanzheng1 #re_yzmx {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
}
#yanzheng1 .jm-button {
    display: inline-block;
    width: 100px;
    height: 38px;
    border-radius: 3px;
}
.w1200 #yanzheng1 {
    padding: 140px 0;
    width: 350px;
}

.w1200 .notice {
    font-size: 14px;
}
#cha_cha_cha {
    padding: 0;
}



.sign i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    width:16px;
    height:16px;cursor: pointer;
    overflow: hidden;
    background: url(../img/i.png) no-repeat;
}
.sign i:hover {
    margin-top: -2px;
    transition: all 0.1s;
}
.sign i.i_free{background-position:-96px 0;}
.sign i.i_qqls{background-position:-48px 0;}
.sign i.i_qqwx{background-position:-16px 0;}
.sign i.i_bdrz{background-position:-32px 0;}
.sign i.i_bdpj{background-position:0 0;}
.sign i.i_qiang{background-position:-80px 0;}
.sign i.i_bdaq{background-position:-128px -1px;}
.sign i.i_jrali{background-position:-144px 0;}
.sign i.i_jrtx{background-position:-160px 0;}
.sign i.iconfont {
    background: none;
    font-size: 14px;
    color: #1890ff!important;
    cursor: pointer;margin-top: -3px;
}
.sign i.iconfont:hover{
    margin-top: -5px;
}
a#plckwzym i {
    font-size: 14px;
    color: #999;
    position: absolute;
}
a#plckwzym i:hover{
    color: #1890ff!important;
}
a#plckwzym {
    position: relative;
    margin-left: 10px;
}
.cha-list-box .jm-checkbox-inner,.cha-list-box .jm-checkbox-inner::after{transition:none;-webkit-transition:none;}

/* 操作保护 */
#mmbh{padding: 10px;}
#mmbh .notice{margin: 5px auto 0;}
.baohu {
    padding: 10px 0 0 0;
}
.baohu label {
    width: 100px;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.baohu input.jm-input {
    width: 296px;
    display: inline-block;
    height: 40px;
    line-height: 40px;margin-right: 5px;
}
.baohu div{ margin-bottom: 10px;}
.baohu img#re_yzmx {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    height: 38px;
    width: 100px;
    cursor: pointer;
}
.baohu span{	color: #666;}
.baohu a{color:#06c;}
.baohu .jm-button{width: 80px;border-radius:2px;margin-right:5px;}
.baohu .bg2{background-color: #FF9800}
.baohu .bg3{background-color: #4CAF50;}
.baohu .bg2:hover,.baohu .bg3:hover{opacity: 0.8;}
.notice .iconfont{cursor: pointer;}
.notice .iconfont:hover{color:#f00;}
.baohu .w100{width:100px!important}
#bh_shuchu {
    margin-left: 5px;
    font-size: 12px;
    color: #f00;
}

#xx_title strong{font-size: 14px;}
#xx_title a{
    display: inline-block;
    border-right: 1px solid #ddd;
    padding: 0 8px;
    color: #06c;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    height: 12px;
}
#kfnew {position: fixed;right: 15px;bottom: 90px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;width: 40px;height: 114px;cursor: pointer;z-index: 999;}
#kfnew .item, #kfnew .returnTop {width: 100%;height: 40px;line-height: 40px;text-align: center;position: relative;margin-bottom: 6px;background-color: #fff;box-shadow: 0px 6px 20px 0px rgba(195, 199, 203, 0.2);}
#kfnew .dlItem{height: 117px;background: url(../img/new/kf_sidebar_bg.png) no-repeat;background-size: cover;}
#kfnew .dlItem > .iconfont{color: #fff;font-size: 16px;}
#kfnew .dlItem span.text{display: block;margin-top: -4px;padding: 0px 10px;line-height: 18px;color: #fff;font-size: 14px;}
#kfnew .item > i.iconfont.icon1 {font-size: 19px;}
#kfnew .item > i.iconfont.icon2 {font-size: 20px;}
#kfnew .item:first-child:hover > i.iconfont {-webkit-border-radius: 2px 2px 0 0;-moz-border-radius: 2px 2px 0 0;border-radius: 2px 2px 0 0;}
#kfnew .item:last-child:hover > i.iconfont {-webkit-border-radius: 0 0 2px 2px;-moz-border-radius: 0 0 2px 2px;border-radius: 0 0 2px 2px;}
#kfnew .content {display: none;position: absolute;right: 40px;top: 0;border-right: 12px solid transparent;}
#kfnew .content .main {width: 260px;padding: 12px;background: rgba(255, 255, 255, 1);box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: left;color: #181818;}
#kfnew .content:hover .main{color: #037CFF;}
#kfnew .item:hover .content {display: block;}
#kfnew .content .left {width: 90px;height: 90px;}
#kfnew .content3 .fl {height: 83px;padding: 0 0 0 5px;}
#kfnew .content img.ewm{border: 1px solid #eee;}
.k-qq a{color:#037CFF;}
.k-qq a:hover{text-decoration: underline;}
#kfnew .content img {width: 100%;height: 100%;}
#kfnew .content .right {width: 135px;margin-left: 10px;}
#kfnew .right p {font-size: 14px;color: #333;margin-bottom: 6px;line-height: 24px;text-align: left;}
#kfnew .right span {display: block;font-size: 12px;color: #999;line-height: 20px;text-align: left;}
#kfnew .right span font {color: #037CFF;margin-right: 5px;}
#kfnew .right font {color: #037CFF;}
#kfnew .main {position: relative;}
#kfnew .main .sjx {display: block;width: 0;height: 0;border-style: solid;position: absolute;top: 14px;right: -6px;border-width: 6px 0 6px 6px;border-color: transparent #e4e4e4 transparent;}
#kfnew .main .sjx:before {content: '';display: block;width: 0;height: 0;position: absolute;top: 50%;margin-top: -6px;right: 1px;border-width: 6px 0 6px 6px;border-style: solid;border-color: transparent #fff transparent;}
#kfnew .content2 .main {width: 230px;height: 78px;padding: 16px 0 0 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;}
#kfnew .content2 span {display: block;line-height: 22px;font-size: 14px;color: #333;}
#kfnew .content2 strong {margin-top: 4px;display: block;font-size: 16px;font-weight: 500;color: #007BFC;line-height: 22px;}
#kfnew .text .main {width: 256px;padding: 0 15px;line-height: 40px;height: 40px;}
#kfnew .text:hover {color: #0A9EF6;}
#kfnew .content3 .main {padding: 12px;}
#kfnew .content3 .right {width: 130px;}
#kfnew .content3 p {color: #333;font-size: 14px;line-height: 21px;}
#kfnew .content3 span {display: block;font-size: 12px;color: #999;line-height: 18px;}
#kfnew .content3 img {width: 80px;height: 80px;}
#kfnew .item.returnTop {display: none;border-radius: 2px;box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);}
#kfnew .item.returnTop:hover {color: #037cff;}
#kfnew .dlItem:hover .kf_wrapper{display: block;}
.kf_wrapper{bottom: 0;position: absolute;left: -295px;padding-right: 15px;display: none;cursor: default;}
.kf_container{width: 240px;padding: 20px;background: #FFFFFF;box-shadow: 0px 4px 30px 0px rgba(4, 0, 0, 0.08);}
.kf_wrapper i.arrow{position: absolute;bottom: 50px;right: 4px;display: block;width: 11px;height: 16px;background: url(../img/new/arrow_icon.png) no-repeat;background-size: 11px;}
.kf_item{position: relative;padding-left: 28px;margin-bottom: 15px;color: #4D5260;text-align: left;}
#kfnew .kf_item i.iconfont{position: absolute;left: 0;top: -2px;font-size: 18px;color: #505563;}
.kf_item p{line-height: 26px;}
.kf_item p span{padding-left: 8px;color: #828897;}
.kf_item p.blue a{color: #037CFF;}
.kf_item p.blue a:hover{text-decoration: underline;}
.kf_item p.fs12{line-height: 22px;font-size: 12px;color: #828897;}
.kf_item p.fs12 a{color: #828897;}
.kf_item p.fs12 a:hover{color: #037CFF;}
.kf_item img.ewm{float: right;width: 78px;height: 78px;}
.kf_wrapper .btn{display: block;width: 100%;height: 40px;line-height: 40px;margin-top: 15px;text-align: center;background-color: #037CFF;color: #fff;font-weight: bold;}
.kf_wrapper .dl-btn{background: url(../img/new/dl_btn_bg.png) no-repeat;background-size: 240px;text-indent: 28px;}

.login_code{
    text-align: center;
}

.login_code h3{
    padding-top: 10px;
    font-size: 22px;
    color: #181C29;
    font-weight: 400;
}

.login_code h3 a{
    color: #037CFF;
}

.code_box{
    position: relative;
    width: 194px;
    height: 194px;
    padding: 10px;
    margin: 40px auto;
}

.code_box img{
    width: 100%;
}

.code_mask_wrapper{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.code_mask_wrapper .correct_icon{
    font-size: 42px;
    color: #2abf54;
}
.login_fl .code_success p {
    margin: 0 auto;
    color: #333;
    line-height: 32px!important;
}
.login_fl .code_mask_wrapper p{
    line-height: 40px;
    font-size: 16px;
    color: #181C29;
}
.login_fl .code_success p strong {
    line-height: 24px;
}

.code_mask_wrapper p strong{
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
}

.code_mask_wrapper button.refresh{
    display: block;
    width: 130px;
    height: 40px;
    background-color: #037CFF;
    color: #fff;
    border: none;
}

.code_mask_wrapper a.refresh{
    display: block;
    width: 100%;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.switch_tab{
    padding: 10px;
    overflow: hidden;
}

.switch_item{
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.switch_item .iconfont{
    position: relative;
    /*top: -10px;*/
    font-size: 40px;
    color: #828897;
}
.switch_item .iconfont:hover{
    color: #037CFF;
}
.switch_tip{
    position: absolute;
    top: 16px;
    right: 60px;
    display: inline-block;
    padding: 8px 14px;
    line-height: 1;
    background: #FFFFFF;
    box-shadow: 4px 2px 8px 0px rgb(128 144 159 / 18%);
    border-radius: 14px;
    font-size: 12px;
    color: #828897;
    cursor: pointer;
}
.switch_tip::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 10px;
    right: -5px;
    border-width: 4px 0 4px 5px;
    border-color: transparent #ffffff transparent;
}


.nc-container .nc_wrapper{width:auto!important;}
.zdy-input .qx_input {
    width: 240px!important;
}
.updateList button.bx,.updateList button.qx {
    width: 54px!important;
    margin-right: 10px!important;
}
#hd_pop {
    position: fixed;
    bottom: 210px;
    right: 3px;
    width: 70px;
    height: 70px;
    background: url('../imghd/20211206.png') no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 999;
}
#hd_pop a {
    display: block;
    width: 100%;
    height: 100%;
}
/* 建议反馈 */
#suggest {
    position: fixed;
    right: 15px;
    bottom: 215px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url('../img/suggest_bg.png') no-repeat;
    background-size: cover;
    width: 40px;
    height: 162px;
    cursor: pointer;
    line-height: 45px;
    text-align: center;
    z-index: 999;
}
.suggest_nav {
    display: block;
}
.suggest_nav i {
    color: #fff;
    font-size: 16px;

}
.suggest_nav .text {
    display: block;
    margin-top: -4px;
    padding: 0px 10px;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
}

.suggest_box {
    width: 506px;
    padding-bottom: 20px;
    background: url('../img/suggest_box_bg.png') no-repeat;
    background-size: cover;
    z-index: 999;
}
.suggest_box h6 {
    color: #087CFF;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    font-weight: 400;
}
.s_close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 16px;
    height: 16px;
    background: url('../img/suggest_close.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.hk_site .s_close {
    background-image: url('../img/suggest_close_hk.png');
}
.suggest_form {
    margin: 0 18px;
    padding: 28px 30px;
    padding-bottom: 8px;
    background: #fff;
    font-size: 14px;
}
.suggest_form span {
    width: 46px;
    float: left;
    margin-right: 16px;
    color: #181C29;
    text-align: right;
    line-height: 40px;
}
.suggest_form p {
    overflow: hidden;
    margin-bottom: 20px;
}
.suggest_form i {
    color: #ED0000;
}
.suggest_form strong {
    float: left;
}
.suggest_form textarea {
    width: 318px;
    height: 64px;
    background: #fff;
    border: 1px solid #E7E6E6;
    padding: 12px;
}
.suggest_form input {
    width: 318px;
    height: 40px;
    padding: 0 12px;
    background: #FFFFFF;
    border: 1px solid #E7E6E6;
}
.suggest_form b span {
    line-height: inherit;
}
.suggest_form button {
    width: 138px;
    height: 40px;
    background: #087CFF;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
.suggest_form strong {
    font-weight: 400;
}
.suggest_form .s_tips {
    display: block;
    margin-top: -16px;
    color: #999;
    font-size: 12px;
    overflow: hidden;
}
.suggest_form .s_tips b {
    color: #FB854C;
    font-weight: 400;
}
span.visibilityH {
    visibility: hidden;
}
.suggest_upload {
    display: inline-block;
    width: 90px;
    height: 90px;
}
.suggest_upload img {
    width: 100%;
    height: 100%;
}
.suggest_upload input {
    display: none;
}
.suggest-class {
    overflow: hidden;
    border-radius: 4px!important;
}
/* 换肤 */
.jm-color{cursor: pointer;height: 35px;}
.jm-color em {
    float: left;
    width: 4px;
    height: 4px;
    cursor: pointer;
    margin-top: 12px;
    border: 2px solid #7a7a7a;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin: 13px 0px 6px 6px;
}
.jm-color i {
    float: left;
    font-style: normal;
}
.jm-color span,.hide-color span{
    display: inline-block;
    padding: 5px;
    border: 1px solid #eaeaea;
    margin: 0 1px;
    cursor: pointer;
    background: #fff;
}
.jm-color span {
    float: left;
    margin: 0;
    margin-top: 10px;
    margin-left: 8px;
    padding: 0;
    background: #fff;
    border: 2px solid #89a5ee;
    display: block;
    border-radius: 3px;
}
.color-box {
    float: right;
    position: relative;
    display: inline-block;
    line-height: initial;
    height: 38px;
}
.color-box a {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #365092;
    margin: 0!important;
    border-radius: 1px;
}
.color-box .hide-color a {
    width: 12px;
    height: 12px;
    border-radius: 0;
}

.color-box .hide-color {
    width: 92px;
    display: none;
    position: absolute;
    top: 34px;
    background-color: #fff;
    right: 0;
    line-height: 14px;
    overflow: hidden;
    z-index: 9999;
}
.hide-color span {
    float: left;
    line-height: 12px;
    margin: 0px 0 -1px -1px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}
.hide-color a {
    float: none;
}
.header_top #loginx {
    height: 35px;
}
.container > span.fr {
    height: 35px;
}
.jm-color span#black {
    border-color: #3b4955;
}
.jm-color span#white {
    border-color: #fff;
}
.jm-color span#blue {
    border-color: #accdfc;
}
.jm-color span#green {
    border-color: #b8d496;
}
.jm-color span#orange {
    border-color: #ffc986;
}
.jm-color span#red {
    border-color: #fdb9b9;
}
.jm-color span#gold {
    border-color: #e0cdaa;
}
#balck a {
    background-color: #000;
}
#green a {
    background-color: #1e9e49;
}
#red a {
    background-color: #c95151;
}
#gold a {
    background-color: #ab8f5f;
}
#orange a {
    background-color: #ff8d00;
}
#black a {
    background-color: #191e2b;
}
#white a {
    background-color: #1988e1;
}
#blue a {
    background-color: #0076f6;
}


.tlyzx {
    background: #fff;
    box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    background-color: #fff;
    border-radius: 3px;
    padding: 4px 0;
    margin: 12px auto;
}

.tlyzx .notice {
    display: table;
    margin-top: 70px;
}

.tlyzx div#yanzheng1 {
    padding: 90px 0 130px 0;
}


.tlyzx h2 {
    height: 40px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    text-indent: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}
.user_msg span a {
    margin: 0;
}
.sbsj {
    font-family:'Microsoft YaHei';
}


#dlz .logo_box img{
    width: 151px;height: 39px;margin-top: -6px;
}
#dlz .switch_tab,#dlz .dl-btn {
    display: none;
}

#dlz .login_r {
    margin-top: 45px;
}

.kfclose {
    position: absolute;
    top: -27px;
    width: 18px;
    border-radius: 9px;
    background: rgba(0,0,0,.2);
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    left: 10px;
}

.kfclose:hover {
    background: rgba(0,0,0,.4);
}
.login_container {
    position: relative;
    width: 776px;
    height: 514px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.pop-login.login_container {
    height: 480px!important;
}
.login_code_wrap {
    position: relative;
    width: 188px;
    height: 188px;
    background: url('../img/user/reg_code_wrap.png') no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.login_main {
    padding-top: 54px;
}
.login_code_wrap canvas {
    width: 159px;
    height: 159px;
    margin-top: 14px;
}
.login_fl {
    position: relative;
    width: 312px;
    text-align: center;
    top: 40px;
}
.login_fl::after {
    content: '';
    width: 1px;
    height: 247px;
    background: url('../img/user/reg_line.png') no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 35px;
}
.login_fr {
    width: 464px;
}

.login_tab {
    width: 330px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    text-align: center;
}
.login_tab span {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-bottom: 8px;
    float: left;
    cursor: pointer;
}
.login_tab span:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: #D4D9E2;
    bottom: -1px;
}
.login_tab span.on {
    color: #097CFF;
}
.login_tab span.on:after {
    height: 2px;
    background: #097CFF;
}
.login_fl p {
    margin: 12px 0;
    color: #999;
}
.login_fl .code_fail,
.login_fl p span {
    color: #333;
}
.login_fl a {
    display: block;
    width: 188px;
    height: 40px;
    margin: 0 auto;
    background: #fff url('../img/user/jmapp.png') no-repeat 36px;
    background-size: 18px;
    border-radius: 2px;
    line-height: 40px;
    text-align: left;
    border: 1px solid #E3E4E5;
    text-indent: 65px;
    color: #0A7CFE;
}
.hk_site .login_fl a {
    background: #fff url('../img/user/jyapp.png') no-repeat 36px;
    background-size: 18px;
    line-height: 38px;
}
.pop-login #zh_login,.pop-login #dx_login {
    width: 330px;
    margin: 0 auto;
    margin-top: 32px;
}
.login_box #zh_login_btn,.login_box #dx_login_btn {
    border-radius: 0!important;
}
.pop-login #zh_login input,.pop-login #dx_login input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D4D9E2;
}
#zh_login_btn,#dx_login_btn {
    width: 330px;
    height: 45px;
    background: #057CFF;
    border-radius: 4px;
}
.pop-login #zh_login .form_item,.pop-login #dx_login .form_item {
    position: relative;
    margin-bottom: 20px;
}
.login_tip {
    margin: 20px 0;
    line-height: 19px;
}
.login_tip span {
    float: left;
    color: #333;
}
.login_tip span a {
    color: #097CFF;
    float: none;
}
.login_tip a {
    float: right;
    color: #999;
}
.login_container .reg_xy {
    margin-top: 32px;
}
.login_tip .tips {
    line-height: 19px;
    text-align: center;
    color: #F54996;
}
.login_main .error_msg {
    margin-left: 0;
}

.reg_other {
    color: #828897;
    font-size: 14px;
    line-height: 36px;
    width: 330px;
    margin: 0 auto;
    margin-top: 32px;
}
.login_container .reg_other {
    margin: 0;
    margin-top: 4px;
    margin-left: 60px;
}
.reg_other strong {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 16px;
    vertical-align: middle;
    cursor: pointer;
}
.reg_other strong img {
    position: absolute;
    width: 92px;
    left: 39px;
    height: 21px;
    top: 5px;
}
.reg_other span {
    margin-right: 24px;
    vertical-align: middle;
    line-height: 37px;
}
.reg_qq {
    background: url('../img/user/ico_qq.png') no-repeat;
    background-size: contain;
}
.reg_zfb {
    background: url('../img/user/ico_zfb.png') no-repeat;
    background-size: contain;
}
.reg_wx {
    background: url('../img/user/ico_wx.png') no-repeat;
    background-size: contain;
}
.reg_sj {
    background: url('../img/user/ico_sj.png') no-repeat;
    background-size: contain;
}
.reg_zfb:hover{
    background: url(../img/new/ico_zfb_hover.png) no-repeat;
    background-size: contain;
}
.reg_wx:hover{
    background: url(../img/new/ico_wx_hover.png) no-repeat;
    background-size: contain;
}
.reg_qq:hover{
    background: url(../img/new/ico_qq_hover.png) no-repeat;
    background-size: contain;
}
.error_msg {
    position: absolute;
    margin-left: 64px;
    width: 360px;
    display: block;
    top: 39px;
    font-size: 12px;
    color: #F95151;
}
body .yz_tc_box strong {
    right: 110px;
    font-weight: 400;
}
.form_item_mm b {
    right: 18px;
}
.form_item_mm i,#mmbh .pass_open {
    position: absolute;
    right: 8px;
    top: 9px;
    width: 20px;
    height: 20px;
    background: url('../img/user/open.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}
.form_item_mm i.active,#mmbh .pass_open.active {
    background: url('../img/user/open_on.png') no-repeat;
    background-size: contain;
}
#mmbh .pass_open {
    left: 365px;
    top: 11px;
}
.rmm {
    color: #057CFF;
}
.reg_xy {
    margin-top: 48px;
    padding-bottom: 32px;
    text-align: center;
    color: #828897;
    font-size: 12px;
}
.reg_xy a {
    color: #828897;
    transition: all .3s;
}
.reg_xy a:hover {
    color: #037CFF;
}
.login_box #yz_tc_dl,.login_box #yz_tc2 {
    height: 44px !important;
}
body .login_box #yz_tc1,body .login_box .nc-container .nc_scale span,body .login_box #yz_tc2,body .login_box .nc_scale,body .login_box .nc-container .nc_scale .scale_text{
    height: 44px !important;
}
body .login_box .nc-container,body .login_box .nc-container .nc_scale .nc_bg,body .login_box .nc-container .nc_scale .btn_slide,body .login_box .nc-container .nc_scale .scale_text {
    border-radius: 0!important;
}
body .login_box #yz_tc1 span, body .login_box #yz_tc2 span, body .login_box #yz_tc_dl span {
    line-height: 44px!important;
}
.pop-login .wx_text {
    margin-top: 25px;
    margin-bottom: 38px;
    color: #333;
    font-size: 16px;
}
#wx_sao {
    width: 192px;
    height: 192px;
    background: url('../img/user/reg_code_wrap.png') no-repeat;
    background-size: contain;
    margin: 0 auto;
}
#wx_sao iframe {
    width: 192px;
    height: 192px;
}
.pop-login .login_count h6, .pop-login .bind_phone h6 {
    margin-top: 20px;
}
.pop-login .login_count ul {
    height: 234px;
}
.haoclass.layui-layer {
    left: -999999px;
}
.wxsm .layui-layer-setwin .layui-layer-close2 {
    right: -10px;
    top: -14px;
    background-position: -160px -33px
}
.wxsm .layui-layer-setwin .layui-layer-close2:hover{
    background-position: -191px -33px
}
.header_top span.fr .szn_txt {
    color: #9f5901!important;
}
/* 三角 */
.dropdown_sj {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 50px;
    height: 15px;
    background: url('../img/jiantou.png') no-repeat;
    background-size: contain;
}
.jc_hot {
    width: 31px;
    height: 12px;
    display: inline-block;
    background: url(../img/jc_hot.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 3px;
}


/* 首页和导航没链接的提交弹窗 */
.tjxq_pop * {
    box-sizing: border-box;
}

.tjxq_pop {
    height: 380px;
    background: #FFFFFF;
    border-radius: 4px;
}

.tjxq_pop .tjxq_r {
    float: right;
    width: 180px;
    height: 100%;
    background: url(../ycj/imgs/sy/tjxq_bg.png) no-repeat center;
    background-size: cover;
    padding: 55px 0 0 30px;
}

.tjxq_pop .tjxq_r h2 {
    font-size: 14px;
    color: #181C29;
    line-height: 14px;
    margin-bottom: 30px;
}

.tjxq_pop .tjxq_r li {
    padding-left: 22px;
    font-size: 14px;
    color: #51586F;
    line-height: 14px;
    margin-bottom: 20px;
    background: url(../ycj/imgs/sy/cn.png) no-repeat left;
    background-size: 14px 14px;
}
.tjxq_pop .tjxq_r p{
    line-height: 20px;
    font-size: 12px;
    margin-top: 34px;
    color: #828897;
    padding-right: 10px;
    text-align: left;
}
.tjxq_pop .tjxq_main {
    float: left;
    width: 454px;
    height: 100%;
    padding: 30px 28px 0 30px;
}

.tjxq_pop .tjxq_main .tit {
    font-size: 14px;
    color: #51586F;
    line-height: 24px;
}

.tjxq_pop .tjxq_main .tit span {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #181C29;
    line-height: 24px;
    margin-right: 10px;
}

.tjxq_pop form {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7EAEE;
}

.tjxq_pop .form_item_n {
    margin-bottom: 20px;
}

.tjxq_pop .form_item_n .lable {
    float: left;
    width: 96px;
    text-align: right;
    font-size: 16px;
    color: #181C29;
    line-height: 48px;
    padding-right: 20px;
}

.tjxq_pop .form_item_n .lable i {
    color: #FF6521;
    font-size: 16px;
}

.tjxq_pop .form_item {
    float: left;
    position: relative;
    width: 300px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D5DBE8;

    transition: all .3s;

}

.tjxq_pop .form_item:hover,
.tjxq_pop .form_item.shadow,
.tjxq_pop .form_item:hover,
.tjxq_pop .form_item.shadow {
    border-color: #007AFF;
}

.tjxq_pop .form_item span {
    position: relative;
    float: left;
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    color: #181C29;
    line-height: 48px;
}

.tjxq_pop .form_item span:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #D5DBE8;
    right: 0;
    top: 14px;
}

.tjxq_pop .form_item input[type=text] {
    float: left;
    width: 212px;
    height: 100%;
    padding-left: 10px;
    color: #181C29;
    font-size: 14px;
    border-radius: 4px;
}

.tjxq_pop .form_item .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background: url(../ycj/imgs/sy/dpai.gif) no-repeat center;
    background-size: cover;
}

.tjxq_pop .select_head {
    position: relative;
    width: 86px;
    height: 48px;
    float: left;
    padding: 0 0 0 20px;
    line-height: 48px;
    cursor: pointer;
}

.tjxq_pop .select_head i {
    position: absolute;
    top: 14px;
    right: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    transition: all .3s;
}

.tjxq_pop .select_head:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #D5DBE8;
    left: 0;
    top: 14px;
}

.tjxq_pop .select_head i.up:not(.bgn) {
    transform: rotate(-180deg);
}

.tjxq_pop .sex_content {
    display: none;
    position: absolute;
    padding: 5px 0;
    top: 46px;
    left: -1px;
    width: 100%;
    width: calc(100% + 2px);
    max-height: 290px;
    background: #fff;
    border: 1px solid #e8ecee;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 10px 20px 0px rgba(24, 28, 41, 0.05);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.tjxq_pop .sex_content.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

.tjxq_pop .sex_content .sex_item {
    display: block;
    padding-left: 14px;
    line-height: 35px;
    color: #666;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.tjxq_pop .sex_content .sex_item:hover,
.tjxq_pop .sex_content .sex_item.active {
    background-color: #eee;
    color: #007AFF;
}

.tjxq_pop .btn {
    float: right;
    width: 300px;
    height: 48px;
    background: #3A62C8;
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.tjxq_pop .btn:hover {
    opacity: .8;
}

.tjxq_pop .tjxq_infor {
    padding-top: 20px;
}

.tjxq_pop .tjxq_infor h2 {
    font-size: 14px;
    font-weight: 600;
    color: #181C29;
    line-height: 14px;
}

.tjxq_pop .tjxq_infor p {
    font-size: 12px;
    color: #51586F;
    line-height: 14px;
    margin-top: 13px;
}

.tjxq_pop.kfpop {
    height: 436px;
}

.tjxq_pop.kfpop .form_item_n {
    margin-bottom: 14px;
}

.tjxq_pop.kfpop .form_item_n {
    margin-bottom: 14px;
}

.tjxq_pop.kfpop .btn {
    margin-top: 6px;
}

.tjxq_pop.kfpop .tjxq_r {
    padding: 50px 20px 0 20px;
    background: url(../ycj/imgs/sy/tjxq_bg.png) no-repeat center;
    background-size: cover;
}

.tjxq_pop.kfpop .tjxq_r li {
    margin-bottom: 12px;
    display: inline-block;
}

.kfewm_box {
    text-align: center;
    margin-top: 20px;
}

.kfewm_box img {
    display: block;
    width: 98px;
    height: 98px;
    margin: 0;
}

.kfewm_box span {
    float: left;
    font-size: 12px;
    color: #51586F;
    line-height: 12px;
    margin-top: 10px;
    text-align: center;
}

.kfewm_box p {
    font-size: 14px;
    color: #181C29;
    line-height: 20px;
    text-align: center;
    margin-top: 20px;
    font-family: 'DINProM';
}

.kfewm_box p i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: url(../ycj/imgs/ic5.png) no-repeat center;
    background-size: 16px 16px;
    vertical-align: -2px;
}

.tjxq_pop.kfpop .tjxq_r h2 {
    text-align: center;
}

.tjxq_pop.kfpop ul {
    text-align: center;
}

.hd618 {
    position: fixed;
    right: 20px;
    bottom: 400px;
    width: 150px;
    height: 100px;
    z-index: 99;
    /* animation: mylogo 5s linear 0s infinite alternate; */
    animation: mylogo 4s both infinite;
}

.hd618 img {
    width: 100%;
    height: 100%;
}

@keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-moz-keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-o-keyframes mylogo {
    0% {
        transform: scale(1);
        transform: scale(1)
    }

    70%,
    73% {
        transform: scale(1);
        transform: scale(1)
    }

    77%,
    83%,
    90%,
    97% {
        transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    80%,
    87%,
    93% {
        transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

/* 短信弹窗 */
.dxfw_pop {
    position: relative;
    width: 360px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
    border-radius: 4px;
    padding: 34px 30px;
    box-sizing: border-box;
    text-align: center;
}
.dxfw_pop .close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.dxfw_pop .logo {
    width: 183px;
}
.dxfw_pop h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
    margin: 20px 0;
}
.dxfw_pop .form_item {
    position: relative;
    width: 300px;
    height: 44px;
    margin-bottom: 20px;
}
.dxfw_pop .form_item i {
    position: absolute;
    left: 10px;
    top: 6px;
    margin: auto;
    color: #666;
    font-size: 22px;
}
.dxfw_pop .form_item input {
    width: 100%;
    height: 44px;
    background: #f5f6fa;
    padding-left: 20px;
    transition: all 0.3s;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.dxfw_pop .form_item input:focus {
    border: 1px solid #007aff;
}
.dxfw_pop .form_btn {
    display: block;
    width: 300px;
    height: 44px;
    background: #007aff;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    transition: all 0.3s;
}
.dxfw_pop .form_item .getYzm {
    position: absolute;
    right: 11px;
    top: 0px;
    height: 44px;
    font-size: 14px;
    color: #007aff;
    background: transparent;
}
/* 短信弹窗end */

/* 候祥客服弹窗 */
.hx_box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.hx_box {
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 360px;
    background: url(/pub/img/xq/hxpop_bg.png) no-repeat center center;
    background-size: 300px 360px;
}

.hx_box .hx_rz {
    position: absolute;
    left: -10px;
    top: 15px;
    width: 95px;
    height: 37px;
    background: url(/pub/img/xq/hx_rz.png) no-repeat center center;
    background-size: 95px 37px;
}

.hx_box .div1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #181C29;
    line-height: 28px;
    margin-bottom: 10px;
    padding-top: 30px;
}

.hx_box .div2 {
    font-size: 16px;
    color: #51586F;
    line-height: 22px;
    text-align: center;
}

.hx_box .div2 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/pub/img/xq/hx_dh.png) no-repeat center center;
    background-size: 16px 16px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.hx_box .div3 {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 20px auto 10px;
    border: 1px solid #ddd;
}

.hx_box .div3 img {
    width: 100%;
    height: 100%;
}

.hx_box .div4 {
    text-align: center;
    font-size: 12px;
    color: #51586F;
    line-height: 17px;
}

.jmqf_class .layui-layer-content {
    overflow: inherit !important;
}
.tjxq_pop .select_head i.up:not(.bgn) {
    transform: rotate(-180deg);
}
/* 候祥客服弹窗end */

/* 消息提醒动效 */
@-webkit-keyframes shakeY {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,1px,0);
        transform: translate3d(0,1px,0)
    }
}

@keyframes shakeY {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,-1px,0);
        transform: translate3d(0,-1px,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,1px,0);
        transform: translate3d(0,1px,0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}
.money_close {
    position: relative;
    display: inline-block;
    top: 3px;
    right: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.money_open_true {
    background: url('/pub/img/user/eye_o.png') no-repeat;
    background-size: contain;
}
.money_open_false {
    background: url('/pub/img/user/eye_c.png') no-repeat;
    background-size: contain;
}
.yin_1 {
    vertical-align: middle;
}
/* 店铺分组/一口价推荐 */
#dp_list {
    width: 1200px;
    height: 42px;
    line-height:42px;
    margin: 10px auto 0;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
    border: 1px solid #EAECEF;
    overflow: hidden;
}
#dp_list li {
    position: relative;
    float: left;
    margin-right: 25px;
}
#dp_list li strong {
    padding: 0 20px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
}
#dp_list li a {
    display: inline-block;
    padding: 0 8px;
    height: 24px;
    background: #F8F8F8;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #057CFF;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    transition: all .3s;
}
#dp_list li:first-child {
    margin-right: 0;
}
#dp_list li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    right: -12px;
    top: 14px;
    background: #EEEFF1;
}
#dp_list li:last-child::after {
    content: none
}
#dp_list li a.on,#dp_list li a:hover {
    background: rgba(255, 102, 0, 0.02);
    border: 1px solid rgba(255, 102, 0, 0.2);
    color: #f60;
}
body .nc-container .errloading span {
    line-height: inherit!important;
}
/* 登录验证样式 */
.login_yz {
    width: 1200px;
    height: 549px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #ECE5E5;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}
.yz_head {
    height: 64px;
    border-bottom: 1px solid rgba(235, 237, 240, 1);
}
.yz_head span {
    margin-right: 10px;

    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 64px;
}
.yz_head strong {

    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 64px;
}
.yz_desc{
    width: 1160px;
    height: 40px;
    background: #FCF8E3;

    padding-left: 14px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8A6D3B;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.yz_left {
    width: 176px;
    height: 375px;
    border-right: 1px solid #D4D9E2;
    padding-left: 20px;
    margin-right: 30px;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}
.yz_left ul li {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}
.yz_left ul li.active {
    position: relative;
    color: #037CFF;
    font-weight: 500;
}
.yz_left ul li.active::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 42px;
    background: #037CFF;
    top: 0;
    right: -1px;
}
.wfyz {
    color: #666;
    height: 42px;
    line-height: 42px;
}
.wfyz a {
    color: #037CFF;
}
.yz_right {
    font-size: 16px;
}
.yz_right label {
    display: inline-block;
    width: 78px;
    color: #666;
    font-size: 16px;
}
.yz_right span {
    color: #333;
}
.yz_right p {
    position: relative;
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
}
.yz_right .sjyzm {
    width: 300px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #D4D9E2;
}
.yz_right p .fsyzm {
    position: absolute;
    color: #037CFF;
    height: 40px;
    width: 65px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    left: 231px;
    top: 2px;
}
.yz_right p .yyyzm {
    position: absolute;
    color: #fa9910;
    height: 40px;
    width: 65px;
    left: 300px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    top: 2px;
    margin-right: 10px;
    margin-right: 1px;
}
.yz_right .pass_open {
    position: absolute;
    left: 345px;
    top: 12px;
    width: 20px;
    height: 20px;
    background: url('../img/user/open.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}
.yz_right .pass_open.active {
    background: url('../img/user/open_on.png') no-repeat;
    background-size: contain;
}
.yz_right .yzbtn {
    width: 140px;
    height: 44px;
    margin-left: 78px;
    margin-top: 12px;
    background: #037CFF;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    color: #fff;
}
.yz_right .yz_tips {
    display: block;
    color: #999;
    line-height: 30px;
    margin: 0;
    height: auto;
    margin-top: 50px;
    font-size: 14px;
}
.yz_tips strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
}
#newFunciton {
    display: none;
    position: absolute;
    min-width: 240px;
    min-height: 109px;
    max-width: 450px;
    background: #fff url(/user/style/img/gn_bg.png) no-repeat right bottom;
    background-size: 83px;
    padding: 10px 24px 10px 14px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    top: 0;
    z-index: 10000;
}
#newFunciton::before {
    content: '';
    width: 18px;
    height: 8px;
    background: url(/user/style/img/sanjiao.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-9px);
}
#newFunciton button {
    width: 74px;
    height: 27px;
    margin-top: 17px;
    cursor: pointer;
    background: #087CFF;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 27px;
}
.newzz {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0,0.4);
    z-index: 9999
}
/* switch开关 */

.jm-switch {
    margin: 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: tnum;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 28px;
    height: 16px;
    line-height: 14px;
    vertical-align: middle;
    background-color: #00000040;
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all .36s;
    user-select: none
}

.jm-switch-inner {
    display: block;
    margin-right: 3px;
    margin-left: 18px;
    color: #fff;
    font-size: 12px
}

.jm-switch-loading-icon,.jm-switch:after {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
    content:' '
}

.jm-switch:after {
    box-shadow: 0 2px 4px #00230b33;
    width: 12px;
    height: 12px
}

.jm-switch:not(.jm-switch-disabled):active:before,.jm-switch:not(.jm-switch-disabled):active:after {
    width: 16px
}

.jm-switch-loading-icon {
    z-index: 1;
    display: none;
    font-size: 12px;
    background: transparent
}

.jm-switch-loading-icon svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.jm-switch-loading .jm-switch-loading-icon {
    display: inline-block;
    color: #000000d9
}

.jm-switch-checked.jm-switch-loading .jm-switch-loading-icon {
    color: #1890ff
}

.jm-switch:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #1890ff33
}

.jm-switch:focus:hover {
    box-shadow: none
}
.jm-switch-checked {
    background-color: #1890ff
}
.jm-switch-checked .jm-switch-inner {
    margin-right: 18px;
    margin-left: 3px
}

.jm-switch-checked:after {
    left: 100%;
    margin-left: -1px;
    transform: translate(-100%)
}

.jm-switch-checked .jm-switch-loading-icon {
    left: 100%;
    margin-left: -19px
}

.jm-switch-loading,.jm-switch-disabled {
    cursor: not-allowed;
    opacity: .4
}

.jm-switch-loading *,.jm-switch-disabled * {
    cursor: not-allowed
}

.jm-switch-loading:before,.jm-switch-disabled:before,.jm-switch-loading:after,.jm-switch-disabled:after {
    cursor: not-allowed
}
.set_nav {
    display: none;
    background: #fff;
    position: absolute;
    top: 79px;
    z-index: 9999;
    width: 92px;
    right: 0;
    font-size: 12px;
    padding: 7px;
    box-sizing: border-box;
}
.set_nav span {
    float: left;
    line-height: 16px;
    color: #333;
    margin-right: 2px;
}
.pagexz {
    color: #999999;
    font-weight: 400;
}
#checkxy {
    display: none;
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    left: -1px;
}
.dxxy{
    display: none
}
.login_container .reg_xy {
    float: right;
    padding-right: 66px;
    width: 330px;
    margin-top: -24px!important;
    white-space: nowrap;
    text-align: left;
}