/* 锟斤拷锟斤拷锟斤拷锟  */
*{
    font-family: "微锟斤拷锟脚猴拷";
}
body{
    background: #f8f8f8;
}
button{
    list-style: none;
}
a:hover{
    color: #2285ff;
}
.advertisement_wrap{
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-top: 20px;
}
.advertisement{
    height: 90px;
    position: relative;
}
.advertisement p{
    position: absolute;
    bottom: 5px;
    right: 0px;
}
.advertisement p span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5e5e5;
    display: inline-block;
    margin-right: 12px;
}
.advertisement p span.advertisement_active{
    background: #ed8938;
}
.position{
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    margin-top: 20px;
}
.position a{
    color: #8d8d8d;
}
.position a:hover{
    color: #2285ff;
}
.main{
    width: 100%;
    margin-top: 20px;
}
.main_content{
    overflow: hidden;
}
.main_content .main_left{
    width: 820px;
}
/* 锟斤拷锟斤拷锟较  */
.main_left .software_details{
    border: 1px solid #eee;
    background: #fff;
}
.software_details .software_name{
    margin: 20px 20px 0px 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.software_details .software_name img{
    height: 70px;
    vertical-align: middle;
}
.software_details .software_name h1{
    display: inline;
    font-size: 26px;
    color: #2c2c2c;
    margin-left: 15px;
    vertical-align: middle;
}
.software_details .software_name span{
    color: #767676;
    font-size: 26px;
    margin-left: 20px;
    vertical-align: middle;
}
.software_details ul{
    padding: 10px 30px 0px 30px;
    overflow: hidden;
}
.software_details ul li{
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: left;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #949494;
}
.software_details ul li span{
    color: #333333;
    vertical-align: middle;
    margin-right: 10px;
}
.icon{
    background: url("http://www.jnycdc.com/images/icon.png") no-repeat;
    margin-right: 5px !important;
}
.software_details ul li .icon1{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 1px 1px;
}
.software_details ul li .icon2{
    width: 16px;
    height: 18px;
    display: inline-block;
    background-position: -26px 0px;
}
.software_details ul li .icon3{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -52px 0px;
}
.software_details .download{
    overflow: hidden;
    margin-left: 30px;
    margin-top: 20px;
    padding-bottom: 15px;
}
.software_details .download .high_download{
    overflow: hidden;
    width: 350px;
    height: 110px;
    background: -webkit-linear-gradient(top,#5cca59,#32b32e);
    background: -moz-linear-gradient(top,#5cca59,#32b32e);
    background: -o-linear-gradient(top,#5cca59,#32b32e);
    background: -ms-linear-gradient(top,#5cca59,#32b32e);
    background: linear-gradient(top,#5cca59,#32b32e);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5cca59',endColorStr='#32b32e',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5cca59',endColorStr='#32b32e',gradientType='0')";
    border-radius: 10px;
    cursor: pointer;
}
.software_details .download .high_download:hover{
    background: -webkit-linear-gradient(top,#32b32e,#5cca59);
    background: -moz-linear-gradient(top,#32b32e,#5cca59);
    background: -o-linear-gradient(top,#32b32e,#5cca59);
    background: -ms-linear-gradient(top,#32b32e,#5cca59);
    background: linear-gradient(top,#32b32e,#5cca59);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#32b32e',endColorStr='#5cca59',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#32b32e',endColorStr='#5cca59',gradientType='0')";
}
.downIcon{
    background: url("http://www.jnycdc.com/images/downicon.png") no-repeat;
    margin-top: 23px;
}
.software_details .high_download .highIcon{
    width: 61px;
    height: 61px;
    display: inline-block;
    background-position: 0px 0px;
    margin-left: 35px;
}
.software_details .download .high_download p{
    width: 200px;
    text-align: center;
    margin-left: 20px;
    margin-top: 17px;
}
.software_details .download .high_download p span:nth-child(1){
    color: #fefefe;
    font-size: 32px;
    font-weight: 500;
    display: block;
}
.software_details .download .high_download p>span:first-child{
    color: #fefefe;
    font-size: 32px;
    font-weight: 500;
    display: block;
}
.software_details .download .high_download p span:nth-child(2){
    color: #fefefe;
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.software_details .download .high_download p>span:first-child+span{
    color: #fefefe;
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.software_details .download .local_download{
    width: 350px;
    height: 110px;
    background: #666;
    border-radius: 10px;
    margin-left: 40px;
}
.software_details .download .local_download .localIcon{
    width: 59px;
    height: 50px;
    background: url("http://www.jnycdc.com/images/localdown_icon.png") no-repeat;
    margin-left: 40px;
    margin-top: 30px;
}
.software_details .download .local_download p{
   width: 150px;
   margin-left: 25px;
   margin-top: 17px;
   text-align: center;
}
.software_details .download .local_download p span:nth-child(1){
   font-size: 32px;
   color: #797979;
   display: block;
}
.software_details .download .local_download p span:nth-child(2){
   font-size: 14px;
   color: #797979;
   margin-top: 8px;
   display: block;
}
.software_details .download .local_download p>span:first-child{
   font-size: 32px;
   color: #797979;
   display: block;
}
.software_details .download .local_download p>span:first-child+span{
   font-size: 14px;
   color: #797979;
   margin-top: 8px;
   display: block;
}
.software_details .download2{
    overflow: hidden;
    margin-left: 30px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.software_details .download2 .high{
    width: 310px;
    height: 95px;
    background: -webkit-linear-gradient(top,#60cc5c,#30b22d);
    background: -moz-linear-gradient(top,#60cc5c,#30b22d);
    background: -o-linear-gradient(top,#60cc5c,#30b22d);
    background: -ms-linear-gradient(top,#60cc5c,#30b22d);
    background: linear-gradient(top,#60cc5c,#30b22d);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#60cc5c',endColorStr='#30b22d',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#60cc5c',endColorStr='#30b22d',gradientType='0')";
    border-radius: 10px;
    cursor: pointer;
}
.software_details .download2 .high:hover{
    background: -webkit-linear-gradient(top,#30b22d,#60cc5c);
    background: -moz-linear-gradient(top,#30b22d,#60cc5c);
    background: -o-linear-gradient(top,#30b22d,#60cc5c);
    background: -ms-linear-gradient(top,#30b22d,#60cc5c);
    background: linear-gradient(top,#30b22d,#60cc5c);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#30b22d',endColorStr='#60cc5c',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#30b22d',endColorStr='#60cc5c',gradientType='0')";
}
.software_details .download2 .downIcon2{
    background: url("http://www.jnycdc.com/images/downicon2.png") no-repeat;
}
.software_details .download2 .highIcon{
    width: 54px;
    height: 54px;
    display: inline-block;
    background-position: 0px 0px;
    margin-left: 30px;
    margin-top: 20px;
}
.software_details .download2 .high p{
    width: 170px;
    text-align: center;
    margin-top: 13px;
    margin-left: 10px;
}
.software_details .download2 .high p.macDown{
    margin-top: 0px;
    line-height: 95px;
}
.software_details .download2 .high p span:nth-child(1){
    font-size: 32px;
    color: #fefefe;
    display: block;
}
.software_details .download2 .high p>span:first-child{
    font-size: 32px;
    color: #fefefe;
    display: block;
}
.software_details .download2 .high p span:nth-child(2){
    font-size: 12px;
    color: #fefefe;
    display: block;
    margin-top: 5px;
}
.software_details .download2 .high p >span:first-child+span{
    font-size: 12px;
    color: #fefefe;
    display: block;
    margin-top: 5px;
}
.software_details .download2 .local{
    width: 340px;
    height: 95px;
    background: #d2d2d2;
    border-radius: 10px;
}
.software_details .download2 .local .localIcon{
    width: 60px;
    height: 50px;
    display: inline-block;
    background-position: -63px 0px;
    margin-top: 24px;
    margin-left: 43px;
}
.software_details .download2 .high .localIcon{
    width: 60px;
    height: 50px;
    display: inline-block;
    background-position: -63px 0px;
    margin-top: 24px;
    margin-left: 35px;
}
.software_details .download2 .local p{
    width: 195px;
    text-align: center;
    margin-top: 25px;
    margin-left: 10px;
}
.software_details .download2 .local p span:nth-child(1){
    font-size: 32px;
    color: #f4f4f4;
    display: block;
}
.software_details .download2 .local p>span:first-child{
    font-size: 32px;
    color: #f4f4f4;
    display: block;
}
.software_details .download2 .local p span:nth-child(2){
    font-size: 12px;
    color: #f4f4f4;
    display: block;
    margin-top: 5px;
}
.software_details .download2 .local p>span:first-child+span{
    font-size: 12px;
    color: #f4f4f4;
    display: block;
    margin-top: 5px;
}
/* 锟斤拷锟斤拷锟斤拷锟  */
.main_left .software_introduction{
    border: 1px solid #eee;
    margin-top: 20px;
    padding-bottom: 25px;
    background: #fff;
}
.software_introduction .introduction{
    margin: 0px 30px;
    height: 51px;
    border-bottom: 1px solid #d2d2d2;
}
.main_left .software_introduction ul{
    overflow: hidden;
}
.main_left .software_introduction .introduction ul li{
    float: left;
    line-height: 50px;
    margin-right: 20px;
    padding: 0px 10px;
    cursor: pointer;
}
.main_left .software_introduction ul li a{
    font-size: 18px;
    color: #2c2c2c;
}
.main_left .software_introduction ul li.on,.main_left .software_introduction ul li:hover{
    border-bottom: 1px solid #2285ff;
    margin-bottom: 1px;
}
.main_left .software_introduction ul li.on a,.main_left .software_introduction ul li:hover a{
    color: #2285ff;
    font-weight: bold;
}
.software_introduction .bk-soft_intro,.bk-soft_installed,.bk-soft_updatelog,.bk-soft_faq{
    padding: 0px 30px;
}
.bk-main .pull-left .hd-title{
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.bk-main .pull-left .hd-title{
    margin-top: 30px;
    padding: 0px 0px;
    padding-bottom: 10px;
}
.bk-main .pull-left .hd-title .title_left{
    float: left;
}
.bk-main .pull-left .hd-title .title_right{
    float: right;
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 2px;
}
.bk-main .pull-left .hd-title .title_right a{
    color: #8b8b8b;
    padding-right: 15px;
}
.bk-main .pull-left .hd-title .title_right a:hover{
    color: #2285ff;
}
.bk-main .pull-left .hd-title .title_right a:nth-child(4){
    padding-right: 0px;
}
.bk-main .pull-left .hd-title .title_right>a:first-child+a+a+a{
    padding-right: 0px;
}
.bk-main .pull-left .hd-title h3{
    font-size: 18px;
    color: #2c2c2c;
    border-left: 3px solid #2285ff;
    line-height: 24px;
    padding-left: 10px;
}
/* 锟斤拷锟截斤拷锟斤拷 */
.bd-content p strong a{
    color: #2c2c2c;
}
/* 锟斤拷锟斤拷锟斤拷锟斤拷锟  */
.bk-soft_intro .bd-content table {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
/* .bk-soft_intro .bd-content table tr {
    border: solid 1px #ddd;
} */
.bk-soft_intro .bd-content table th {
    background-color: #f4f4f4;
    color: #465160;
    font-size: 14px;
    border: solid 1px #ddd;
}
.bk-soft_intro .bd-content table td {
    text-align: center;
    font-size: 14px;
    border: solid 1px #ddd;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
.bk-soft_intro .bd-content table a {
    color: #1455b3;
}
.a_inner_blue a {
    color: #1455b3;
}
.a_inner_blue a.keyword_link:hover {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 锟斤拷锟饺拷锟斤拷撞锟  */
.pull-left h5.intro::after{
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background-color: #2285ff;
}
.pull-left h5.intro{
    padding: 13px 0 10px 10px;
}
.bd-content .intro span{
    color: #2c2c2c !important;
    font-size: 18px;
}
.hide-100{
    height: auto;
}
.hide-50{
    height: auto;
    max-height: 360px;
}
button.showHide{
    display: none;
}
/* 锟斤拷锟酵硷拷锟  */
.bkNav#atlas{
    position: relative;
    top: -80px;
}
.software_introduction .software_atlas,.software_introduction .download_address{
    padding: 0px 30px;
    margin-top: 30px;
    overflow: hidden;
}
.software_introduction .software_atlas .atlas_title,.software_introduction .download_address .address_title{
    height: 39px;
    border-bottom: 1px solid #e3e3e3;
}
.software_introduction .software_atlas .atlas_title h3,.software_introduction .download_address .address_title h3{
    color: #1d1d1d;
    font-size: 22px;
    float: left;
    height: 39px;
    border-bottom: 1px solid #2285ff;
}
.software_introduction .software_atlas .atlas_title a,.software_introduction .download_address .address_title a{
    float: right;
    color: #8b8b8b;
    font-size: 14px;
    margin-top: 10px;
}
.software_introduction .software_atlas .atlas_title a:hover,.software_introduction .download_address .address_title a:hover{
    color: #2285ff;
}
.software_introduction .software_atlas ul li img{
    height: 315px;
}
.software_introduction .software_atlas ul{
    margin-top: 30px;
}
.software_introduction .software_atlas .atlas_content {
    height: 350px;
    position: relative;
    text-align: center;
}
.software_introduction .software_atlas .atlas_content ul li{
    display: none;
}
.software_introduction .software_atlas .atlas_content ul li:hover{
    border-bottom: none;
    margin-bottom: 0px;
}
.software_introduction .software_atlas .atlas_content .circle{
    position: relative;
    left: 50%;
    float: left;
    bottom: 30px;
}
.software_introduction .software_atlas .atlas_content .circle .circle_box{
    position: relative;
    left: -50%;
    bottom: -30px;
}
.software_introduction .software_atlas .atlas_content .circle span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e5e5e5;
    margin-right: 12px;
    display: inline-block;
    cursor: pointer;
}
.software_introduction .software_atlas .atlas_content .circle span.circleActive{
    background: #ed8938;
}
.software_introduction .software_atlas .tips{
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 10px;
    text-align: center;
}
.software_introduction .software_atlas .tips span{
    font-weight: bold;
}
.enlarged_atlas{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,.9);
    position: fixed;
    top: 0px;
    display: none;
}
.enlarged_atlas .enlarged_list{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 140px;
    position: relative;
}
.enlarged_atlas .enlarged_list ul li{
   text-align: center;
}
.enlarged_atlas .enlarged_list ul li img{
    max-width: 1200px;
    max-height: 500px;
}
.enlarged_list p{
    position: absolute;
    left: 50%;
    margin-left: -50px;
}
.enlarged_list p span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #e5e5e5;
    margin-right: 20px;
    cursor: pointer;
}
.enlarged_list p span.active{
    background: #ed8938;
}
.enlarged_list .close{
    position: absolute;
    top: -20px;
    right: -20px;
}
/* 锟斤拷锟截碉拷址 */
.download_address h4{
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 15px;
}
.download_address h4 span{
    font-size: 14px;
    color: #e64141;
    font-weight: 500;
}
.download_address .download_list{
    width: 291px;
}
.download_address .download_list .top1{
    width: 291px;
    overflow: hidden;
    margin-top: 15px;
}
.download_address .download_list .top1 li{
    width: 138px;
    height: 40px;
    background: -webkit-linear-gradient(top,#5ecb5b,#36b532);
    background: -moz-linear-gradient(top,#5ecb5b,#36b532);
    background: -o-linear-gradient(top,#5ecb5b,#36b532);
    background: -ms-linear-gradient(top,#5ecb5b,#36b532);
    background: linear-gradient(top,#5ecb5b,#36b532);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5ecb5b',endColorStr='#36b532',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5ecb5b',endColorStr='#36b532',gradientType='0')";
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}
.download_address .download_list .top1 li:nth-child(2),.download_address .download_list .top1 li:nth-child(4){
    margin-right: 0px;
}
.download_address .download_list .top1>li:first-child+li,.download_address .download_list .top1>li:first-child+li+li+li{
    margin-right: 0px;
}
.download_address .download_list .top1 li:hover{
    background: -webkit-linear-gradient(top,#36b532,#5ecb5b);
    background: -moz-linear-gradient(top,#36b532,#5ecb5b);
    background: -o-linear-gradient(top,#36b532,#5ecb5b);
    background: -ms-linear-gradient(top,#36b532,#5ecb5b);
    background: linear-gradient(top,#36b532,#5ecb5b);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#36b532',endColorStr='#5ecb5b',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#36b532',endColorStr='#5ecb5b',gradientType='0')";
    border-bottom: none;
    margin-bottom: 0px;
}
.download_address .download_list .top1 li a{
    font-size: 14px;
    color: #fff;
}
.download_address .download_list .top1 li a:hover,.download_address .download_list .top2 li a:hover,.download_address .download_list .ordinary li a:hover{
    font-weight: 500;
}
.download_address .download_list .top1 li .icon4{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -1px -27px;
    vertical-align: middle;
}
.download_address .download_list .top2{
    margin-top: 10px;
    width: 271px;
    overflow: hidden;
}
.download_address .download_list .top2 li a{
    font-size: 14px;
    color: #2c2c2c;
}
.download_address .download_list .top2 li{
    float: left;
    margin-right: 40px;
    margin-top: 15px;
    cursor: pointer;
}
.download_address .download_list .top2 li:nth-child(2),.download_address .download_list .top2 li:nth-child(4){
    margin-right: 0px;
}
.download_address .download_list .top2>li:first-child+li,.download_address .download_list .top2>li:first-child+li+li+li{
    margin-right: 0px;
}
.download_address .download_list .top2 li:hover,.download_address .download_list .ordinary li:hover{
    margin-bottom: 0px;
    border-bottom: none;
}
.download_address .download_list .top2 li .icon5{
    width: 18px;
    height: 18px;
    background-position: -25px -27px;
    display: inline-block;
    vertical-align: middle;
}
.download_address .download_list h4{
    margin-top: 40px;
}
.download_address .download_list .ordinary{
    overflow: hidden;
    margin-top: 15px;
    width: 266px;
}
.download_address .download_list .ordinary li{
    float: left;
    margin-right: 50px;
}
.download_address .download_list .ordinary li:nth-child(2){
    margin-right: 0px;
}
.download_address .download_list .ordinary>li:first-child+li{
    margin-right: 0px;
}
.download_address .download_list .ordinary li .icon6{
    width: 19px;
    height: 16px;
    background-position: -26px -53px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
.download_address .download_list .ordinary li a{
   font-size: 14px;
   color: #2c2c2c;
}
.download_address .download_list .ordinary li:hover a{
   color: #2285ff;
}
.download_address .advertisement{
    width: 430px;
    height: 290px;
    margin-top: 20px;
}
.download_address .advertisement img{
    width: 100%;
    height: 100%;
}
.download_address .advertisement video{
    width: 430px;
    height: 290px;
}
/* 锟斤拷锟斤拷锟斤拷锟  */
.main_left .xgwz,.main_left .zjbb,.main_left .hotSoftware{
    border: 1px solid #eee;
    margin-top: 20px;
    padding-bottom: 25px;
    background: #fff;
}
.main_left .xgwz .xgwz_title,.main_left .zjbb .zjbb_title,.main_left .hotSoftware .hotSoftware_title{
    width: 760px;
    height: 53px;
    margin: 0 auto;
    line-height: 53px;
    border-bottom: 1px solid #e3e3e3;
}
.main_left .xgwz .xgwz_title h3,.main_left .zjbb .zjbb_title h3,.main_left .hotSoftware .hotSoftware_title h3{
    width: auto;
    font-size: 22px;
    color: #1d1d1d;
    border-bottom: 1px solid #2285ff;
    display: inline-block;
}
.main_left .xgwz ul{
    overflow: hidden;
}
.main_left .xgwz ul li{
    width: 315px;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    margin-top: 20px;
    font-size: 14px;
    color: #2c2c2c;
    float: left;
    padding: 0px 50px 0px 30px;
}
.main_left .xgwz ul li::before{
   content: "";
   width: 3px;
   height: 3px;
   border-radius: 50%;
   background: #434343;
   display: inline-block;
   vertical-align: middle;
   margin-right: 2px;
}
.main_left .xgwz ul li:hover{
    color: #2285ff;
}
.main_left .xgwz ul li a {
    font-size: 14px;
    color: #2c2c2c;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
.main_left .xgwz ul li span{
    font-size: 14px;
    color: #2c2c2c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}
.main_left .xgwz ul li a:hover{
    color: #2285ff;
}
/* 装锟斤拷锟截憋拷 */
.main_left .zjbb,.main_left .hotSoftware{
    width: auto;
    padding: 0px 30px 25px 30px;
}
.main_left .zjbb .collection_introduce{
    overflow: hidden;
    margin-top: 20px;
}
.main_left .zjbb .collection_introduce img{
    width: 280px;
    height: 140px;
}
.zjbb .collection_introduce .introduce{
    width: 460px;
}
.zjbb .collection_introduce .introduce h4{
    font-size: 18px;
    color: #2c2c2c;
    padding-bottom: 10px;
    text-align: right;
    padding-right: 20px;
}
.zjbb .collection_introduce .introduce h4 a{
    color: #2c2c2c;
    width: 320px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    vertical-align: bottom;
}
.zjbb .collection_introduce .introduce h4 p a {
    width: auto;
    display: inline;
}
.zjbb .collection_introduce .introduce h4 a:hover{
    color: #2285ff;
}
.zjbb .collection_introduce .introduce h4 p{
   display: inline;
   font-size: 14px;
   color: #2c2c2c;
   margin-left: 20px;
}
.zjbb .collection_introduce .introduce h4 p span{
   color: #e64141;
}
.zjbb .collection_introduce .introduce .introduce_content{
    width: 460px;
    height: 100px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 24px;
    padding: 15px 0px;
}
.zjbb .collection_introduce .introduce .introduce_content .content{
    max-height: 100px;
    overflow-y: auto;
}
.zjbb ul{
    overflow: hidden;
    margin-top: 30px;
}
.zjbb ul li{
    text-align: center;
    width: 12.5%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}
.zjbb ul li a{
    display: block;
    font-size: 14px;
    color: #2c2c2c;
    padding: 0px 10px;
}
.zjbb ul li a:hover{
    color: #2285ff;
}
.zjbb ul li img{
    width: 60px;
    height: 60px;
}
/* 锟届极锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟  */
.main_left .hotSoftware .hotSoftware_title{
    overflow: hidden;
}
.main_left .hotSoftware .hotSoftware_title span{
    width: 73px;
    height: 20px;
    border: 1px solid #5ac557;
    border-radius: 10px;
    font-size: 14px;
    color: #5ac557;
    text-align: center;
    line-height: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.main_left .hotSoftware .hotSoftware_title span img{
    vertical-align: middle;
    margin-right: 3px;
}
.main_left .hotSoftware .hotSoftware_content ul{
    overflow: hidden;
}
.main_left .hotSoftware .hotSoftware_content ul li{
    width: 216px;
    float: left;
    margin-top: 30px;
    margin-right: 55px;
    overflow: hidden;
}
.hotSoftware_content ul li:nth-child(3),.hotSoftware_content ul li:nth-child(6){
    margin-right: 0px !important;
}
.hotSoftware_content ul>li:first-child+li+li,.hotSoftware_content ul>li:first-child+li+li+li+li+li{
    margin-right: 0px !important;
}
.main_left .hotSoftware .hotSoftware_content ul li h6{
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_left .hotSoftware .hotSoftware_content ul li h6:hover{
    color: #2285ff;
}
.main_left .hotSoftware .hotSoftware_content ul li img.pull-left{
    width: 60px;
    height: 60px;
}
.hotSoftware_content .hotSoftware_right{
    width: 136px;
    margin-left: 20px;
}
.main_left .hotSoftware .hotSoftware_content ul li p{
    font-size: 12px;
    color: #838282;
    line-height: 25px;
}
.hotSoftware_content .hotSoftware_right a{
    width: 83px;
    height: 26px;
    border: 1px solid #5ac557;
    color: #5ac557;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 26px;
    margin-top: 5px;
    cursor: pointer;
}
.hotSoftware_content .hotSoftware_right a:hover{
    background: #5ac557;
    color: #fff;
    border: none;
    width: 85px;
    height: 28px;
}
.hotSoftware .hotSoftware_content ul li .content{
    display: block;
    margin-top: 10px;
}
.hotSoftware_content ul li .content .hotSoftware_right{
    margin-top: -8px;
}
/* 锟斤拷锟斤拷锟 820*90 */
.main_left_advertisement{
    display: block;
    margin-top: 20px;
}
.main_left_advertisement img{
    width: 820px;
    height: 90px;
}
/* 锟斤拷锟斤拷...锟斤拷锟剿伙拷锟斤拷锟斤拷锟斤拷 */
.main_content .main_right{
    width: 360px !important;
}
.main_right .download_together,.main_right .rmtj,.main_right .category_software,.main_right .software_update,.main_right .necessary{
    border: 1px solid #eee;
    background: #fff;
    padding: 0px 15px;
}
.main_right .necessary.fixed{
    width: 328px;
    position: fixed;
    top: 75px;
}
.main_right .download_together h3,.main_right .rmtj h3,.main_right .category_software h3,.main_right .software_update h3,.main_right .necessary h3{
    color: #2c2c2c;
    font-size: 22px;
    line-height: 30px;
    padding: 16px 0px 12px 0px;
    border-bottom: 1px solid #eee;
}
.main_right .download_together ul{
    padding: 5px 0px 20px 0px;
}
.main_right .download_together ul li{
    overflow: hidden;
    margin-top: 15px;
}
.main_right .download_together ul li .pic_box{
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
}
.main_right .download_together ul li .pic_box img{
    width: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.download_together ul li .software_detail{
    width: auto;
    margin-left: 10px;
}
.download_together ul li a.pull-right{
    width: 83px;
    height: 26px;
    border: 1px solid #5ac557;
    color: #5ac557;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
    margin-top: 11px;
    cursor: pointer;
}
.download_together ul li a.pull-right:hover{
    width: 85px;
    height: 28px;
    background: #5ac557;
    color: #fff;
    border: none;
    line-height: 28px;
}
.download_together ul li .software_detail h5{
    width: 169px;
    font-size: 14px;
    color: #2c2c2c;
    font-weight: 500;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
}
.download_together ul li .software_detail h5:hover{
   color: #2285ff;
}
.download_together ul li .software_detail p{
    font-size: 12px;
    color: #838282;
    margin-top: 5px;
}
/* 锟斤拷锟斤拷锟狡硷拷 */
.main_right .rmtj{
    margin-top: 20px;
    padding-bottom: 25px;
}
.rmtj ul,.necessary ul{
    overflow: hidden;
}
.rmtj ul li,.necessary ul li{
    width: 33.3%;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.rmtj ul li img,.necessary ul li img{
    width: 60px;
    height: 60px;
}
.rmtj ul li a,.necessary ul li a{
    font-size: 14px;
    color: #2c2c2c;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.rmtj ul li a:hover,.necessary ul li a:hover{
    color: #2285ff;
}
.rmtj ul li button,.necessary ul li button{
    width: 83px;
    height: 25px;
    color: #5ac557;
    font-size: 14px;
    border: 1px solid #5ac557;
    border-radius: 5px;
    background: #fff;
    margin-top: 5px;
    cursor: pointer;
}
.rmtj ul li button:hover,.necessary ul li button:hover{
    border: none;
    background: #5ac557;
    color: #fff;
}
/* 锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷锟斤拷萍锟  */
.main_right .category_software{
    margin-top: 20px;
}
.category_ph{
    padding: 5px 0px 20px 0px;
}
.category_ph dl{
    margin-top: 15px;
}
.category_ph dl dt span{
    width: 20px;
    height: 20px;
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    background: #b1b1b1;
    text-align: center;
    border-radius: 5px;
    float: left;
}
.category_ph dl:nth-child(1) dt span{
    background: #ff4e31;
}
.category_ph dl:nth-child(2) dt span{
    background: #ff8c4e;
}
.category_ph dl:nth-child(3) dt span{
    background: #ffc937;
}
.category_ph>dl:first-child dt span{
    background: #ff4e31;
}
.category_ph>dl:first-child+dl dt span{
    background: #ff8c4e;
}
.category_ph>dl:first-child+dl+dl dt span{
    background: #ffc937;
}
.category_ph dl dt{
    overflow: hidden;
}
.category_ph dl dt a{
    width: 296px;
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left;
}
.category_ph dl dt a:hover{
    color: #2285ff;
}
.category_ph dl dd{
    margin-left: 30px;
    margin-top: 15px;
    overflow: hidden;
    display: none;
}
.category_ph dl.show dd{
    display: block;
}
.category_ph dl dd .picture_box{
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    display: block;
    float: left;
}
.category_ph dl dd .picture_box img{
   width: 35px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -17px;
   margin-top: -17px;
   vertical-align: top;
}
.category_ph dl dd p{
    vertical-align: top;
    font-size: 12px;
    color: #838282;
    float: left;
    margin-left: 10px;
}
.category_ph dl dd  p span{
    color: #dbdbdb;
    padding: 0px 15px;
}
.category_ph dl dd  p a{
    display:block;
    width: 53px;
    height: 20px;
    border: 1px solid #5ac557;
    color: #5ac557;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 5px;
}
.category_ph dl dd  p a:hover{
    background: #5ac557;
    color: #fff;
}
/* 锟斤拷锟斤拷锟斤拷锟  */
.main_right .software_update{
    margin-top: 20px;
    padding-bottom: 20px;
}
.software_update .update_list{
    height: 325px;
    overflow: hidden;
    position: relative;
}
.software_update ul{
    height: 650px;
    position: absolute;
}
.software_update ul li{
    width: 328px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
}
.software_update ul li .picture_box{
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
    position: relative;
}
.software_update ul li .picture_box img{
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}
.software_update ul li p.pull-left{
    width: auto;
    margin-left: 10px;
}
.software_update ul li p a{
    width: 183px;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
}
.software_update ul li p a:hover{
    color: #2285ff;
}
.software_update ul li p .update_detail{
    font-size: 12px;
    color: #838282;
    margin-top: 2px;
    display: block;
}
.software_update ul li p .update_detail span{
    color: #dbdbdb;
    padding: 0px 10px;
}
.software_update ul li button{
    width: 74px !important;
    height: 25px;
    border: 1px solid #5ac557;
    border-radius: 5px;
    color: #5ac557;
    font-size: 14px;
    background: #fff;
    display: block;
    cursor: pointer;
    margin-top: 12px;
    position: absolute;
    right: 0px;
}
.software_update ul li button:hover{
    width: 76px;
    height: 27px;
    border: none;
    color: #fff;
    background: #5ac557;
}
/* 锟斤拷锟斤拷装锟斤拷锟截憋拷 */
.main_right .necessary{
    margin-top: 20px;
}
.necessary ul{
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.necessary div{
    padding: 4px 0px 12px 0px;
}
.necessary div dl{
    overflow: hidden;
    padding: 8px 0px;
    border-bottom: 1px solid #eee;
}
.necessary div dl:nth-child(4){
    border-bottom: none;
}
.necessary div>dl:first-child+dl+dl+dl{
    border-bottom: none;
}
.necessary div dl dt{
    float: left;
}
.necessary div dl dt a{
    width: 86px;
    height: 28px;
    background: #ed8938;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.necessary div dl dd{
    width: 200px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.necessary div dl dd a{
    width: 50%;
    display: block;
    float: left;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 28px;
}
.necessary div dl dd a:hover{
    color: #2285ff;
}
/* 锟斤拷锟铰癸拷锟  */
.main_right .lower_right{
    margin-top: 20px;
}
.main_right .lower_right .advertisement_right.fixed{
    position: fixed;
    top: 95px;
}
/* 锟阶诧拷选锟筋卡 */
.tab{
    width: 100%;
    margin-top: 20px;
}
.tab .tab_content{
    border: 1px solid #eee;
    background: #fff;
}
.tab .tab_content .content{
    padding: 20px 0px 15px 20px ;
}
.tab_content .content .tab_title ul{
    overflow: hidden;
}
.tab_content .content .tab_title ul li{
    width: 80px;
    height: 30px;
    background: #f2f2f2;
    font-size: 14px;
    color: #1d1d1d;
    text-align: center;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    cursor: pointer;
}
.tab_content .content .tab_title ul li.active{
    background: #bcbcbc;
}
.tab_content .tab_list ul{
    overflow: hidden;
    margin-top: 5px;
}
.tab_content .tab_list ul li{
    width: 18%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    line-height: 14px;
    padding: 10px 0px;
    margin-right: 15px;
}
.tab_content .tab_list ul li a{
    color: #515151;
    font-size: 14px;
}
.tab_content .tab_list ul li a:hover{
    color: #2285ff;
}
.tab_content .tab_list .article li{
    width: 50%;
    overflow: hidden;
    margin-right: 0px;
}
.tab_content .tab_list .article li::before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #434343;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
/* 锟阶诧拷 */
#footer{
    background: #f3f3f3;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 100px;
}
footer {
    padding-bottom: 15px;
}
footer a{
    color: #333;
}
footer ul.brand {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

footer ul.brand li {
    display: inline-block;
}

footer ul.brand li:after {
    width: 1px;
    height: auto;
    padding: 0 5px;
    content: '|';
    color: #e1e1e1;
}

footer p {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}
/* 锟较革拷锟斤拷 */
.top_fc{
    display: none;
    box-shadow: 1px 4px 15px #ddd;
}
.top_fc .fc_list{
    background: #2c2c2c;
    height: 50px;
    padding-right: 50px;
}
.top_fc.fixed{
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.top_fc .fc_list ul{
    padding-left: 4px;
}
.top_fc .fc_list ul li{
    float: left;
    padding: 0px 27px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.top_fc .fc_list ul li a:hover{
    color: #2c2c2c;
}
.top_fc .fc_list ul li:hover{
    background: #fff;
    color: #2c2c2c;
    margin-top: 4px;
    height: 46px;
    line-height: 42px;
}
.top_fc .fc_list ul li.active{
    background: #fff;
    color: #2c2c2c;
    margin-top: 4px;
    height: 46px;
    line-height: 42px;
}
.top_fc .fc_list ul li.active a{
    color: #2c2c2c;
}
.top_fc .fc_list button{
    width: 135px;
    height: 38px;
    background: #26ab23;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 6px;
    cursor: pointer;
    border-radius: 5px;
}
.top_fc .fc_list button:hover{
    background: #29bf26;
}
.top_fc .fc_list button .topIcon{
    width: 18px;
    height: 18px;
    display: inline-block;
    background-position: -1px -27px;
    vertical-align: middle;
}
.top_fc .fc_tj{
    height: 45px;
    background: #fff;
    overflow: hidden;
}
.top_fc .fc_tj .wntj{
    font-size: 14px;
    color: #313131;
    border-left: 2px solid #2285ff;
    margin-top: 15px;
    overflow: hidden;
    margin-left: 30px;
}
.top_fc .fc_tj .wntj span{
    margin-left: 10px;
}
.top_fc .fc_tj .wntj ul{
    overflow: hidden;
    margin-left: 10px;
}
.top_fc .fc_tj .wntj ul li{
   float: left;
   margin-right: 15px;
}
.top_fc .fc_tj .wntj ul li a{
    color: #313131;
}
.top_fc .fc_tj .wntj ul li a:hover{
    color: #2285ff;
}
/* 锟铰革拷锟斤拷 */
.bottom_fc{
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0px -10px 20px 0px #e3e3e3;
    overflow: hidden;
    display: none;
    position: relative;
}
.bottom_fc.fixed{
    position: fixed;
    bottom: 0px;
    display: block;
}
.bottom_fc_content{
    margin-top: 10px;
    overflow: hidden;
}
.bottom_fc .left{
    font-size: 16px;
    color: #767676;
}
.bottom_fc img{
    height: 73px;
    vertical-align: middle;
}
.bottom_fc .left strong{
    color: #2c2c2c;
}
.bottom_fc .right button{
    cursor: pointer;
    overflow: hidden;
}
@keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
  }
  
  @-webkit-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
  }
  
  @-moz-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
  }
  
  @-o-keyframes spread {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }
  }
.bottom_fc .right button.btn1{
    width: 270px;
    height: 73px;
    background: #5cc659;
    border-radius: 10px;
    margin-right: 15px;
    position: relative;
}
.bottom_fc .right button.btn1 h5{
    font-size: 24px;
    color: #fefefe;
    margin-bottom: 5px;
}
.bottom_fc .right button.btn1 .float{
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, .2);
    width: 270px;
    height: 270px;
    border-radius: 50%;
    margin-left: -135px;
    margin-top: -135px;
    animation: spread 1.5s infinite both;
}
.bottom_fc .right button.btn1 .text{
    font-size: 12px;
    color: #fefefe;
    margin-left: 5px;
}
.bottom_fc .right .fc_icon{
    background: url("http://www.jnycdc.com/images/fc_icon.png") no-repeat;
}
.bottom_fc .right .top{
    width: 52px;
    height: 52px;
    display: inline-block;
    background-position: 0px 0px;
    margin-left: 20px;
}
.bottom_fc .right button.btn2{
    width: 270px;
    height: 73px;
    background: #666;
    border-radius: 10px;
}
.bottom_fc .right button.btn2 h5{
    font-size: 24px;
    color: #797979;
    margin-bottom: 5px;
}
.bottom_fc .right button.btn2 .text{
    font-size: 12px;
    color: #797979;
    margin-left: 20px;
}
.bottom_fc .right button.btn2 .local{
    width: 59px;
    height: 50px;
    background: url("http://www.jnycdc.com/images/localdown_icon.png") no-repeat;
    margin-top: 0px;
    margin-left: 20px;
}
.bottom_fc .close{
    width: 50px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;line-height: 20px;
    cursor: pointer;
}
/* Mac锟铰革拷锟姐按钮 */
.bottom_fc_content .right .btn3{
    width: 270px;
    height: 73px;
    background: -webkit-linear-gradient(top,#60cc5c,#30b22d);
    background: -moz-linear-gradient(top,#60cc5c,#30b22d);
    background: -o-linear-gradient(top,#60cc5c,#30b22d);
    background: -ms-linear-gradient(top,#60cc5c,#30b22d);
    background: linear-gradient(top,#60cc5c,#30b22d);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#60cc5c',endColorStr='#30b22d',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#60cc5c',endColorStr='#30b22d',gradientType='0')";
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}
.bottom_fc_content .right .btn3:hover{
    background: -webkit-linear-gradient(top,#30b22d,#60cc5c);
    background: -moz-linear-gradient(top,#30b22d,#60cc5c);
    background: -o-linear-gradient(top,#30b22d,#60cc5c);
    background: -ms-linear-gradient(top,#30b22d,#60cc5c);
    background: linear-gradient(top,#30b22d,#60cc5c);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#30b22d',endColorStr='#60cc5c',gradientType='0');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#60cc5c',endColorStr='#30b22d',gradientType='0')";
}
.bottom_fc_content .right .btn3 .downIcon{
    background: url("http://www.jnycdc.com/images/downicon2.png") no-repeat;
}
.bottom_fc_content .right .btn3 .local{
    width: 60px;
    height: 50px;
    display: inline-block;
    background-position: -122px 0px;
    margin-top: 0px;
    margin-left: 35px;
    vertical-align: middle;
}
.bottom_fc_content .right .btn3 .text{
    margin-top: 8px;
    margin-left: 10px;
}
/* 锟斤拷锟截讹拷锟斤拷 */
.cbbfixed_detail {
    position: fixed;
    z-index: 3;
    right: 20px;
    bottom: -112px;
    cursor: pointer;
    transition: bottom ease .3s;
    /* display: none; */
}
.cbbfixed_detail .gotop {
    margin-top: 10px;
    transition: background-color ease .3s;
}

.cbbfixed_detail .cbbtn {
    display: block;
    width: 60px;
    height: 60px;
}

.icon_top {
    background-position: -454px -830px;
}
.icon_top:hover {
    background-position: -378px -830px;
}
.removeImg{
    float: right;
}
.dbremove.removeImg{
    width: auto;
    margin: 4px 8px 0 0;
    background: none;
}
.krakatoa-container a{
    font-size: 14px;
    color: #333;
}
/* 锟斤拷锟截达拷锟斤拷锟斤拷锟斤拷 */
.download2.local p span{
    width: 205px;
}
.download2.local .high {
    width: 340px !important;
}
.dbtnbox{
    border-radius: 10px;
}
.bottom_fc_content .right .btn3.local {
    width: 278px !important;
}
.software_details .download2 .tip{
    color: #3399ff;
    font-size: 16px;
    border: 1px solid #3399ff;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-top: 35px;
    margin-left: 20px;
}
/* 锟斤拷锟阶拷锟  */
.zjbb_title h3{
    float: left;
    border-bottom: none !important;
}
.zjbb_title .title{
    width: 620px;
    float: left;
    margin-top: 0px;
}
.zjbb_title .title li{
    width: 160px !important;
    cursor: pointer;
}
.zjbb_title .title li.active{
    border-bottom: 2px solid #2285ff;
}
.zjbb .zt_wrap{
    display: none;
}
.zjbb .collection_introduce .introduce h4 p span a {
    color: #e64141;
}

.leftGg {
    margin-top: 20px;
}
.rightGg {
    margin-top: 20px;
}
.zjbb_title  .swiper{
    width: 480px;
    height: 55px;
    float: left;
    overflow: hidden;
    position: relative;
}
.zjbb_title  .swiper ul {
    width: 2000px !important;
    position: absolute;
}
.zjbb_title .btn{
    float: left;
    font-size: 25px;
    color: #999;
    margin-left: 40px;
}
.zjbb_title .btn .prev{
    cursor: pointer;
}
.zjbb_title .btn .next{
    cursor: pointer;
}
.zjbb_title h3{
    margin-right: 50px;
}
/* 锟斤拷锟斤拷锟斤拷锟斤拷 */
.links{
    margin-top: 20px;
    background: #fff;
}
.links .title{
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0px;
}
.links .title span{
    border-left: 1px solid #0082ff;
    padding-left: 20px;
}
.links .linksList{
    padding: 10px 20px;
}
.links .linksList li{
    float: left;
    padding: 10px;
}
.links .linksList li a{
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.links .linksList li a:hover{
    color: #0082ff;
}
/* 锟捷诧拷锟结供锟斤拷锟斤拷 */
.download2.nodownload.nodownload a{
    margin-left: 0px;
    height: 85px;
}
.download2.nodownload.nodownload .localIcon{
    margin-left: 20px;
    margin-top: 15px;
}
.download2.nodownload.nodownload p {
    width: 193px;
    margin-top: 19px;
}
.software_details .download2.nodownload .tip {
    margin-top: 28px;
}
.bottom_fc_content .right .btn3.nodownload {
    background: #ccc;
}
/* 锟斤拷锟斤拷锟斤拷维锟斤拷露锟斤拷 2022-09-23 */
.software_name .code {
    width: 24px;
    height: 24px;
    position: relative;
    opacity: 1 !important;
    margin-left: 10px;
}

.software_name .code .erwm {
    width: auto;
    height: auto;
    border-radius: 0px;
    cursor: pointer;
}

.software_name .code .bigerwm {
    display: none;
    position: absolute;
    top: 0;
    right: -130px;
    z-index: 2;
    width: 120px;
    height: 120px;
    padding: 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 12%);
    background: #fff;
}
/* 锟斤拷卓锟斤拷钮 */
.azdownload {
    margin-left: 30px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.androidDownload {
    width: 110px;
    height: 40px;
    background: url(http://www.jnycdc.com/images/phonebg.png) no-repeat;
    margin-right: 20px;
    font-size: 18px;
    line-height: 38px;
    padding: 0 10px 0 30px;
    display: inline-block;
    overflow: visible;
    zoom: 1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border: 0;
    position: relative;
}

.androidDownload:hover {
    background-position: 0 -40px;
    color: #fff;
}