body {
  position: relative;
}
@font-face{
    font-family:'number';
}
h1,h2,h3,h4,h5,h6{
    display: inline-block;
}
/* flex布局 */
.flex {
    display: flex;
}

.flex-g {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex-g.center {
    justify-content: center;
}

.flex-g.between {
    justify-content: space-between;
}

.flex-g.end {
    justify-content: flex-end;
}

.flex-g.top {
    align-items: end;
}

.flex-g.start {
    align-items: flex-start;
}

.flex-stretch-g {
    width: 0 !important;
    flex-grow: 1;
}
/* flex布局 */

.color-orange{
    color: #edad00;
}

.color-333 {
    color: #333 !important;
}

.color-333 {
    color: #333 !important;
}

.color-666 {
    color: #666 !important;
}

.color-999 {
    color: #999 !important;
}

.color-blue {
    color: #409eff !important;
}

.color-success {
    color: #67c23a !important;
}

.color-warning {
    color: #f6b300 !important;
}

.color-error {
    color: #f24242 !important;
}

.color-disabled {
    color: #a0cfff !important;
}

.p10{padding: 10px;}
.p20{padding: 20px;}
.p30{padding: 30px;}
.p40{padding: 40px;}
.p50{padding: 50px;}
.p100{padding: 100px;}
.pt5{padding-top: 5px;}
.pt1{padding-top: 1px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pb1{padding-bottom:1px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl60{padding-left:60px;}
.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px;}
.pr60{padding-right:60px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px !important;}
.mt60{margin-top: 60px;}
.mb10{margin-bottom: 10px;}
.mb16{margin-bottom: 16px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml80{margin-left: 80px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px !important;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px !important;}
.font18{font-size: 18px !important;}
.font20{font-size: 20px !important;}
.font24{font-size: 24px !important;}
.font28{font-size: 28px;}
.font32{font-size: 32px;}
.font40{font-size: 40px;}
.fl,.z{ float:left;}
.fr,.y{ float:right;}
.color999{color: #999 !important;}
input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	margin: 0 2px 2px 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	margin-right: 6px;
}

input[type="checkbox"]:checked {
	background: #ffc300;
	border: 1px solid #ffc300;
}
input[type="checkbox"]:checked::before {
	content: "";
	display: block;
	position: relative;
	width: 4px;
	height: 8px;
	left: 5px;
	top: 2px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	background: none;
}

input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	margin: 0 2px 2px 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative;
}

input[type="radio"]:checked {
	background: #fff;
	border: 1px solid #ffc300;
}
input[type="radio"]:checked::before {
	content: "";
	display: block;
	position: relative;
	width: 8px;
	height: 8px;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	background: #ffc300;
}

.core-yellow {color: #ebac00 !important;}
.core-red {color: #f23c3c !important;}
.core-blue {color: #507aff !important;}
.core-green {color: #67C23A !important;}

.btn{ display: inline-block; line-height: 30px; padding:0 16px; font-weight: initial; margin-right: 6px; border:1px solid #E3E4E5; color: #666 !important;; background: #fff; border-radius:3px; cursor: pointer; box-sizing: border-box; font-size: 12px;}
.orange-btn{
    background: -webkit-linear-gradient(-10deg,#FFC300,#FFDA23);
    background: -moz-linear-gradient(-10deg,#FFC300,#FFDA23);
    background: -o-linear-gradient(-10deg,#FFC300,#FFDA23);
    background: -ms-linear-gradient(-10deg,#FFC300,#FFDA23);
    background: linear-gradient(-10deg,#FFC300,#FFDA23);
    color: #333 !important; border: none; line-height: 32px; height: 32px;}
.btn:hover{ background: #fff ; color: #ebac00 !important; border-color: #ebac00 !important; z-index: 2;}
.btn.orange-btn:hover{
    background: -webkit-linear-gradient(-10deg,#ffb500,#ffca15);
    background: -moz-linear-gradient(-10deg,#ffb500,#ffca15);
    background: -o-linear-gradient(-10deg,#ffb500,#ffca15);
    background: -ms-linear-gradient(-10deg,#ffb500,#ffca15);
    background: linear-gradient(-10deg,#ffb500,#ffca15);
    color: #333 !important; border-color: #ffb500 !important; }




.orange-btn[disabled="disabled"],.btn.disabled{ background: #e0e0e0 !important; border: 1px solid #e0e0e0 !important; color: #9d9d9d !important; cursor: no-drop;}
.orange-btn[disabled="disabled"]:hover,.btn.disabled:hover{ background: #e0e0e0 !important; border: 1px solid #e0e0e0 !important; color: #9d9d9d !important;}


.header {
  position: absolute;
  width: 100%;
  min-width: 60px;
  height: 60px;
  z-index: 999;
  background: rgba(0,0,0,0.1);
}
.header:hover,.header.headerBg2 {
    background: #fff;
}
.header:hover > .top > .left > .menuList > ul > li > a,.header.headerBg2 > .top > .left > .menuList > ul > li > a{
    color: #333;
}

.header > .top {
  line-height: 60px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
.header > .top > .left {
  width: 100%;
  height: 60px;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header > .top > .left h1{
    float: left;
}

.header > .top > .left a.logo {
    background: url("../image/logo_172x32.png") no-repeat center;
    background-size: 100%;
    width: 122px;
    height: 60px;
    margin: 0 30px 0 20px;
    float: left;
}
.header:hover > .top > .left a.logo,.header.headerBg2 > .top > .left a.logo {
    background: url("../image/logo_172x32_1.png") no-repeat center;
    background-size: 100%;
}

.header > .top > .left > .menuList > ul > li {
  float: left;
  font-size: 16px;
  text-align: center;
}
.header > .top > .left > .menuList > ul > li > a {
  display: block;
  height: 60px;
  color: #fff;
  padding: 0 16px;
    position: relative;
}
.header > .top > .left > .menuList > ul > li > a .hot{
    background: #eb4b4b;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
    margin-left: 8px;
    position: relative;
    top: -8px;
    border-radius: 10px 10px 10px 0;
}
.header > .top > .left > .menuList > ul > li > a > i {
    display: none;
    font-size: 16px;
    transition: 0.2s all;
    position: absolute;
    bottom: 0;
    left: 40%;
    line-height: 14px;
    font-weight: bold;
}
.header > .top > .left > .menuList > ul > li:hover > a > i {
    display: block;
}

.header > .top > .left > .menuList > ul > li:hover > a,.header > .top > .left > .menuList > ul > li.info > a {
  color: #ffc000;
}
.header > .top > .left > .menuList > ul > li > a b {
  color: #ffc000;
}
.header > .top > .left > .menuList > ul > li.active > a {
  color: #ffc000;
}
.menuListMini{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menuListMini a{
    width: 120px;
    box-sizing: border-box;
}

.header > .top > .left > .right > ul.isBig,
.header > .top > .left > .right > ul.isSmall {
  display: none;
}
.header > .top > .left > .right > ul.isNotLogin{
    width: 280px;
}
.header > .top > .left > .right > ul.isNotLogin li{
    float: right;
    position: relative;
}

.header > .top > .left > .right > ul.isLogin{
    width: 280px;
}
.header > .top > .left > .right > ul.isSmall > li {

}
.header > .top > .left > .right > ul > li {
  float: left;
  margin-right: 27px;
  cursor: pointer;
  font-size: 16px;
}
.header > .top > .left > .right > ul > li > span {
  display: inline-block;
  font-weight: bold;
  color: #fff;
}
.header > .top > .left > .right > ul > li > span.headTag{
    position: absolute;
    right: -26px;
    top: 3px;
    font-size: 12px;
    color: #fff;
    background: #eb4b4b;
    border-radius: 10px 10px 10px 0;
    line-height: 18px;
    width: 70px;
    text-align: center;
    font-weight: normal;

}
.header > .top > .left > .right > ul.isSmall .mems{
  width: 200px;
  display: inline-block;
  text-align: center;
}
.header > .top > .left > .right > ul > li > a {
  color: #fff;
}
.header:hover > .top > .left > .right > ul > li > a,.header.headerBg2 > .top > .left > .right > ul > li > a {
    color: #333;
}
.header > .top > .left > .right > ul > li:hover > a {
  color: #ffc000;
}
.header  a.mem1{
	display: flex;
	align-items: center;
	height: 60px;
}
.header > .top > .left > .right > ul > li > .login {
  display: none;
  position: absolute;
  width: 200px;
  height: 110px;
  background-color: rgba(35, 37, 41, 0.7);
  top: 60px;
  right: 0;
}
.header > .top > .left > .right > ul > li > .login > ul {
  margin: 15px 45px 18px;
}
.header > .top > .left > .right > ul > li > .login > ul > li {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.header > .top > .left > .right > ul > li > .login > ul > li.out {
  margin-top: 10px;
  width: 110px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #696969;
}
.header > .top > .left > .right > ul > li > .login > ul > li.out:hover {
  border-color: #f6b300;
}
.header > .top > .left > .right > ul > li > .login > ul > li > a {
  display: block;
  color: #c2c2c2;
  line-height: 36px;
}
.header > .top > .left > .right > ul > li > .login > ul > li:hover > a {
  color: #f6b300;
}
.header > .top > .left > .right > ul > li > .login > ul > li.retreat > a{
  border: 1px solid #c2c2c2;
}
.header > .bottom {
  position: absolute;
  z-index: 9;
  background-color: #2b2c2f;
  top: 60px;
  left: 0;
  right: 0;
}
.header > .bottom > ul {
  display: none;
  height: 90px;
  width: 1200px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}
.header > .bottom > ul.help{
  padding-left: 506px;
}
.header > .bottom > ul.jiejuefangan {
  padding: 25px 0 0 20px;
  height: 340px;
  width: 1200px;
  box-sizing: border-box;
}
.header > .bottom > ul.yunweigongju {
  padding-left: 144px;
}
.header > .bottom > ul.bangzhuzhichi {
  padding-left: 902px;
}

.header > .bottom > ul > li {
  padding: 30px 66px 0 0;
  float: left;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}
.header > .bottom > ul > li > a {
  color: #dfdfdf;
}
.header > .bottom > ul > li > a:hover {
  color: #f6b300;
  display: inline-block;
}
.w1280{ width: 1280px; margin: 0 auto;}
.header > .bottom > ul.service{ overflow: hidden; height: 320px; padding-left: 20px;}
.header > .bottom > ul .service1{ float: left; width: 192px; text-align: left; margin-right: 70px; padding: 0;}
.header > .bottom > ul .service2{ color: #afafaf; font-size: 14px; border-bottom: 1px solid #65686c; line-height: 50px; padding-top: 10px; margin-bottom: 10px;}
.header > .bottom > ul .service3{ display: block; line-height: 38px; color: #dfdfdf; font-size: 16px;}
.header > .bottom > ul .service3 font{ font-size: 12px; color: #afafaf;}
.header > .bottom > ul .service3 img{ position: relative; left: 10px;}
.header > .bottom > ul > li:hover > a{ display: block;}
.header > .bottom > ul .service3 img{ position: relative; left: 10px;}
.header > .bottom > ul .service4{ display: block; float: inherit; height: 30px; clear: both; line-height: 30px; text-align: center; padding: 10px 0 0 0; position: absolute; width: 100%;left: 0; bottom: 20px;}
.header > .bottom > ul .service4 img{ cursor: pointer;}
.header > .bottom > ul .service7{ background: #32353a; width: 378px; height: 125px; padding: 15px 0px 0 25px; box-sizing: border-box; margin: 6px; animation: all 0.5s;}
.header > .bottom > ul .service7:hover{ background: #40444b;}
.header > .bottom > ul .service7:hover .service5{ color: #f6b300;}
.header > .bottom > ul .service7 i{ display: block; width: 42px; height: 60px; float: left;}
.header > .bottom > ul .service7 i.service7i1{ background: url('https://www.jcdun.com/static/web2/css/img/newmeun_13.png') center no-repeat;}
.header > .bottom > ul .service7 i.service7i2{ background: url('https://www.jcdun.com/static/web2/css/img/newmeun_16.png') center no-repeat;}
.header > .bottom > ul .service7 i.service7i3{ background: url('https://www.jcdun.com/static/web2/css/img/newmeun_19.png') center no-repeat;}
.header > .bottom > ul .service7 i.service7i4{ background: url('https://www.jcdun.com/static/web2/css/img/newmeun_24.png') center no-repeat;}
.header > .bottom > ul .service7 i.service7i5{ background: url('https://www.jcdun.com/static/web2/css/img/newmeun_25.png') center no-repeat;}
.header > .bottom > ul .service7 i.service7i6{ background: url('https://www.jcdun.com/static/web2/css/img/newmeun_35.png') center no-repeat;}
.header > .bottom > ul .service7 .service5{ color: #DFDFDF; line-height: 20px; padding: 5px 0 10px;}
.header > .bottom > ul .service7 .service6{ color: #8f8f8f; line-height: 20px;  font-size: 12px;}
.header > .bottom > ul .service7 .service8{  float: left; width: 265px; padding-left: 20px;}
.header > .bottom > ul .jiejuefangan{ padding-top: 10px;}

.footer {
  width: 100%;
  overflow: hidden;
  background-color: #191a1d;
}
body .footermin {
  position: fixed;
  bottom: 0;
}

.footer > .functionMenu {
  height: 300px;
}
.footer > .functionMenu > .info {
  overflow: hidden;
  text-align: left;
}
.footer > .functionMenu > .info > .hotLine {
  float: right;
  margin: 60px 0 70px 0;
  width: 362px;
  height: 173px;
  position: relative;
}
.footer > .functionMenu > .info > .hotLine > ul > li.one {
  font-size: 16px;
  color: #fff;
}
.footer > .functionMenu > .info > .hotLine > ul > li.two {
  margin: 12px 0 18px;
  font-size: 26px;
  color: #f6b300;
}
.footer > .functionMenu > .info > .hotLine > ul > li.three {
  margin-bottom: 10px;
  height: 22px;
  line-height: 22px;
}
.footer > .functionMenu > .info > .hotLine > ul > li.three > a {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 22px;
  line-height: 22px;
  background-color: #f6b300;
  border-radius: 12px;
}
.footer > .functionMenu > .info > .hotLine .gzh01 {
  position: absolute;
  top: 0px;
  left: 240px;
  width: 120px;
}
.footer > .functionMenu > .info > .hotLine p {
      margin-bottom: 18px;
    font-size: 16px;
    color: #f5f5f5;
}
.footer > .functionMenu > .info > .hotLine img.gzh {
  width: 120px;
}
.footer > .functionMenu > .info > .hotLine > ul > li.three > a > i {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url('../image/sprite.png') no-repeat -82px 0;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 3px;
}
.footer > .functionMenu > .info > .hotLine > ul > li.three > a > span {
  margin-left: 30px;
  font-size: 12px;
  color: #1b1b1b;
}
.footer > .functionMenu > .info > .hotLine > ul > li.three > .time {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #8a8a8a;
}
.footer > .functionMenu > .info > .quickJumpList {
  float: left;
  margin-top: 60px;
}
.footer > .functionMenu > .info > .quickJumpList > ul {
  float: left;
  width: 160px;
}
.footer > .functionMenu > .info > .quickJumpList > ul.solve {
    width: 140px;
}
.footer > .functionMenu > .info > .quickJumpList > ul.isDns {
  width: 95px;
}
.footer > .functionMenu > .info > .quickJumpList > ul.help  {
    width: 380px;
    margin-right: 10px;
}
.footer > .functionMenu > .info > .quickJumpList > ul > li {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 19px;
}
.footer > .functionMenu > .info > .quickJumpList > ul.help li {
  float: left;
  width: 100%;
}
.footer > .functionMenu > .info > .quickJumpList > ul.help li.flex{
    display: flex;
}
.footer > .functionMenu > .info > .quickJumpList > ul.help li > div{
    width: 37%;
}
.footer > .functionMenu > .info > .quickJumpList > ul.help li a {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    line-height: 19px;
}
.footer > .functionMenu > .info > .quickJumpList > ul > li:first-child {
  margin-bottom: 18px;
  font-size: 16px;
  color: #f5f5f5;
}
.footer > .functionMenu > .info > .quickJumpList > ul > li:first-child:hover a {
  color: #f5f5f5;
}
.footer > .functionMenu > .info > .quickJumpList > ul > li a {
  color: #848484;
}
.footer > .functionMenu > .info > .quickJumpList > ul > li a:hover {
  color: #f6b300;
}

.footer > .dns_links {
  width: 1200px;
  border-top: 1px solid #2b2d32;
  border-bottom: 1px solid #2b2d32;
  margin: 0 auto;
  color: #5b5b5b;
  font-size: 12px;
  overflow: hidden;
  padding: 20px 0;
  line-height: 26px;
    display: flex;
    flex-wrap: wrap;
}
.footer > .dns_links > a{
  font-size: 12px;
  color: #5b5b5b;
  position: relative;
  float: left;
}
.footer > .dns_links > span{
  float: left;
}
.footer > .dns_links > .dns_links_row a:after{
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 0px;
    background: #5b5b5b;
}
.footer > .dns_links > .dns_links_row a:last-child:after{
  display: none;
}
.footer > .dns_links > span{
    width: 62px;
    color: #fff;
}
.footer > .dns_links .dns_links_row{
    width: 1132px;
    display: flex;
    flex-wrap: wrap;
}
.footer > .dns_links .dns_links_row a{
    color: #848484;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
}
.footer > .dns_links .dns_links_row a:hover{
    color: #f6b300;
}

.dns_links_ps{
    font-size: 14px; color: #5b5b5b; clear: both;
}
.footer > .company {
  height: 64px;
  line-height: 64px;
  font-size: 14px;
  color: #5b5b5b;
  text-align: center;
}
.footer > .company > a{
  color: #5b5b5b;
}
.left-switch{
  position: fixed;
  bottom: 100px;
  left: 10px;
  width: 40px;
  height: 180px;
  z-index: 99999;
  cursor: pointer;
}
.left-switch a{
  display: none;
}
.left-switch a.on{
  display: block;
}
.icon-lock {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 15px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
    top: -2px;
}
.icon-g-question {
    background: url(../image/monitor_icon1.png) no-repeat;
}
.vt-icon-infor  {display: none;position: absolute;left: -14px;top: 80%;width: 180px;margin-top: 4px;box-sizing: border-box;border: 1px solid #e0e1e5;background-color: rgba(255,255,255,1);padding: 10px;line-height: 22px;font-size: 12px;box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);z-index: 99;border-radius: 5px;}
.vt-icon-infor::after {position: absolute;top: -5px;content: '';left: 21px;width: 9px;height: 5px;margin-left: -5px;background: url('https://www.jcdun.com/static/web2/css/img/arrows_top.png') no-repeat;}
.vt-icon-infor.after_y::after{left: auto; right: 15px;}
.vt-icon-infor-after::after {top: 22px;margin: 0;}
.vt-icon-infor p {margin-bottom: 5px;text-align: center;color: #333;}
.vt-icon-infor li {float: left;width:100%;color: #474747;}
.vt-icon-infor li span, .vt-icon-infor li em {float: left;width: 50%;line-height: 22px;box-sizing: border-box;}
.vt-icon-infor li span {text-align: right;padding: 0 11px 0 0;color: #808080;}
.vt-icon-infor-text{ top: 100%; -webkit-transform: translateX(-5.5%); transform: translateX(-5.5%);}
.vt-icon-infor-text::after{ left: 20px;}
.vt-icon-infor .vti-infor-upgrade {width: 142px;margin: 0 auto;overflow: hidden;}
.vt-icon-infor .vti-infor-upgrade .vtii-upgrade-pic {float: left;width: 54px;height: 25px;border: 1px solid #e0e1e5;margin: 7px;line-height: 25px;color: #5e605a;text-align: center;border-radius: 2px;} 
.vt-icon-infor .vti-infor-upgrade .vtii-upgrade-pic:hover {border-color: #ff9933;background-color: #ff9933;color: #fff;}
.vt-icon-infor .vti-infor-upgrade .border-yellow {border-color: #ff9933;background-color: #fff7df;color: #ff9933;}
.vt-icon-inf {width: 290px;padding: 15px 18px;color: #474747;font-size: 12px;}
.vt-icon-inf .vtif-domain {overflow: hidden;margin-bottom: 5px;}
.vt-icon-inf .vtif-domain em {float: left;width: 100%;line-height: 18px;text-align: left;}
.vt-icon-inf .vtif-domain span {float: left;line-height: 18px;}
.vt-icon-inf .vtif-txt {line-height: 16px;margin-bottom: 10px;}
.vt-icon-inf .vti-inf-upgrade {overflow: hidden;}
.vt-icon-inf .vti-inf-upgrade .vtii-upgrade-pic {float: left;width: 115px;height: 30px;border: 1px solid #e0e1e5;line-height: 30px;color: #5e605a;text-align: center;border-radius: 2px;}
.vt-icon-inf .vti-inf-upgrade .vtii-upgrade-pic:hover {border-color: #ff9933;background-color: #ff9933; color: #fff;} 
.vt-icon-inf .vti-inf-upgrade > .vtii-upgrade-pic:nth-child(2){float: right;}
.vt-icon-inf .vti-inf-upgrade .border-yellow {border-color: #ff9933;background-color: #fff7df;color: #ff9933;}
.vt-icon-inf .vti-inf-verify {text-align: center;padding: 8px 0 0 0;color: #999;}
.vt-icon-inf .vti-inf-verify .vti-infv-gif {background: url('https://www.jcdun.com/static/web2/css/img/take_loading.gif') center 0 no-repeat;height: 5px;}
.vt-name {position: relative; display: inline-block; }
.vt-names { position: absolute; top: 8px; height: 30px;}
.vt-name:hover .vt-icon-infor { display: block; }
.icon-lock .vt-icon-infor.widthAuto{ width: auto; text-align: left; padding: 10px; top: 100%; white-space: nowrap;}

.bottom-column {
  position: fixed;
  bottom: 0px;
  right: 10px;
  width: 40px;
  height: 360px;
  z-index: 99999;
}
.bottom-column .menu {
  position: absolute;
  height: 450px;
  width: 40px;
  top: 0;
  right: 0;
}
.bottom-column .menu .menuli {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  background: #f4d883;
  margin-bottom: 3px;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.bottom-column .menu .menuli .bcm-name {
  display: none;
  float: left;
  width: 40px;
  height: 30px;
  padding: 5px 0;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
}
.bottom-column .menu .menuli .bcm-name a{ color: #333;}
.bottom-column .menu .bcm-qq {
  background: #575757 url('../image/banner_c.png') 0 0 no-repeat;
}
.bottom-column .menu .bcm-service {
  background: #575757 url('../image/banner_c.png') -40px 0 no-repeat;
}
.bottom-column .menu .bcm-ewm {
  background: #575757 url('../image/banner_c.png') -80px 0 no-repeat;
}
.bottom-column .menu .bcm-suggest {
  background: #575757 url('../image/banner_c.png') -170px 0 no-repeat;
}
.bottom-column .menu .scroll-top {
  position: relative;
  /*top: 110px;*/
  top: 0px;
  display: none;
  background: #ececec url('../image/topscoll.png') -23px 11px no-repeat;
}
/*.bottom-column .menu .scroll-top:hover {
  background: #fff url('../image/topscoll.png') 0px 0 no-repeat;
}*/
.bottom-column .menu .menuli:hover .bcm-name {
  display: block;
  background: #f4c93a;
}
.bottom-column .menu .menuli:hover div {
  display: block;
}
.gift{
    position: fixed;
    z-index: 9;
    bottom: 20px;
    right: 10px;
}
.gift i{
    position: fixed;
    bottom: 50%;
    right: 50%;
    cursor: pointer;
    margin: 0 -240px 220px 0;
    font-size: 42px;
    color: #666;
    z-index: 5;
    display: none;
}
.gift span{
    display: block;
    bottom: 60px;
    right: 10px;
    width: 180px;
    height: 180px;
    margin: 0;
    background: url('https://www.jcdun.com/static/web2/img/gift1.gif');
    background-size: 100%;
    transition: all .5s;
    position: fixed;
}

.gift span.on{
    background: url('https://www.jcdun.com/static/web2/img/gift.png');
    background-size: 100%;
    transition: all .5s;
    width: 500px;
    height: 500px;
    bottom: 50%;
    right: 50%;
    margin: 0 -250px -250px 0;
}

.gift_box{
    padding: 24px 40px;
}
.gift_box_msg{
    padding: 12px 16px;
    background: #f7f8f9;
    line-height: 24px;
    margin-bottom: 20px;
}
.popup#gift-box .Validform_checktip{
    margin: -2px 0 0 0px;
}

.form_item {
    font-size: 14px;
    padding-bottom: 16px;
    color: #333;
    display: flex;
}

.form_item label {
    display: inline-block;
    width: 95px;
    line-height: 40px;
    min-height: 40px;
    color: #666;
}

.form_box {
    line-height: 40px;
    position: relative;
}

.form_box label {
    display: inline-block;
    padding-right: 16px;
    cursor: pointer;
}

.form_box .text {
    border: 1px solid #dfdfdf;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    width: 322px;
    font-size: 14px;
    border-radius: 3px;
}


.viewFramework-main .form_box input[type='text'] {
    width: 532px;
}

.form_box .Validform_checktip {
    font-size: 12px;
    color: #e45959;
    position: absolute;
    top: 101%;
    left: 0;
    margin: 0;
    line-height: 16px;
}

.form_bottom {
    text-align: right;
    padding: 8px 0;
}

.form_bottom input {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    margin-left: 8px;
    font-size: 14px;
    cursor: pointer;
}

.form_bottom .submit {
    background: linear-gradient(156deg, #FA7F7F 0%, #F34949 100%);
    color: #fff;
}

.form_box select {
    border: 1px solid #dfdfdf;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    width: 105px;
    font-size: 14px;
    border-radius: 3px;
}

.bottom-column .qqservice {
  display: none;
  position: absolute;
  top: 3px;
  left: -166px;
  width: 167px;
  height: 160px;
}
.bottom-column .qqservice .inter {
  position: relative;
  width: 147px;
  height: 160px;
  padding-left: 13px;
  color: #333;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bottom-column .qqservice .inter i {
  position: absolute;
  top: 15px;
  right: -6px;
  width: 6px;
  height: 10px;
  background: url('../image/banner_c.png') -160px 0 no-repeat;
  opacity: 0.8;
}
.bottom-column .qqservice .inter p {
  width: 130px;
  padding: 0 0 0 4px;
  margin: 0;
  line-height: 36px;
}
.bottom-column .qqservice .inter a {
  display: inline-block;
  width: 33px;
  height: 15px;
  padding-top: 30px;
  margin: 0 17px 14px;
  text-align: center;
  font-size: 12px;
  color: #181818;
  text-decoration: none;
  background: url('../image/banner_c.png') 0 -40px no-repeat;
}
.bottom-column .qqservice .inter > a:nth-child(1) {
  background: url('../image/banner_c.png') 0 -40px no-repeat;
}
.bottom-column .qqservice .inter > a:nth-child(2) {
  background: url('../image/banner_c.png') -40px -40px no-repeat;
}
.bottom-column .qqservice .inter > a:nth-child(3) {
  background: url('../image/banner_c.png') -80px -40px no-repeat;
}
.bottom-column .qqservice .inter > a:nth-child(4) {
  background: url('../image/banner_c.png') -120px -40px no-repeat;
}
.bottom-column .phoneservice {
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: -167px;
  width: 167px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 0;
}
.bottom-column .phoneservice .inter {
  position: relative;
  width: 160px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #181818;
}
.inter:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: #f3f3f3;
  z-index: -1;
}
.bottom-column .phoneservice .inter i {
  position: absolute;
  top: 15px;
  right: -6px;
  width: 6px;
  height: 10px;
  background: url('../image/banner_c.png') -160px 0 no-repeat;
  opacity: 0.8;
}
.bottom-column .wechart {
  display: none;
  position: absolute;
  top: -83px;
  left: -166px;
  width: 167px;
  height: 160px;
}
.bottom-column .wechart .inter {
  position: relative;
  width: 149px;
  height: 149px;
  padding: 11px 0 0 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.bottom-column .wechart .inter img {
  display: block;
  width: 138px;
}
.bottom-column .wechart .inter i {
  position: absolute;
  top: 94px;
  right: -6px;
  width: 6px;
  height: 10px;
  background: url('../image/banner_c.png') -160px 0 no-repeat;
  opacity: 0.8;
}

.PopupHtm {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999999;
  display: none;
}
.PopupHtm:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.PopupHtmCont {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 999;
}
.PopupHtmBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.PopupHtmBg p.loadingp1{
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  padding-top: 60px;
  font-size: 16px;
}
@-moz-keyframes haha{
  from{transform: rotate(0);}
  to{transform: rotate(360);}
}
.loading-imgs1{ overflow: hidden;}
.loading-imgs{
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
  width: 100px;
  display: block;
  margin: 20px auto;
}
.PopupHtmBg img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin: -50px 0 0 -50px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.loadStyle{
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loadStyle img{
    width: 100px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
  to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
  to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
  to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
  to{transform: rotate(359deg)}
}

.nodateimg {
    display: block;
    width: 293px;
    height: 127px;
    background: url(https://www.jcdun.com/static/web2/css/img/nodata.png) no-repeat center;
    background-size: 200px;
    margin: 30px auto;
}

.nodate i.nodateimg {
    display: block;
    width: 293px;
    height: 187px;
    background: url(https://www.jcdun.com/static/web2/css/img/nodata.png);
    margin: 30px auto;
}

.PopupHtmContTitle {
  position: relative;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #dfdfdf;
}
.PopupHtmContTitle span {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #303133;
  font-weight: bold;
}
.PopupHtmContTitle img {
  float: right;
  cursor: pointer;
  margin: 18px 0;
}
.PopupHtmContText{
  padding: 20px 40px;
  font-size: 16px;
}
.PopupHtmContText i.success{
  background: url(https://www.jcdun.com/static/web2/css/img/right_icon.png) no-repeat 0 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  padding-right: 6px;
}
.PopupHtmContText i.error{
  background: url(https://www.jcdun.com/static/web2/css/img/error_icon.png) no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: -30px;
  padding-right: 6px;
}
.PopupHtmContText i.tip{
  background: url(https://www.jcdun.com/static/web2/css/img/tip_icon.png) no-repeat 0 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -32px;
  top: 10px;
  padding-right: 6px;
}
.PopupHtmContText p,.PopupHtmContText > div {
  position: relative;
  padding: 10px 0px;
  color: #606266;
  font-size: 14px;
  word-wrap: break-word;
  line-height: 24px;
}
.PopupHtmCont04 .PopupHtmContText p,.PopupHtmCont04 .PopupHtmContText > div  {
  padding: 5px 0px;
}
.PopupHtmContText p a,.PopupHtmContText > div a{
  color: #ff9933;
}
.PopupHtmContText .bott{
  text-align: right;
  margin-top: 20px;
}
/*.PopupHtmContText input.popup-success{*/
/*  padding: 9px 15px;*/
/*  font-size: 14px;*/
/*  border-radius: 3px;*/
/*  display: inline-block;*/
/*  line-height: 1;*/
/*  white-space: nowrap;*/
/*  cursor: pointer;*/
/*  border: 1px solid #409eff;*/
/*  -webkit-appearance: none;*/
/*  text-align: center;*/
/*  box-sizing: border-box;*/
/*  outline: none;*/
/*  background: #fff7de;*/
/*  color: #181818;*/
/*}*/
.PopupHtmContText input.back{
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #409eff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border-color: #e0e1e5;
  background: #fff;
  margin-left: 10px;
  color: #666;
}
.PopupHtmContText input:hover {
  color: #fff;
  border-color: #ff9933;
}
.PopupMsg{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=0);
  opacity:0;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  padding: 15px 30px;
  text-align: center;
  z-index: -1;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-animation: move 2s;
  animation: move 2s;
  font-size: 14px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
@-webkit-keyframes move {
  0% {top: 40%; opacity: 0;z-index: 999999999;display: none;}
  10% {top:50%; opacity: 1;z-index: 999999999;display: block;}
  90% {top:50%; opacity: 1;z-index: 999999999;display: block;}
  100% {top:40%; opacity: 0;z-index: 999999999;display: none;}
}
@keyframes move {
  0% {top: 40%; opacity: 0;z-index: 999999999;display: none;}
  10% {top:50%; opacity: 1;z-index: 999999999;display: block;}
  90% {top:50%; opacity: 1;z-index: 999999999;display: block;}
  100% {top:40%; opacity: 0;z-index: 999999999;display: none;}
}

.loadingText{
  position: fixed;
  top: 60px;
  right: 48px;
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=1);
  opacity:1;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  padding: 6px 15px;
  text-align: center;
  z-index: 99999999;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-animation: move1 .3s;
  animation: move1 .3s;
  font-size: 14px;
  line-height: 22px;
}
.loadingText span{ text-decoration:underline; cursor: pointer;}

.loadingText img{
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.loading{
	  position: absolute;
    top: 88%;
    left: 50%;
    width: 100px;
    margin: -50px 0 0 -50px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
@-webkit-keyframes move1 {
  0% {top: 0px; opacity: .2;z-index: 999999999}
  100% {top:60px; opacity: 1;z-index: 999999999}
}
@keyframes move1 {
  0% {top: 0px; opacity: .2;z-index: 999999999}
  100% {top:60px; opacity: 1;z-index: 999999999}
}
.mainquanbg{ background: #fd7327;}
.mainquan{ background: #fcfbf4; width: 900px; height: 680px; border-radius: 8px; box-shadow: 0 5px 15px 0 #c6233d; position: fixed; top: 50%; left: 50%; margin: -340px 0 0 -450px;}
.mainquan1{ font-size: 36px; text-align: center; padding: 50px 0 20px;}
.mainquan2{ background: url(https://www.jcdun.com/static/web2/css/img/quana01.png) no-repeat center; padding: 305px 0 70px; margin-bottom: 20px;}
.mainquan3{ background: #ffc512; font-size: 22px; color: #fffefe; display: block; cursor: pointer; width: 260px; height: 50px; line-height: 50px; border-radius: 5px; text-align: center; margin: 30px auto 0;}
.mainquan3:disabled{ background: #e0e0e0; border: 1px solid #e0e0e0; color: #9d9d9d; cursor: no-drop;}
.mainquan4 a{ display: block; width: 50%; float: left; font-size: 24px; color: #fd6d29; text-align: center; box-sizing: border-box;}
.mainquan4 a:nth-child(1){ border-right: 1px solid #fd6d29;}
.headerToptj1{ position: absolute; width: 525px; line-height: 35px; font-size: 18px; color: #dadada; top: 380px; left: 10px;}
.headerToptj1a{ border: 1px solid #f4cc4e; background: rgba(255,255,255,0.1); color: #f4cc4e; line-height: 40px;width: 200px; height: 40px;padding-left: 8px; border-radius: 5px; font-size: 15px;}
.headerToptj1a::-webkit-input-placeholder { color: rgba(255,255,255,0.4); font-size: 15px; }
.headerToptj1a::-moz-placeholder { color: rgba(255,255,255,0.4); font-size: 15px; }
.headerToptj1a:-ms-input-placeholder { color: rgba(255,255,255,0.4); font-size: 15px; }
.headerToptj1b{ border: 1px solid #f4cc4e; background:none ; padding: 0 20px; margin-left: 5px; height: 40px; line-height: 38px;  border-radius: 5px; display: inline-block;font-size: 15px; cursor: pointer; color: #f4cc4e;}
.headerToptj1b:hover{ background: #f4cc4e; border: 1px solid #f4cc4e; color: #000;}

.monitora01{ border: 4px solid #e5e5e5; overflow: hidden; margin-bottom: 40px;}
.monitora01a{ font-size: 32px; line-height: 210px; text-align: center; width: 207px; background: url(https://www.jcdun.com/static/web2/css/img/monitors01.jpg) no-repeat;float: left;}
.monitora01:hover{ border: 4px solid #f4cc4e; }
.monitora01:hover .monitora01a{ background: url(https://www.jcdun.com/static/web2/css/img/monitors02.jpg) no-repeat; }
.monitora01:hover .monitora01e a{  background: #ffd400; border: 1px solid #ffd400;}
.monitora01c{ font-size: 14px; color: #181818; float: left; width: 33.33%; text-align: center; line-height: 32px;}
.sslcontb16.monitora01b{ height: 82px !important;}
.monitor .sslcontb5{height: 280px;}
.monitor .sslcontb2{height: 395px; width: 550px;}
.monitor .sslcontb12{bottom: 35px; width: 70%;line-height: 46px;height: 46px;margin-left: -35%;}
.monitora01c p{ color: #999;}
.monitora01e{ float: left; width: 302px; text-align: center; color: #fb8337; font-size: 30px; padding-top: 40px; line-height: 68px;}
.monitora01e a{ background: #fff; border: 1px solid #666666; color: #181818; border-radius: 20px; line-height: 40px; height: 40px; width: 152px; text-align: center; display: block; font-size: 18px; margin: 0 auto;}
.monitora01f{ font-size: 20px; position: relative; top: -19px;}
.monitora01g{ font-size: 50px;}
.monitora01h{ font-size: 20px; color: #777777; position: relative; top: -6px;}

.vipIcon{ position: relative;}
.vipIcon .vipIcon01{ background: url(../image/svip01.png) no-repeat center; background-size: 80%; top: -1px; cursor: pointer; width: 102px; height: 41px; display: inline-block; position: relative;}
.vipIcon .vipIcon01s{ background: url(https://www.jcdun.com/static/web2/img/vip/svip02.png) no-repeat center; background-size: 80%; cursor: pointer; width: 102px; height: 41px; display: inline-block; position: relative; top:-1px;padding-bottom: 0 !important; }
.vipIcon .vipIcon01ss{ background: url(https://www.jcdun.com/static/web2/img/vip/svip03.png) no-repeat center; background-size: 80%; cursor: pointer; width: 102px; height: 41px; display: inline-block; position: relative; top:-1px;padding-bottom: 0 !important; }
.vipIcon .vipIcon02{background: #ffffff; display: none;top: 56px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 5px; transform: translate(-50%, 0);left: 50%; position: absolute; text-align: left; box-sizing: border-box; width: 320px;z-index: 9; cursor: auto; font-size: 12px; color: #181818; line-height: 1.8em;}
.vipIcon .vipIcon02::after{ position: absolute;top: -8px;left: 50%;transform: translate(-50%,0);z-index: 99;width: 0;height: 0;content: '';border-bottom: 8px solid #fff;border-left: 8px solid transparent;border-right: 8px solid transparent; line-height: 22px;}
.vipIcon:hover .vipIcon02{ display: block;overflow: hidden;}
.vipIcon02a{
    display: flex;
    padding-bottom: 6px;
}
.vipIcon02a b{
    font-weight: normal;
    color: #666;
}
.vipIcon02a p{
    width:200px;
}
.vipIcon02 > .vipIcon02a{
    padding: 16px 0px 16px 16px;
}
.vipIcon02ab{
    background: #fafafa;
    padding: 12px 16px 16px;
}
.vipIcon02a i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.vipIcon02a i.vipIcon01a{
    background: url(https://www.jcdun.com/static/web2/img/vip/svip04.png) no-repeat center;
    background-size: 100%;
}
.vipIcon02a i.vipIcon01b{
    background: url(https://www.jcdun.com/static/web2/img/vip/svip05.png) no-repeat center;
    background-size: 100%;
}
.vipIcon02a i.vipIcon01c{
    background: url(https://www.jcdun.com/static/web2/img/vip/svip06.png) no-repeat center;
    background-size: 100%;
}

.vipIcon .vipIcon03{ background: linear-gradient(to right,#fee5bf ,#d2a175);color: #483717;font-size: 14px;width: 132px;text-align: center;line-height: 36px;height: 36px;border-radius: 4px;display: inline-block; box-sizing: border-box;}
.vipIcon .vipIcon05{ color: #d2a175; border: 1px solid #d2a175; font-size: 14px;width: 132px; box-sizing: border-box; text-align: center;line-height: 36px;height: 36px;border-radius: 4px;display: inline-block;}
.modify-box{ margin-left: -190px; transform: translateY(-50%);}
.global-popup ul.zufu{padding: 30px 42px 35px;}
.global-popup ul.zufu li{text-align: left; font-size: 14px;}
.global-popup ul.zufu li .label2{ width: 85px; display: inline-block;}
.global-popup ul.zufu .money{ font-size: 28px; color: #ebac00;position: relative; top: 2px;}
.global-popup ul.zufu #code{ display: inline-block; width: 120px; height: 120px;}
.global-popup ul.zufu #code canvas{ width: 120px; height: 120px;}
.global-popup ul.zufu .saoyisao{display: inline-block; width: 20px; height: 20px; background-image: url(https://www.jcdun.com/static/web2/css/img/saoyisao.png); position: relative; top: 5px; background-size: 100%; margin-right: 6px;}
.global-popup ul.zufu .zfb{display: inline-block; width: 18px; height: 18px; background-image: url(https://www.jcdun.com/static/web2/css/img/zfb.png); position: relative; top: 5px; background-size: 100%; margin: 0 1px 0 5px;}
.global-popup ul.zufu .weixin{display: inline-block; width: 18px; height: 18px; background-image: url(https://www.jcdun.com/static/web2/css/img/weixin.png); position: relative; top: 5px; background-size: 100%; margin: 0 1px 0 5px;}

.popupTipsBox{
    position: relative;
    border-bottom: 1px dashed #999;
    cursor: pointer;
    display: initial;
}

.popupTips{
    position: absolute;
    font-size: 12px;
    left: -8px;
    top: -6px;
    transform: translateY(-100%);
    width: max-content;
    padding: 3px 5px;
    background: #fff;
    color: #333;
    border: 1px solid #dfdfdf;
    line-height: 18px;
    border-radius: 4px;
    font-style: inherit;
    text-align: left;
    z-index: 999;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 10%);
    display: none;
}
.popupTips:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 20px;
    margin-left: -6px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #dfdfdf transparent transparent transparent;
}
.popupTipsBox:hover .popupTips {
    display: block;
}


.head—right{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.head—right .iconsanjiao-l{
    padding-left: 3px;
}
.iconzhuanrenduijie{
    width: 35px;
    height: 35px;
    position: relative;
    top: 12px;
}
.vip_status{
    position: absolute;
    right: 26px;
    top: 3px;
    color: #f7b400;
    z-index: 3;
    cursor: pointer;
}
.head—right-item03{
    line-height: 30px !important;
}
.head—right-item03 p:nth-child(1){
    color: #999;
}
.head—right-item03 p:nth-child(2){
    color: #2e3033;
}
.head—right-item03 p:nth-child(2) font{
    font-size: 20px;
}
.head—right-item04{
    padding: 6px 16px !important;
    overflow: hidden;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.head—right-item04 p{
    line-height: 24px;
}
.head—right-item04 p span{
    font-size: 18px;
    color: #2e3033;
}
.head—right-item04:hover p span{
    color: #f7b400;
}


.head—right-item2{
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
    margin: 6px 0;
    padding: 6px 0;
}
.head—right-item2 svg{
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
}
.head—right .head—right-item{
    background: #ffffff;
    display: none;
    top: 56px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    width: 190px;
    z-index: 9;
    font-size: 14px;
    color: #59411e;
    padding: 6px 0px;
}
.head—right .head—right-item::after {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 99;
    width: 0;
    height: 0;
    content: '';
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    line-height: 22px;
}
.head—right .head—right-item.head—right-user{
    width: 260px;
    padding-bottom: 0;
    left: auto;
    right: -10px;
    transform: translate(0);
}
.head—right .head—right-item.head—right-user::after {
    left: auto;
    right: 11px;
}
.head—right .head—right-item a{
    color: #5c6066  ;
    display: block;
    line-height: 42px;
    padding: 0 15px;
    font-size: 14px;
    margin: 0 !important;
}

.head—right .head—right-item a .autonym{
    border: 1px solid #d64747;
    color: #d64747;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 5px;
    margin-left: 5px;
}
.head—right .head—right-item a .autonym.on{
    border: 1px solid #67c23a;
    color: #67c23a;
}

.head—right .head—right-item a .autonym.audit{
    border: 1px solid #999;
    color: #999;
}

.head—right .head—right-item a span.y{
    color: #f7b400;
    font-size: 14px;
}
.head—right:hover .head—right-item{
    display: block;
}

.head—right .head—right-item a:hover{
    color: #f7b400;
}
.head—right .head—right-item a.loginOut{
    border-radius: 0 0 5px 5px;
    background: #f5f5fa;
}


.menuList1 {
    background:#fafafc url("https://www.jcdun.com/static/web2/images/head03.png") no-repeat center;
    background-size: cover;
    width: 100%;
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    font-size: 16px;
    color: #333;
    line-height: 1.8em;
    z-index: 10;
    box-sizing: border-box;
    padding: 30px 0px;
}
.menuList li:hover .menuList1{
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 1px 1px rgba(0, 63, 186, 0.13);

}

.menuListBox{
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.menuListBox.w160 a{
    width: 160px;
}

.menuList1a{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.menuList1b{
    background:#f7f7f7 url(https://www.jcdun.com/static/web2/images/head01.png) no-repeat 230px 60px;
    border: 2px solid #fff;
    box-shadow: -6.4px -6.4px 10px 0px rgb(255 255 255), 2.5px 4.33px 10px 0px rgb(34 42 52 / 15%);
    border-radius: 4px;
    padding: 20px 20px 24px;
    box-sizing: border-box;
    position: relative;
    width: 280px;
    height: 100px;
    margin-right: 16px;
}
.menuList1b:last-child{
    margin-right: 0;
}
.menuList1b h4{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin-bottom: 10px;
}
.menuList1 .hot{
    background: #eb4b4b;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
    margin-left: 8px;
    top: 10px;
    right: 6px;
    border-radius: 10px 10px 10px 0;
    position: absolute;
}
.menuList1 .new{
    background: #f4b800;
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding: 0 6px;
    font-size: 12px;
    margin-left: 8px;
    top: 10px;
    right: 6px;
    border-radius: 10px 10px 10px 0;
    position: absolute;
}
.menuList1 h4 .hot,.menuList1 h4 .new{
    position: relative;
    top: -10px;
    left: 0px;
    right: auto;
}
.menuList1b:hover h4,.menuList1d a:hover{
    color: #f4b800;
}
.menuList1b p{
    font-size: 14px;
    color: #888;
    line-height: 22px;
}
.menuList1c{
    background:#f7f7f7 url(https://www.jcdun.com/static/web2/images/head02.png) no-repeat right bottom;
    border: 2px solid #fff;
    box-shadow: -6.4px -6.4px 10px 0px rgb(255 255 255), 2.5px 4.33px 10px 0px rgb(34 42 52 / 15%);
    border-radius: 4px;
    padding: 8px 16px;
    box-sizing: border-box;
    position: relative;
    width: 460px;
}
.menuList1c h5{
    font-size: 18px;
    color: #333;
    margin: 8px;
}
.menuList1d{
    display: flex;
    flex-wrap: wrap;
}
.menuList1d a{
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    margin: 8px;
    position: relative;
}
.menuList1d > div{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.menuList1d a:nth-child(4),.menuList1d a:nth-child(5){
    margin-bottom: 0;
}
.menuList1e{
    display: flex;
    flex-wrap: wrap;
    width: 296px;
    align-content: flex-start;
}
.menuList1e .menuList1b{
    margin: 0 0 16px 0;
}
.menuList1e .menuList1b:last-child{
    margin: 0;
}
.head-title-mini{
    width: 1168px;
    margin: 0 auto;
}
.menuList1e > p,.head-title-mini{
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}
.menuList1e > p svg,.head-title-mini svg{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
}
.miniShow{
    display: none;
}
.menuList{
    width: 1080px;
}

.login-iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    border: none;
    display: none;
}
.login-popup .header {
    display: none;
}

@media screen and (max-width: 1400px) {
    .miniHide {
        display: none;
    }
    .menuList{
        width: 890px;
    }
    .miniShow {
        display: block;
    }
}

@media screen and (min-width: 1720px) {
    .header > .top > .left > .right > ul > li > span.headTag{
        right: -76px;
        top: 12px;
    }
}



